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) '''