2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-18 14:32: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
// *****************************************************************************
#include <boost/test/test_tools.hpp>
int test_main( int, char *[] )