Boost logo

Boost-Commit :

From: mconsoni_at_[hidden]
Date: 2007-06-27 11:37:38


Author: mconsoni
Date: 2007-06-27 11:37:37 EDT (Wed, 27 Jun 2007)
New Revision: 7198
URL: http://svn.boost.org/trac/boost/changeset/7198

Log:
- added license info and copyright notices.

Text files modified:
   sandbox/libs/extension/project-root.jam | 7 +++++++
   sandbox/libs/extension/test/auto_test_main.cpp | 19 ++++++++++---------
   2 files changed, 17 insertions(+), 9 deletions(-)

Modified: sandbox/libs/extension/project-root.jam
==============================================================================
--- sandbox/libs/extension/project-root.jam (original)
+++ sandbox/libs/extension/project-root.jam 2007-06-27 11:37:37 EDT (Wed, 27 Jun 2007)
@@ -0,0 +1,7 @@
+# Copyright Rene Rivera 2007.
+#
+# 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)
+
+# For instructions see Jamfile.v2, or "bjam --help".

Modified: sandbox/libs/extension/test/auto_test_main.cpp
==============================================================================
--- sandbox/libs/extension/test/auto_test_main.cpp (original)
+++ sandbox/libs/extension/test/auto_test_main.cpp 2007-06-27 11:37:37 EDT (Wed, 27 Jun 2007)
@@ -1,12 +1,13 @@
-/*******************************************************
- * @file auto_test_main.cpp
- * @brief
- * @author Vladimir Volod'ko
- * @date 2007/03/23
- *******************************************************/
-
-/// This file is used for ability to build all test case files in one executable.
-/// One may link any test case file with this file to build separate test case executable.
+/*
+ * Boost.Extension / this file is used to build all test cas files in one executable
+ *
+ * (C) Copyright Jeremy Pack 2007
+ * 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)
+ *
+ * See http://www.boost.org/ for latest version.
+ */
 
 #define BOOST_TEST_MAIN
 #include <boost/test/unit_test.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