diff --git a/example/snippets/captures_example.cpp b/example/snippets/captures_example.cpp index 5ebe1583..de7edd61 100644 --- a/example/snippets/captures_example.cpp +++ b/example/snippets/captures_example.cpp @@ -1,3 +1,13 @@ +/* + * + * Copyright (c) 2004 + * Dr John Maddock + * + * Use, modification and distribution are subject to 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) + * + */ #include #include diff --git a/test/captures/captures_test.cpp b/test/captures/captures_test.cpp index 543511ac..39e96e66 100644 --- a/test/captures/captures_test.cpp +++ b/test/captures/captures_test.cpp @@ -1,3 +1,20 @@ +/* + * + * Copyright (c) 2004 + * Dr John Maddock + * + * Use, modification and distribution are subject to 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) + * + */ + + /* + * LOCATION: see http://www.boost.org for most recent version. + * FILE captures_test.cpp + * VERSION see + * DESCRIPTION: Basic tests for additional captures information. + */ #include #include