From 2086542bfbbcf7f2d22b64e4a3b56dc168449471 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sun, 30 Jul 2000 10:33:53 +0000 Subject: [PATCH] replaced lost copyright declaration [SVN r7662] --- compressed_pair_test.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/compressed_pair_test.cpp b/compressed_pair_test.cpp index c8ab32f..c34aa17 100644 --- a/compressed_pair_test.cpp +++ b/compressed_pair_test.cpp @@ -1,3 +1,9 @@ + // boost::compressed_pair test program + + // (C) Copyright John Maddock 2000. Permission to copy, use, modify, sell and + // distribute this software is granted provided this copyright notice appears + // in all copies. This software is provided "as is" without express or implied + // warranty, and with no claim as to its suitability for any purpose. #include #include @@ -144,3 +150,4 @@ template compressed_pair::compressed_pair(); +