|
Boost-Commit : |
From: john.groups_at_[hidden]
Date: 2007-10-11 12:50:23
Author: jtorjo
Date: 2007-10-11 12:50:19 EDT (Thu, 11 Oct 2007)
New Revision: 39931
URL: http://svn.boost.org/trac/boost/changeset/39931
Log:
[logging]
v0.5.2, 11 oct 2007
- changed license
- added to boost
Text files modified:
sandbox/logging/boost/logging/defaults.hpp | 11 --
sandbox/logging/boost/logging/detail/forward_constructor.hpp | 12 +--
sandbox/logging/boost/logging/detail/fwd.hpp | 12 +--
sandbox/logging/boost/logging/detail/template.hpp | 12 +--
sandbox/logging/boost/logging/detail/util.hpp | 12 +--
sandbox/logging/boost/logging/error.hpp | 12 +--
sandbox/logging/boost/logging/filter.hpp | 12 +--
sandbox/logging/boost/logging/format.hpp | 11 --
sandbox/logging/boost/logging/format/array.hpp | 11 --
sandbox/logging/boost/logging/format/op_equal.hpp | 11 --
sandbox/logging/boost/logging/format/optimize.hpp | 17 +---
sandbox/logging/boost/logging/level.hpp | 12 +--
sandbox/logging/boost/logging/logging.hpp | 12 +--
sandbox/logging/boost/logging/macros.hpp | 12 +--
sandbox/logging/boost/logging/process_msg.hpp | 12 +--
sandbox/logging/boost/logging/process_msg/ostream_like.hpp | 12 +--
sandbox/logging/boost/logging/sink.hpp | 12 +--
sandbox/logging/boost/logging/ts/ts.hpp | 17 +---
sandbox/logging/boost/logging/ts/ts_boost.hpp | 17 +---
sandbox/logging/boost/logging/ts/ts_none.hpp | 18 +---
sandbox/logging/boost/logging/ts/ts_posix.hpp | 18 +---
sandbox/logging/boost/logging/ts/ts_resource.hpp | 18 +---
sandbox/logging/boost/logging/ts/ts_win32.hpp | 18 +---
sandbox/logging/boost/logging/writer/format_write.hpp | 12 +--
sandbox/logging/boost/logging/writer/on_dedicated_thread.hpp | 12 +--
sandbox/logging/boost/logging/writer/ts_write.hpp | 12 +--
sandbox/logging/lib/logging/samples/vc8/loggingvc8/loggingvc8.vcproj | 145 +++------------------------------------
sandbox/logging/lib/logging/samples/vc8/template.cpp | 12 +--
sandbox/logging/lib/logging/src/changelog.txt | 4 +
sandbox/logging/lib/logging/tests/format/test_format_write_ts.cpp | 12 +--
sandbox/logging/lib/logging/tests/format/test_manip_being_func.cpp | 12 +--
sandbox/logging/lib/logging/tests/format/test_manip_w_msgroute.cpp | 12 +--
sandbox/logging/lib/logging/tests/format/test_simple_formatter.cpp | 12 +--
sandbox/logging/lib/logging/tests/test_mul_lev_difflogs.cpp | 12 +--
sandbox/logging/lib/logging/tests/test_mul_lev_samelog.cpp | 12 +--
sandbox/logging/lib/logging/tests/test_multiple_simple_logs.cpp | 12 +--
sandbox/logging/lib/logging/tests/test_ostream_like.cpp | 12 +--
sandbox/logging/lib/logging/tests/test_simple_dump_to_cout.cpp | 12 +--
38 files changed, 175 insertions(+), 441 deletions(-)
Modified: sandbox/logging/boost/logging/defaults.hpp
==============================================================================
--- sandbox/logging/boost/logging/defaults.hpp (original)
+++ sandbox/logging/boost/logging/defaults.hpp 2007-10-11 12:50:19 EDT (Thu, 11 Oct 2007)
@@ -6,15 +6,10 @@
//
// Copyright (C) 2007 John Torjo (see www.torjo.com for email)
//
-// Permission to copy, use, sell and distribute this software is granted
-// provided this copyright notice appears in all copies.
-// Permission to modify the code and to distribute modified code is granted
-// provided this copyright notice appears in all copies, and a notice
-// that the code was modified is included with the copyright notice.
+// 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)
//
-// This software is provided "as is" without express or implied warranty,
-// and with no claim as to its suitability for any purpose.
-
// See http://www.boost.org for updates, documentation, and revision history.
// See http://www.torjo.com/log2/ for more details
Modified: sandbox/logging/boost/logging/detail/forward_constructor.hpp
==============================================================================
--- sandbox/logging/boost/logging/detail/forward_constructor.hpp (original)
+++ sandbox/logging/boost/logging/detail/forward_constructor.hpp 2007-10-11 12:50:19 EDT (Thu, 11 Oct 2007)
@@ -6,18 +6,14 @@
//
// Copyright (C) 2007 John Torjo (see www.torjo.com for email)
//
-// Permission to copy, use, sell and distribute this software is granted
-// provided this copyright notice appears in all copies.
-// Permission to modify the code and to distribute modified code is granted
-// provided this copyright notice appears in all copies, and a notice
-// that the code was modified is included with the copyright notice.
+// 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)
//
-// This software is provided "as is" without express or implied warranty,
-// and with no claim as to its suitability for any purpose.
-
// See http://www.boost.org for updates, documentation, and revision history.
// See http://www.torjo.com/log2/ for more details
+
#ifndef JT28092007_forward_constructor_HPP_DEFINED
#define JT28092007_forward_constructor_HPP_DEFINED
Modified: sandbox/logging/boost/logging/detail/fwd.hpp
==============================================================================
--- sandbox/logging/boost/logging/detail/fwd.hpp (original)
+++ sandbox/logging/boost/logging/detail/fwd.hpp 2007-10-11 12:50:19 EDT (Thu, 11 Oct 2007)
@@ -6,18 +6,14 @@
//
// Copyright (C) 2007 John Torjo (see www.torjo.com for email)
//
-// Permission to copy, use, sell and distribute this software is granted
-// provided this copyright notice appears in all copies.
-// Permission to modify the code and to distribute modified code is granted
-// provided this copyright notice appears in all copies, and a notice
-// that the code was modified is included with the copyright notice.
+// 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)
//
-// This software is provided "as is" without express or implied warranty,
-// and with no claim as to its suitability for any purpose.
-
// See http://www.boost.org for updates, documentation, and revision history.
// See http://www.torjo.com/log2/ for more details
+
#ifndef JT28092007_fwd_HPP_DEFINED
#define JT28092007_fwd_HPP_DEFINED
Modified: sandbox/logging/boost/logging/detail/template.hpp
==============================================================================
--- sandbox/logging/boost/logging/detail/template.hpp (original)
+++ sandbox/logging/boost/logging/detail/template.hpp 2007-10-11 12:50:19 EDT (Thu, 11 Oct 2007)
@@ -6,18 +6,14 @@
//
// Copyright (C) 2007 John Torjo (see www.torjo.com for email)
//
-// Permission to copy, use, sell and distribute this software is granted
-// provided this copyright notice appears in all copies.
-// Permission to modify the code and to distribute modified code is granted
-// provided this copyright notice appears in all copies, and a notice
-// that the code was modified is included with the copyright notice.
+// 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)
//
-// This software is provided "as is" without express or implied warranty,
-// and with no claim as to its suitability for any purpose.
-
// See http://www.boost.org for updates, documentation, and revision history.
// See http://www.torjo.com/log2/ for more details
+
#ifndef JT28092007_TEMPLATE_HPP_DEFINED
#define JT28092007_TEMPLATE_HPP_DEFINED
Modified: sandbox/logging/boost/logging/detail/util.hpp
==============================================================================
--- sandbox/logging/boost/logging/detail/util.hpp (original)
+++ sandbox/logging/boost/logging/detail/util.hpp 2007-10-11 12:50:19 EDT (Thu, 11 Oct 2007)
@@ -6,18 +6,14 @@
//
// Copyright (C) 2007 John Torjo (see www.torjo.com for email)
//
-// Permission to copy, use, sell and distribute this software is granted
-// provided this copyright notice appears in all copies.
-// Permission to modify the code and to distribute modified code is granted
-// provided this copyright notice appears in all copies, and a notice
-// that the code was modified is included with the copyright notice.
+// 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)
//
-// This software is provided "as is" without express or implied warranty,
-// and with no claim as to its suitability for any purpose.
-
// See http://www.boost.org for updates, documentation, and revision history.
// See http://www.torjo.com/log2/ for more details
+
#ifndef JT28092007_detail_util_HPP_DEFINED
#define JT28092007_detail_util_HPP_DEFINED
Modified: sandbox/logging/boost/logging/error.hpp
==============================================================================
--- sandbox/logging/boost/logging/error.hpp (original)
+++ sandbox/logging/boost/logging/error.hpp 2007-10-11 12:50:19 EDT (Thu, 11 Oct 2007)
@@ -6,18 +6,14 @@
//
// Copyright (C) 2007 John Torjo (see www.torjo.com for email)
//
-// Permission to copy, use, sell and distribute this software is granted
-// provided this copyright notice appears in all copies.
-// Permission to modify the code and to distribute modified code is granted
-// provided this copyright notice appears in all copies, and a notice
-// that the code was modified is included with the copyright notice.
+// 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)
//
-// This software is provided "as is" without express or implied warranty,
-// and with no claim as to its suitability for any purpose.
-
// See http://www.boost.org for updates, documentation, and revision history.
// See http://www.torjo.com/log2/ for more details
+
#ifndef JT28092007_error_HPP_DEFINED
#define JT28092007_error_HPP_DEFINED
Modified: sandbox/logging/boost/logging/filter.hpp
==============================================================================
--- sandbox/logging/boost/logging/filter.hpp (original)
+++ sandbox/logging/boost/logging/filter.hpp 2007-10-11 12:50:19 EDT (Thu, 11 Oct 2007)
@@ -6,18 +6,14 @@
//
// Copyright (C) 2007 John Torjo (see www.torjo.com for email)
//
-// Permission to copy, use, sell and distribute this software is granted
-// provided this copyright notice appears in all copies.
-// Permission to modify the code and to distribute modified code is granted
-// provided this copyright notice appears in all copies, and a notice
-// that the code was modified is included with the copyright notice.
+// 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)
//
-// This software is provided "as is" without express or implied warranty,
-// and with no claim as to its suitability for any purpose.
-
// See http://www.boost.org for updates, documentation, and revision history.
// See http://www.torjo.com/log2/ for more details
+
#ifndef JT28092007_filter_HPP_DEFINED
#define JT28092007_filter_HPP_DEFINED
Modified: sandbox/logging/boost/logging/format.hpp
==============================================================================
--- sandbox/logging/boost/logging/format.hpp (original)
+++ sandbox/logging/boost/logging/format.hpp 2007-10-11 12:50:19 EDT (Thu, 11 Oct 2007)
@@ -6,15 +6,10 @@
//
// Copyright (C) 2007 John Torjo (see www.torjo.com for email)
//
-// Permission to copy, use, sell and distribute this software is granted
-// provided this copyright notice appears in all copies.
-// Permission to modify the code and to distribute modified code is granted
-// provided this copyright notice appears in all copies, and a notice
-// that the code was modified is included with the copyright notice.
+// 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)
//
-// This software is provided "as is" without express or implied warranty,
-// and with no claim as to its suitability for any purpose.
-
// See http://www.boost.org for updates, documentation, and revision history.
// See http://www.torjo.com/log2/ for more details
Modified: sandbox/logging/boost/logging/format/array.hpp
==============================================================================
--- sandbox/logging/boost/logging/format/array.hpp (original)
+++ sandbox/logging/boost/logging/format/array.hpp 2007-10-11 12:50:19 EDT (Thu, 11 Oct 2007)
@@ -6,15 +6,10 @@
//
// Copyright (C) 2007 John Torjo (see www.torjo.com for email)
//
-// Permission to copy, use, sell and distribute this software is granted
-// provided this copyright notice appears in all copies.
-// Permission to modify the code and to distribute modified code is granted
-// provided this copyright notice appears in all copies, and a notice
-// that the code was modified is included with the copyright notice.
+// 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)
//
-// This software is provided "as is" without express or implied warranty,
-// and with no claim as to its suitability for any purpose.
-
// See http://www.boost.org for updates, documentation, and revision history.
// See http://www.torjo.com/log2/ for more details
Modified: sandbox/logging/boost/logging/format/op_equal.hpp
==============================================================================
--- sandbox/logging/boost/logging/format/op_equal.hpp (original)
+++ sandbox/logging/boost/logging/format/op_equal.hpp 2007-10-11 12:50:19 EDT (Thu, 11 Oct 2007)
@@ -6,15 +6,10 @@
//
// Copyright (C) 2007 John Torjo (see www.torjo.com for email)
//
-// Permission to copy, use, sell and distribute this software is granted
-// provided this copyright notice appears in all copies.
-// Permission to modify the code and to distribute modified code is granted
-// provided this copyright notice appears in all copies, and a notice
-// that the code was modified is included with the copyright notice.
+// 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)
//
-// This software is provided "as is" without express or implied warranty,
-// and with no claim as to its suitability for any purpose.
-
// See http://www.boost.org for updates, documentation, and revision history.
// See http://www.torjo.com/log2/ for more details
Modified: sandbox/logging/boost/logging/format/optimize.hpp
==============================================================================
--- sandbox/logging/boost/logging/format/optimize.hpp (original)
+++ sandbox/logging/boost/logging/format/optimize.hpp 2007-10-11 12:50:19 EDT (Thu, 11 Oct 2007)
@@ -1,4 +1,4 @@
-// Template.hpp
+// optimize.hpp
// Boost Logging library
//
@@ -6,20 +6,15 @@
//
// Copyright (C) 2007 John Torjo (see www.torjo.com for email)
//
-// Permission to copy, use, sell and distribute this software is granted
-// provided this copyright notice appears in all copies.
-// Permission to modify the code and to distribute modified code is granted
-// provided this copyright notice appears in all copies, and a notice
-// that the code was modified is included with the copyright notice.
+// 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)
//
-// This software is provided "as is" without express or implied warranty,
-// and with no claim as to its suitability for any purpose.
-
// See http://www.boost.org for updates, documentation, and revision history.
// See http://www.torjo.com/log2/ for more details
-#ifndef JT28092007_TEMPLATE_HPP_DEFINED
-#define JT28092007_TEMPLATE_HPP_DEFINED
+#ifndef JT28092007_optimize_HPP_DEFINED
+#define JT28092007_optimize_HPP_DEFINED
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
# pragma once
Modified: sandbox/logging/boost/logging/level.hpp
==============================================================================
--- sandbox/logging/boost/logging/level.hpp (original)
+++ sandbox/logging/boost/logging/level.hpp 2007-10-11 12:50:19 EDT (Thu, 11 Oct 2007)
@@ -6,18 +6,14 @@
//
// Copyright (C) 2007 John Torjo (see www.torjo.com for email)
//
-// Permission to copy, use, sell and distribute this software is granted
-// provided this copyright notice appears in all copies.
-// Permission to modify the code and to distribute modified code is granted
-// provided this copyright notice appears in all copies, and a notice
-// that the code was modified is included with the copyright notice.
+// 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)
//
-// This software is provided "as is" without express or implied warranty,
-// and with no claim as to its suitability for any purpose.
-
// See http://www.boost.org for updates, documentation, and revision history.
// See http://www.torjo.com/log2/ for more details
+
#ifndef JT28092007_level_HPP_DEFINED
#define JT28092007_level_HPP_DEFINED
Modified: sandbox/logging/boost/logging/logging.hpp
==============================================================================
--- sandbox/logging/boost/logging/logging.hpp (original)
+++ sandbox/logging/boost/logging/logging.hpp 2007-10-11 12:50:19 EDT (Thu, 11 Oct 2007)
@@ -6,18 +6,14 @@
//
// Copyright (C) 2007 John Torjo (see www.torjo.com for email)
//
-// Permission to copy, use, sell and distribute this software is granted
-// provided this copyright notice appears in all copies.
-// Permission to modify the code and to distribute modified code is granted
-// provided this copyright notice appears in all copies, and a notice
-// that the code was modified is included with the copyright notice.
+// 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)
//
-// This software is provided "as is" without express or implied warranty,
-// and with no claim as to its suitability for any purpose.
-
// See http://www.boost.org for updates, documentation, and revision history.
// See http://www.torjo.com/log2/ for more details
+
#ifndef JT28092007_logging_HPP_DEFINED
#define JT28092007_logging_HPP_DEFINED
Modified: sandbox/logging/boost/logging/macros.hpp
==============================================================================
--- sandbox/logging/boost/logging/macros.hpp (original)
+++ sandbox/logging/boost/logging/macros.hpp 2007-10-11 12:50:19 EDT (Thu, 11 Oct 2007)
@@ -6,18 +6,14 @@
//
// Copyright (C) 2007 John Torjo (see www.torjo.com for email)
//
-// Permission to copy, use, sell and distribute this software is granted
-// provided this copyright notice appears in all copies.
-// Permission to modify the code and to distribute modified code is granted
-// provided this copyright notice appears in all copies, and a notice
-// that the code was modified is included with the copyright notice.
+// 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)
//
-// This software is provided "as is" without express or implied warranty,
-// and with no claim as to its suitability for any purpose.
-
// See http://www.boost.org for updates, documentation, and revision history.
// See http://www.torjo.com/log2/ for more details
+
#ifndef JT28092007_macros_HPP_DEFINED
#define JT28092007_macros_HPP_DEFINED
Modified: sandbox/logging/boost/logging/process_msg.hpp
==============================================================================
--- sandbox/logging/boost/logging/process_msg.hpp (original)
+++ sandbox/logging/boost/logging/process_msg.hpp 2007-10-11 12:50:19 EDT (Thu, 11 Oct 2007)
@@ -6,18 +6,14 @@
//
// Copyright (C) 2007 John Torjo (see www.torjo.com for email)
//
-// Permission to copy, use, sell and distribute this software is granted
-// provided this copyright notice appears in all copies.
-// Permission to modify the code and to distribute modified code is granted
-// provided this copyright notice appears in all copies, and a notice
-// that the code was modified is included with the copyright notice.
+// 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)
//
-// This software is provided "as is" without express or implied warranty,
-// and with no claim as to its suitability for any purpose.
-
// See http://www.boost.org for updates, documentation, and revision history.
// See http://www.torjo.com/log2/ for more details
+
#ifndef JT28092007_process_msg_HPP_DEFINED
#define JT28092007_process_msg_HPP_DEFINED
Modified: sandbox/logging/boost/logging/process_msg/ostream_like.hpp
==============================================================================
--- sandbox/logging/boost/logging/process_msg/ostream_like.hpp (original)
+++ sandbox/logging/boost/logging/process_msg/ostream_like.hpp 2007-10-11 12:50:19 EDT (Thu, 11 Oct 2007)
@@ -6,18 +6,14 @@
//
// Copyright (C) 2007 John Torjo (see www.torjo.com for email)
//
-// Permission to copy, use, sell and distribute this software is granted
-// provided this copyright notice appears in all copies.
-// Permission to modify the code and to distribute modified code is granted
-// provided this copyright notice appears in all copies, and a notice
-// that the code was modified is included with the copyright notice.
+// 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)
//
-// This software is provided "as is" without express or implied warranty,
-// and with no claim as to its suitability for any purpose.
-
// See http://www.boost.org for updates, documentation, and revision history.
// See http://www.torjo.com/log2/ for more details
+
#ifndef JT28092007_ostream_like_HPP_DEFINED
#define JT28092007_ostream_like_HPP_DEFINED
Modified: sandbox/logging/boost/logging/sink.hpp
==============================================================================
--- sandbox/logging/boost/logging/sink.hpp (original)
+++ sandbox/logging/boost/logging/sink.hpp 2007-10-11 12:50:19 EDT (Thu, 11 Oct 2007)
@@ -6,18 +6,14 @@
//
// Copyright (C) 2007 John Torjo (see www.torjo.com for email)
//
-// Permission to copy, use, sell and distribute this software is granted
-// provided this copyright notice appears in all copies.
-// Permission to modify the code and to distribute modified code is granted
-// provided this copyright notice appears in all copies, and a notice
-// that the code was modified is included with the copyright notice.
+// 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)
//
-// This software is provided "as is" without express or implied warranty,
-// and with no claim as to its suitability for any purpose.
-
// See http://www.boost.org for updates, documentation, and revision history.
// See http://www.torjo.com/log2/ for more details
+
#ifndef JT28092007_sink_HPP_DEFINED
#define JT28092007_sink_HPP_DEFINED
Modified: sandbox/logging/boost/logging/ts/ts.hpp
==============================================================================
--- sandbox/logging/boost/logging/ts/ts.hpp (original)
+++ sandbox/logging/boost/logging/ts/ts.hpp 2007-10-11 12:50:19 EDT (Thu, 11 Oct 2007)
@@ -1,4 +1,4 @@
-// defs.hpp
+// ts.hpp
// Boost Logging library
//
@@ -6,20 +6,15 @@
//
// Copyright (C) 2007 John Torjo (see www.torjo.com for email)
//
-// Permission to copy, use, sell and distribute this software is granted
-// provided this copyright notice appears in all copies.
-// Permission to modify the code and to distribute modified code is granted
-// provided this copyright notice appears in all copies, and a notice
-// that the code was modified is included with the copyright notice.
+// 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)
//
-// This software is provided "as is" without express or implied warranty,
-// and with no claim as to its suitability for any purpose.
-
// See http://www.boost.org for updates, documentation, and revision history.
// See http://www.torjo.com/log2/ for more details
-#ifndef JT_BOOST_LOG_TS_HPP
-#define JT_BOOST_LOG_TS_HPP
+#ifndef JT28092007_BOOST_LOG_TS_HPP
+#define JT28092007_BOOST_LOG_TS_HPP
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
Modified: sandbox/logging/boost/logging/ts/ts_boost.hpp
==============================================================================
--- sandbox/logging/boost/logging/ts/ts_boost.hpp (original)
+++ sandbox/logging/boost/logging/ts/ts_boost.hpp 2007-10-11 12:50:19 EDT (Thu, 11 Oct 2007)
@@ -1,4 +1,4 @@
-// defs.hpp
+// ts_boost.hpp
// Boost Logging library
//
@@ -6,20 +6,15 @@
//
// Copyright (C) 2007 John Torjo (see www.torjo.com for email)
//
-// Permission to copy, use, sell and distribute this software is granted
-// provided this copyright notice appears in all copies.
-// Permission to modify the code and to distribute modified code is granted
-// provided this copyright notice appears in all copies, and a notice
-// that the code was modified is included with the copyright notice.
+// 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)
//
-// This software is provided "as is" without express or implied warranty,
-// and with no claim as to its suitability for any purpose.
-
// See http://www.boost.org for updates, documentation, and revision history.
// See http://www.torjo.com/log2/ for more details
-#ifndef JT_BOOST_LOG_TS_BOOST_HPP
-#define JT_BOOST_LOG_TS_BOOST_HPP
+#ifndef JT28092007_BOOST_LOG_TS_HPP_boost
+#define JT28092007_BOOST_LOG_TS_HPP_boost
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
Modified: sandbox/logging/boost/logging/ts/ts_none.hpp
==============================================================================
--- sandbox/logging/boost/logging/ts/ts_none.hpp (original)
+++ sandbox/logging/boost/logging/ts/ts_none.hpp 2007-10-11 12:50:19 EDT (Thu, 11 Oct 2007)
@@ -1,4 +1,4 @@
-// defs.hpp
+// ts_none.hpp
// Boost Logging library
//
@@ -6,20 +6,16 @@
//
// Copyright (C) 2007 John Torjo (see www.torjo.com for email)
//
-// Permission to copy, use, sell and distribute this software is granted
-// provided this copyright notice appears in all copies.
-// Permission to modify the code and to distribute modified code is granted
-// provided this copyright notice appears in all copies, and a notice
-// that the code was modified is included with the copyright notice.
+// 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)
//
-// This software is provided "as is" without express or implied warranty,
-// and with no claim as to its suitability for any purpose.
-
// See http://www.boost.org for updates, documentation, and revision history.
// See http://www.torjo.com/log2/ for more details
-#ifndef JT_BOOST_LOG_TS_NONE_HPP
-#define JT_BOOST_LOG_TS_NONE_HPP
+
+#ifndef JT28092007_BOOST_LOG_TS_HPP_none
+#define JT28092007_BOOST_LOG_TS_HPP_none
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
Modified: sandbox/logging/boost/logging/ts/ts_posix.hpp
==============================================================================
--- sandbox/logging/boost/logging/ts/ts_posix.hpp (original)
+++ sandbox/logging/boost/logging/ts/ts_posix.hpp 2007-10-11 12:50:19 EDT (Thu, 11 Oct 2007)
@@ -1,4 +1,4 @@
-// defs.hpp
+// ts_posix.hpp
// Boost Logging library
//
@@ -6,19 +6,15 @@
//
// Copyright (C) 2007 John Torjo (see www.torjo.com for email)
//
-// Permission to copy, use, sell and distribute this software is granted
-// provided this copyright notice appears in all copies.
-// Permission to modify the code and to distribute modified code is granted
-// provided this copyright notice appears in all copies, and a notice
-// that the code was modified is included with the copyright notice.
+// 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)
//
-// This software is provided "as is" without express or implied warranty,
-// and with no claim as to its suitability for any purpose.
-
// See http://www.boost.org for updates, documentation, and revision history.
// See http://www.torjo.com/log2/ for more details
+
// Copyright (C) 2001-2003
// William E. Kempf
//
@@ -31,8 +27,8 @@
// It is provided "as is" without express or implied warranty.
-#ifndef JT_BOOST_LOG_TS_POSIX_HPP
-#define JT_BOOST_LOG_TS_POSIX_HPP
+#ifndef JT28092007_BOOST_LOG_TS_HPP_posix
+#define JT28092007_BOOST_LOG_TS_HPP_posix
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
Modified: sandbox/logging/boost/logging/ts/ts_resource.hpp
==============================================================================
--- sandbox/logging/boost/logging/ts/ts_resource.hpp (original)
+++ sandbox/logging/boost/logging/ts/ts_resource.hpp 2007-10-11 12:50:19 EDT (Thu, 11 Oct 2007)
@@ -1,4 +1,4 @@
-// ts_object.hpp
+// ts_resource.hpp
// Boost Logging library
//
@@ -6,20 +6,16 @@
//
// Copyright (C) 2007 John Torjo (see www.torjo.com for email)
//
-// Permission to copy, use, sell and distribute this software is granted
-// provided this copyright notice appears in all copies.
-// Permission to modify the code and to distribute modified code is granted
-// provided this copyright notice appears in all copies, and a notice
-// that the code was modified is included with the copyright notice.
+// 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)
//
-// This software is provided "as is" without express or implied warranty,
-// and with no claim as to its suitability for any purpose.
-
// See http://www.boost.org for updates, documentation, and revision history.
// See http://www.torjo.com/log2/ for more details
-#ifndef JT28092007_ts_object_HPP_DEFINED
-#define JT28092007_ts_object_HPP_DEFINED
+
+#ifndef JT28092007_ts_resource_HPP_DEFINED
+#define JT28092007_ts_resource_HPP_DEFINED
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
# pragma once
Modified: sandbox/logging/boost/logging/ts/ts_win32.hpp
==============================================================================
--- sandbox/logging/boost/logging/ts/ts_win32.hpp (original)
+++ sandbox/logging/boost/logging/ts/ts_win32.hpp 2007-10-11 12:50:19 EDT (Thu, 11 Oct 2007)
@@ -1,4 +1,4 @@
-// defs.hpp
+// ts_win32.hpp
// Boost Logging library
//
@@ -6,20 +6,16 @@
//
// Copyright (C) 2007 John Torjo (see www.torjo.com for email)
//
-// Permission to copy, use, sell and distribute this software is granted
-// provided this copyright notice appears in all copies.
-// Permission to modify the code and to distribute modified code is granted
-// provided this copyright notice appears in all copies, and a notice
-// that the code was modified is included with the copyright notice.
+// 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)
//
-// This software is provided "as is" without express or implied warranty,
-// and with no claim as to its suitability for any purpose.
-
// See http://www.boost.org for updates, documentation, and revision history.
// See http://www.torjo.com/log2/ for more details
-#ifndef JT_BOOST_LOG_TS_WIN32_HPP
-#define JT_BOOST_LOG_TS_WIN32_HPP
+
+#ifndef JT28092007_BOOST_LOG_TS_HPP_win32
+#define JT28092007_BOOST_LOG_TS_HPP_win32
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
Modified: sandbox/logging/boost/logging/writer/format_write.hpp
==============================================================================
--- sandbox/logging/boost/logging/writer/format_write.hpp (original)
+++ sandbox/logging/boost/logging/writer/format_write.hpp 2007-10-11 12:50:19 EDT (Thu, 11 Oct 2007)
@@ -6,18 +6,14 @@
//
// Copyright (C) 2007 John Torjo (see www.torjo.com for email)
//
-// Permission to copy, use, sell and distribute this software is granted
-// provided this copyright notice appears in all copies.
-// Permission to modify the code and to distribute modified code is granted
-// provided this copyright notice appears in all copies, and a notice
-// that the code was modified is included with the copyright notice.
+// 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)
//
-// This software is provided "as is" without express or implied warranty,
-// and with no claim as to its suitability for any purpose.
-
// See http://www.boost.org for updates, documentation, and revision history.
// See http://www.torjo.com/log2/ for more details
+
#ifndef JT28092007_format_write_HPP_DEFINED
#define JT28092007_format_write_HPP_DEFINED
Modified: sandbox/logging/boost/logging/writer/on_dedicated_thread.hpp
==============================================================================
--- sandbox/logging/boost/logging/writer/on_dedicated_thread.hpp (original)
+++ sandbox/logging/boost/logging/writer/on_dedicated_thread.hpp 2007-10-11 12:50:19 EDT (Thu, 11 Oct 2007)
@@ -6,18 +6,14 @@
//
// Copyright (C) 2007 John Torjo (see www.torjo.com for email)
//
-// Permission to copy, use, sell and distribute this software is granted
-// provided this copyright notice appears in all copies.
-// Permission to modify the code and to distribute modified code is granted
-// provided this copyright notice appears in all copies, and a notice
-// that the code was modified is included with the copyright notice.
+// 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)
//
-// This software is provided "as is" without express or implied warranty,
-// and with no claim as to its suitability for any purpose.
-
// See http://www.boost.org for updates, documentation, and revision history.
// See http://www.torjo.com/log2/ for more details
+
#ifndef JT28092007_on_dedicated_thread_HPP_DEFINED
#define JT28092007_on_dedicated_thread_HPP_DEFINED
Modified: sandbox/logging/boost/logging/writer/ts_write.hpp
==============================================================================
--- sandbox/logging/boost/logging/writer/ts_write.hpp (original)
+++ sandbox/logging/boost/logging/writer/ts_write.hpp 2007-10-11 12:50:19 EDT (Thu, 11 Oct 2007)
@@ -6,18 +6,14 @@
//
// Copyright (C) 2007 John Torjo (see www.torjo.com for email)
//
-// Permission to copy, use, sell and distribute this software is granted
-// provided this copyright notice appears in all copies.
-// Permission to modify the code and to distribute modified code is granted
-// provided this copyright notice appears in all copies, and a notice
-// that the code was modified is included with the copyright notice.
+// 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)
//
-// This software is provided "as is" without express or implied warranty,
-// and with no claim as to its suitability for any purpose.
-
// See http://www.boost.org for updates, documentation, and revision history.
// See http://www.torjo.com/log2/ for more details
+
#ifndef JT28092007_ts_write_HPP_DEFINED
#define JT28092007_ts_write_HPP_DEFINED
Modified: sandbox/logging/lib/logging/samples/vc8/loggingvc8/loggingvc8.vcproj
==============================================================================
--- sandbox/logging/lib/logging/samples/vc8/loggingvc8/loggingvc8.vcproj (original)
+++ sandbox/logging/lib/logging/samples/vc8/loggingvc8/loggingvc8.vcproj 2007-10-11 12:50:19 EDT (Thu, 11 Oct 2007)
@@ -325,17 +325,9 @@
Name="tests"
>
<File
- RelativePath="..\..\..\tests\test_dump_to_file_and_cout_ostream_like.cpp"
+ RelativePath="..\..\..\tests\format\test_format_write_ts.cpp"
>
<FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
- <FileConfiguration
Name="Test|Win32"
ExcludedFromBuild="true"
>
@@ -343,16 +335,9 @@
Name="VCCLCompilerTool"
/>
</FileConfiguration>
- <FileConfiguration
- Name="TestAll|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
</File>
<File
- RelativePath="..\..\..\tests\format\test_format_write_ts.cpp"
+ RelativePath="..\..\..\tests\format\test_manip_being_func.cpp"
>
<FileConfiguration
Name="Test|Win32"
@@ -362,16 +347,9 @@
Name="VCCLCompilerTool"
/>
</FileConfiguration>
- <FileConfiguration
- Name="TestAll|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
</File>
<File
- RelativePath="..\..\..\tests\format\test_manipulator_being_func.cpp"
+ RelativePath="..\..\..\tests\format\test_manip_w_msgroute.cpp"
>
<FileConfiguration
Name="Test|Win32"
@@ -381,19 +359,13 @@
Name="VCCLCompilerTool"
/>
</FileConfiguration>
- <FileConfiguration
- Name="TestAll|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
</File>
<File
- RelativePath="..\..\..\tests\format\test_manipulator_with_msg_route.cpp"
+ RelativePath="..\..\..\tests\test_mul_lev_difflogs.cpp"
>
<FileConfiguration
- Name="TestAll|Win32"
+ Name="Test|Win32"
+ ExcludedFromBuild="true"
>
<Tool
Name="VCCLCompilerTool"
@@ -401,17 +373,9 @@
</FileConfiguration>
</File>
<File
- RelativePath="..\..\..\tests\test_multiple_levels_to_different_logs.cpp"
+ RelativePath="..\..\..\tests\test_mul_lev_samelog.cpp"
>
<FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
- <FileConfiguration
Name="Test|Win32"
ExcludedFromBuild="true"
>
@@ -419,26 +383,11 @@
Name="VCCLCompilerTool"
/>
</FileConfiguration>
- <FileConfiguration
- Name="TestAll|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
</File>
<File
- RelativePath="..\..\..\tests\test_multiple_levels_to_same_log.cpp"
+ RelativePath="..\..\..\tests\test_multiple_simple_logs.cpp"
>
<FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
- <FileConfiguration
Name="Test|Win32"
ExcludedFromBuild="true"
>
@@ -446,34 +395,11 @@
Name="VCCLCompilerTool"
/>
</FileConfiguration>
- <FileConfiguration
- Name="TestAll|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
</File>
<File
- RelativePath="..\..\..\tests\test_multiple_simple_logs.cpp"
+ RelativePath="..\..\..\tests\test_ostream_like.cpp"
>
<FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
- <FileConfiguration
Name="Test|Win32"
ExcludedFromBuild="true"
>
@@ -481,34 +407,11 @@
Name="VCCLCompilerTool"
/>
</FileConfiguration>
- <FileConfiguration
- Name="TestAll|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
</File>
<File
RelativePath="..\..\..\tests\test_simple_dump_to_cout.cpp"
>
<FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
- <FileConfiguration
Name="Test|Win32"
ExcludedFromBuild="true"
>
@@ -516,32 +419,10 @@
Name="VCCLCompilerTool"
/>
</FileConfiguration>
- <FileConfiguration
- Name="TestAll|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
</File>
<File
- RelativePath="..\..\..\tests\format\test_simple_formatter_simple_apply_format_and_write.cpp"
+ RelativePath="..\..\..\tests\format\test_simple_formatter.cpp"
>
- <FileConfiguration
- Name="Test|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="TestAll|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
</File>
</Filter>
<Filter
@@ -764,15 +645,15 @@
>
</File>
<File
- RelativePath="..\..\..\..\..\..\internal\desc.txt"
+ RelativePath="..\..\..\..\..\..\..\..\uk\logging_internal\desc.txt"
>
</File>
<File
- RelativePath="..\..\..\..\..\..\internal\old todo.txt"
+ RelativePath="..\..\..\..\..\..\..\..\uk\logging_internal\old todo.txt"
>
</File>
<File
- RelativePath="..\..\..\..\..\..\internal\readme.txt"
+ RelativePath="..\..\..\..\..\..\..\..\uk\logging_internal\readme.txt"
>
</File>
</Filter>
Modified: sandbox/logging/lib/logging/samples/vc8/template.cpp
==============================================================================
--- sandbox/logging/lib/logging/samples/vc8/template.cpp (original)
+++ sandbox/logging/lib/logging/samples/vc8/template.cpp 2007-10-11 12:50:19 EDT (Thu, 11 Oct 2007)
@@ -6,18 +6,14 @@
//
// Copyright (C) 2007 John Torjo (see www.torjo.com for email)
//
-// Permission to copy, use, sell and distribute this software is granted
-// provided this copyright notice appears in all copies.
-// Permission to modify the code and to distribute modified code is granted
-// provided this copyright notice appears in all copies, and a notice
-// that the code was modified is included with the copyright notice.
+// 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)
//
-// This software is provided "as is" without express or implied warranty,
-// and with no claim as to its suitability for any purpose.
-
// See http://www.boost.org for updates, documentation, and revision history.
// See http://www.torjo.com/log2/ for more details
+
#include <boost/logging/template.hpp>
Modified: sandbox/logging/lib/logging/src/changelog.txt
==============================================================================
--- sandbox/logging/lib/logging/src/changelog.txt (original)
+++ sandbox/logging/lib/logging/src/changelog.txt 2007-10-11 12:50:19 EDT (Thu, 11 Oct 2007)
@@ -4,3 +4,7 @@
v0.5, 11 oct 2007
- compiles
- added documentation
+
+v0.5.2, 11 oct 2007
+- changed license
+- added to boost
Modified: sandbox/logging/lib/logging/tests/format/test_format_write_ts.cpp
==============================================================================
--- sandbox/logging/lib/logging/tests/format/test_format_write_ts.cpp (original)
+++ sandbox/logging/lib/logging/tests/format/test_format_write_ts.cpp 2007-10-11 12:50:19 EDT (Thu, 11 Oct 2007)
@@ -6,18 +6,14 @@
//
// Copyright (C) 2007 John Torjo (see www.torjo.com for email)
//
-// Permission to copy, use, sell and distribute this software is granted
-// provided this copyright notice appears in all copies.
-// Permission to modify the code and to distribute modified code is granted
-// provided this copyright notice appears in all copies, and a notice
-// that the code was modified is included with the copyright notice.
+// 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)
//
-// This software is provided "as is" without express or implied warranty,
-// and with no claim as to its suitability for any purpose.
-
// See http://www.boost.org for updates, documentation, and revision history.
// See http://www.torjo.com/log2/ for more details
+
#include <boost/logging/logging.hpp>
#include <boost/logging/format/optimize.hpp>
#include <boost/logging/process_msg/ostream_like.hpp>
Modified: sandbox/logging/lib/logging/tests/format/test_manip_being_func.cpp
==============================================================================
--- sandbox/logging/lib/logging/tests/format/test_manip_being_func.cpp (original)
+++ sandbox/logging/lib/logging/tests/format/test_manip_being_func.cpp 2007-10-11 12:50:19 EDT (Thu, 11 Oct 2007)
@@ -6,18 +6,14 @@
//
// Copyright (C) 2007 John Torjo (see www.torjo.com for email)
//
-// Permission to copy, use, sell and distribute this software is granted
-// provided this copyright notice appears in all copies.
-// Permission to modify the code and to distribute modified code is granted
-// provided this copyright notice appears in all copies, and a notice
-// that the code was modified is included with the copyright notice.
+// 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)
//
-// This software is provided "as is" without express or implied warranty,
-// and with no claim as to its suitability for any purpose.
-
// See http://www.boost.org for updates, documentation, and revision history.
// See http://www.torjo.com/log2/ for more details
+
#include <boost/logging/logging.hpp>
/**
Modified: sandbox/logging/lib/logging/tests/format/test_manip_w_msgroute.cpp
==============================================================================
--- sandbox/logging/lib/logging/tests/format/test_manip_w_msgroute.cpp (original)
+++ sandbox/logging/lib/logging/tests/format/test_manip_w_msgroute.cpp 2007-10-11 12:50:19 EDT (Thu, 11 Oct 2007)
@@ -6,18 +6,14 @@
//
// Copyright (C) 2007 John Torjo (see www.torjo.com for email)
//
-// Permission to copy, use, sell and distribute this software is granted
-// provided this copyright notice appears in all copies.
-// Permission to modify the code and to distribute modified code is granted
-// provided this copyright notice appears in all copies, and a notice
-// that the code was modified is included with the copyright notice.
+// 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)
//
-// This software is provided "as is" without express or implied warranty,
-// and with no claim as to its suitability for any purpose.
-
// See http://www.boost.org for updates, documentation, and revision history.
// See http://www.torjo.com/log2/ for more details
+
#include <boost/logging/logging.hpp>
#include <boost/logging/format/optimize.hpp>
#include <boost/logging/process_msg/ostream_like.hpp>
Modified: sandbox/logging/lib/logging/tests/format/test_simple_formatter.cpp
==============================================================================
--- sandbox/logging/lib/logging/tests/format/test_simple_formatter.cpp (original)
+++ sandbox/logging/lib/logging/tests/format/test_simple_formatter.cpp 2007-10-11 12:50:19 EDT (Thu, 11 Oct 2007)
@@ -6,18 +6,14 @@
//
// Copyright (C) 2007 John Torjo (see www.torjo.com for email)
//
-// Permission to copy, use, sell and distribute this software is granted
-// provided this copyright notice appears in all copies.
-// Permission to modify the code and to distribute modified code is granted
-// provided this copyright notice appears in all copies, and a notice
-// that the code was modified is included with the copyright notice.
+// 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)
//
-// This software is provided "as is" without express or implied warranty,
-// and with no claim as to its suitability for any purpose.
-
// See http://www.boost.org for updates, documentation, and revision history.
// See http://www.torjo.com/log2/ for more details
+
#include <boost/logging/logging.hpp>
#include <boost/logging/format/optimize.hpp>
#include <boost/logging/process_msg/ostream_like.hpp>
Modified: sandbox/logging/lib/logging/tests/test_mul_lev_difflogs.cpp
==============================================================================
--- sandbox/logging/lib/logging/tests/test_mul_lev_difflogs.cpp (original)
+++ sandbox/logging/lib/logging/tests/test_mul_lev_difflogs.cpp 2007-10-11 12:50:19 EDT (Thu, 11 Oct 2007)
@@ -6,18 +6,14 @@
//
// Copyright (C) 2007 John Torjo (see www.torjo.com for email)
//
-// Permission to copy, use, sell and distribute this software is granted
-// provided this copyright notice appears in all copies.
-// Permission to modify the code and to distribute modified code is granted
-// provided this copyright notice appears in all copies, and a notice
-// that the code was modified is included with the copyright notice.
+// 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)
//
-// This software is provided "as is" without express or implied warranty,
-// and with no claim as to its suitability for any purpose.
-
// See http://www.boost.org for updates, documentation, and revision history.
// See http://www.torjo.com/log2/ for more details
+
#include <boost/logging/logging.hpp>
#include <boost/logging/level.hpp>
#include <boost/logging/process_msg/ostream_like.hpp>
Modified: sandbox/logging/lib/logging/tests/test_mul_lev_samelog.cpp
==============================================================================
--- sandbox/logging/lib/logging/tests/test_mul_lev_samelog.cpp (original)
+++ sandbox/logging/lib/logging/tests/test_mul_lev_samelog.cpp 2007-10-11 12:50:19 EDT (Thu, 11 Oct 2007)
@@ -6,18 +6,14 @@
//
// Copyright (C) 2007 John Torjo (see www.torjo.com for email)
//
-// Permission to copy, use, sell and distribute this software is granted
-// provided this copyright notice appears in all copies.
-// Permission to modify the code and to distribute modified code is granted
-// provided this copyright notice appears in all copies, and a notice
-// that the code was modified is included with the copyright notice.
+// 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)
//
-// This software is provided "as is" without express or implied warranty,
-// and with no claim as to its suitability for any purpose.
-
// See http://www.boost.org for updates, documentation, and revision history.
// See http://www.torjo.com/log2/ for more details
+
#include <boost/logging/logging.hpp>
#include <boost/logging/level.hpp>
#include <boost/logging/process_msg/ostream_like.hpp>
Modified: sandbox/logging/lib/logging/tests/test_multiple_simple_logs.cpp
==============================================================================
--- sandbox/logging/lib/logging/tests/test_multiple_simple_logs.cpp (original)
+++ sandbox/logging/lib/logging/tests/test_multiple_simple_logs.cpp 2007-10-11 12:50:19 EDT (Thu, 11 Oct 2007)
@@ -6,18 +6,14 @@
//
// Copyright (C) 2007 John Torjo (see www.torjo.com for email)
//
-// Permission to copy, use, sell and distribute this software is granted
-// provided this copyright notice appears in all copies.
-// Permission to modify the code and to distribute modified code is granted
-// provided this copyright notice appears in all copies, and a notice
-// that the code was modified is included with the copyright notice.
+// 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)
//
-// This software is provided "as is" without express or implied warranty,
-// and with no claim as to its suitability for any purpose.
-
// See http://www.boost.org for updates, documentation, and revision history.
// See http://www.torjo.com/log2/ for more details
+
#include <boost/logging/logging.hpp>
#include <boost/logging/process_msg/ostream_like.hpp>
#include <boost/shared_ptr.hpp>
Modified: sandbox/logging/lib/logging/tests/test_ostream_like.cpp
==============================================================================
--- sandbox/logging/lib/logging/tests/test_ostream_like.cpp (original)
+++ sandbox/logging/lib/logging/tests/test_ostream_like.cpp 2007-10-11 12:50:19 EDT (Thu, 11 Oct 2007)
@@ -6,18 +6,14 @@
//
// Copyright (C) 2007 John Torjo (see www.torjo.com for email)
//
-// Permission to copy, use, sell and distribute this software is granted
-// provided this copyright notice appears in all copies.
-// Permission to modify the code and to distribute modified code is granted
-// provided this copyright notice appears in all copies, and a notice
-// that the code was modified is included with the copyright notice.
+// 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)
//
-// This software is provided "as is" without express or implied warranty,
-// and with no claim as to its suitability for any purpose.
-
// See http://www.boost.org for updates, documentation, and revision history.
// See http://www.torjo.com/log2/ for more details
+
#include <boost/logging/logging.hpp>
#include <boost/logging/process_msg/ostream_like.hpp>
#include <fstream>
Modified: sandbox/logging/lib/logging/tests/test_simple_dump_to_cout.cpp
==============================================================================
--- sandbox/logging/lib/logging/tests/test_simple_dump_to_cout.cpp (original)
+++ sandbox/logging/lib/logging/tests/test_simple_dump_to_cout.cpp 2007-10-11 12:50:19 EDT (Thu, 11 Oct 2007)
@@ -6,18 +6,14 @@
//
// Copyright (C) 2007 John Torjo (see www.torjo.com for email)
//
-// Permission to copy, use, sell and distribute this software is granted
-// provided this copyright notice appears in all copies.
-// Permission to modify the code and to distribute modified code is granted
-// provided this copyright notice appears in all copies, and a notice
-// that the code was modified is included with the copyright notice.
+// 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)
//
-// This software is provided "as is" without express or implied warranty,
-// and with no claim as to its suitability for any purpose.
-
// See http://www.boost.org for updates, documentation, and revision history.
// See http://www.torjo.com/log2/ for more details
+
#include <boost/logging/logging.hpp>
#include <iostream>
#include <fstream>
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