From c9af6ca94b3cf69c7c48045384e0133570c7a710 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 19 Nov 2002 17:39:17 +0000 Subject: [PATCH] Add missing copyright notices [SVN r16329] --- include/boost/python/detail/api_placeholder.hpp | 5 +++++ include/boost/python/dict.hpp | 5 +++++ include/boost/python/str.hpp | 5 +++++ include/boost/python/tuple.hpp | 5 +++++ 4 files changed, 20 insertions(+) diff --git a/include/boost/python/detail/api_placeholder.hpp b/include/boost/python/detail/api_placeholder.hpp index 9a4672ab..38a0d029 100644 --- a/include/boost/python/detail/api_placeholder.hpp +++ b/include/boost/python/detail/api_placeholder.hpp @@ -1,3 +1,8 @@ +// Copyright David Abrahams 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. #ifndef BOOST_PYTHON_API_PLACE_HOLDER_HPP #define BOOST_PYTHON_API_PLACE_HOLDER_HPP diff --git a/include/boost/python/dict.hpp b/include/boost/python/dict.hpp index 6bda6e2c..c1565bcc 100644 --- a/include/boost/python/dict.hpp +++ b/include/boost/python/dict.hpp @@ -1,3 +1,8 @@ +// Copyright David Abrahams 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. #ifndef DICT_20020706_HPP #define DICT_20020706_HPP diff --git a/include/boost/python/str.hpp b/include/boost/python/str.hpp index d283fe8a..2ebae5e7 100644 --- a/include/boost/python/str.hpp +++ b/include/boost/python/str.hpp @@ -1,3 +1,8 @@ +// Copyright David Abrahams 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. #ifndef STR_20020703_HPP #define STR_20020703_HPP diff --git a/include/boost/python/tuple.hpp b/include/boost/python/tuple.hpp index af5bbf8a..8e3cb210 100644 --- a/include/boost/python/tuple.hpp +++ b/include/boost/python/tuple.hpp @@ -1,3 +1,8 @@ +// Copyright David Abrahams 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. #ifndef TUPLE_20020706_HPP #define TUPLE_20020706_HPP