From 4d4fe0010f99d488dc426a2eb35bb342a9dce07a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Karlsson?= Date: Tue, 4 Feb 2003 11:54:01 +0000 Subject: [PATCH] Added copyright statement [SVN r17193] --- test/another_tuple_test_bench.cpp | 14 ++++++++++++++ test/io_test.cpp | 13 +++++++++++++ test/tuple_test_bench.cpp | 13 +++++++++++++ 3 files changed, 40 insertions(+) diff --git a/test/another_tuple_test_bench.cpp b/test/another_tuple_test_bench.cpp index af3ab24..471ce58 100644 --- a/test/another_tuple_test_bench.cpp +++ b/test/another_tuple_test_bench.cpp @@ -1,3 +1,17 @@ +// Copyright (C) 1999, 2000 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// +// Permission to copy, use, sell and distribute this software is granted +// provided this copyright notice appears in all copies. +// Permission to modify the code and to distribute modified code is granted +// provided this copyright notice appears in all copies, and a notice +// that the code was modified is included with the copyright notice. +// +// This software is provided "as is" without express or implied warranty, +// and with no claim as to its suitability for any purpose. + +// For more information, see http://www.boost.org + + // another_test_bench.cpp -------------------------------- // This file has various tests to see that things that shouldn't diff --git a/test/io_test.cpp b/test/io_test.cpp index 380acd0..dfcb4cb 100644 --- a/test/io_test.cpp +++ b/test/io_test.cpp @@ -1,3 +1,16 @@ +// Copyright (C) 1999, 2000 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// +// Permission to copy, use, sell and distribute this software is granted +// provided this copyright notice appears in all copies. +// Permission to modify the code and to distribute modified code is granted +// provided this copyright notice appears in all copies, and a notice +// that the code was modified is included with the copyright notice. +// +// This software is provided "as is" without express or implied warranty, +// and with no claim as to its suitability for any purpose. + +// For more information, see http://www.boost.org + // -- io_test.cpp ----------------------------------------------- // // Testing the I/O facilities of tuples diff --git a/test/tuple_test_bench.cpp b/test/tuple_test_bench.cpp index 73ec141..9dc7849 100644 --- a/test/tuple_test_bench.cpp +++ b/test/tuple_test_bench.cpp @@ -1,3 +1,16 @@ +// Copyright (C) 1999, 2000 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// +// Permission to copy, use, sell and distribute this software is granted +// provided this copyright notice appears in all copies. +// Permission to modify the code and to distribute modified code is granted +// provided this copyright notice appears in all copies, and a notice +// that the code was modified is included with the copyright notice. +// +// This software is provided "as is" without express or implied warranty, +// and with no claim as to its suitability for any purpose. + +// For more information, see http://www.boost.org + // tuple_test_bench.cpp -------------------------------- #define BOOST_INCLUDE_MAIN // for testing, include rather than link