diff --git a/examples-v2/hello/hello.cpp b/examples-v2/hello/hello.cpp index c41ea22ae..15cfc30d0 100644 --- a/examples-v2/hello/hello.cpp +++ b/examples-v2/hello/hello.cpp @@ -1,3 +1,12 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// #include @@ -5,4 +14,4 @@ int main() { std::cout << "Hello!\n"; return 1; -} \ No newline at end of file +} diff --git a/examples-v2/libraries/app/app.cpp b/examples-v2/libraries/app/app.cpp index 688019dfc..e25fe132c 100644 --- a/examples-v2/libraries/app/app.cpp +++ b/examples-v2/libraries/app/app.cpp @@ -1,7 +1,16 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// #include int main() { foo(); -} \ No newline at end of file +} diff --git a/examples-v2/libraries/lib1/include/lib1.h b/examples-v2/libraries/lib1/include/lib1.h index 4e0c5a223..4e29bf343 100644 --- a/examples-v2/libraries/lib1/include/lib1.h +++ b/examples-v2/libraries/lib1/include/lib1.h @@ -1,2 +1,11 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// -void foo(); \ No newline at end of file +void foo(); diff --git a/examples-v2/libraries/lib1/lib1.cpp b/examples-v2/libraries/lib1/lib1.cpp index 0363de95a..4f0af8b7b 100644 --- a/examples-v2/libraries/lib1/lib1.cpp +++ b/examples-v2/libraries/lib1/lib1.cpp @@ -1,2 +1,11 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// -void foo() {}; \ No newline at end of file +void foo() {}; diff --git a/examples-v2/make/a.cpp b/examples-v2/make/a.cpp index 31a133726..052255b3c 100644 --- a/examples-v2/make/a.cpp +++ b/examples-v2/make/a.cpp @@ -1,3 +1,12 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// int main() { diff --git a/examples-v2/make/extlib/c.cpp b/examples-v2/make/extlib/c.cpp index e69de29bb..607d73ece 100644 --- a/examples-v2/make/extlib/c.cpp +++ b/examples-v2/make/extlib/c.cpp @@ -0,0 +1,9 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// diff --git a/examples-v2/make/lib/b.cpp b/examples-v2/make/lib/b.cpp index e69de29bb..607d73ece 100644 --- a/examples-v2/make/lib/b.cpp +++ b/examples-v2/make/lib/b.cpp @@ -0,0 +1,9 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// diff --git a/test/dependency-test/a.cpp b/test/dependency-test/a.cpp index f843c765b..c4d54ebf1 100644 --- a/test/dependency-test/a.cpp +++ b/test/dependency-test/a.cpp @@ -1,3 +1,12 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// #include #include "a.h" diff --git a/test/dependency-test/a.h b/test/dependency-test/a.h index 8b1378917..607d73ece 100644 --- a/test/dependency-test/a.h +++ b/test/dependency-test/a.h @@ -1 +1,9 @@ - +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// diff --git a/test/dependency-test/b.cpp b/test/dependency-test/b.cpp index 5d4a9d7b4..26204815e 100644 --- a/test/dependency-test/b.cpp +++ b/test/dependency-test/b.cpp @@ -1,3 +1,12 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// #include "a.h" diff --git a/test/dependency-test/b.h b/test/dependency-test/b.h index e69de29bb..607d73ece 100644 --- a/test/dependency-test/b.h +++ b/test/dependency-test/b.h @@ -0,0 +1,9 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// diff --git a/test/dependency-test/c.cpp b/test/dependency-test/c.cpp index 7b0bb7127..2aecb154f 100644 --- a/test/dependency-test/c.cpp +++ b/test/dependency-test/c.cpp @@ -1,3 +1,12 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// #include "x.h" diff --git a/test/dependency-test/e.cpp b/test/dependency-test/e.cpp index 7b0bb7127..2aecb154f 100644 --- a/test/dependency-test/e.cpp +++ b/test/dependency-test/e.cpp @@ -1,3 +1,12 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// #include "x.h" diff --git a/test/dependency-test/src1/a.h b/test/dependency-test/src1/a.h index eb7815869..2b87d272c 100644 --- a/test/dependency-test/src1/a.h +++ b/test/dependency-test/src1/a.h @@ -1,2 +1,11 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// #include "b.h" diff --git a/test/dependency-test/src1/b.h b/test/dependency-test/src1/b.h index 5af1f02bc..c9e9705dc 100644 --- a/test/dependency-test/src1/b.h +++ b/test/dependency-test/src1/b.h @@ -1,2 +1,11 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// #include "c.h" diff --git a/test/dependency-test/src1/c.h b/test/dependency-test/src1/c.h index e69de29bb..607d73ece 100644 --- a/test/dependency-test/src1/c.h +++ b/test/dependency-test/src1/c.h @@ -0,0 +1,9 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// diff --git a/test/direct-request-test/a.cpp b/test/direct-request-test/a.cpp index 5d2d2ae8c..aa1e1c6b3 100644 --- a/test/direct-request-test/a.cpp +++ b/test/direct-request-test/a.cpp @@ -1,3 +1,12 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// void foo(); diff --git a/test/direct-request-test/b.cpp b/test/direct-request-test/b.cpp index 56b40d01b..0aab8acf9 100644 --- a/test/direct-request-test/b.cpp +++ b/test/direct-request-test/b.cpp @@ -1,3 +1,12 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// #ifdef MACROS void foo() {} diff --git a/test/generators-test/a.cpp b/test/generators-test/a.cpp index 4615d7d0f..8fbf72e97 100644 --- a/test/generators-test/a.cpp +++ b/test/generators-test/a.cpp @@ -1,3 +1,12 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// int foo(); int bar(); diff --git a/test/generators-test/b.cxx b/test/generators-test/b.cxx index 8c5841a64..95d70cdbf 100644 --- a/test/generators-test/b.cxx +++ b/test/generators-test/b.cxx @@ -1,2 +1,11 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// int foo() { return 0; } diff --git a/test/generators-test/e.cpp b/test/generators-test/e.cpp index e69de29bb..607d73ece 100644 --- a/test/generators-test/e.cpp +++ b/test/generators-test/e.cpp @@ -0,0 +1,9 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// diff --git a/test/generators-test/lib/c.cpp b/test/generators-test/lib/c.cpp index d9b468b6f..e5219b846 100644 --- a/test/generators-test/lib/c.cpp +++ b/test/generators-test/lib/c.cpp @@ -1,2 +1,11 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// int bar() { return 0; } diff --git a/test/generators-test/z.cpp b/test/generators-test/z.cpp index d7497a735..eddf85877 100644 --- a/test/generators-test/z.cpp +++ b/test/generators-test/z.cpp @@ -1,3 +1,12 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// #if SELECT == 1 void z1() {} diff --git a/test/m1-01/a.cpp b/test/m1-01/a.cpp index e69de29bb..607d73ece 100644 --- a/test/m1-01/a.cpp +++ b/test/m1-01/a.cpp @@ -0,0 +1,9 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// diff --git a/test/m1-02/a.cpp b/test/m1-02/a.cpp index e69de29bb..607d73ece 100644 --- a/test/m1-02/a.cpp +++ b/test/m1-02/a.cpp @@ -0,0 +1,9 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// diff --git a/test/m1-02/auxillary/b.cpp b/test/m1-02/auxillary/b.cpp index e69de29bb..607d73ece 100644 --- a/test/m1-02/auxillary/b.cpp +++ b/test/m1-02/auxillary/b.cpp @@ -0,0 +1,9 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// diff --git a/test/m1-02/auxillary/x.cpp b/test/m1-02/auxillary/x.cpp index e69de29bb..607d73ece 100644 --- a/test/m1-02/auxillary/x.cpp +++ b/test/m1-02/auxillary/x.cpp @@ -0,0 +1,9 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// diff --git a/test/m1-03/p1/a.cpp b/test/m1-03/p1/a.cpp index e69de29bb..607d73ece 100644 --- a/test/m1-03/p1/a.cpp +++ b/test/m1-03/p1/a.cpp @@ -0,0 +1,9 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// diff --git a/test/m1-03/p1/auxillary/b.cpp b/test/m1-03/p1/auxillary/b.cpp index e69de29bb..607d73ece 100644 --- a/test/m1-03/p1/auxillary/b.cpp +++ b/test/m1-03/p1/auxillary/b.cpp @@ -0,0 +1,9 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// diff --git a/test/prebuilt/ext/a.cpp b/test/prebuilt/ext/a.cpp index 2565eb499..e96b8c679 100644 --- a/test/prebuilt/ext/a.cpp +++ b/test/prebuilt/ext/a.cpp @@ -1,3 +1,12 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// #ifdef RELEASE void release() {} diff --git a/test/prebuilt/ext/debug/a.h b/test/prebuilt/ext/debug/a.h index 6b6692e07..c421ffc1c 100644 --- a/test/prebuilt/ext/debug/a.h +++ b/test/prebuilt/ext/debug/a.h @@ -1 +1,11 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// + void debug(); diff --git a/test/prebuilt/ext/release/a.h b/test/prebuilt/ext/release/a.h index f7f6d1bce..55103274d 100644 --- a/test/prebuilt/ext/release/a.h +++ b/test/prebuilt/ext/release/a.h @@ -1 +1,11 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// + void release(); diff --git a/test/prebuilt/hello.cpp b/test/prebuilt/hello.cpp index 998635234..e2f2bfb6d 100644 --- a/test/prebuilt/hello.cpp +++ b/test/prebuilt/hello.cpp @@ -1,3 +1,12 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// #include diff --git a/test/project-test3/a.cpp b/test/project-test3/a.cpp index e69de29bb..607d73ece 100644 --- a/test/project-test3/a.cpp +++ b/test/project-test3/a.cpp @@ -0,0 +1,9 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// diff --git a/test/project-test3/lib/b.cpp b/test/project-test3/lib/b.cpp index e69de29bb..607d73ece 100644 --- a/test/project-test3/lib/b.cpp +++ b/test/project-test3/lib/b.cpp @@ -0,0 +1,9 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// diff --git a/test/project-test3/lib2/c.cpp b/test/project-test3/lib2/c.cpp index e69de29bb..607d73ece 100644 --- a/test/project-test3/lib2/c.cpp +++ b/test/project-test3/lib2/c.cpp @@ -0,0 +1,9 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// diff --git a/test/project-test3/lib2/d.cpp b/test/project-test3/lib2/d.cpp index e69de29bb..607d73ece 100644 --- a/test/project-test3/lib2/d.cpp +++ b/test/project-test3/lib2/d.cpp @@ -0,0 +1,9 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// diff --git a/test/project-test3/lib2/helper/e.cpp b/test/project-test3/lib2/helper/e.cpp index e69de29bb..607d73ece 100644 --- a/test/project-test3/lib2/helper/e.cpp +++ b/test/project-test3/lib2/helper/e.cpp @@ -0,0 +1,9 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// diff --git a/test/project-test3/lib3/f.cpp b/test/project-test3/lib3/f.cpp index e69de29bb..607d73ece 100644 --- a/test/project-test3/lib3/f.cpp +++ b/test/project-test3/lib3/f.cpp @@ -0,0 +1,9 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// diff --git a/test/project-test4/a.cpp b/test/project-test4/a.cpp index e69de29bb..607d73ece 100644 --- a/test/project-test4/a.cpp +++ b/test/project-test4/a.cpp @@ -0,0 +1,9 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// diff --git a/test/project-test4/a_gcc.cpp b/test/project-test4/a_gcc.cpp index e69de29bb..607d73ece 100644 --- a/test/project-test4/a_gcc.cpp +++ b/test/project-test4/a_gcc.cpp @@ -0,0 +1,9 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// diff --git a/test/project-test4/lib/b.cpp b/test/project-test4/lib/b.cpp index e69de29bb..607d73ece 100644 --- a/test/project-test4/lib/b.cpp +++ b/test/project-test4/lib/b.cpp @@ -0,0 +1,9 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// diff --git a/test/test2/foo.cpp b/test/test2/foo.cpp index e51dccb50..3f132095e 100644 --- a/test/test2/foo.cpp +++ b/test/test2/foo.cpp @@ -1,2 +1,11 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// int main() {} diff --git a/test/v1-testing/a.cpp b/test/v1-testing/a.cpp index 85e6cd8c3..7613e4bf6 100644 --- a/test/v1-testing/a.cpp +++ b/test/v1-testing/a.cpp @@ -1 +1,11 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// + void foo() {} diff --git a/v2/example/hello/hello.cpp b/v2/example/hello/hello.cpp index c41ea22ae..15cfc30d0 100644 --- a/v2/example/hello/hello.cpp +++ b/v2/example/hello/hello.cpp @@ -1,3 +1,12 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// #include @@ -5,4 +14,4 @@ int main() { std::cout << "Hello!\n"; return 1; -} \ No newline at end of file +} diff --git a/v2/example/libraries/app/app.cpp b/v2/example/libraries/app/app.cpp index 688019dfc..e25fe132c 100644 --- a/v2/example/libraries/app/app.cpp +++ b/v2/example/libraries/app/app.cpp @@ -1,7 +1,16 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// #include int main() { foo(); -} \ No newline at end of file +} diff --git a/v2/example/libraries/lib1/include/lib1.h b/v2/example/libraries/lib1/include/lib1.h index 4e0c5a223..4e29bf343 100644 --- a/v2/example/libraries/lib1/include/lib1.h +++ b/v2/example/libraries/lib1/include/lib1.h @@ -1,2 +1,11 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// -void foo(); \ No newline at end of file +void foo(); diff --git a/v2/example/libraries/lib1/lib1.cpp b/v2/example/libraries/lib1/lib1.cpp index 0363de95a..4f0af8b7b 100644 --- a/v2/example/libraries/lib1/lib1.cpp +++ b/v2/example/libraries/lib1/lib1.cpp @@ -1,2 +1,11 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// -void foo() {}; \ No newline at end of file +void foo() {}; diff --git a/v2/example/make/a.cpp b/v2/example/make/a.cpp index 31a133726..052255b3c 100644 --- a/v2/example/make/a.cpp +++ b/v2/example/make/a.cpp @@ -1,3 +1,12 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// int main() { diff --git a/v2/example/make/extlib/c.cpp b/v2/example/make/extlib/c.cpp index e69de29bb..607d73ece 100644 --- a/v2/example/make/extlib/c.cpp +++ b/v2/example/make/extlib/c.cpp @@ -0,0 +1,9 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// diff --git a/v2/example/make/lib/b.cpp b/v2/example/make/lib/b.cpp index e69de29bb..607d73ece 100644 --- a/v2/example/make/lib/b.cpp +++ b/v2/example/make/lib/b.cpp @@ -0,0 +1,9 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// diff --git a/v2/test/dependency-test/a.cpp b/v2/test/dependency-test/a.cpp index f843c765b..c4d54ebf1 100644 --- a/v2/test/dependency-test/a.cpp +++ b/v2/test/dependency-test/a.cpp @@ -1,3 +1,12 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// #include #include "a.h" diff --git a/v2/test/dependency-test/a.h b/v2/test/dependency-test/a.h index 8b1378917..607d73ece 100644 --- a/v2/test/dependency-test/a.h +++ b/v2/test/dependency-test/a.h @@ -1 +1,9 @@ - +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// diff --git a/v2/test/dependency-test/b.cpp b/v2/test/dependency-test/b.cpp index 5d4a9d7b4..26204815e 100644 --- a/v2/test/dependency-test/b.cpp +++ b/v2/test/dependency-test/b.cpp @@ -1,3 +1,12 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// #include "a.h" diff --git a/v2/test/dependency-test/b.h b/v2/test/dependency-test/b.h index e69de29bb..607d73ece 100644 --- a/v2/test/dependency-test/b.h +++ b/v2/test/dependency-test/b.h @@ -0,0 +1,9 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// diff --git a/v2/test/dependency-test/c.cpp b/v2/test/dependency-test/c.cpp index 7b0bb7127..2aecb154f 100644 --- a/v2/test/dependency-test/c.cpp +++ b/v2/test/dependency-test/c.cpp @@ -1,3 +1,12 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// #include "x.h" diff --git a/v2/test/dependency-test/e.cpp b/v2/test/dependency-test/e.cpp index 7b0bb7127..2aecb154f 100644 --- a/v2/test/dependency-test/e.cpp +++ b/v2/test/dependency-test/e.cpp @@ -1,3 +1,12 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// #include "x.h" diff --git a/v2/test/dependency-test/src1/a.h b/v2/test/dependency-test/src1/a.h index eb7815869..2b87d272c 100644 --- a/v2/test/dependency-test/src1/a.h +++ b/v2/test/dependency-test/src1/a.h @@ -1,2 +1,11 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// #include "b.h" diff --git a/v2/test/dependency-test/src1/b.h b/v2/test/dependency-test/src1/b.h index 5af1f02bc..c9e9705dc 100644 --- a/v2/test/dependency-test/src1/b.h +++ b/v2/test/dependency-test/src1/b.h @@ -1,2 +1,11 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// #include "c.h" diff --git a/v2/test/dependency-test/src1/c.h b/v2/test/dependency-test/src1/c.h index e69de29bb..607d73ece 100644 --- a/v2/test/dependency-test/src1/c.h +++ b/v2/test/dependency-test/src1/c.h @@ -0,0 +1,9 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// diff --git a/v2/test/direct-request-test/a.cpp b/v2/test/direct-request-test/a.cpp index 5d2d2ae8c..aa1e1c6b3 100644 --- a/v2/test/direct-request-test/a.cpp +++ b/v2/test/direct-request-test/a.cpp @@ -1,3 +1,12 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// void foo(); diff --git a/v2/test/direct-request-test/b.cpp b/v2/test/direct-request-test/b.cpp index 56b40d01b..0aab8acf9 100644 --- a/v2/test/direct-request-test/b.cpp +++ b/v2/test/direct-request-test/b.cpp @@ -1,3 +1,12 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// #ifdef MACROS void foo() {} diff --git a/v2/test/generators-test/a.cpp b/v2/test/generators-test/a.cpp index 4615d7d0f..8fbf72e97 100644 --- a/v2/test/generators-test/a.cpp +++ b/v2/test/generators-test/a.cpp @@ -1,3 +1,12 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// int foo(); int bar(); diff --git a/v2/test/generators-test/b.cxx b/v2/test/generators-test/b.cxx index 8c5841a64..95d70cdbf 100644 --- a/v2/test/generators-test/b.cxx +++ b/v2/test/generators-test/b.cxx @@ -1,2 +1,11 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// int foo() { return 0; } diff --git a/v2/test/generators-test/e.cpp b/v2/test/generators-test/e.cpp index e69de29bb..607d73ece 100644 --- a/v2/test/generators-test/e.cpp +++ b/v2/test/generators-test/e.cpp @@ -0,0 +1,9 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// diff --git a/v2/test/generators-test/lib/c.cpp b/v2/test/generators-test/lib/c.cpp index d9b468b6f..e5219b846 100644 --- a/v2/test/generators-test/lib/c.cpp +++ b/v2/test/generators-test/lib/c.cpp @@ -1,2 +1,11 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// int bar() { return 0; } diff --git a/v2/test/generators-test/z.cpp b/v2/test/generators-test/z.cpp index d7497a735..eddf85877 100644 --- a/v2/test/generators-test/z.cpp +++ b/v2/test/generators-test/z.cpp @@ -1,3 +1,12 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// #if SELECT == 1 void z1() {} diff --git a/v2/test/m1-01/a.cpp b/v2/test/m1-01/a.cpp index e69de29bb..607d73ece 100644 --- a/v2/test/m1-01/a.cpp +++ b/v2/test/m1-01/a.cpp @@ -0,0 +1,9 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// diff --git a/v2/test/m1-02/a.cpp b/v2/test/m1-02/a.cpp index e69de29bb..607d73ece 100644 --- a/v2/test/m1-02/a.cpp +++ b/v2/test/m1-02/a.cpp @@ -0,0 +1,9 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// diff --git a/v2/test/m1-02/auxillary/b.cpp b/v2/test/m1-02/auxillary/b.cpp index e69de29bb..607d73ece 100644 --- a/v2/test/m1-02/auxillary/b.cpp +++ b/v2/test/m1-02/auxillary/b.cpp @@ -0,0 +1,9 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// diff --git a/v2/test/m1-02/auxillary/x.cpp b/v2/test/m1-02/auxillary/x.cpp index e69de29bb..607d73ece 100644 --- a/v2/test/m1-02/auxillary/x.cpp +++ b/v2/test/m1-02/auxillary/x.cpp @@ -0,0 +1,9 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// diff --git a/v2/test/m1-03/p1/a.cpp b/v2/test/m1-03/p1/a.cpp index e69de29bb..607d73ece 100644 --- a/v2/test/m1-03/p1/a.cpp +++ b/v2/test/m1-03/p1/a.cpp @@ -0,0 +1,9 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// diff --git a/v2/test/m1-03/p1/auxillary/b.cpp b/v2/test/m1-03/p1/auxillary/b.cpp index e69de29bb..607d73ece 100644 --- a/v2/test/m1-03/p1/auxillary/b.cpp +++ b/v2/test/m1-03/p1/auxillary/b.cpp @@ -0,0 +1,9 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// diff --git a/v2/test/prebuilt/ext/a.cpp b/v2/test/prebuilt/ext/a.cpp index 2565eb499..e96b8c679 100644 --- a/v2/test/prebuilt/ext/a.cpp +++ b/v2/test/prebuilt/ext/a.cpp @@ -1,3 +1,12 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// #ifdef RELEASE void release() {} diff --git a/v2/test/prebuilt/ext/debug/a.h b/v2/test/prebuilt/ext/debug/a.h index 6b6692e07..c421ffc1c 100644 --- a/v2/test/prebuilt/ext/debug/a.h +++ b/v2/test/prebuilt/ext/debug/a.h @@ -1 +1,11 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// + void debug(); diff --git a/v2/test/prebuilt/ext/release/a.h b/v2/test/prebuilt/ext/release/a.h index f7f6d1bce..55103274d 100644 --- a/v2/test/prebuilt/ext/release/a.h +++ b/v2/test/prebuilt/ext/release/a.h @@ -1 +1,11 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// + void release(); diff --git a/v2/test/prebuilt/hello.cpp b/v2/test/prebuilt/hello.cpp index 998635234..e2f2bfb6d 100644 --- a/v2/test/prebuilt/hello.cpp +++ b/v2/test/prebuilt/hello.cpp @@ -1,3 +1,12 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// #include diff --git a/v2/test/project-test3/a.cpp b/v2/test/project-test3/a.cpp index e69de29bb..607d73ece 100644 --- a/v2/test/project-test3/a.cpp +++ b/v2/test/project-test3/a.cpp @@ -0,0 +1,9 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// diff --git a/v2/test/project-test3/lib/b.cpp b/v2/test/project-test3/lib/b.cpp index e69de29bb..607d73ece 100644 --- a/v2/test/project-test3/lib/b.cpp +++ b/v2/test/project-test3/lib/b.cpp @@ -0,0 +1,9 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// diff --git a/v2/test/project-test3/lib2/c.cpp b/v2/test/project-test3/lib2/c.cpp index e69de29bb..607d73ece 100644 --- a/v2/test/project-test3/lib2/c.cpp +++ b/v2/test/project-test3/lib2/c.cpp @@ -0,0 +1,9 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// diff --git a/v2/test/project-test3/lib2/d.cpp b/v2/test/project-test3/lib2/d.cpp index e69de29bb..607d73ece 100644 --- a/v2/test/project-test3/lib2/d.cpp +++ b/v2/test/project-test3/lib2/d.cpp @@ -0,0 +1,9 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// diff --git a/v2/test/project-test3/lib2/helper/e.cpp b/v2/test/project-test3/lib2/helper/e.cpp index e69de29bb..607d73ece 100644 --- a/v2/test/project-test3/lib2/helper/e.cpp +++ b/v2/test/project-test3/lib2/helper/e.cpp @@ -0,0 +1,9 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// diff --git a/v2/test/project-test3/lib3/f.cpp b/v2/test/project-test3/lib3/f.cpp index e69de29bb..607d73ece 100644 --- a/v2/test/project-test3/lib3/f.cpp +++ b/v2/test/project-test3/lib3/f.cpp @@ -0,0 +1,9 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// diff --git a/v2/test/project-test4/a.cpp b/v2/test/project-test4/a.cpp index e69de29bb..607d73ece 100644 --- a/v2/test/project-test4/a.cpp +++ b/v2/test/project-test4/a.cpp @@ -0,0 +1,9 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// diff --git a/v2/test/project-test4/a_gcc.cpp b/v2/test/project-test4/a_gcc.cpp index e69de29bb..607d73ece 100644 --- a/v2/test/project-test4/a_gcc.cpp +++ b/v2/test/project-test4/a_gcc.cpp @@ -0,0 +1,9 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// diff --git a/v2/test/project-test4/lib/b.cpp b/v2/test/project-test4/lib/b.cpp index e69de29bb..607d73ece 100644 --- a/v2/test/project-test4/lib/b.cpp +++ b/v2/test/project-test4/lib/b.cpp @@ -0,0 +1,9 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// diff --git a/v2/test/test2/foo.cpp b/v2/test/test2/foo.cpp index e51dccb50..3f132095e 100644 --- a/v2/test/test2/foo.cpp +++ b/v2/test/test2/foo.cpp @@ -1,2 +1,11 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// int main() {} diff --git a/v2/test/v1-testing/a.cpp b/v2/test/v1-testing/a.cpp index 85e6cd8c3..7613e4bf6 100644 --- a/v2/test/v1-testing/a.cpp +++ b/v2/test/v1-testing/a.cpp @@ -1 +1,11 @@ +// Copyright (c) 2003 boost.org +// +// Permission to copy, use, modify, sell and distribute this software +// is granted provided this copyright notice appears in all copies. +// This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. +// +// http://www.boost.org +// + void foo() {}