Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r80527 - in trunk: boost/atomic/detail libs/atomic/doc libs/atomic/src
From: hcb_at_[hidden]
Date: 2012-09-14 15:12:14


Author: helge.bahmann
Date: 2012-09-14 15:12:13 EDT (Fri, 14 Sep 2012)
New Revision: 80527
URL: http://svn.boost.org/trac/boost/changeset/80527

Log:
Add missing copyright and licence notices

Add missing notices to various files to make clear they are distributable
under the boost licence.

Text files modified:
   trunk/boost/atomic/detail/gcc-sparcv9.hpp | 6 ++++++
   trunk/boost/atomic/detail/gcc-x86.hpp | 2 +-
   trunk/libs/atomic/doc/examples.qbk | 7 +++++++
   trunk/libs/atomic/doc/platform.qbk | 7 +++++++
   trunk/libs/atomic/src/lockpool.cpp | 6 ++++++
   5 files changed, 27 insertions(+), 1 deletions(-)

Modified: trunk/boost/atomic/detail/gcc-sparcv9.hpp
==============================================================================
--- trunk/boost/atomic/detail/gcc-sparcv9.hpp (original)
+++ trunk/boost/atomic/detail/gcc-sparcv9.hpp 2012-09-14 15:12:13 EDT (Fri, 14 Sep 2012)
@@ -1,6 +1,12 @@
 #ifndef BOOST_ATOMIC_DETAIL_GCC_SPARC_HPP
 #define BOOST_ATOMIC_DETAIL_GCC_SPARC_HPP
 
+// Copyright (c) 2010 Helge Bahmann
+//
+// 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)
+
 namespace boost {
 namespace atomics {
 namespace detail {

Modified: trunk/boost/atomic/detail/gcc-x86.hpp
==============================================================================
--- trunk/boost/atomic/detail/gcc-x86.hpp (original)
+++ trunk/boost/atomic/detail/gcc-x86.hpp 2012-09-14 15:12:13 EDT (Fri, 14 Sep 2012)
@@ -1577,4 +1577,4 @@
 
 #endif /* !defined(BOOST_ATOMIC_FORCE_FALLBACK) */
 
-#endif
\ No newline at end of file
+#endif

Modified: trunk/libs/atomic/doc/examples.qbk
==============================================================================
--- trunk/libs/atomic/doc/examples.qbk (original)
+++ trunk/libs/atomic/doc/examples.qbk 2012-09-14 15:12:13 EDT (Fri, 14 Sep 2012)
@@ -1,3 +1,10 @@
+[/
+ / Copyright (c) 2009 Helge Bahmann
+ /
+ / 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)
+ /]
+
 [section:example_reference_counters Reference counting]
 
 The purpose of a ['reference counter] is to count the number

Modified: trunk/libs/atomic/doc/platform.qbk
==============================================================================
--- trunk/libs/atomic/doc/platform.qbk (original)
+++ trunk/libs/atomic/doc/platform.qbk 2012-09-14 15:12:13 EDT (Fri, 14 Sep 2012)
@@ -1,3 +1,10 @@
+[/
+ / Copyright (c) 2009 Helge Bahmann
+ /
+ / 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)
+ /]
+
 [section:template_organization Organization of class template layers]
 
 The implementation uses multiple layers of template classes that

Modified: trunk/libs/atomic/src/lockpool.cpp
==============================================================================
--- trunk/libs/atomic/src/lockpool.cpp (original)
+++ trunk/libs/atomic/src/lockpool.cpp 2012-09-14 15:12:13 EDT (Fri, 14 Sep 2012)
@@ -1,5 +1,11 @@
 #include <boost/atomic.hpp>
 
+// Copyright (c) 2011 Helge Bahmann
+//
+// 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)
+
 namespace boost {
 namespace atomics {
 namespace detail {


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