Boost logo

Boost-Commit :

From: john_at_[hidden]
Date: 2007-11-07 13:29:00


Author: johnmaddock
Date: 2007-11-07 13:29:00 EST (Wed, 07 Nov 2007)
New Revision: 40902
URL: http://svn.boost.org/trac/boost/changeset/40902

Log:
Added copyright.
Text files modified:
   trunk/boost/type_traits/make_signed.hpp | 3 ++-
   trunk/boost/type_traits/make_unsigned.hpp | 3 ++-
   2 files changed, 4 insertions(+), 2 deletions(-)

Modified: trunk/boost/type_traits/make_signed.hpp
==============================================================================
--- trunk/boost/type_traits/make_signed.hpp (original)
+++ trunk/boost/type_traits/make_signed.hpp 2007-11-07 13:29:00 EST (Wed, 07 Nov 2007)
@@ -1,5 +1,5 @@
 
-// (C) John Maddock 2007.
+// (C) Copyright John Maddock 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).
@@ -134,3 +134,4 @@
 #include <boost/type_traits/detail/type_trait_undef.hpp>
 
 #endif // BOOST_TT_ADD_REFERENCE_HPP_INCLUDED
+

Modified: trunk/boost/type_traits/make_unsigned.hpp
==============================================================================
--- trunk/boost/type_traits/make_unsigned.hpp (original)
+++ trunk/boost/type_traits/make_unsigned.hpp 2007-11-07 13:29:00 EST (Wed, 07 Nov 2007)
@@ -1,5 +1,5 @@
 
-// (C) John Maddock 2007.
+// (C) Copyright John Maddock 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).
@@ -134,3 +134,4 @@
 #include <boost/type_traits/detail/type_trait_undef.hpp>
 
 #endif // BOOST_TT_ADD_REFERENCE_HPP_INCLUDED
+


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