Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r83194 - in trunk/libs/gil: io/test toolbox/test
From: chhenning_at_[hidden]
Date: 2013-02-27 19:54:45


Author: chhenning
Date: 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
New Revision: 83194
URL: http://svn.boost.org/trac/boost/changeset/83194

Log:
Added Missing Copyright and License notices.
Text files modified:
   trunk/libs/gil/io/test/all_formats_test.cpp | 7 +++++++
   trunk/libs/gil/io/test/bmp_old_test.cpp | 7 +++++++
   trunk/libs/gil/io/test/bmp_read_test.cpp | 7 +++++++
   trunk/libs/gil/io/test/bmp_test.cpp | 7 +++++++
   trunk/libs/gil/io/test/bmp_write_test.cpp | 7 +++++++
   trunk/libs/gil/io/test/cmp_view.hpp | 17 +++++++++++++++++
   trunk/libs/gil/io/test/color_space_write_test.hpp | 7 +++++++
   trunk/libs/gil/io/test/jpeg_old_test.cpp | 7 +++++++
   trunk/libs/gil/io/test/jpeg_read_test.cpp | 7 +++++++
   trunk/libs/gil/io/test/jpeg_test.cpp | 7 +++++++
   trunk/libs/gil/io/test/jpeg_write_test.cpp | 7 +++++++
   trunk/libs/gil/io/test/make.cpp | 7 +++++++
   trunk/libs/gil/io/test/mandel_view.hpp | 7 +++++++
   trunk/libs/gil/io/test/paths.hpp | 7 +++++++
   trunk/libs/gil/io/test/png_file_format_test.cpp | 7 +++++++
   trunk/libs/gil/io/test/png_old_test.cpp | 7 +++++++
   trunk/libs/gil/io/test/png_read_test.cpp | 7 +++++++
   trunk/libs/gil/io/test/png_test.cpp | 7 +++++++
   trunk/libs/gil/io/test/png_write_test.cpp | 7 +++++++
   trunk/libs/gil/io/test/pnm_old_test.cpp | 7 +++++++
   trunk/libs/gil/io/test/pnm_read_test.cpp | 7 +++++++
   trunk/libs/gil/io/test/pnm_test.cpp | 7 +++++++
   trunk/libs/gil/io/test/pnm_write_test.cpp | 7 +++++++
   trunk/libs/gil/io/test/raw_test.cpp | 7 +++++++
   trunk/libs/gil/io/test/scanline_read_test.hpp | 7 +++++++
   trunk/libs/gil/io/test/subimage_test.hpp | 7 +++++++
   trunk/libs/gil/io/test/targa_old_test.cpp | 7 +++++++
   trunk/libs/gil/io/test/targa_read_test.cpp | 7 +++++++
   trunk/libs/gil/io/test/targa_test.cpp | 7 +++++++
   trunk/libs/gil/io/test/targa_write_test.cpp | 7 +++++++
   trunk/libs/gil/io/test/test.cpp | 7 +++++++
   trunk/libs/gil/io/test/tiff_file_format_test.cpp | 7 +++++++
   trunk/libs/gil/io/test/tiff_old_test.cpp | 7 +++++++
   trunk/libs/gil/io/test/tiff_subimage_test.cpp | 7 +++++++
   trunk/libs/gil/io/test/tiff_test.cpp | 7 +++++++
   trunk/libs/gil/io/test/tiff_tiled_float_test.cpp | 7 +++++++
   trunk/libs/gil/io/test/tiff_tiled_minisblack_test_1-10.cpp | 7 +++++++
   trunk/libs/gil/io/test/tiff_tiled_minisblack_test_11-20.cpp | 7 +++++++
   trunk/libs/gil/io/test/tiff_tiled_minisblack_test_21-31_32-64.cpp | 7 +++++++
   trunk/libs/gil/io/test/tiff_tiled_minisblack_write_test_1-10.cpp | 7 +++++++
   trunk/libs/gil/io/test/tiff_tiled_minisblack_write_test_11-20.cpp | 7 +++++++
   trunk/libs/gil/io/test/tiff_tiled_minisblack_write_test_21-31_32-64.cpp | 7 +++++++
   trunk/libs/gil/io/test/tiff_tiled_palette_test_1-8.cpp | 7 +++++++
   trunk/libs/gil/io/test/tiff_tiled_palette_test_8-16.cpp | 7 +++++++
   trunk/libs/gil/io/test/tiff_tiled_palette_write_test_1-8.cpp | 7 +++++++
   trunk/libs/gil/io/test/tiff_tiled_palette_write_test_8-16.cpp | 7 +++++++
   trunk/libs/gil/io/test/tiff_tiled_read_macros.hpp | 7 +++++++
   trunk/libs/gil/io/test/tiff_tiled_rgb_contig_test_1-10.cpp | 7 +++++++
   trunk/libs/gil/io/test/tiff_tiled_rgb_contig_test_11-20.cpp | 7 +++++++
   trunk/libs/gil/io/test/tiff_tiled_rgb_contig_test_21-31_32_64.cpp | 7 +++++++
   trunk/libs/gil/io/test/tiff_tiled_rgb_contig_write_test_1-10.cpp | 7 +++++++
   trunk/libs/gil/io/test/tiff_tiled_rgb_contig_write_test_11-20.cpp | 7 +++++++
   trunk/libs/gil/io/test/tiff_tiled_rgb_contig_write_test_21-31_32_64.cpp | 7 +++++++
   trunk/libs/gil/io/test/tiff_tiled_rgb_planar_test_1-10.cpp | 7 +++++++
   trunk/libs/gil/io/test/tiff_tiled_rgb_planar_test_11-20.cpp | 7 +++++++
   trunk/libs/gil/io/test/tiff_tiled_rgb_planar_test_21-31_32_64.cpp | 7 +++++++
   trunk/libs/gil/io/test/tiff_tiled_test.cpp | 7 +++++++
   trunk/libs/gil/io/test/tiff_tiled_write_macros.hpp | 7 +++++++
   trunk/libs/gil/io/test/tiff_write_test.cpp | 7 +++++++
   trunk/libs/gil/toolbox/test/channel_type.cpp | 7 +++++++
   trunk/libs/gil/toolbox/test/channel_view.cpp | 7 +++++++
   trunk/libs/gil/toolbox/test/cmyka.cpp | 7 +++++++
   trunk/libs/gil/toolbox/test/get_num_bits.cpp | 7 +++++++
   trunk/libs/gil/toolbox/test/get_pixel_type.cpp | 7 +++++++
   trunk/libs/gil/toolbox/test/gray_alpha.cpp | 7 +++++++
   trunk/libs/gil/toolbox/test/gray_to_rgba.cpp | 7 +++++++
   trunk/libs/gil/toolbox/test/hsl_hsv_test.cpp | 10 ++++++----
   trunk/libs/gil/toolbox/test/indexed_image_test.cpp | 10 ++++++----
   trunk/libs/gil/toolbox/test/is_bit_aligned.cpp | 7 +++++++
   trunk/libs/gil/toolbox/test/is_homogeneous.cpp | 7 +++++++
   trunk/libs/gil/toolbox/test/is_similar.cpp | 7 +++++++
   trunk/libs/gil/toolbox/test/lab_test.cpp | 10 ++++++----
   trunk/libs/gil/toolbox/test/pixel_bit_size.cpp | 7 +++++++
   trunk/libs/gil/toolbox/test/rgb_to_luminance.cpp | 7 +++++++
   trunk/libs/gil/toolbox/test/xyz_test.cpp | 10 ++++++----
   75 files changed, 531 insertions(+), 16 deletions(-)

Modified: trunk/libs/gil/io/test/all_formats_test.cpp
==============================================================================
--- trunk/libs/gil/io/test/all_formats_test.cpp (original)
+++ trunk/libs/gil/io/test/all_formats_test.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 // Test will include all format's headers and load and write some images.
 // This test is more of a compilation test.
 

Modified: trunk/libs/gil/io/test/bmp_old_test.cpp
==============================================================================
--- trunk/libs/gil/io/test/bmp_old_test.cpp (original)
+++ trunk/libs/gil/io/test/bmp_old_test.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 //#define BOOST_TEST_MODULE bmp_old_test_module
 #include <boost/test/unit_test.hpp>
 

Modified: trunk/libs/gil/io/test/bmp_read_test.cpp
==============================================================================
--- trunk/libs/gil/io/test/bmp_read_test.cpp (original)
+++ trunk/libs/gil/io/test/bmp_read_test.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 //#define BOOST_TEST_MODULE bmp_read_test_module
 #include <boost/test/unit_test.hpp>
 #include <boost/type_traits/is_same.hpp>

Modified: trunk/libs/gil/io/test/bmp_test.cpp
==============================================================================
--- trunk/libs/gil/io/test/bmp_test.cpp (original)
+++ trunk/libs/gil/io/test/bmp_test.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 //#define BOOST_TEST_MODULE bmp_test_module
 #include <boost/test/unit_test.hpp>
 

Modified: trunk/libs/gil/io/test/bmp_write_test.cpp
==============================================================================
--- trunk/libs/gil/io/test/bmp_write_test.cpp (original)
+++ trunk/libs/gil/io/test/bmp_write_test.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 //#define BOOST_TEST_MODULE bmp_write_test_module
 #include <boost/test/unit_test.hpp>
 

Modified: trunk/libs/gil/io/test/cmp_view.hpp
==============================================================================
--- trunk/libs/gil/io/test/cmp_view.hpp (original)
+++ trunk/libs/gil/io/test/cmp_view.hpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,6 +1,23 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 #ifndef BOOST_GIL_IO_UNIT_TEST_CMP_VIEW_HPP
 #define BOOST_GIL_IO_UNIT_TEST_CMP_VIEW_HPP
 
+////////////////////////////////////////////////////////////////////////////////////////
+/// \file
+/// \brief
+/// \author Christian Henning
+///
+/// \date 2013 \n
+///
+////////////////////////////////////////////////////////////////////////////////////////
+
+
 #include <boost/gil/gil_all.hpp>
 
 template< typename View_1, typename View_2 >

Modified: trunk/libs/gil/io/test/color_space_write_test.hpp
==============================================================================
--- trunk/libs/gil/io/test/color_space_write_test.hpp (original)
+++ trunk/libs/gil/io/test/color_space_write_test.hpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 #ifndef BOOST_GIL_IO_UNIT_TEST_COLOR_SPACE_WRITE_TEST_HPP
 #define BOOST_GIL_IO_UNIT_TEST_COLOR_SPACE_WRITE_TEST_HPP
 

Modified: trunk/libs/gil/io/test/jpeg_old_test.cpp
==============================================================================
--- trunk/libs/gil/io/test/jpeg_old_test.cpp (original)
+++ trunk/libs/gil/io/test/jpeg_old_test.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 //#define BOOST_TEST_MODULE jpeg_old_test_module
 #include <boost/test/unit_test.hpp>
 

Modified: trunk/libs/gil/io/test/jpeg_read_test.cpp
==============================================================================
--- trunk/libs/gil/io/test/jpeg_read_test.cpp (original)
+++ trunk/libs/gil/io/test/jpeg_read_test.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 //#define BOOST_TEST_MODULE jpeg_read_test_module
 #include <boost/test/unit_test.hpp>
 

Modified: trunk/libs/gil/io/test/jpeg_test.cpp
==============================================================================
--- trunk/libs/gil/io/test/jpeg_test.cpp (original)
+++ trunk/libs/gil/io/test/jpeg_test.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 //#define BOOST_TEST_MODULE jpeg_test_module
 #include <boost/test/unit_test.hpp>
 #define BOOST_FILESYSTEM_VERSION 3

Modified: trunk/libs/gil/io/test/jpeg_write_test.cpp
==============================================================================
--- trunk/libs/gil/io/test/jpeg_write_test.cpp (original)
+++ trunk/libs/gil/io/test/jpeg_write_test.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 //#define BOOST_TEST_MODULE jpeg_write_test_module
 #include <boost/test/unit_test.hpp>
 

Modified: trunk/libs/gil/io/test/make.cpp
==============================================================================
--- trunk/libs/gil/io/test/make.cpp (original)
+++ trunk/libs/gil/io/test/make.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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 <boost/test/unit_test.hpp>
 
 #define BOOST_GIL_IO_ADD_FS_PATH_SUPPORT

Modified: trunk/libs/gil/io/test/mandel_view.hpp
==============================================================================
--- trunk/libs/gil/io/test/mandel_view.hpp (original)
+++ trunk/libs/gil/io/test/mandel_view.hpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 #ifndef BOOST_GIL_IO_UNIT_TEST_MANDEL_HPP
 #define BOOST_GIL_IO_UNIT_TEST_MANDEL_HPP
 

Modified: trunk/libs/gil/io/test/paths.hpp
==============================================================================
--- trunk/libs/gil/io/test/paths.hpp (original)
+++ trunk/libs/gil/io/test/paths.hpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 #ifndef BOOST_GIL_IO_UNIT_TEST_PATHS_HPP
 #define BOOST_GIL_IO_UNIT_TEST_PATHS_HPP
 

Modified: trunk/libs/gil/io/test/png_file_format_test.cpp
==============================================================================
--- trunk/libs/gil/io/test/png_file_format_test.cpp (original)
+++ trunk/libs/gil/io/test/png_file_format_test.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 //#define BOOST_TEST_MODULE png_file_format_test_module
 #include <boost/test/unit_test.hpp>
 

Modified: trunk/libs/gil/io/test/png_old_test.cpp
==============================================================================
--- trunk/libs/gil/io/test/png_old_test.cpp (original)
+++ trunk/libs/gil/io/test/png_old_test.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 //#define BOOST_TEST_MODULE png_old_test_module
 #include <boost/test/unit_test.hpp>
 

Modified: trunk/libs/gil/io/test/png_read_test.cpp
==============================================================================
--- trunk/libs/gil/io/test/png_read_test.cpp (original)
+++ trunk/libs/gil/io/test/png_read_test.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 //#define BOOST_TEST_MODULE png_read_test_module
 #include <boost/test/unit_test.hpp>
 

Modified: trunk/libs/gil/io/test/png_test.cpp
==============================================================================
--- trunk/libs/gil/io/test/png_test.cpp (original)
+++ trunk/libs/gil/io/test/png_test.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 //#define BOOST_TEST_MODULE png_test_module
 #include <boost/test/unit_test.hpp>
 

Modified: trunk/libs/gil/io/test/png_write_test.cpp
==============================================================================
--- trunk/libs/gil/io/test/png_write_test.cpp (original)
+++ trunk/libs/gil/io/test/png_write_test.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 //#define BOOST_TEST_MODULE png_read_test_module
 #include <boost/test/unit_test.hpp>
 

Modified: trunk/libs/gil/io/test/pnm_old_test.cpp
==============================================================================
--- trunk/libs/gil/io/test/pnm_old_test.cpp (original)
+++ trunk/libs/gil/io/test/pnm_old_test.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 //#define BOOST_TEST_MODULE pnm_old_test_module
 #include <boost/test/unit_test.hpp>
 

Modified: trunk/libs/gil/io/test/pnm_read_test.cpp
==============================================================================
--- trunk/libs/gil/io/test/pnm_read_test.cpp (original)
+++ trunk/libs/gil/io/test/pnm_read_test.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 //#define BOOST_TEST_MODULE pnm_read_test_module
 #include <boost/test/unit_test.hpp>
 

Modified: trunk/libs/gil/io/test/pnm_test.cpp
==============================================================================
--- trunk/libs/gil/io/test/pnm_test.cpp (original)
+++ trunk/libs/gil/io/test/pnm_test.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 //#define BOOST_TEST_MODULE pnm_test_module
 #include <boost/test/unit_test.hpp>
 

Modified: trunk/libs/gil/io/test/pnm_write_test.cpp
==============================================================================
--- trunk/libs/gil/io/test/pnm_write_test.cpp (original)
+++ trunk/libs/gil/io/test/pnm_write_test.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 //#define BOOST_TEST_MODULE pnm_write_test_module
 #include <boost/test/unit_test.hpp>
 

Modified: trunk/libs/gil/io/test/raw_test.cpp
==============================================================================
--- trunk/libs/gil/io/test/raw_test.cpp (original)
+++ trunk/libs/gil/io/test/raw_test.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 //#define BOOST_TEST_MODULE raw_test_module
 #include <boost/test/unit_test.hpp>
 

Modified: trunk/libs/gil/io/test/scanline_read_test.hpp
==============================================================================
--- trunk/libs/gil/io/test/scanline_read_test.hpp (original)
+++ trunk/libs/gil/io/test/scanline_read_test.hpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 #ifndef BOOST_GIL_IO_UNIT_TEST_SCANLINE_READ_TEST_HPP
 #define BOOST_GIL_IO_UNIT_TEST_SCANLINE_READ_TEST_HPP
 

Modified: trunk/libs/gil/io/test/subimage_test.hpp
==============================================================================
--- trunk/libs/gil/io/test/subimage_test.hpp (original)
+++ trunk/libs/gil/io/test/subimage_test.hpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 #ifndef BOOST_GIL_IO_UNIT_TEST_SUBIMAGE_TEST_HPP
 #define BOOST_GIL_IO_UNIT_TEST_SUBIMAGE_TEST_HPP
 

Modified: trunk/libs/gil/io/test/targa_old_test.cpp
==============================================================================
--- trunk/libs/gil/io/test/targa_old_test.cpp (original)
+++ trunk/libs/gil/io/test/targa_old_test.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 //#define BOOST_TEST_MODULE targa_old_test_module
 #include <boost/test/unit_test.hpp>
 

Modified: trunk/libs/gil/io/test/targa_read_test.cpp
==============================================================================
--- trunk/libs/gil/io/test/targa_read_test.cpp (original)
+++ trunk/libs/gil/io/test/targa_read_test.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 //#define BOOST_TEST_MODULE targa_read_test_module
 #include <boost/test/unit_test.hpp>
 #include <boost/type_traits/is_same.hpp>

Modified: trunk/libs/gil/io/test/targa_test.cpp
==============================================================================
--- trunk/libs/gil/io/test/targa_test.cpp (original)
+++ trunk/libs/gil/io/test/targa_test.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 //#define BOOST_TEST_MODULE targa_test_module
 #include <boost/test/unit_test.hpp>
 

Modified: trunk/libs/gil/io/test/targa_write_test.cpp
==============================================================================
--- trunk/libs/gil/io/test/targa_write_test.cpp (original)
+++ trunk/libs/gil/io/test/targa_write_test.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 //#define BOOST_TEST_MODULE targa_write_test_module
 #include <boost/test/unit_test.hpp>
 

Modified: trunk/libs/gil/io/test/test.cpp
==============================================================================
--- trunk/libs/gil/io/test/test.cpp (original)
+++ trunk/libs/gil/io/test/test.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,2 +1,9 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 #define BOOST_TEST_MAIN
 #include <boost/test/unit_test.hpp>

Modified: trunk/libs/gil/io/test/tiff_file_format_test.cpp
==============================================================================
--- trunk/libs/gil/io/test/tiff_file_format_test.cpp (original)
+++ trunk/libs/gil/io/test/tiff_file_format_test.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 /**************************************************
  *
  * This test file will read and write various

Modified: trunk/libs/gil/io/test/tiff_old_test.cpp
==============================================================================
--- trunk/libs/gil/io/test/tiff_old_test.cpp (original)
+++ trunk/libs/gil/io/test/tiff_old_test.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 /**************************************************
  *
  * This test file will only test the old library's

Modified: trunk/libs/gil/io/test/tiff_subimage_test.cpp
==============================================================================
--- trunk/libs/gil/io/test/tiff_subimage_test.cpp (original)
+++ trunk/libs/gil/io/test/tiff_subimage_test.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 //#define BOOST_TEST_MODULE tiff_subimage_test_module
 #include <boost/test/unit_test.hpp>
 

Modified: trunk/libs/gil/io/test/tiff_test.cpp
==============================================================================
--- trunk/libs/gil/io/test/tiff_test.cpp (original)
+++ trunk/libs/gil/io/test/tiff_test.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 
 /**************************************************
  *

Modified: trunk/libs/gil/io/test/tiff_tiled_float_test.cpp
==============================================================================
--- trunk/libs/gil/io/test/tiff_tiled_float_test.cpp (original)
+++ trunk/libs/gil/io/test/tiff_tiled_float_test.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 /********************************************************
  *
  * This test file will test float tiled tiff reading

Modified: trunk/libs/gil/io/test/tiff_tiled_minisblack_test_1-10.cpp
==============================================================================
--- trunk/libs/gil/io/test/tiff_tiled_minisblack_test_1-10.cpp (original)
+++ trunk/libs/gil/io/test/tiff_tiled_minisblack_test_1-10.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 /********************************************************
  *
  * This test file will test gray tiled tiff reading

Modified: trunk/libs/gil/io/test/tiff_tiled_minisblack_test_11-20.cpp
==============================================================================
--- trunk/libs/gil/io/test/tiff_tiled_minisblack_test_11-20.cpp (original)
+++ trunk/libs/gil/io/test/tiff_tiled_minisblack_test_11-20.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 /********************************************************
  *
  * This test file will test gray tiled tiff writing

Modified: trunk/libs/gil/io/test/tiff_tiled_minisblack_test_21-31_32-64.cpp
==============================================================================
--- trunk/libs/gil/io/test/tiff_tiled_minisblack_test_21-31_32-64.cpp (original)
+++ trunk/libs/gil/io/test/tiff_tiled_minisblack_test_21-31_32-64.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 /********************************************************
  *
  * This test file will test gray tiled tiff reading

Modified: trunk/libs/gil/io/test/tiff_tiled_minisblack_write_test_1-10.cpp
==============================================================================
--- trunk/libs/gil/io/test/tiff_tiled_minisblack_write_test_1-10.cpp (original)
+++ trunk/libs/gil/io/test/tiff_tiled_minisblack_write_test_1-10.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 /********************************************************
  *
  * This test file will test gray tiled tiff writing

Modified: trunk/libs/gil/io/test/tiff_tiled_minisblack_write_test_11-20.cpp
==============================================================================
--- trunk/libs/gil/io/test/tiff_tiled_minisblack_write_test_11-20.cpp (original)
+++ trunk/libs/gil/io/test/tiff_tiled_minisblack_write_test_11-20.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 /********************************************************
  *
  * This test file will test gray tiled tiff writing

Modified: trunk/libs/gil/io/test/tiff_tiled_minisblack_write_test_21-31_32-64.cpp
==============================================================================
--- trunk/libs/gil/io/test/tiff_tiled_minisblack_write_test_21-31_32-64.cpp (original)
+++ trunk/libs/gil/io/test/tiff_tiled_minisblack_write_test_21-31_32-64.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 /********************************************************
  *
  * This test file will test gray tiled tiff writing

Modified: trunk/libs/gil/io/test/tiff_tiled_palette_test_1-8.cpp
==============================================================================
--- trunk/libs/gil/io/test/tiff_tiled_palette_test_1-8.cpp (original)
+++ trunk/libs/gil/io/test/tiff_tiled_palette_test_1-8.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 /********************************************************
  *
  * This test file will test palette tiled tiff reading

Modified: trunk/libs/gil/io/test/tiff_tiled_palette_test_8-16.cpp
==============================================================================
--- trunk/libs/gil/io/test/tiff_tiled_palette_test_8-16.cpp (original)
+++ trunk/libs/gil/io/test/tiff_tiled_palette_test_8-16.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 /********************************************************
  *
  * This test file will test palette tiled tiff reading

Modified: trunk/libs/gil/io/test/tiff_tiled_palette_write_test_1-8.cpp
==============================================================================
--- trunk/libs/gil/io/test/tiff_tiled_palette_write_test_1-8.cpp (original)
+++ trunk/libs/gil/io/test/tiff_tiled_palette_write_test_1-8.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 /********************************************************
  *
  * This test file will test palette tiled tiff writing

Modified: trunk/libs/gil/io/test/tiff_tiled_palette_write_test_8-16.cpp
==============================================================================
--- trunk/libs/gil/io/test/tiff_tiled_palette_write_test_8-16.cpp (original)
+++ trunk/libs/gil/io/test/tiff_tiled_palette_write_test_8-16.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 /********************************************************
  *
  * This test file will test palette tiled tiff writing

Modified: trunk/libs/gil/io/test/tiff_tiled_read_macros.hpp
==============================================================================
--- trunk/libs/gil/io/test/tiff_tiled_read_macros.hpp (original)
+++ trunk/libs/gil/io/test/tiff_tiled_read_macros.hpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 #ifndef BOOST_GIL_TIFF_TILED_READ_MACROS_HPP
 #define BOOST_GIL_TIFF_TILED_READ_MACROS_HPP
 

Modified: trunk/libs/gil/io/test/tiff_tiled_rgb_contig_test_1-10.cpp
==============================================================================
--- trunk/libs/gil/io/test/tiff_tiled_rgb_contig_test_1-10.cpp (original)
+++ trunk/libs/gil/io/test/tiff_tiled_rgb_contig_test_1-10.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 /********************************************************
  *
  * This test file will test RGB contig tiled tiff reading

Modified: trunk/libs/gil/io/test/tiff_tiled_rgb_contig_test_11-20.cpp
==============================================================================
--- trunk/libs/gil/io/test/tiff_tiled_rgb_contig_test_11-20.cpp (original)
+++ trunk/libs/gil/io/test/tiff_tiled_rgb_contig_test_11-20.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 /********************************************************
  *
  * This test file will test RGB contig tiled tiff reading

Modified: trunk/libs/gil/io/test/tiff_tiled_rgb_contig_test_21-31_32_64.cpp
==============================================================================
--- trunk/libs/gil/io/test/tiff_tiled_rgb_contig_test_21-31_32_64.cpp (original)
+++ trunk/libs/gil/io/test/tiff_tiled_rgb_contig_test_21-31_32_64.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 /********************************************************
  *
  * This test file will test RGB contig tiled tiff reading

Modified: trunk/libs/gil/io/test/tiff_tiled_rgb_contig_write_test_1-10.cpp
==============================================================================
--- trunk/libs/gil/io/test/tiff_tiled_rgb_contig_write_test_1-10.cpp (original)
+++ trunk/libs/gil/io/test/tiff_tiled_rgb_contig_write_test_1-10.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 /********************************************************
  *
  * This test file will test rgb contig tiled tiff writing

Modified: trunk/libs/gil/io/test/tiff_tiled_rgb_contig_write_test_11-20.cpp
==============================================================================
--- trunk/libs/gil/io/test/tiff_tiled_rgb_contig_write_test_11-20.cpp (original)
+++ trunk/libs/gil/io/test/tiff_tiled_rgb_contig_write_test_11-20.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 /********************************************************
  *
  * This test file will test rgb contig tiled tiff writing

Modified: trunk/libs/gil/io/test/tiff_tiled_rgb_contig_write_test_21-31_32_64.cpp
==============================================================================
--- trunk/libs/gil/io/test/tiff_tiled_rgb_contig_write_test_21-31_32_64.cpp (original)
+++ trunk/libs/gil/io/test/tiff_tiled_rgb_contig_write_test_21-31_32_64.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 /********************************************************
  *
  * This test file will test rgb contig tiled tiff writing

Modified: trunk/libs/gil/io/test/tiff_tiled_rgb_planar_test_1-10.cpp
==============================================================================
--- trunk/libs/gil/io/test/tiff_tiled_rgb_planar_test_1-10.cpp (original)
+++ trunk/libs/gil/io/test/tiff_tiled_rgb_planar_test_1-10.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 /********************************************************
  *
  * This test file will test RGB planar tiled tiff reading

Modified: trunk/libs/gil/io/test/tiff_tiled_rgb_planar_test_11-20.cpp
==============================================================================
--- trunk/libs/gil/io/test/tiff_tiled_rgb_planar_test_11-20.cpp (original)
+++ trunk/libs/gil/io/test/tiff_tiled_rgb_planar_test_11-20.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 /********************************************************
  *
  * This test file will test RGB planar tiled tiff reading

Modified: trunk/libs/gil/io/test/tiff_tiled_rgb_planar_test_21-31_32_64.cpp
==============================================================================
--- trunk/libs/gil/io/test/tiff_tiled_rgb_planar_test_21-31_32_64.cpp (original)
+++ trunk/libs/gil/io/test/tiff_tiled_rgb_planar_test_21-31_32_64.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 /********************************************************
  *
  * This test file will test RGB planar tiled tiff reading

Modified: trunk/libs/gil/io/test/tiff_tiled_test.cpp
==============================================================================
--- trunk/libs/gil/io/test/tiff_tiled_test.cpp (original)
+++ trunk/libs/gil/io/test/tiff_tiled_test.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 
 /**************************************************
  *

Modified: trunk/libs/gil/io/test/tiff_tiled_write_macros.hpp
==============================================================================
--- trunk/libs/gil/io/test/tiff_tiled_write_macros.hpp (original)
+++ trunk/libs/gil/io/test/tiff_tiled_write_macros.hpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
+
 #ifndef BOOST_GIL_TIFF_TILED_WRITE_MACROS_HPP
 #define BOOST_GIL_TIFF_TILED_WRITE_MACROS_HPP
 

Modified: trunk/libs/gil/io/test/tiff_write_test.cpp
==============================================================================
--- trunk/libs/gil/io/test/tiff_write_test.cpp (original)
+++ trunk/libs/gil/io/test/tiff_write_test.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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 <boost/test/unit_test.hpp>
 

Modified: trunk/libs/gil/toolbox/test/channel_type.cpp
==============================================================================
--- trunk/libs/gil/toolbox/test/channel_type.cpp (original)
+++ trunk/libs/gil/toolbox/test/channel_type.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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 <boost/test/unit_test.hpp>
 
 #include <boost/type_traits/is_same.hpp>

Modified: trunk/libs/gil/toolbox/test/channel_view.cpp
==============================================================================
--- trunk/libs/gil/toolbox/test/channel_view.cpp (original)
+++ trunk/libs/gil/toolbox/test/channel_view.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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 <boost/test/unit_test.hpp>
 
 #include <boost/type_traits/is_same.hpp>

Modified: trunk/libs/gil/toolbox/test/cmyka.cpp
==============================================================================
--- trunk/libs/gil/toolbox/test/cmyka.cpp (original)
+++ trunk/libs/gil/toolbox/test/cmyka.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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 <boost/test/unit_test.hpp>
 
 #include <boost/type_traits/is_same.hpp>

Modified: trunk/libs/gil/toolbox/test/get_num_bits.cpp
==============================================================================
--- trunk/libs/gil/toolbox/test/get_num_bits.cpp (original)
+++ trunk/libs/gil/toolbox/test/get_num_bits.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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 <boost/test/unit_test.hpp>
 
 #include <boost/type_traits/is_same.hpp>

Modified: trunk/libs/gil/toolbox/test/get_pixel_type.cpp
==============================================================================
--- trunk/libs/gil/toolbox/test/get_pixel_type.cpp (original)
+++ trunk/libs/gil/toolbox/test/get_pixel_type.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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 <boost/test/unit_test.hpp>
 
 #include <boost/type_traits/is_same.hpp>

Modified: trunk/libs/gil/toolbox/test/gray_alpha.cpp
==============================================================================
--- trunk/libs/gil/toolbox/test/gray_alpha.cpp (original)
+++ trunk/libs/gil/toolbox/test/gray_alpha.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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 <boost/test/unit_test.hpp>
 
 #include <boost/type_traits/is_same.hpp>

Modified: trunk/libs/gil/toolbox/test/gray_to_rgba.cpp
==============================================================================
--- trunk/libs/gil/toolbox/test/gray_to_rgba.cpp (original)
+++ trunk/libs/gil/toolbox/test/gray_to_rgba.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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 <boost/test/unit_test.hpp>
 
 #include <boost/type_traits/is_same.hpp>

Modified: trunk/libs/gil/toolbox/test/hsl_hsv_test.cpp
==============================================================================
--- trunk/libs/gil/toolbox/test/hsl_hsv_test.cpp (original)
+++ trunk/libs/gil/toolbox/test/hsl_hsv_test.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,7 +1,9 @@
-// Copyright 2012 Christian Henning
-// 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)
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
 
 /// \brief Unit test for hsl and hsv color spaces
 

Modified: trunk/libs/gil/toolbox/test/indexed_image_test.cpp
==============================================================================
--- trunk/libs/gil/toolbox/test/indexed_image_test.cpp (original)
+++ trunk/libs/gil/toolbox/test/indexed_image_test.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,7 +1,9 @@
-// Copyright 2012 Christian Henning
-// 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)
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
 
 /// \brief Unit test for indexed_image type.
 

Modified: trunk/libs/gil/toolbox/test/is_bit_aligned.cpp
==============================================================================
--- trunk/libs/gil/toolbox/test/is_bit_aligned.cpp (original)
+++ trunk/libs/gil/toolbox/test/is_bit_aligned.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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 <boost/test/unit_test.hpp>
 
 #include <boost/type_traits/is_same.hpp>

Modified: trunk/libs/gil/toolbox/test/is_homogeneous.cpp
==============================================================================
--- trunk/libs/gil/toolbox/test/is_homogeneous.cpp (original)
+++ trunk/libs/gil/toolbox/test/is_homogeneous.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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 <boost/test/unit_test.hpp>
 
 #include <boost/gil/gil_all.hpp>

Modified: trunk/libs/gil/toolbox/test/is_similar.cpp
==============================================================================
--- trunk/libs/gil/toolbox/test/is_similar.cpp (original)
+++ trunk/libs/gil/toolbox/test/is_similar.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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 <boost/test/unit_test.hpp>
 
 #include <boost/gil/gil_all.hpp>

Modified: trunk/libs/gil/toolbox/test/lab_test.cpp
==============================================================================
--- trunk/libs/gil/toolbox/test/lab_test.cpp (original)
+++ trunk/libs/gil/toolbox/test/lab_test.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,7 +1,9 @@
-// Copyright 2012 Davide Anastasia
-// 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)
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
 
 /// \file lab_test.cpp
 /// \brief Unit test for LAB Colorspace

Modified: trunk/libs/gil/toolbox/test/pixel_bit_size.cpp
==============================================================================
--- trunk/libs/gil/toolbox/test/pixel_bit_size.cpp (original)
+++ trunk/libs/gil/toolbox/test/pixel_bit_size.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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 <boost/test/unit_test.hpp>
 
 #include <boost/gil/gil_all.hpp>

Modified: trunk/libs/gil/toolbox/test/rgb_to_luminance.cpp
==============================================================================
--- trunk/libs/gil/toolbox/test/rgb_to_luminance.cpp (original)
+++ trunk/libs/gil/toolbox/test/rgb_to_luminance.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,3 +1,10 @@
+/*
+ Copyright 2013 Christian Henning
+ 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 <boost/test/unit_test.hpp>
 
 #include <boost/gil/gil_all.hpp>

Modified: trunk/libs/gil/toolbox/test/xyz_test.cpp
==============================================================================
--- trunk/libs/gil/toolbox/test/xyz_test.cpp (original)
+++ trunk/libs/gil/toolbox/test/xyz_test.cpp 2013-02-27 19:54:37 EST (Wed, 27 Feb 2013)
@@ -1,7 +1,9 @@
-// Copyright 2012 Davide Anastasia
-// 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)
+/*
+ Copyright 2013 Christian Henning
+ 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).
+*/
 
 /// \file xyz_test.cpp
 /// \brief Unit test for XYZ Colorspace


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk