From f7db275bc452697cfb5a3058c00e20c83c9b3ec1 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Thu, 9 Sep 2004 13:59:01 +0000 Subject: [PATCH] License update [SVN r24990] --- include/boost/python/object/pickle_support.hpp | 7 +++---- src/object/pickle_support.cpp | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/include/boost/python/object/pickle_support.hpp b/include/boost/python/object/pickle_support.hpp index ea81e8df..555544fe 100644 --- a/include/boost/python/object/pickle_support.hpp +++ b/include/boost/python/object/pickle_support.hpp @@ -1,8 +1,7 @@ // (C) Copyright R.W. Grosse-Kunstleve 2002. -// 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. +// 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) #ifndef BOOST_PYTHON_OBJECT_PICKLE_SUPPORT_RWGK20020603_HPP # define BOOST_PYTHON_OBJECT_PICKLE_SUPPORT_RWGK20020603_HPP diff --git a/src/object/pickle_support.cpp b/src/object/pickle_support.cpp index 6f37517f..4664eefd 100644 --- a/src/object/pickle_support.cpp +++ b/src/object/pickle_support.cpp @@ -1,8 +1,7 @@ // (C) Copyright R.W. Grosse-Kunstleve 2002. -// 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. +// 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) #include #include