From 77c2c8d77ce3b5178a14247c14584ba893761a46 Mon Sep 17 00:00:00 2001 From: Joel de Guzman Date: Wed, 11 Aug 2004 02:21:27 +0000 Subject: [PATCH] Copyright and License [SVN r24395] --- test/map_indexing_suite.cpp | 4 ++++ test/map_indexing_suite.py | 2 +- test/vector_indexing_suite.cpp | 4 ++++ test/vector_indexing_suite.py | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/test/map_indexing_suite.cpp b/test/map_indexing_suite.cpp index 78c4a71f..f369ad4d 100644 --- a/test/map_indexing_suite.cpp +++ b/test/map_indexing_suite.cpp @@ -1,3 +1,7 @@ +// Copyright Joel de Guzman 2004. 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/map_indexing_suite.py b/test/map_indexing_suite.py index 3ef19aad..80cca9b6 100644 --- a/test/map_indexing_suite.py +++ b/test/map_indexing_suite.py @@ -1,4 +1,4 @@ -# Copyright David Abrahams 2004. Distributed under the Boost +# Copyright Joel de Guzman 2004. 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) ''' diff --git a/test/vector_indexing_suite.cpp b/test/vector_indexing_suite.cpp index 07fc5e91..a2dd1403 100644 --- a/test/vector_indexing_suite.cpp +++ b/test/vector_indexing_suite.cpp @@ -1,3 +1,7 @@ +// Copyright Joel de Guzman 2004. 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/vector_indexing_suite.py b/test/vector_indexing_suite.py index 8196ac99..302fc67c 100644 --- a/test/vector_indexing_suite.py +++ b/test/vector_indexing_suite.py @@ -1,4 +1,4 @@ -# Copyright David Abrahams 2004. Distributed under the Boost +# Copyright Joel de Guzman 2004. 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) '''