Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r50792 - branches/release/libs/scope_exit/test
From: Alexander.Nasonov_at_[hidden]
Date: 2009-01-26 15:13:13


Author: nasonov
Date: 2009-01-26 15:13:12 EST (Mon, 26 Jan 2009)
New Revision: 50792
URL: http://svn.boost.org/trac/boost/changeset/50792

Log:
Add missing copyright&license.
Text files modified:
   branches/release/libs/scope_exit/test/emulation.cpp | 6 ++++++
   branches/release/libs/scope_exit/test/emulation_const_error.cpp | 6 ++++++
   branches/release/libs/scope_exit/test/emulation_cv_error.cpp | 6 ++++++
   branches/release/libs/scope_exit/test/emulation_tpl.cpp | 6 ++++++
   branches/release/libs/scope_exit/test/emulation_tu_test.cpp | 6 ++++++
   5 files changed, 30 insertions(+), 0 deletions(-)

Modified: branches/release/libs/scope_exit/test/emulation.cpp
==============================================================================
--- branches/release/libs/scope_exit/test/emulation.cpp (original)
+++ branches/release/libs/scope_exit/test/emulation.cpp 2009-01-26 15:13:12 EST (Mon, 26 Jan 2009)
@@ -1,2 +1,8 @@
+// Copyright Alexander Nasonov 2007-2009
+//
+// 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)
+
 #include "native.cpp"
 

Modified: branches/release/libs/scope_exit/test/emulation_const_error.cpp
==============================================================================
--- branches/release/libs/scope_exit/test/emulation_const_error.cpp (original)
+++ branches/release/libs/scope_exit/test/emulation_const_error.cpp 2009-01-26 15:13:12 EST (Mon, 26 Jan 2009)
@@ -1 +1,7 @@
+// Copyright Alexander Nasonov 2007-2009
+//
+// 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)
+
 #include "native_const_error.cpp"

Modified: branches/release/libs/scope_exit/test/emulation_cv_error.cpp
==============================================================================
--- branches/release/libs/scope_exit/test/emulation_cv_error.cpp (original)
+++ branches/release/libs/scope_exit/test/emulation_cv_error.cpp 2009-01-26 15:13:12 EST (Mon, 26 Jan 2009)
@@ -1 +1,7 @@
+// Copyright Alexander Nasonov 2007-2009
+//
+// 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)
+
 #include "native_cv_error.cpp"

Modified: branches/release/libs/scope_exit/test/emulation_tpl.cpp
==============================================================================
--- branches/release/libs/scope_exit/test/emulation_tpl.cpp (original)
+++ branches/release/libs/scope_exit/test/emulation_tpl.cpp 2009-01-26 15:13:12 EST (Mon, 26 Jan 2009)
@@ -1,2 +1,8 @@
+// Copyright Alexander Nasonov 2007-2009
+//
+// 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)
+
 #include "native_tpl.cpp"
 

Modified: branches/release/libs/scope_exit/test/emulation_tu_test.cpp
==============================================================================
--- branches/release/libs/scope_exit/test/emulation_tu_test.cpp (original)
+++ branches/release/libs/scope_exit/test/emulation_tu_test.cpp 2009-01-26 15:13:12 EST (Mon, 26 Jan 2009)
@@ -1 +1,7 @@
+// Copyright Alexander Nasonov 2007-2009
+//
+// 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)
+
 #include "native_tu_test.cpp"


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