]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/example/python_modules/python_helpers.jam
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / example / python_modules / python_helpers.jam
index 5a79aeebf25906f68781752dc277ee18de448189..5519515f2154babcd6c9aabea37c0ddbb845be54 100644 (file)
@@ -1,13 +1,13 @@
 # Copyright 2006 Vladimir Prus
 # Distributed under the Boost Software License, Version 1.0.
-# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
+# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt)
 
 import modules ;
 local here = [ modules.binding $(__name__) ] ;
 here = $(here:D) ;
 modules.poke : EXTRA_PYTHONPATH : $(here) ;
 
-# Import the Python rules to Boost.Build
+# Import the Python rules to B2
 PYTHON_IMPORT_RULE python_helpers : test1 : python_helpers : test1 ;
 PYTHON_IMPORT_RULE python_helpers : test2 : python_helpers : test2 ;