|
Boost-Commit : |
From: pbristow_at_[hidden]
Date: 2007-08-25 08:09:23
Author: pbristow
Date: 2007-08-25 08:09:22 EDT (Sat, 25 Aug 2007)
New Revision: 38932
URL: http://svn.boost.org/trac/boost/changeset/38932
Log:
added copyright notice & comment
Text files modified:
sandbox/math_toolkit/boost/math/special_functions.hpp | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
Modified: sandbox/math_toolkit/boost/math/special_functions.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/special_functions.hpp (original)
+++ sandbox/math_toolkit/boost/math/special_functions.hpp 2007-08-25 08:09:22 EDT (Sat, 25 Aug 2007)
@@ -1,3 +1,13 @@
+// Copyright John Maddock 2006, 2007.
+// Copyright Paul A. Bristow 2006, 2007.
+
+// 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)
+
+// This file includes *all* the special functions.
+// this may be useful if many are used
+// - to avoid including each function individually.
#ifndef BOOST_MATH_SPECIAL_FUNCTIONS_HPP
#define BOOST_MATH_SPECIAL_FUNCTIONS_HPP
@@ -39,4 +49,3 @@
#include <boost/math/special_functions/sqrt1pm1.hpp>
#endif // BOOST_MATH_SPECIAL_FUNCTIONS_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