2
0
mirror of https://github.com/boostorg/lambda.git synced 2026-01-25 18:22:24 +00:00

licences were missing, now added

[SVN r17236]
This commit is contained in:
Jaakko Järvi
2003-02-05 15:47:51 +00:00
parent da56b773a0
commit 9f032a7301
14 changed files with 252 additions and 17 deletions

View File

@@ -1,4 +1,21 @@
// switch_test.cpp --------------------------------
// switch_test.cpp -- The Boost Lambda Library --------------------------
//
// Copyright (C) 2000-2003 Jaakko Järvi (jaakko.jarvi@cs.utu.fi)
// Copyright (C) 2000-2003 Gary Powell (powellg@amazon.com)
//
// 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 www.boost.org
// -----------------------------------------------------------------------
#define BOOST_INCLUDE_MAIN // for testing, include rather than link
#include <boost/test/test_tools.hpp> // see "Header Implementation Option"