From 7194aff64cc4b57f64f4c278a93e28cc996343ff Mon Sep 17 00:00:00 2001 From: Thomas Witt Date: Tue, 10 Aug 2004 14:44:17 +0000 Subject: [PATCH] Fixed license added (only) my (C). [SVN r24379] --- include/boost/iterator/new_iterator_tests.hpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/include/boost/iterator/new_iterator_tests.hpp b/include/boost/iterator/new_iterator_tests.hpp index 9424b36..172b00c 100644 --- a/include/boost/iterator/new_iterator_tests.hpp +++ b/include/boost/iterator/new_iterator_tests.hpp @@ -1,6 +1,15 @@ #ifndef BOOST_NEW_ITERATOR_TESTS_HPP # define BOOST_NEW_ITERATOR_TESTS_HPP +// +// Copyright (c) Thomas Witt 2002. +// +// Use, modification and distribution is 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 is meant to be the beginnings of a comprehensive, generic // test suite for STL concepts such as iterators and containers. //