From 22cd726a5c38fc263ba66a444a67a73da2604113 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Mon, 25 Oct 2004 10:52:47 +0000 Subject: [PATCH] Merged copyright additions from main branch [SVN r25861] --- 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