$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r56013 - in sandbox/type_traits/boost/type_traits: . detail
From: frederic.bron_at_[hidden]
Date: 2009-09-04 08:09:42
Author: bronf
Date: 2009-09-04 08:09:41 EDT (Fri, 04 Sep 2009)
New Revision: 56013
URL: http://svn.boost.org/trac/boost/changeset/56013
Log:
include copyright notice for is_comparable traits
Text files modified: 
   sandbox/type_traits/boost/type_traits/detail/is_comparable.hpp        |     8 ++++++++                                
   sandbox/type_traits/boost/type_traits/is_equal_to_comparable.hpp      |     8 ++++++++                                
   sandbox/type_traits/boost/type_traits/is_greater_comparable.hpp       |     8 ++++++++                                
   sandbox/type_traits/boost/type_traits/is_greater_equal_comparable.hpp |     8 ++++++++                                
   sandbox/type_traits/boost/type_traits/is_less_comparable.hpp          |     8 ++++++++                                
   sandbox/type_traits/boost/type_traits/is_less_equal_comparable.hpp    |     8 ++++++++                                
   sandbox/type_traits/boost/type_traits/is_not_equal_to_comparable.hpp  |     8 ++++++++                                
   7 files changed, 56 insertions(+), 0 deletions(-)
Modified: sandbox/type_traits/boost/type_traits/detail/is_comparable.hpp
==============================================================================
--- sandbox/type_traits/boost/type_traits/detail/is_comparable.hpp	(original)
+++ sandbox/type_traits/boost/type_traits/detail/is_comparable.hpp	2009-09-04 08:09:41 EDT (Fri, 04 Sep 2009)
@@ -1,3 +1,11 @@
+// Copyright 2009 Robert Stewart, Steven Watanabe, Roman Perepelitsa & Frédéric Bron
+//
+//  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).
+//
+//  See http://www.boost.org/libs/type_traits for most recent version including documentation.
+
 #include <boost/config.hpp>
 #include <boost/type_traits/remove_cv.hpp>
 #include <boost/type_traits/integral_constant.hpp>
Modified: sandbox/type_traits/boost/type_traits/is_equal_to_comparable.hpp
==============================================================================
--- sandbox/type_traits/boost/type_traits/is_equal_to_comparable.hpp	(original)
+++ sandbox/type_traits/boost/type_traits/is_equal_to_comparable.hpp	2009-09-04 08:09:41 EDT (Fri, 04 Sep 2009)
@@ -1,3 +1,11 @@
+// Copyright 2009 Frédéric Bron (frederic.bron_at_[hidden])
+//
+//  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).
+//
+//  See http://www.boost.org/libs/type_traits for most recent version including documentation.
+
 #ifndef BOOST_TT_IS_LESS_COMPARABLE_HPP_INCLUDED
 #define BOOST_TT_IS_LESS_COMPARABLE_HPP_INCLUDED
 
Modified: sandbox/type_traits/boost/type_traits/is_greater_comparable.hpp
==============================================================================
--- sandbox/type_traits/boost/type_traits/is_greater_comparable.hpp	(original)
+++ sandbox/type_traits/boost/type_traits/is_greater_comparable.hpp	2009-09-04 08:09:41 EDT (Fri, 04 Sep 2009)
@@ -1,3 +1,11 @@
+// Copyright 2009 Frédéric Bron (frederic.bron_at_[hidden])
+//
+//  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).
+//
+//  See http://www.boost.org/libs/type_traits for most recent version including documentation.
+
 #ifndef BOOST_TT_IS_LESS_COMPARABLE_HPP_INCLUDED
 #define BOOST_TT_IS_LESS_COMPARABLE_HPP_INCLUDED
 
Modified: sandbox/type_traits/boost/type_traits/is_greater_equal_comparable.hpp
==============================================================================
--- sandbox/type_traits/boost/type_traits/is_greater_equal_comparable.hpp	(original)
+++ sandbox/type_traits/boost/type_traits/is_greater_equal_comparable.hpp	2009-09-04 08:09:41 EDT (Fri, 04 Sep 2009)
@@ -1,3 +1,11 @@
+// Copyright 2009 Frédéric Bron (frederic.bron_at_[hidden])
+//
+//  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).
+//
+//  See http://www.boost.org/libs/type_traits for most recent version including documentation.
+
 #ifndef BOOST_TT_IS_LESS_COMPARABLE_HPP_INCLUDED
 #define BOOST_TT_IS_LESS_COMPARABLE_HPP_INCLUDED
 
Modified: sandbox/type_traits/boost/type_traits/is_less_comparable.hpp
==============================================================================
--- sandbox/type_traits/boost/type_traits/is_less_comparable.hpp	(original)
+++ sandbox/type_traits/boost/type_traits/is_less_comparable.hpp	2009-09-04 08:09:41 EDT (Fri, 04 Sep 2009)
@@ -1,3 +1,11 @@
+// Copyright 2009 Frédéric Bron (frederic.bron_at_[hidden])
+//
+//  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).
+//
+//  See http://www.boost.org/libs/type_traits for most recent version including documentation.
+
 #ifndef BOOST_TT_IS_LESS_COMPARABLE_HPP_INCLUDED
 #define BOOST_TT_IS_LESS_COMPARABLE_HPP_INCLUDED
 
Modified: sandbox/type_traits/boost/type_traits/is_less_equal_comparable.hpp
==============================================================================
--- sandbox/type_traits/boost/type_traits/is_less_equal_comparable.hpp	(original)
+++ sandbox/type_traits/boost/type_traits/is_less_equal_comparable.hpp	2009-09-04 08:09:41 EDT (Fri, 04 Sep 2009)
@@ -1,3 +1,11 @@
+// Copyright 2009 Frédéric Bron (frederic.bron_at_[hidden])
+//
+//  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).
+//
+//  See http://www.boost.org/libs/type_traits for most recent version including documentation.
+
 #ifndef BOOST_TT_IS_LESS_COMPARABLE_HPP_INCLUDED
 #define BOOST_TT_IS_LESS_COMPARABLE_HPP_INCLUDED
 
Modified: sandbox/type_traits/boost/type_traits/is_not_equal_to_comparable.hpp
==============================================================================
--- sandbox/type_traits/boost/type_traits/is_not_equal_to_comparable.hpp	(original)
+++ sandbox/type_traits/boost/type_traits/is_not_equal_to_comparable.hpp	2009-09-04 08:09:41 EDT (Fri, 04 Sep 2009)
@@ -1,3 +1,11 @@
+// Copyright 2009 Frédéric Bron (frederic.bron_at_[hidden])
+//
+//  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).
+//
+//  See http://www.boost.org/libs/type_traits for most recent version including documentation.
+
 #ifndef BOOST_TT_IS_LESS_COMPARABLE_HPP_INCLUDED
 #define BOOST_TT_IS_LESS_COMPARABLE_HPP_INCLUDED