forked from boostorg/tuple
Added copyright statement
[SVN r17193]
This commit is contained in:
@ -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 --------------------------------
|
// another_test_bench.cpp --------------------------------
|
||||||
|
|
||||||
// This file has various tests to see that things that shouldn't
|
// This file has various tests to see that things that shouldn't
|
||||||
|
@ -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 -----------------------------------------------
|
// -- io_test.cpp -----------------------------------------------
|
||||||
//
|
//
|
||||||
// Testing the I/O facilities of tuples
|
// Testing the I/O facilities of tuples
|
||||||
|
@ -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 --------------------------------
|
// tuple_test_bench.cpp --------------------------------
|
||||||
|
|
||||||
#define BOOST_INCLUDE_MAIN // for testing, include rather than link
|
#define BOOST_INCLUDE_MAIN // for testing, include rather than link
|
||||||
|
Reference in New Issue
Block a user