Updated copyright declarations to use new single boost license.

[SVN r20372]
This commit is contained in:
John Maddock
2003-10-14 10:33:24 +00:00
parent 1e7c2699db
commit 5959d6bce2
245 changed files with 1575 additions and 1183 deletions

View File

@@ -1,9 +1,9 @@
// (C) Copyright John Maddock 2003. 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 2003.
// 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)
// See http://www.boost.org for the most recent version.
// See http://www.boost.org/libs/config for the most recent version.
#include "link_test.hpp"
@@ -12,3 +12,4 @@ int main()
return check_options(dyn_link, dyn_rtl, has_threads, debug, stl_debug) ? 0 : -1;
}