From 4b6effe849ef1f072776b51d952eb770c7d2f1b2 Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Wed, 20 Oct 2004 13:07:46 +0000 Subject: [PATCH] added copyrights [SVN r25809] --- include/boost/pending/container_traits.hpp | 5 +++++ include/boost/pending/detail/property.hpp | 5 +++++ include/boost/pending/fenced_priority_queue.hpp | 5 +++++ include/boost/pending/property.hpp | 5 +++++ include/boost/pending/queue.hpp | 5 +++++ include/boost/pending/stringtok.hpp | 5 +++++ 6 files changed, 30 insertions(+) diff --git a/include/boost/pending/container_traits.hpp b/include/boost/pending/container_traits.hpp index f16784a8..9b0760b5 100644 --- a/include/boost/pending/container_traits.hpp +++ b/include/boost/pending/container_traits.hpp @@ -1,3 +1,8 @@ +// (C) Copyright Jeremy Siek 2004 +// 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_GRAPH_DETAIL_CONTAINER_TRAITS_H #define BOOST_GRAPH_DETAIL_CONTAINER_TRAITS_H diff --git a/include/boost/pending/detail/property.hpp b/include/boost/pending/detail/property.hpp index b9306ec3..09e8866c 100644 --- a/include/boost/pending/detail/property.hpp +++ b/include/boost/pending/detail/property.hpp @@ -1,3 +1,8 @@ +// (C) Copyright Jeremy Siek 2004 +// 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_DETAIL_PROPERTY_HPP #define BOOST_DETAIL_PROPERTY_HPP diff --git a/include/boost/pending/fenced_priority_queue.hpp b/include/boost/pending/fenced_priority_queue.hpp index 127482ed..4d4e3aff 100644 --- a/include/boost/pending/fenced_priority_queue.hpp +++ b/include/boost/pending/fenced_priority_queue.hpp @@ -1,3 +1,8 @@ +// (C) Copyright Jeremiah Willcock 2004 +// 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_FENCED_PRIORITY_QUEUE_HPP #define BOOST_FENCED_PRIORITY_QUEUE_HPP diff --git a/include/boost/pending/property.hpp b/include/boost/pending/property.hpp index 5e63e18b..7300c62d 100644 --- a/include/boost/pending/property.hpp +++ b/include/boost/pending/property.hpp @@ -1,3 +1,8 @@ +// (C) Copyright Jeremy Siek 2004 +// 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_PROPERTY_HPP #define BOOST_PROPERTY_HPP diff --git a/include/boost/pending/queue.hpp b/include/boost/pending/queue.hpp index 9c410b89..5676688a 100644 --- a/include/boost/pending/queue.hpp +++ b/include/boost/pending/queue.hpp @@ -1,3 +1,8 @@ +// (C) Copyright Jeremy Siek 2004 +// 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_QUEUE_HPP #define BOOST_QUEUE_HPP diff --git a/include/boost/pending/stringtok.hpp b/include/boost/pending/stringtok.hpp index 9493a926..ae52e8db 100644 --- a/include/boost/pending/stringtok.hpp +++ b/include/boost/pending/stringtok.hpp @@ -1,3 +1,8 @@ +// (C) Copyright Jeremy Siek 2004 +// 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) + /* * stringtok.hpp -- Breaks a string into tokens. This is an example for lib3. *