|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r52227 - in trunk: boost boost/exception boost/exception/detail libs/exception/example libs/exception/test
From: emil_at_[hidden]
Date: 2009-04-06 23:02:21
Author: emildotchevski
Date: 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
New Revision: 52227
URL: http://svn.boost.org/trac/boost/changeset/52227
Log:
comments
Text files modified:
trunk/boost/exception/current_exception_cast.hpp | 2 +-
trunk/boost/exception/detail/error_info_impl.hpp | 2 +-
trunk/boost/exception/detail/is_output_streamable.hpp | 2 +-
trunk/boost/exception/detail/object_hex_dump.hpp | 2 +-
trunk/boost/exception/detail/type_info.hpp | 2 +-
trunk/boost/exception/diagnostic_information.hpp | 2 +-
trunk/boost/exception/enable_current_exception.hpp | 2 +-
trunk/boost/exception/enable_error_info.hpp | 2 +-
trunk/boost/exception/error_info.hpp | 2 +-
trunk/boost/exception/exception.hpp | 2 +-
trunk/boost/exception/get_error_info.hpp | 2 +-
trunk/boost/exception/info.hpp | 2 +-
trunk/boost/exception/info_tuple.hpp | 2 +-
trunk/boost/exception/to_string.hpp | 2 +-
trunk/boost/exception/to_string_stub.hpp | 2 +-
trunk/boost/exception_ptr.hpp | 2 +-
trunk/boost/throw_exception.hpp | 2 +-
trunk/libs/exception/example/Jamfile | 2 +-
trunk/libs/exception/example/cloning_1.cpp | 2 +-
trunk/libs/exception/example/cloning_2.cpp | 2 +-
trunk/libs/exception/example/enable_error_info.cpp | 2 +-
trunk/libs/exception/example/error_info_1.cpp | 2 +-
trunk/libs/exception/example/error_info_2.cpp | 2 +-
trunk/libs/exception/example/example_io.cpp | 2 +-
trunk/libs/exception/example/info_tuple.cpp | 2 +-
trunk/libs/exception/example/logging.cpp | 2 +-
trunk/libs/exception/test/1-throw_exception_test.cpp | 2 +-
trunk/libs/exception/test/2-throw_exception_no_exceptions_test.cpp | 2 +-
trunk/libs/exception/test/3-throw_exception_no_integration_test.cpp | 2 +-
trunk/libs/exception/test/4-throw_exception_no_both_test.cpp | 2 +-
trunk/libs/exception/test/Jamfile.v2 | 2 +-
trunk/libs/exception/test/cloning_test.cpp | 2 +-
trunk/libs/exception/test/copy_exception_test.cpp | 2 +-
trunk/libs/exception/test/current_exception_cast_hpp_test.cpp | 2 +-
trunk/libs/exception/test/current_exception_cast_test.cpp | 2 +-
trunk/libs/exception/test/diagnostic_information_hpp_test.cpp | 2 +-
trunk/libs/exception/test/diagnostic_information_test.cpp | 2 +-
trunk/libs/exception/test/enable_error_info_test.cpp | 2 +-
trunk/libs/exception/test/errno_test.cpp | 2 +-
trunk/libs/exception/test/error_info_hpp_test.cpp | 2 +-
trunk/libs/exception/test/error_info_test.cpp | 2 +-
trunk/libs/exception/test/exception_fail.cpp | 2 +-
trunk/libs/exception/test/exception_hpp_test.cpp | 2 +-
trunk/libs/exception/test/exception_ptr_hpp_test.cpp | 2 +-
trunk/libs/exception/test/exception_test.cpp | 2 +-
trunk/libs/exception/test/get_error_info_hpp_test.cpp | 2 +-
trunk/libs/exception/test/has_to_string_test.cpp | 2 +-
trunk/libs/exception/test/helper1.cpp | 2 +-
trunk/libs/exception/test/helper1.hpp | 2 +-
trunk/libs/exception/test/helper2.cpp | 2 +-
trunk/libs/exception/test/helper2.hpp | 2 +-
trunk/libs/exception/test/info_hpp_test.cpp | 2 +-
trunk/libs/exception/test/info_tuple_hpp_test.cpp | 2 +-
trunk/libs/exception/test/is_output_streamable_test.cpp | 2 +-
trunk/libs/exception/test/no_exceptions_test.cpp | 2 +-
trunk/libs/exception/test/refcount_ptr_test.cpp | 2 +-
trunk/libs/exception/test/throw_exception_fail.cpp | 2 +-
trunk/libs/exception/test/throw_exception_test.cpp | 2 +-
trunk/libs/exception/test/to_string_fail.cpp | 2 +-
trunk/libs/exception/test/to_string_hpp_test.cpp | 2 +-
trunk/libs/exception/test/to_string_stub_hpp_test.cpp | 2 +-
trunk/libs/exception/test/to_string_stub_test.cpp | 2 +-
trunk/libs/exception/test/to_string_test.cpp | 2 +-
trunk/libs/exception/test/unknown_exception_test.cpp | 2 +-
64 files changed, 64 insertions(+), 64 deletions(-)
Modified: trunk/boost/exception/current_exception_cast.hpp
==============================================================================
--- trunk/boost/exception/current_exception_cast.hpp (original)
+++ trunk/boost/exception/current_exception_cast.hpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/boost/exception/detail/error_info_impl.hpp
==============================================================================
--- trunk/boost/exception/detail/error_info_impl.hpp (original)
+++ trunk/boost/exception/detail/error_info_impl.hpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/boost/exception/detail/is_output_streamable.hpp
==============================================================================
--- trunk/boost/exception/detail/is_output_streamable.hpp (original)
+++ trunk/boost/exception/detail/is_output_streamable.hpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/boost/exception/detail/object_hex_dump.hpp
==============================================================================
--- trunk/boost/exception/detail/object_hex_dump.hpp (original)
+++ trunk/boost/exception/detail/object_hex_dump.hpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/boost/exception/detail/type_info.hpp
==============================================================================
--- trunk/boost/exception/detail/type_info.hpp (original)
+++ trunk/boost/exception/detail/type_info.hpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/boost/exception/diagnostic_information.hpp
==============================================================================
--- trunk/boost/exception/diagnostic_information.hpp (original)
+++ trunk/boost/exception/diagnostic_information.hpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/boost/exception/enable_current_exception.hpp
==============================================================================
--- trunk/boost/exception/enable_current_exception.hpp (original)
+++ trunk/boost/exception/enable_current_exception.hpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/boost/exception/enable_error_info.hpp
==============================================================================
--- trunk/boost/exception/enable_error_info.hpp (original)
+++ trunk/boost/exception/enable_error_info.hpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/boost/exception/error_info.hpp
==============================================================================
--- trunk/boost/exception/error_info.hpp (original)
+++ trunk/boost/exception/error_info.hpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/boost/exception/exception.hpp
==============================================================================
--- trunk/boost/exception/exception.hpp (original)
+++ trunk/boost/exception/exception.hpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/boost/exception/get_error_info.hpp
==============================================================================
--- trunk/boost/exception/get_error_info.hpp (original)
+++ trunk/boost/exception/get_error_info.hpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/boost/exception/info.hpp
==============================================================================
--- trunk/boost/exception/info.hpp (original)
+++ trunk/boost/exception/info.hpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/boost/exception/info_tuple.hpp
==============================================================================
--- trunk/boost/exception/info_tuple.hpp (original)
+++ trunk/boost/exception/info_tuple.hpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/boost/exception/to_string.hpp
==============================================================================
--- trunk/boost/exception/to_string.hpp (original)
+++ trunk/boost/exception/to_string.hpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/boost/exception/to_string_stub.hpp
==============================================================================
--- trunk/boost/exception/to_string_stub.hpp (original)
+++ trunk/boost/exception/to_string_stub.hpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/boost/exception_ptr.hpp
==============================================================================
--- trunk/boost/exception_ptr.hpp (original)
+++ trunk/boost/exception_ptr.hpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/boost/throw_exception.hpp
==============================================================================
--- trunk/boost/throw_exception.hpp (original)
+++ trunk/boost/throw_exception.hpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -11,7 +11,7 @@
// boost/throw_exception.hpp
//
// Copyright (c) 2002 Peter Dimov and Multi Media Ltd.
-// Copyright (c) 2008 Emil Dotchevski and Reverge Studios, Inc.
+// Copyright (c) 2008-2009 Emil Dotchevski and Reverge Studios, Inc.
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
Modified: trunk/libs/exception/example/Jamfile
==============================================================================
--- trunk/libs/exception/example/Jamfile (original)
+++ trunk/libs/exception/example/Jamfile 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,6 +1,6 @@
# Boost Exception Library example Jamfile
#
-# Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+# Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
#
# Distributed under 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)
Modified: trunk/libs/exception/example/cloning_1.cpp
==============================================================================
--- trunk/libs/exception/example/cloning_1.cpp (original)
+++ trunk/libs/exception/example/cloning_1.cpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/libs/exception/example/cloning_2.cpp
==============================================================================
--- trunk/libs/exception/example/cloning_2.cpp (original)
+++ trunk/libs/exception/example/cloning_2.cpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/libs/exception/example/enable_error_info.cpp
==============================================================================
--- trunk/libs/exception/example/enable_error_info.cpp (original)
+++ trunk/libs/exception/example/enable_error_info.cpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/libs/exception/example/error_info_1.cpp
==============================================================================
--- trunk/libs/exception/example/error_info_1.cpp (original)
+++ trunk/libs/exception/example/error_info_1.cpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/libs/exception/example/error_info_2.cpp
==============================================================================
--- trunk/libs/exception/example/error_info_2.cpp (original)
+++ trunk/libs/exception/example/error_info_2.cpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/libs/exception/example/example_io.cpp
==============================================================================
--- trunk/libs/exception/example/example_io.cpp (original)
+++ trunk/libs/exception/example/example_io.cpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/libs/exception/example/info_tuple.cpp
==============================================================================
--- trunk/libs/exception/example/info_tuple.cpp (original)
+++ trunk/libs/exception/example/info_tuple.cpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/libs/exception/example/logging.cpp
==============================================================================
--- trunk/libs/exception/example/logging.cpp (original)
+++ trunk/libs/exception/example/logging.cpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/libs/exception/test/1-throw_exception_test.cpp
==============================================================================
--- trunk/libs/exception/test/1-throw_exception_test.cpp (original)
+++ trunk/libs/exception/test/1-throw_exception_test.cpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/libs/exception/test/2-throw_exception_no_exceptions_test.cpp
==============================================================================
--- trunk/libs/exception/test/2-throw_exception_no_exceptions_test.cpp (original)
+++ trunk/libs/exception/test/2-throw_exception_no_exceptions_test.cpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/libs/exception/test/3-throw_exception_no_integration_test.cpp
==============================================================================
--- trunk/libs/exception/test/3-throw_exception_no_integration_test.cpp (original)
+++ trunk/libs/exception/test/3-throw_exception_no_integration_test.cpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/libs/exception/test/4-throw_exception_no_both_test.cpp
==============================================================================
--- trunk/libs/exception/test/4-throw_exception_no_both_test.cpp (original)
+++ trunk/libs/exception/test/4-throw_exception_no_both_test.cpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/libs/exception/test/Jamfile.v2
==============================================================================
--- trunk/libs/exception/test/Jamfile.v2 (original)
+++ trunk/libs/exception/test/Jamfile.v2 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,6 +1,6 @@
# Boost Exception Library test Jamfile
#
-# Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+# Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
#
# Distributed under 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)
Modified: trunk/libs/exception/test/cloning_test.cpp
==============================================================================
--- trunk/libs/exception/test/cloning_test.cpp (original)
+++ trunk/libs/exception/test/cloning_test.cpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/libs/exception/test/copy_exception_test.cpp
==============================================================================
--- trunk/libs/exception/test/copy_exception_test.cpp (original)
+++ trunk/libs/exception/test/copy_exception_test.cpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/libs/exception/test/current_exception_cast_hpp_test.cpp
==============================================================================
--- trunk/libs/exception/test/current_exception_cast_hpp_test.cpp (original)
+++ trunk/libs/exception/test/current_exception_cast_hpp_test.cpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/libs/exception/test/current_exception_cast_test.cpp
==============================================================================
--- trunk/libs/exception/test/current_exception_cast_test.cpp (original)
+++ trunk/libs/exception/test/current_exception_cast_test.cpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/libs/exception/test/diagnostic_information_hpp_test.cpp
==============================================================================
--- trunk/libs/exception/test/diagnostic_information_hpp_test.cpp (original)
+++ trunk/libs/exception/test/diagnostic_information_hpp_test.cpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/libs/exception/test/diagnostic_information_test.cpp
==============================================================================
--- trunk/libs/exception/test/diagnostic_information_test.cpp (original)
+++ trunk/libs/exception/test/diagnostic_information_test.cpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/libs/exception/test/enable_error_info_test.cpp
==============================================================================
--- trunk/libs/exception/test/enable_error_info_test.cpp (original)
+++ trunk/libs/exception/test/enable_error_info_test.cpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/libs/exception/test/errno_test.cpp
==============================================================================
--- trunk/libs/exception/test/errno_test.cpp (original)
+++ trunk/libs/exception/test/errno_test.cpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/libs/exception/test/error_info_hpp_test.cpp
==============================================================================
--- trunk/libs/exception/test/error_info_hpp_test.cpp (original)
+++ trunk/libs/exception/test/error_info_hpp_test.cpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/libs/exception/test/error_info_test.cpp
==============================================================================
--- trunk/libs/exception/test/error_info_test.cpp (original)
+++ trunk/libs/exception/test/error_info_test.cpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/libs/exception/test/exception_fail.cpp
==============================================================================
--- trunk/libs/exception/test/exception_fail.cpp (original)
+++ trunk/libs/exception/test/exception_fail.cpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/libs/exception/test/exception_hpp_test.cpp
==============================================================================
--- trunk/libs/exception/test/exception_hpp_test.cpp (original)
+++ trunk/libs/exception/test/exception_hpp_test.cpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/libs/exception/test/exception_ptr_hpp_test.cpp
==============================================================================
--- trunk/libs/exception/test/exception_ptr_hpp_test.cpp (original)
+++ trunk/libs/exception/test/exception_ptr_hpp_test.cpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/libs/exception/test/exception_test.cpp
==============================================================================
--- trunk/libs/exception/test/exception_test.cpp (original)
+++ trunk/libs/exception/test/exception_test.cpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/libs/exception/test/get_error_info_hpp_test.cpp
==============================================================================
--- trunk/libs/exception/test/get_error_info_hpp_test.cpp (original)
+++ trunk/libs/exception/test/get_error_info_hpp_test.cpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/libs/exception/test/has_to_string_test.cpp
==============================================================================
--- trunk/libs/exception/test/has_to_string_test.cpp (original)
+++ trunk/libs/exception/test/has_to_string_test.cpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/libs/exception/test/helper1.cpp
==============================================================================
--- trunk/libs/exception/test/helper1.cpp (original)
+++ trunk/libs/exception/test/helper1.cpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/libs/exception/test/helper1.hpp
==============================================================================
--- trunk/libs/exception/test/helper1.hpp (original)
+++ trunk/libs/exception/test/helper1.hpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/libs/exception/test/helper2.cpp
==============================================================================
--- trunk/libs/exception/test/helper2.cpp (original)
+++ trunk/libs/exception/test/helper2.cpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/libs/exception/test/helper2.hpp
==============================================================================
--- trunk/libs/exception/test/helper2.hpp (original)
+++ trunk/libs/exception/test/helper2.hpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/libs/exception/test/info_hpp_test.cpp
==============================================================================
--- trunk/libs/exception/test/info_hpp_test.cpp (original)
+++ trunk/libs/exception/test/info_hpp_test.cpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/libs/exception/test/info_tuple_hpp_test.cpp
==============================================================================
--- trunk/libs/exception/test/info_tuple_hpp_test.cpp (original)
+++ trunk/libs/exception/test/info_tuple_hpp_test.cpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/libs/exception/test/is_output_streamable_test.cpp
==============================================================================
--- trunk/libs/exception/test/is_output_streamable_test.cpp (original)
+++ trunk/libs/exception/test/is_output_streamable_test.cpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/libs/exception/test/no_exceptions_test.cpp
==============================================================================
--- trunk/libs/exception/test/no_exceptions_test.cpp (original)
+++ trunk/libs/exception/test/no_exceptions_test.cpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/libs/exception/test/refcount_ptr_test.cpp
==============================================================================
--- trunk/libs/exception/test/refcount_ptr_test.cpp (original)
+++ trunk/libs/exception/test/refcount_ptr_test.cpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/libs/exception/test/throw_exception_fail.cpp
==============================================================================
--- trunk/libs/exception/test/throw_exception_fail.cpp (original)
+++ trunk/libs/exception/test/throw_exception_fail.cpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/libs/exception/test/throw_exception_test.cpp
==============================================================================
--- trunk/libs/exception/test/throw_exception_test.cpp (original)
+++ trunk/libs/exception/test/throw_exception_test.cpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/libs/exception/test/to_string_fail.cpp
==============================================================================
--- trunk/libs/exception/test/to_string_fail.cpp (original)
+++ trunk/libs/exception/test/to_string_fail.cpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/libs/exception/test/to_string_hpp_test.cpp
==============================================================================
--- trunk/libs/exception/test/to_string_hpp_test.cpp (original)
+++ trunk/libs/exception/test/to_string_hpp_test.cpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/libs/exception/test/to_string_stub_hpp_test.cpp
==============================================================================
--- trunk/libs/exception/test/to_string_stub_hpp_test.cpp (original)
+++ trunk/libs/exception/test/to_string_stub_hpp_test.cpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/libs/exception/test/to_string_stub_test.cpp
==============================================================================
--- trunk/libs/exception/test/to_string_stub_test.cpp (original)
+++ trunk/libs/exception/test/to_string_stub_test.cpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/libs/exception/test/to_string_test.cpp
==============================================================================
--- trunk/libs/exception/test/to_string_test.cpp (original)
+++ trunk/libs/exception/test/to_string_test.cpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
Modified: trunk/libs/exception/test/unknown_exception_test.cpp
==============================================================================
--- trunk/libs/exception/test/unknown_exception_test.cpp (original)
+++ trunk/libs/exception/test/unknown_exception_test.cpp 2009-04-06 23:02:15 EDT (Mon, 06 Apr 2009)
@@ -1,4 +1,4 @@
-//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under 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)
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