Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r48842 - in branches/release: boost/utility libs/utility/enable_if/test
From: marshall_at_[hidden]
Date: 2008-09-17 22:54:04


Author: marshall
Date: 2008-09-17 22:54:03 EDT (Wed, 17 Sep 2008)
New Revision: 48842
URL: http://svn.boost.org/trac/boost/changeset/48842

Log:
Replaced copyright symbols with (c) to match trunk
Text files modified:
   branches/release/boost/utility/enable_if.hpp | 2 +-
   branches/release/libs/utility/enable_if/test/constructors.cpp | 2 +-
   branches/release/libs/utility/enable_if/test/dummy_arg_disambiguation.cpp | 2 +-
   branches/release/libs/utility/enable_if/test/lazy.cpp | 2 +-
   branches/release/libs/utility/enable_if/test/lazy_test.cpp | 2 +-
   branches/release/libs/utility/enable_if/test/member_templates.cpp | 2 +-
   branches/release/libs/utility/enable_if/test/namespace_disambiguation.cpp | 2 +-
   branches/release/libs/utility/enable_if/test/no_disambiguation.cpp | 2 +-
   branches/release/libs/utility/enable_if/test/partial_specializations.cpp | 2 +-
   9 files changed, 9 insertions(+), 9 deletions(-)

Modified: branches/release/boost/utility/enable_if.hpp
==============================================================================
--- branches/release/boost/utility/enable_if.hpp (original)
+++ branches/release/boost/utility/enable_if.hpp 2008-09-17 22:54:03 EDT (Wed, 17 Sep 2008)
@@ -1,6 +1,6 @@
 // Boost enable_if library
 
-// Copyright 2003 © The Trustees of Indiana University.
+// Copyright 2003 (c) The Trustees of Indiana University.
 
 // Use, modification, and distribution is subject to the Boost Software
 // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at

Modified: branches/release/libs/utility/enable_if/test/constructors.cpp
==============================================================================
--- branches/release/libs/utility/enable_if/test/constructors.cpp (original)
+++ branches/release/libs/utility/enable_if/test/constructors.cpp 2008-09-17 22:54:03 EDT (Wed, 17 Sep 2008)
@@ -1,6 +1,6 @@
 // Boost enable_if library
 
-// Copyright 2003 © The Trustees of Indiana University.
+// Copyright 2003 (c) The Trustees of Indiana University.
 
 // Use, modification, and distribution is subject to the Boost Software
 // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at

Modified: branches/release/libs/utility/enable_if/test/dummy_arg_disambiguation.cpp
==============================================================================
--- branches/release/libs/utility/enable_if/test/dummy_arg_disambiguation.cpp (original)
+++ branches/release/libs/utility/enable_if/test/dummy_arg_disambiguation.cpp 2008-09-17 22:54:03 EDT (Wed, 17 Sep 2008)
@@ -1,6 +1,6 @@
 // Boost enable_if library
 
-// Copyright 2003 © The Trustees of Indiana University.
+// Copyright 2003 (c) The Trustees of Indiana University.
 
 // Use, modification, and distribution is subject to the Boost Software
 // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at

Modified: branches/release/libs/utility/enable_if/test/lazy.cpp
==============================================================================
--- branches/release/libs/utility/enable_if/test/lazy.cpp (original)
+++ branches/release/libs/utility/enable_if/test/lazy.cpp 2008-09-17 22:54:03 EDT (Wed, 17 Sep 2008)
@@ -1,6 +1,6 @@
 // Boost enable_if library
 
-// Copyright 2003 © The Trustees of Indiana University.
+// Copyright 2003 (c) The Trustees of Indiana University.
 
 // Use, modification, and distribution is subject to the Boost Software
 // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at

Modified: branches/release/libs/utility/enable_if/test/lazy_test.cpp
==============================================================================
--- branches/release/libs/utility/enable_if/test/lazy_test.cpp (original)
+++ branches/release/libs/utility/enable_if/test/lazy_test.cpp 2008-09-17 22:54:03 EDT (Wed, 17 Sep 2008)
@@ -1,6 +1,6 @@
 // Boost enable_if library
 
-// Copyright 2003 © The Trustees of Indiana University.
+// Copyright 2003 (c) The Trustees of Indiana University.
 
 // Use, modification, and distribution is subject to the Boost Software
 // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at

Modified: branches/release/libs/utility/enable_if/test/member_templates.cpp
==============================================================================
--- branches/release/libs/utility/enable_if/test/member_templates.cpp (original)
+++ branches/release/libs/utility/enable_if/test/member_templates.cpp 2008-09-17 22:54:03 EDT (Wed, 17 Sep 2008)
@@ -1,6 +1,6 @@
 // Boost enable_if library
 
-// Copyright 2003 © The Trustees of Indiana University.
+// Copyright 2003 (c) The Trustees of Indiana University.
 
 // Use, modification, and distribution is subject to the Boost Software
 // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at

Modified: branches/release/libs/utility/enable_if/test/namespace_disambiguation.cpp
==============================================================================
--- branches/release/libs/utility/enable_if/test/namespace_disambiguation.cpp (original)
+++ branches/release/libs/utility/enable_if/test/namespace_disambiguation.cpp 2008-09-17 22:54:03 EDT (Wed, 17 Sep 2008)
@@ -1,6 +1,6 @@
 // Boost enable_if library
 
-// Copyright 2003 © The Trustees of Indiana University.
+// Copyright 2003 (c) The Trustees of Indiana University.
 
 // Use, modification, and distribution is subject to the Boost Software
 // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at

Modified: branches/release/libs/utility/enable_if/test/no_disambiguation.cpp
==============================================================================
--- branches/release/libs/utility/enable_if/test/no_disambiguation.cpp (original)
+++ branches/release/libs/utility/enable_if/test/no_disambiguation.cpp 2008-09-17 22:54:03 EDT (Wed, 17 Sep 2008)
@@ -1,6 +1,6 @@
 // Boost enable_if library
 
-// Copyright 2003 © The Trustees of Indiana University.
+// Copyright 2003 (c) The Trustees of Indiana University.
 
 // Use, modification, and distribution is subject to the Boost Software
 // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at

Modified: branches/release/libs/utility/enable_if/test/partial_specializations.cpp
==============================================================================
--- branches/release/libs/utility/enable_if/test/partial_specializations.cpp (original)
+++ branches/release/libs/utility/enable_if/test/partial_specializations.cpp 2008-09-17 22:54:03 EDT (Wed, 17 Sep 2008)
@@ -1,6 +1,6 @@
 // Boost enable_if library
 
-// Copyright 2003 © The Trustees of Indiana University.
+// Copyright 2003 (c) The Trustees of Indiana University.
 
 // Use, modification, and distribution is subject to the Boost Software
 // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at


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