From c6bc3b254771d22aa00e94b7062f8c988c23cf79 Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Wed, 20 Oct 2004 13:20:19 +0000 Subject: [PATCH] added copyrights [SVN r25810] --- example/permutation_iter_example.cpp | 5 +++++ example/reverse_iterator.cpp | 5 +++++ test/iterator_adaptor_cc.cpp | 5 +++++ test/lvalue_concept_fail.cpp | 5 +++++ 4 files changed, 20 insertions(+) diff --git a/example/permutation_iter_example.cpp b/example/permutation_iter_example.cpp index 7e8ec57..e6ff889 100644 --- a/example/permutation_iter_example.cpp +++ b/example/permutation_iter_example.cpp @@ -1,3 +1,8 @@ +// Copyright (C) 2004 Jeremy Siek +// 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) + #include #include #include diff --git a/example/reverse_iterator.cpp b/example/reverse_iterator.cpp index 522cb9f..b5f10f7 100644 --- a/example/reverse_iterator.cpp +++ b/example/reverse_iterator.cpp @@ -1,3 +1,8 @@ +// Copyright (C) 2004 Jeremy Siek +// 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) + #include #include #include diff --git a/test/iterator_adaptor_cc.cpp b/test/iterator_adaptor_cc.cpp index 67683f0..599474c 100644 --- a/test/iterator_adaptor_cc.cpp +++ b/test/iterator_adaptor_cc.cpp @@ -1,3 +1,8 @@ +// Copyright (C) 2004 Jeremy Siek +// 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) + #include #include #include diff --git a/test/lvalue_concept_fail.cpp b/test/lvalue_concept_fail.cpp index b52c52d..735bb4a 100644 --- a/test/lvalue_concept_fail.cpp +++ b/test/lvalue_concept_fail.cpp @@ -1,3 +1,8 @@ +// Copyright (C) 2004 Jeremy Siek +// 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) + #include #include #include