forked from boostorg/config
Updated copyright declarations to use new single boost license.
[SVN r20372]
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
#define BOOST_CONFIG_SOURCE
|
||||
@@ -23,3 +23,4 @@ bool BOOST_CONFIG_DECL check_options(
|
||||
&& (m_debug == debug)
|
||||
&& (m_stlp_debug == stl_debug);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user