]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/example/gettext/main.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / example / gettext / main.cpp
index 6888e1abaeebc1d50b43ad14f446f397393be9e6..c44d02a8101329964241e467f9acc16903cc0c59 100644 (file)
@@ -1,7 +1,7 @@
 // Copyright Vladimir Prus 2003.
 // 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)
+// (See accompanying file LICENSE.txt
+// or copy at https://www.bfgroup.xyz/b2/LICENSE.txt)
 
 
 #include <locale.h>
@@ -12,7 +12,7 @@
 using namespace std;
 
 int main()
-{    
+{
     // Specify that translations are stored in directory
     // "messages".
     bindtextdomain("main", "messages");