diff --git a/example/Jamfile b/example/Jamfile index 66f67f27..e632f171 100644 --- a/example/Jamfile +++ b/example/Jamfile @@ -8,6 +8,7 @@ # in supporting documentation. William E. Kempf makes no representations # about the suitability of this software for any purpose. # It is provided "as is" without express or implied warranty. +# boostinspect:nolicense # # Boost.Threads example Jamfile # diff --git a/example/condition.cpp b/example/condition.cpp index 0d5c1a26..4bde419c 100644 --- a/example/condition.cpp +++ b/example/condition.cpp @@ -8,6 +8,7 @@ // in supporting documentation. William E. Kempf makes no representations // about the suitability of this software for any purpose. // It is provided "as is" without express or implied warranty. +// boostinspect:nolicense #include #include diff --git a/example/monitor.cpp b/example/monitor.cpp index a18e47d5..0257118e 100644 --- a/example/monitor.cpp +++ b/example/monitor.cpp @@ -8,6 +8,7 @@ // in supporting documentation. William E. Kempf makes no representations // about the suitability of this software for any purpose. // It is provided "as is" without express or implied warranty. +// boostinspect:nolicense #include #include diff --git a/example/mutex.cpp b/example/mutex.cpp index b9b71b14..9379cf20 100644 --- a/example/mutex.cpp +++ b/example/mutex.cpp @@ -8,6 +8,7 @@ // in supporting documentation. William E. Kempf makes no representations // about the suitability of this software for any purpose. // It is provided "as is" without express or implied warranty. +// boostinspect:nolicense #include #include diff --git a/example/once.cpp b/example/once.cpp index 13650d3b..49ab44b0 100644 --- a/example/once.cpp +++ b/example/once.cpp @@ -8,6 +8,7 @@ // in supporting documentation. William E. Kempf makes no representations // about the suitability of this software for any purpose. // It is provided "as is" without express or implied warranty. +// boostinspect:nolicense #include #include diff --git a/example/recursive_mutex.cpp b/example/recursive_mutex.cpp index 18fcb583..f8dfebd4 100644 --- a/example/recursive_mutex.cpp +++ b/example/recursive_mutex.cpp @@ -8,6 +8,7 @@ // in supporting documentation. William E. Kempf makes no representations // about the suitability of this software for any purpose. // It is provided "as is" without express or implied warranty. +// boostinspect:nolicense #include #include diff --git a/example/starvephil.cpp b/example/starvephil.cpp index a293cfa1..502cb559 100644 --- a/example/starvephil.cpp +++ b/example/starvephil.cpp @@ -8,6 +8,7 @@ // in supporting documentation. William E. Kempf makes no representations // about the suitability of this software for any purpose. // It is provided "as is" without express or implied warranty. +// boostinspect:nolicense #include #include diff --git a/example/tennis.cpp b/example/tennis.cpp index 238f963f..1ca31d64 100644 --- a/example/tennis.cpp +++ b/example/tennis.cpp @@ -8,6 +8,7 @@ // in supporting documentation. William E. Kempf makes no representations // about the suitability of this software for any purpose. // It is provided "as is" without express or implied warranty. +// boostinspect:nolicense #include #include diff --git a/example/thread.cpp b/example/thread.cpp index 3de3f00e..582bf4e8 100644 --- a/example/thread.cpp +++ b/example/thread.cpp @@ -8,6 +8,7 @@ // in supporting documentation. William E. Kempf makes no representations // about the suitability of this software for any purpose. // It is provided "as is" without express or implied warranty. +// boostinspect:nolicense #include #include diff --git a/example/thread_group.cpp b/example/thread_group.cpp index bdfcf26e..4626acb1 100644 --- a/example/thread_group.cpp +++ b/example/thread_group.cpp @@ -8,6 +8,7 @@ // in supporting documentation. William E. Kempf makes no representations // about the suitability of this software for any purpose. // It is provided "as is" without express or implied warranty. +// boostinspect:nolicense #include #include diff --git a/example/tss.cpp b/example/tss.cpp index 68504aa7..8bffcff2 100644 --- a/example/tss.cpp +++ b/example/tss.cpp @@ -8,6 +8,7 @@ // in supporting documentation. William E. Kempf makes no representations // about the suitability of this software for any purpose. // It is provided "as is" without express or implied warranty. +// boostinspect:nolicense #include #include diff --git a/example/xtime.cpp b/example/xtime.cpp index ad42b1d8..8c311fd3 100644 --- a/example/xtime.cpp +++ b/example/xtime.cpp @@ -8,6 +8,7 @@ // in supporting documentation. William E. Kempf makes no representations // about the suitability of this software for any purpose. // It is provided "as is" without express or implied warranty. +// boostinspect:nolicense #include #include diff --git a/src/barrier.cpp b/src/barrier.cpp index 6d5c3a6f..5f6a5704 100644 --- a/src/barrier.cpp +++ b/src/barrier.cpp @@ -8,6 +8,7 @@ // in supporting documentation. William E. Kempf makes no representations // about the suitability of this software for any purpose. // It is provided "as is" without express or implied warranty. +// boostinspect:nolicense #include #include diff --git a/src/condition.cpp b/src/condition.cpp index 23be4e49..1b6a4b08 100644 --- a/src/condition.cpp +++ b/src/condition.cpp @@ -8,6 +8,7 @@ // in supporting documentation. William E. Kempf makes no representations // about the suitability of this software for any purpose. // It is provided "as is" without express or implied warranty. +// boostinspect:nolicense #include diff --git a/src/exceptions.cpp b/src/exceptions.cpp index 766a9387..c443ff57 100644 --- a/src/exceptions.cpp +++ b/src/exceptions.cpp @@ -8,6 +8,7 @@ // in supporting documentation. William E. Kempf makes no representations // about the suitability of this software for any purpose. // It is provided "as is" without express or implied warranty. +// boostinspect:nolicense #include diff --git a/src/mutex.cpp b/src/mutex.cpp index ff49d989..83ce8d48 100644 --- a/src/mutex.cpp +++ b/src/mutex.cpp @@ -8,6 +8,7 @@ // in supporting documentation. William E. Kempf makes no representations // about the suitability of this software for any purpose. // It is provided "as is" without express or implied warranty. +// boostinspect:nolicense #include diff --git a/src/mutex.inl b/src/mutex.inl index a3aeac50..4291fa5c 100644 --- a/src/mutex.inl +++ b/src/mutex.inl @@ -8,6 +8,7 @@ // in supporting documentation. William E. Kempf makes no representations // about the suitability of this software for any purpose. // It is provided "as is" without express or implied warranty. +// boostinspect:nolicense namespace { diff --git a/src/once.cpp b/src/once.cpp index 67fcf9a9..19cb0267 100644 --- a/src/once.cpp +++ b/src/once.cpp @@ -8,6 +8,7 @@ // in supporting documentation. William E. Kempf makes no representations // about the suitability of this software for any purpose. // It is provided "as is" without express or implied warranty. +// boostinspect:nolicense #include diff --git a/src/read_write_mutex.cpp b/src/read_write_mutex.cpp index b0d94da3..ee6192ee 100644 --- a/src/read_write_mutex.cpp +++ b/src/read_write_mutex.cpp @@ -8,6 +8,7 @@ // in supporting documentation. William E. Kempf makes no representations // about the suitability of this software for any purpose. // It is provided "as is" without express or implied warranty. +// boostinspect:nolicense /* PROBLEMS: diff --git a/src/recursive_mutex.cpp b/src/recursive_mutex.cpp index 71503d0e..dbe8122a 100644 --- a/src/recursive_mutex.cpp +++ b/src/recursive_mutex.cpp @@ -8,6 +8,7 @@ // in supporting documentation. William E. Kempf makes no representations // about the suitability of this software for any purpose. // It is provided "as is" without express or implied warranty. +// boostinspect:nolicense #include diff --git a/src/thread.cpp b/src/thread.cpp index 1d4543ff..b6a4a400 100644 --- a/src/thread.cpp +++ b/src/thread.cpp @@ -8,6 +8,7 @@ // in supporting documentation. William E. Kempf makes no representations // about the suitability of this software for any purpose. // It is provided "as is" without express or implied warranty. +// boostinspect:nolicense #include diff --git a/src/timeconv.inl b/src/timeconv.inl index d9c22cb9..a99b4e11 100644 --- a/src/timeconv.inl +++ b/src/timeconv.inl @@ -8,6 +8,7 @@ // in supporting documentation. William E. Kempf makes no representations // about the suitability of this software for any purpose. // It is provided "as is" without express or implied warranty. +// boostinspect:nolicense namespace { const int MILLISECONDS_PER_SECOND = 1000; diff --git a/src/tss.cpp b/src/tss.cpp index 24759cde..58cd75d9 100644 --- a/src/tss.cpp +++ b/src/tss.cpp @@ -8,6 +8,7 @@ // in supporting documentation. William E. Kempf makes no representations // about the suitability of this software for any purpose. // It is provided "as is" without express or implied warranty. +// boostinspect:nolicense #include diff --git a/src/xtime.cpp b/src/xtime.cpp index c559d196..b44f4347 100644 --- a/src/xtime.cpp +++ b/src/xtime.cpp @@ -8,6 +8,7 @@ // in supporting documentation. William E. Kempf makes no representations // about the suitability of this software for any purpose. // It is provided "as is" without express or implied warranty. +// boostinspect:nolicense #include diff --git a/test/Jamfile b/test/Jamfile index 16873fa8..8082f93a 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -8,6 +8,7 @@ # in supporting documentation. William E. Kempf makes no representations # about the suitability of this software for any purpose. # It is provided "as is" without express or implied warranty. +# boostinspect:nolicense # # Boost.Threads test Jamfile # diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index bc2bd22a..8bac9ba5 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -2,6 +2,7 @@ # 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. +# boostinspect:nolicense # # Boost.Threads test Jamfile # diff --git a/test/test_barrier.cpp b/test/test_barrier.cpp index 4d9d561b..d7a09b86 100644 --- a/test/test_barrier.cpp +++ b/test/test_barrier.cpp @@ -8,6 +8,7 @@ // in supporting documentation. William E. Kempf makes no representations // about the suitability of this software for any purpose. // It is provided "as is" without express or implied warranty. +// boostinspect:nolicense #include diff --git a/test/test_condition.cpp b/test/test_condition.cpp index 3e2b99fb..02b60e0c 100644 --- a/test/test_condition.cpp +++ b/test/test_condition.cpp @@ -8,6 +8,7 @@ // in supporting documentation. William E. Kempf makes no representations // about the suitability of this software for any purpose. // It is provided "as is" without express or implied warranty. +// boostinspect:nolicense #include diff --git a/test/test_mutex.cpp b/test/test_mutex.cpp index f217f94f..19be2f3b 100644 --- a/test/test_mutex.cpp +++ b/test/test_mutex.cpp @@ -8,6 +8,7 @@ // in supporting documentation. William E. Kempf makes no representations // about the suitability of this software for any purpose. // It is provided "as is" without express or implied warranty. +// boostinspect:nolicense #include diff --git a/test/test_once.cpp b/test/test_once.cpp index e04cdbd1..ad458f30 100644 --- a/test/test_once.cpp +++ b/test/test_once.cpp @@ -8,6 +8,7 @@ // in supporting documentation. William E. Kempf makes no representations // about the suitability of this software for any purpose. // It is provided "as is" without express or implied warranty. +// boostinspect:nolicense #include diff --git a/test/test_read_write_mutex.cpp b/test/test_read_write_mutex.cpp index f0992702..eb73dfe6 100644 --- a/test/test_read_write_mutex.cpp +++ b/test/test_read_write_mutex.cpp @@ -8,6 +8,7 @@ // in supporting documentation. William E. Kempf makes no representations // about the suitability of this software for any purpose. // It is provided "as is" without express or implied warranty. +// boostinspect:nolicense #include diff --git a/test/test_thread.cpp b/test/test_thread.cpp index 2a9871c1..f21effe8 100644 --- a/test/test_thread.cpp +++ b/test/test_thread.cpp @@ -8,6 +8,7 @@ // in supporting documentation. William E. Kempf makes no representations // about the suitability of this software for any purpose. // It is provided "as is" without express or implied warranty. +// boostinspect:nolicense #include diff --git a/test/test_tss.cpp b/test/test_tss.cpp index bd3132f7..6eba5045 100644 --- a/test/test_tss.cpp +++ b/test/test_tss.cpp @@ -8,6 +8,7 @@ // in supporting documentation. William E. Kempf makes no representations // about the suitability of this software for any purpose. // It is provided "as is" without express or implied warranty. +// boostinspect:nolicense #include diff --git a/test/test_xtime.cpp b/test/test_xtime.cpp index 7cb8d2e8..3cfc169f 100644 --- a/test/test_xtime.cpp +++ b/test/test_xtime.cpp @@ -8,6 +8,7 @@ // in supporting documentation. William E. Kempf makes no representations // about the suitability of this software for any purpose. // It is provided "as is" without express or implied warranty. +// boostinspect:nolicense #include diff --git a/tutorial/Jamfile b/tutorial/Jamfile index ee808874..3c10270c 100644 --- a/tutorial/Jamfile +++ b/tutorial/Jamfile @@ -8,6 +8,7 @@ # in supporting documentation. William E. Kempf makes no representations # about the suitability of this software for any purpose. # It is provided "as is" without express or implied warranty. +# boostinspect:nolicense # # Boost.Threads tutorial Jamfile # diff --git a/tutorial/bounded_buffer.cpp b/tutorial/bounded_buffer.cpp index ec7b61ac..8fe56cab 100644 --- a/tutorial/bounded_buffer.cpp +++ b/tutorial/bounded_buffer.cpp @@ -8,6 +8,7 @@ // in supporting documentation. William E. Kempf makes no representations // about the suitability of this software for any purpose. // It is provided "as is" without express or implied warranty. +// boostinspect:nolicense #include #include diff --git a/tutorial/counter.cpp b/tutorial/counter.cpp index 48b243b0..d963d803 100644 --- a/tutorial/counter.cpp +++ b/tutorial/counter.cpp @@ -8,6 +8,7 @@ // in supporting documentation. William E. Kempf makes no representations // about the suitability of this software for any purpose. // It is provided "as is" without express or implied warranty. +// boostinspect:nolicense #include #include diff --git a/tutorial/factorial.cpp b/tutorial/factorial.cpp index 0ccafb69..2f40507e 100644 --- a/tutorial/factorial.cpp +++ b/tutorial/factorial.cpp @@ -8,6 +8,7 @@ // in supporting documentation. William E. Kempf makes no representations // about the suitability of this software for any purpose. // It is provided "as is" without express or implied warranty. +// boostinspect:nolicense #include #include diff --git a/tutorial/factorial2.cpp b/tutorial/factorial2.cpp index e711de18..7331ad9c 100644 --- a/tutorial/factorial2.cpp +++ b/tutorial/factorial2.cpp @@ -8,6 +8,7 @@ // in supporting documentation. William E. Kempf makes no representations // about the suitability of this software for any purpose. // It is provided "as is" without express or implied warranty. +// boostinspect:nolicense #include #include diff --git a/tutorial/factorial3.cpp b/tutorial/factorial3.cpp index f30dedf3..4680e629 100644 --- a/tutorial/factorial3.cpp +++ b/tutorial/factorial3.cpp @@ -8,6 +8,7 @@ // in supporting documentation. William E. Kempf makes no representations // about the suitability of this software for any purpose. // It is provided "as is" without express or implied warranty. +// boostinspect:nolicense #include #include diff --git a/tutorial/helloworld.cpp b/tutorial/helloworld.cpp index f7538d97..553b96f3 100644 --- a/tutorial/helloworld.cpp +++ b/tutorial/helloworld.cpp @@ -8,6 +8,7 @@ // in supporting documentation. William E. Kempf makes no representations // about the suitability of this software for any purpose. // It is provided "as is" without express or implied warranty. +// boostinspect:nolicense #include #include diff --git a/tutorial/helloworld2.cpp b/tutorial/helloworld2.cpp index 45a7b2df..14615224 100644 --- a/tutorial/helloworld2.cpp +++ b/tutorial/helloworld2.cpp @@ -8,6 +8,7 @@ // in supporting documentation. William E. Kempf makes no representations // about the suitability of this software for any purpose. // It is provided "as is" without express or implied warranty. +// boostinspect:nolicense #include #include diff --git a/tutorial/helloworld3.cpp b/tutorial/helloworld3.cpp index 35e9b509..615dc734 100644 --- a/tutorial/helloworld3.cpp +++ b/tutorial/helloworld3.cpp @@ -8,6 +8,7 @@ // in supporting documentation. William E. Kempf makes no representations // about the suitability of this software for any purpose. // It is provided "as is" without express or implied warranty. +// boostinspect:nolicense #include #include diff --git a/tutorial/helloworld4.cpp b/tutorial/helloworld4.cpp index 35e9b509..615dc734 100644 --- a/tutorial/helloworld4.cpp +++ b/tutorial/helloworld4.cpp @@ -8,6 +8,7 @@ // in supporting documentation. William E. Kempf makes no representations // about the suitability of this software for any purpose. // It is provided "as is" without express or implied warranty. +// boostinspect:nolicense #include #include diff --git a/tutorial/once.cpp b/tutorial/once.cpp index 13650d3b..49ab44b0 100644 --- a/tutorial/once.cpp +++ b/tutorial/once.cpp @@ -8,6 +8,7 @@ // in supporting documentation. William E. Kempf makes no representations // about the suitability of this software for any purpose. // It is provided "as is" without express or implied warranty. +// boostinspect:nolicense #include #include diff --git a/tutorial/tss.cpp b/tutorial/tss.cpp index 68504aa7..8bffcff2 100644 --- a/tutorial/tss.cpp +++ b/tutorial/tss.cpp @@ -8,6 +8,7 @@ // in supporting documentation. William E. Kempf makes no representations // about the suitability of this software for any purpose. // It is provided "as is" without express or implied warranty. +// boostinspect:nolicense #include #include