$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r81744 - trunk/libs/math/test
From: pbristow_at_[hidden]
Date: 2012-12-06 10:44:25
Author: pbristow
Date: 2012-12-06 10:44:24 EST (Thu, 06 Dec 2012)
New Revision: 81744
URL: http://svn.boost.org/trac/boost/changeset/81744
Log:
Added licence info to files listed in report.
Text files modified: 
   trunk/libs/math/test/nct_asym.ipp        |     7 +++++++                                 
   trunk/libs/math/test/nct_small_delta.ipp |     6 ++++++                                  
   trunk/libs/math/test/test_nc_t.cpp       |     3 +--                                     
   3 files changed, 14 insertions(+), 2 deletions(-)
Modified: trunk/libs/math/test/nct_asym.ipp
==============================================================================
--- trunk/libs/math/test/nct_asym.ipp	(original)
+++ trunk/libs/math/test/nct_asym.ipp	2012-12-06 10:44:24 EST (Thu, 06 Dec 2012)
@@ -1,3 +1,10 @@
+// Copyright John Maddock 2012.
+
+// Use, modification and distribution are subject to 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)
+
 #ifndef SC_
 #  define SC_(x) static_cast<T>(BOOST_JOIN(x, L))
 #endif
Modified: trunk/libs/math/test/nct_small_delta.ipp
==============================================================================
--- trunk/libs/math/test/nct_small_delta.ipp	(original)
+++ trunk/libs/math/test/nct_small_delta.ipp	2012-12-06 10:44:24 EST (Thu, 06 Dec 2012)
@@ -1,3 +1,9 @@
+// Copyright John Maddock 2012.
+
+// Use, modification and distribution are subject to 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)
 #ifndef SC_
 #  define SC_(x) static_cast<T>(BOOST_JOIN(x, L))
 #endif
Modified: trunk/libs/math/test/test_nc_t.cpp
==============================================================================
--- trunk/libs/math/test/test_nc_t.cpp	(original)
+++ trunk/libs/math/test/test_nc_t.cpp	2012-12-06 10:44:24 EST (Thu, 06 Dec 2012)
@@ -25,7 +25,6 @@
 #include <boost/math/distributions/non_central_t.hpp> // for chi_squared_distribution.
 #include <boost/math/distributions/normal.hpp> // for normal distribution (for comparison).
 
-
 #include <boost/test/test_exec_monitor.hpp> // for test_main
 #include <boost/test/results_collector.hpp>
 #include <boost/test/unit_test.hpp>
@@ -1168,4 +1167,4 @@
 
 
 
-  */
\ No newline at end of file
+  */