]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/example/hello/readme.adoc
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / example / hello / readme.adoc
index 78d327751ac6fd90a0ccf4074bc223e040cecd7f..d69f074e66ca24708225838d8c3b7aec58c0a792 100644 (file)
@@ -2,7 +2,7 @@
 Copyright 2008 Jurko Gospodnetic
 Copyright 2017 Rene Rivera
 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)
 ////
 
 = Hello
@@ -38,7 +38,7 @@ common.mkdir bin/clang-darwin-4.2.1/debug
 clang-darwin.compile.c++ bin/clang-darwin-4.2.1/debug/hello.o
 clang-darwin.link bin/clang-darwin-4.2.1/debug/hello
 ...updated 4 targets...
-> bin/clang-darwin-4.2.1/debug/hello 
+> bin/clang-darwin-4.2.1/debug/hello
 Hello!
 ----