|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r63319 - sandbox/variadic_templates/boost/composite_storage/alignment
From: cppljevans_at_[hidden]
Date: 2010-06-25 14:30:07
Author: cppljevans
Date: 2010-06-25 14:30:06 EDT (Fri, 25 Jun 2010)
New Revision: 63319
URL: http://svn.boost.org/trac/boost/changeset/63319
Log:
add copyrights
Text files modified:
sandbox/variadic_templates/boost/composite_storage/alignment/aligned_offset.hpp | 8 ++++++++
sandbox/variadic_templates/boost/composite_storage/alignment/compose.hpp | 8 ++++++++
2 files changed, 16 insertions(+), 0 deletions(-)
Modified: sandbox/variadic_templates/boost/composite_storage/alignment/aligned_offset.hpp
==============================================================================
--- sandbox/variadic_templates/boost/composite_storage/alignment/aligned_offset.hpp (original)
+++ sandbox/variadic_templates/boost/composite_storage/alignment/aligned_offset.hpp 2010-06-25 14:30:06 EDT (Fri, 25 Jun 2010)
@@ -1,6 +1,14 @@
//compile-time aligned offset.
#ifndef BOOST_COMPOSITE_STORAGE_ALIGNMENT_ALIGNED_OFFSET_HPP_INCLUDED
#define BOOST_COMPOSITE_STORAGE_ALIGNMENT_ALIGNED_OFFSET_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.
+//
+//====================================================================
namespace boost
{
Modified: sandbox/variadic_templates/boost/composite_storage/alignment/compose.hpp
==============================================================================
--- sandbox/variadic_templates/boost/composite_storage/alignment/compose.hpp (original)
+++ sandbox/variadic_templates/boost/composite_storage/alignment/compose.hpp 2010-06-25 14:30:06 EDT (Fri, 25 Jun 2010)
@@ -1,6 +1,14 @@
//compile-time composition of alignments
#ifndef BOOST_COMPOSITE_STORAGE_ALIGNMENT_COMPOSE_HPP_INCLUDED
#define BOOST_COMPOSITE_STORAGE_ALIGNMENT_COMPOSE_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.
+//
+//====================================================================
#ifdef COMPOSE_ALIGNMENTS_WITH_LCM
#include <boost/math/common_factor_ct.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