2
0
mirror of https://github.com/boostorg/atomic.git synced 2026-02-03 08:42:08 +00:00

Add missing copyright and licence notices

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


[SVN r80527]
This commit is contained in:
Helge Bahmann
2012-09-14 19:12:13 +00:00
parent b53b1d4bdc
commit 71564c97cf
5 changed files with 27 additions and 1 deletions

View File

@@ -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 {