From 048d5b788c7d8523ee7bc672474bc5e4bfbe777c Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sun, 18 Jul 2004 10:21:47 +0000 Subject: [PATCH] Added missing copyright declarations. [SVN r23723] --- example/snippets/captures_example.cpp | 10 ++++++++++ test/captures/captures_test.cpp | 17 +++++++++++++++++ 2 files changed, 27 insertions(+) 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