Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r63318 - sandbox/variadic_templates/boost/composite_storage/layout
From: cppljevans_at_[hidden]
Date: 2010-06-25 14:24:30


Author: cppljevans
Date: 2010-06-25 14:24:25 EDT (Fri, 25 Jun 2010)
New Revision: 63318
URL: http://svn.boost.org/trac/boost/changeset/63318

Log:
add copyright
Text files modified:
   sandbox/variadic_templates/boost/composite_storage/layout/layout_of.hpp | 7 +++++++
   sandbox/variadic_templates/boost/composite_storage/layout/operators_all_of_aligned.hpp | 7 +++++++
   sandbox/variadic_templates/boost/composite_storage/layout/operators_fwd.hpp | 7 +++++++
   sandbox/variadic_templates/boost/composite_storage/layout/operators_one_of_maybe.hpp | 7 +++++++
   4 files changed, 28 insertions(+), 0 deletions(-)

Modified: sandbox/variadic_templates/boost/composite_storage/layout/layout_of.hpp
==============================================================================
--- sandbox/variadic_templates/boost/composite_storage/layout/layout_of.hpp (original)
+++ sandbox/variadic_templates/boost/composite_storage/layout/layout_of.hpp 2010-06-25 14:24:25 EDT (Fri, 25 Jun 2010)
@@ -1,6 +1,13 @@
 //layout data for individual components of a composite.
 #ifndef BOOST_COMPOSITE_STORAGE_LAYOUT_OF_HPP_INCLUDED
 #define BOOST_COMPOSITE_STORAGE_LAYOUT_OF_HPP_INCLUDED
+// (C) Copyright Larry Evans 2010.
+//
+// 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.
+//
 #include <boost/composite_storage/buffers/char_buf.hpp>
 
 namespace boost

Modified: sandbox/variadic_templates/boost/composite_storage/layout/operators_all_of_aligned.hpp
==============================================================================
--- sandbox/variadic_templates/boost/composite_storage/layout/operators_all_of_aligned.hpp (original)
+++ sandbox/variadic_templates/boost/composite_storage/layout/operators_all_of_aligned.hpp 2010-06-25 14:24:25 EDT (Fri, 25 Jun 2010)
@@ -1,6 +1,13 @@
 //operators for calculating the layout of all_of_aligned composite.
 #ifndef BOOST_COMPOSITE_STORAGE_LAYOUT_OPERATORS_ALL_OF_ALIGNED_HPP_INCLUDED
 #define BOOST_COMPOSITE_STORAGE_LAYOUT_OPERATORS_ALL_OF_ALIGNED_HPP_INCLUDED
+// (C) Copyright Larry Evans 2010.
+//
+// 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.
+//
 #include <boost/composite_storage/layout/operators_fwd.hpp>
 #include <boost/composite_storage/tags.hpp>
 #include <boost/composite_storage/layout/layout_of.hpp>

Modified: sandbox/variadic_templates/boost/composite_storage/layout/operators_fwd.hpp
==============================================================================
--- sandbox/variadic_templates/boost/composite_storage/layout/operators_fwd.hpp (original)
+++ sandbox/variadic_templates/boost/composite_storage/layout/operators_fwd.hpp 2010-06-25 14:24:25 EDT (Fri, 25 Jun 2010)
@@ -1,6 +1,13 @@
 //forward declaration of operators for calculating the layout of a composite.
 #ifndef BOOST_COMPOSITE_STORAGE_LAYOUT_OPERATORS_FWD_HPP_INCLUDED
 #define BOOST_COMPOSITE_STORAGE_LAYOUT_OPERATORS_FWD_HPP_INCLUDED
+// (C) Copyright Larry Evans 2010.
+//
+// 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.
+//
 #include <boost/composite_storage/tags.hpp>
 
 namespace boost

Modified: sandbox/variadic_templates/boost/composite_storage/layout/operators_one_of_maybe.hpp
==============================================================================
--- sandbox/variadic_templates/boost/composite_storage/layout/operators_one_of_maybe.hpp (original)
+++ sandbox/variadic_templates/boost/composite_storage/layout/operators_one_of_maybe.hpp 2010-06-25 14:24:25 EDT (Fri, 25 Jun 2010)
@@ -1,6 +1,13 @@
 //operators for calculating the layout of one_of_maybe composite.
 #ifndef BOOST_COMPOSITE_STORAGE_DETAIL_LAYOUT_OPERATORS_ONE_OF_MAYBE_HPP_INCLUDED
 #define BOOST_COMPOSITE_STORAGE_DETAIL_LAYOUT_OPERATORS_ONE_OF_MAYBE_HPP_INCLUDED
+// (C) Copyright Larry Evans 2010.
+//
+// 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.
+//
 #include <boost/composite_storage/layout/operators_fwd.hpp>
 #include <boost/composite_storage/tags.hpp>
 #include <boost/composite_storage/layout/layout_of.hpp>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk