]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/src/tools/types/register.jam
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / src / tools / types / register.jam
index daedfb7010f17fd2aa83d71e69e624b267828936..51a6875464b5d1f403fa50293f0a4a9ff2bbdf74 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright David Abrahams 2004. Distributed under the Boost
 # Software License, Version 1.0. (See accompanying
-# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+# file LICENSE.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt)
 
 # This module's job is to automatically import all the type
 # registration modules in its directory.
@@ -30,7 +30,7 @@ for m in $(.sibling-modules)
 {
     m = [ path.basename $(m) ] ;
     m = types/$(m) ;
-    
+
     # Inject the type rule into the new module
     IMPORT $(__name__) : type : $(m:B) : type ;
     import $(m) ;