2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-16 13:52:11 +00:00

licence update

[SVN r28803]
This commit is contained in:
Gennadiy Rozental
2005-05-11 05:10:07 +00:00
parent 0978821b57
commit fc9f4dc694
90 changed files with 253 additions and 124 deletions

View File

@@ -1,3 +1,17 @@
// (C) Copyright Gennadiy Rozental 2001-2005.
// Distributed under 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)
// See http://www.boost.org/libs/test for the library home page.
//
// File : $RCSfile$
//
// Version : $Revision$
//
// Description : basic_cstring unit test
// *****************************************************************************
// Boost.Test
#define BOOST_AUTO_TEST_MAIN
#include <boost/test/auto_unit_test.hpp>
@@ -301,6 +315,9 @@ BOOST_AUTO_TEST_CASE( test_ifdef )
// History :
//
// $Log$
// Revision 1.2 2005/05/11 05:07:56 rogeeff
// licence update
//
// Revision 1.1 2005/04/12 06:19:23 rogeeff
// runtime.param tests added
//