replaced lost copyright declaration

[SVN r7662]
This commit is contained in:
John Maddock
2000-07-30 10:33:53 +00:00
parent e52916acf2
commit 2086542bfb

View File

@ -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 <iostream>
#include <typeinfo>
@ -144,3 +150,4 @@ template compressed_pair<double, int[2]>::compressed_pair();