]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/example/time/hello.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / example / time / hello.cpp
index 6808022897da1df7acbbcdebb941bdc89c13ce11..b3392a3b369280ea3f889e7936244eea4ae3b7ac 100644 (file)
@@ -1,16 +1,12 @@
 //  Copyright (c) 2003 Vladimir Prus
 //
 //  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)
-//
-//  http://www.boost.org
-// 
+//  accompanying file LICENSE.txt or copy at
+//  https://www.bfgroup.xyz/b2/LICENSE.txt)
 
 #include <iostream>
 
 int main()
 {
     std::cout << "Hello!\n";
-    return 1;
 }