Skip to content

Commit

Permalink
Changed over to new boost license
Browse files Browse the repository at this point in the history
[SVN r20275]
  • Loading branch information
jzmaddock committed Oct 7, 2003
1 parent f737ceb commit b509fb9
Show file tree
Hide file tree
Showing 60 changed files with 300 additions and 264 deletions.
15 changes: 5 additions & 10 deletions examples/copy_example.cpp
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@

/*
*
* Copyright (c) 1999
* Dr John Maddock
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby granted without fee,
* provided that the above copyright notice appear in all copies and
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* (C) Copyright John Maddock 1999.
* Use, modification and distribution are subject to 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)
*
* This file provides some example of type_traits usage -
* by "optimising" various algorithms:
Expand Down Expand Up @@ -239,3 +233,4 @@ int cpp_main(int argc, char* argv[])




15 changes: 5 additions & 10 deletions examples/fill_example.cpp
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@

/*
*
* Copyright (c) 1999
* Dr John Maddock
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby granted without fee,
* provided that the above copyright notice appear in all copies and
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* (C) Copyright John Maddock 1999.
* Use, modification and distribution are subject to 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)
*
* This file provides some example of type_traits usage -
* by "optimising" various algorithms:
Expand Down Expand Up @@ -190,3 +184,4 @@ int cpp_main(int argc, char* argv[])




15 changes: 5 additions & 10 deletions examples/iter_swap_example.cpp
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@

/*
*
* Copyright (c) 1999
* Dr John Maddock
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby granted without fee,
* provided that the above copyright notice appear in all copies and
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* (C) Copyright John Maddock 1999.
* Use, modification and distribution are subject to 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)
*
* This file provides some example of type_traits usage -
* by "optimising" various algorithms:
Expand Down Expand Up @@ -107,3 +101,4 @@ int cpp_main(int argc, char* argv[])
}



15 changes: 5 additions & 10 deletions examples/trivial_destructor_example.cpp
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@

/*
*
* Copyright (c) 1999
* Dr John Maddock
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby granted without fee,
* provided that the above copyright notice appear in all copies and
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* (C) Copyright John Maddock 1999.
* Use, modification and distribution are subject to 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)
*
* This file provides some example of type_traits usage -
* by "optimising" various algorithms:
Expand Down Expand Up @@ -165,3 +159,4 @@ int cpp_main(int argc, char* argv[])




9 changes: 5 additions & 4 deletions test/add_const_test.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

// (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.
// (C) Copyright John Maddock 2000.
// Use, modification and distribution are subject to 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)

#include "test.hpp"
#include "check_type.hpp"
Expand Down Expand Up @@ -46,3 +46,4 @@ TT_TEST_END




9 changes: 5 additions & 4 deletions test/add_pointer_test.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

// (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.
// (C) Copyright John Maddock 2000.
// Use, modification and distribution are subject to 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)

#include "test.hpp"
#include "check_type.hpp"
Expand Down Expand Up @@ -34,3 +34,4 @@ TT_TEST_END




9 changes: 5 additions & 4 deletions test/add_reference_test.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

// (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.
// (C) Copyright John Maddock 2000.
// Use, modification and distribution are subject to 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)

#include "test.hpp"
#include "check_type.hpp"
Expand Down Expand Up @@ -46,3 +46,4 @@ TT_TEST_END




9 changes: 5 additions & 4 deletions test/add_volatile_test.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

// (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.
// (C) Copyright John Maddock 2000.
// Use, modification and distribution are subject to 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)

#include "test.hpp"
#include "check_type.hpp"
Expand Down Expand Up @@ -46,3 +46,4 @@ TT_TEST_END




9 changes: 5 additions & 4 deletions test/alignment_of_test.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

// (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.
// (C) Copyright John Maddock 2000.
// Use, modification and distribution are subject to 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)

#include "test.hpp"
#include "check_integral_constant.hpp"
Expand Down Expand Up @@ -64,3 +64,4 @@ TT_TEST_END




9 changes: 5 additions & 4 deletions test/check_integral_constant.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

// (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.
// (C) Copyright John Maddock 2000.
// Use, modification and distribution are subject to 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)

#ifndef BOOST_CHECK_INTEGRAL_CONSTANT_HPP
#define BOOST_CHECK_INTEGRAL_CONSTANT_HPP
Expand Down Expand Up @@ -70,3 +70,4 @@ namespace boost{




9 changes: 5 additions & 4 deletions test/check_type.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

// (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.
// (C) Copyright John Maddock 2000.
// Use, modification and distribution are subject to 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)

#ifndef BOOST_CHECK_TYPE_HPP
#define BOOST_CHECK_TYPE_HPP
Expand Down Expand Up @@ -38,3 +38,4 @@ do{\

#endif


9 changes: 5 additions & 4 deletions test/function_traits_test.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

// (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.
// (C) Copyright John Maddock 2000.
// Use, modification and distribution are subject to 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)

#include "test.hpp"
#include "check_type.hpp"
Expand Down Expand Up @@ -61,3 +61,4 @@ TT_TEST_END




9 changes: 5 additions & 4 deletions test/has_nothrow_assign_test.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

// (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.
// (C) Copyright John Maddock 2000.
// Use, modification and distribution are subject to 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)

#include "test.hpp"
#include "check_integral_constant.hpp"
Expand Down Expand Up @@ -156,3 +156,4 @@ BOOST_CHECK_INTEGRAL_CONSTANT(::tt::has_nothrow_assign<test_abc1>::value, false)
TT_TEST_END



9 changes: 5 additions & 4 deletions test/has_nothrow_constr_test.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

// (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.
// (C) Copyright John Maddock 2000.
// Use, modification and distribution are subject to 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)

#include "test.hpp"
#include "check_integral_constant.hpp"
Expand Down Expand Up @@ -156,3 +156,4 @@ BOOST_CHECK_INTEGRAL_CONSTANT(::tt::has_nothrow_constructor<test_abc1>::value, f
TT_TEST_END



9 changes: 5 additions & 4 deletions test/has_nothrow_copy_test.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

// (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.
// (C) Copyright John Maddock 2000.
// Use, modification and distribution are subject to 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)

#include "test.hpp"
#include "check_integral_constant.hpp"
Expand Down Expand Up @@ -156,3 +156,4 @@ BOOST_CHECK_INTEGRAL_CONSTANT(::tt::has_nothrow_copy<test_abc1>::value, false);
TT_TEST_END



9 changes: 5 additions & 4 deletions test/has_trivial_assign_test.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

// (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.
// (C) Copyright John Maddock 2000.
// Use, modification and distribution are subject to 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)

#include "test.hpp"
#include "check_integral_constant.hpp"
Expand Down Expand Up @@ -156,3 +156,4 @@ BOOST_CHECK_INTEGRAL_CONSTANT(::tt::has_trivial_assign<test_abc1>::value, false)
TT_TEST_END



9 changes: 5 additions & 4 deletions test/has_trivial_constr_test.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

// (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.
// (C) Copyright John Maddock 2000.
// Use, modification and distribution are subject to 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)

#include "test.hpp"
#include "check_integral_constant.hpp"
Expand Down Expand Up @@ -161,3 +161,4 @@ TT_TEST_END




9 changes: 5 additions & 4 deletions test/has_trivial_copy_test.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

// (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.
// (C) Copyright John Maddock 2000.
// Use, modification and distribution are subject to 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)

#include "test.hpp"
#include "check_integral_constant.hpp"
Expand Down Expand Up @@ -161,3 +161,4 @@ TT_TEST_END




9 changes: 5 additions & 4 deletions test/has_trivial_destructor_test.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

// (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.
// (C) Copyright John Maddock 2000.
// Use, modification and distribution are subject to 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)

#include "test.hpp"
#include "check_integral_constant.hpp"
Expand Down Expand Up @@ -162,3 +162,4 @@ BOOST_CHECK_INTEGRAL_CONSTANT(::tt::has_trivial_destructor<test_abc1>::value, fa
TT_TEST_END



9 changes: 5 additions & 4 deletions test/init.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

// (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.
// (C) Copyright John Maddock 2000.
// Use, modification and distribution are subject to 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)

#include "test.hpp"

Expand All @@ -20,3 +20,4 @@ boost::unit_test_framework::test_suite* init_unit_test_suite ( int , char* [] )
}



Loading

0 comments on commit b509fb9

Please sign in to comment.