summaryrefslogtreecommitdiff
path: root/libs/log/example/doc
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-04-08 03:09:47 +0000
committer <>2015-05-05 14:37:32 +0000
commitf2541bb90af059680aa7036f315f052175999355 (patch)
treea5b214744b256f07e1dc2bd7273035a7808c659f /libs/log/example/doc
parented232fdd34968697a68783b3195b1da4226915b5 (diff)
downloadboost-tarball-master.tar.gz
Imported from /home/lorry/working-area/delta_boost-tarball/boost_1_58_0.tar.bz2.HEADboost_1_58_0master
Diffstat (limited to 'libs/log/example/doc')
-rw-r--r--libs/log/example/doc/Jamfile.v22
-rw-r--r--libs/log/example/doc/attr_value_extraction.cpp2
-rw-r--r--libs/log/example/doc/attr_value_visitation.cpp2
-rw-r--r--libs/log/example/doc/core_core_manual.cpp2
-rw-r--r--libs/log/example/doc/core_record.cpp2
-rw-r--r--libs/log/example/doc/exception_handling.cpp2
-rw-r--r--libs/log/example/doc/expressions_attr_fmt_tag.cpp2
-rw-r--r--libs/log/example/doc/expressions_channel_severity_filter.cpp2
-rw-r--r--libs/log/example/doc/expressions_has_attr_stat_accum.cpp2
-rw-r--r--libs/log/example/doc/expressions_keyword_fmt_tag.cpp2
-rw-r--r--libs/log/example/doc/extension_app_launcher.cpp2
-rw-r--r--libs/log/example/doc/extension_filter_parser.cpp2
-rw-r--r--libs/log/example/doc/extension_filter_parser_custom_rel.cpp10
-rw-r--r--libs/log/example/doc/extension_formatter_parser.cpp2
-rw-r--r--libs/log/example/doc/extension_record_tagger.cpp2
-rw-r--r--libs/log/example/doc/extension_stat_collector.cpp2
-rw-r--r--libs/log/example/doc/extension_stat_collector_settings.cpp2
-rw-r--r--libs/log/example/doc/extension_system_uptime_attr.cpp2
-rw-r--r--libs/log/example/doc/sinks_async.cpp2
-rw-r--r--libs/log/example/doc/sinks_async_bounded.cpp2
-rw-r--r--libs/log/example/doc/sinks_async_ordering.cpp2
-rw-r--r--libs/log/example/doc/sinks_debugger.cpp2
-rw-r--r--libs/log/example/doc/sinks_file.cpp2
-rw-r--r--libs/log/example/doc/sinks_multifile.cpp2
-rw-r--r--libs/log/example/doc/sinks_ostream.cpp2
-rw-r--r--libs/log/example/doc/sinks_simple_event_log.cpp2
-rw-r--r--libs/log/example/doc/sinks_sync.cpp2
-rw-r--r--libs/log/example/doc/sinks_syslog.cpp2
-rw-r--r--libs/log/example/doc/sinks_unlocked.cpp2
-rw-r--r--libs/log/example/doc/sinks_xml_file.cpp2
-rw-r--r--libs/log/example/doc/sources_net_connection.cpp2
-rw-r--r--libs/log/example/doc/sources_net_connection_chan.cpp2
-rw-r--r--libs/log/example/doc/sources_net_connection_dynamic_chan.cpp2
-rw-r--r--libs/log/example/doc/sources_severity.cpp2
-rw-r--r--libs/log/example/doc/sources_severity_channel.cpp2
-rw-r--r--libs/log/example/doc/tutorial_attributes.cpp2
-rw-r--r--libs/log/example/doc/tutorial_file.cpp2
-rw-r--r--libs/log/example/doc/tutorial_file_manual.cpp2
-rw-r--r--libs/log/example/doc/tutorial_filtering.cpp2
-rw-r--r--libs/log/example/doc/tutorial_fmt_custom.cpp2
-rw-r--r--libs/log/example/doc/tutorial_fmt_format.cpp2
-rw-r--r--libs/log/example/doc/tutorial_fmt_stream.cpp2
-rw-r--r--libs/log/example/doc/tutorial_fmt_stream_manual.cpp2
-rw-r--r--libs/log/example/doc/tutorial_fmt_string.cpp2
-rw-r--r--libs/log/example/doc/tutorial_logging.cpp2
-rw-r--r--libs/log/example/doc/tutorial_trivial.cpp2
-rw-r--r--libs/log/example/doc/tutorial_trivial_flt.cpp2
-rw-r--r--libs/log/example/doc/util_dynamic_type_disp.cpp2
-rw-r--r--libs/log/example/doc/util_manip_to_log.cpp2
-rw-r--r--libs/log/example/doc/util_static_type_disp.cpp2
50 files changed, 54 insertions, 54 deletions
diff --git a/libs/log/example/doc/Jamfile.v2 b/libs/log/example/doc/Jamfile.v2
index cb6070ede..567577b45 100644
--- a/libs/log/example/doc/Jamfile.v2
+++ b/libs/log/example/doc/Jamfile.v2
@@ -1,5 +1,5 @@
#
-# Copyright Andrey Semashev 2007 - 2014.
+# Copyright Andrey Semashev 2007 - 2015.
# 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)
diff --git a/libs/log/example/doc/attr_value_extraction.cpp b/libs/log/example/doc/attr_value_extraction.cpp
index 1d519415f..5301dfa6c 100644
--- a/libs/log/example/doc/attr_value_extraction.cpp
+++ b/libs/log/example/doc/attr_value_extraction.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/attr_value_visitation.cpp b/libs/log/example/doc/attr_value_visitation.cpp
index 34db16f38..b865816bb 100644
--- a/libs/log/example/doc/attr_value_visitation.cpp
+++ b/libs/log/example/doc/attr_value_visitation.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/core_core_manual.cpp b/libs/log/example/doc/core_core_manual.cpp
index e5d4ecbd8..874de334d 100644
--- a/libs/log/example/doc/core_core_manual.cpp
+++ b/libs/log/example/doc/core_core_manual.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/core_record.cpp b/libs/log/example/doc/core_record.cpp
index bbfec653a..1009ce1a9 100644
--- a/libs/log/example/doc/core_record.cpp
+++ b/libs/log/example/doc/core_record.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/exception_handling.cpp b/libs/log/example/doc/exception_handling.cpp
index 34395eada..099f13ed7 100644
--- a/libs/log/example/doc/exception_handling.cpp
+++ b/libs/log/example/doc/exception_handling.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/expressions_attr_fmt_tag.cpp b/libs/log/example/doc/expressions_attr_fmt_tag.cpp
index ffd50b711..e2b68d773 100644
--- a/libs/log/example/doc/expressions_attr_fmt_tag.cpp
+++ b/libs/log/example/doc/expressions_attr_fmt_tag.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/expressions_channel_severity_filter.cpp b/libs/log/example/doc/expressions_channel_severity_filter.cpp
index 237370503..3cca815e7 100644
--- a/libs/log/example/doc/expressions_channel_severity_filter.cpp
+++ b/libs/log/example/doc/expressions_channel_severity_filter.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/expressions_has_attr_stat_accum.cpp b/libs/log/example/doc/expressions_has_attr_stat_accum.cpp
index 3f3091f28..78c540a0d 100644
--- a/libs/log/example/doc/expressions_has_attr_stat_accum.cpp
+++ b/libs/log/example/doc/expressions_has_attr_stat_accum.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/expressions_keyword_fmt_tag.cpp b/libs/log/example/doc/expressions_keyword_fmt_tag.cpp
index 658ec3cfa..59a6c166e 100644
--- a/libs/log/example/doc/expressions_keyword_fmt_tag.cpp
+++ b/libs/log/example/doc/expressions_keyword_fmt_tag.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/extension_app_launcher.cpp b/libs/log/example/doc/extension_app_launcher.cpp
index 47fa2cfd4..eafa0bd04 100644
--- a/libs/log/example/doc/extension_app_launcher.cpp
+++ b/libs/log/example/doc/extension_app_launcher.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/extension_filter_parser.cpp b/libs/log/example/doc/extension_filter_parser.cpp
index 3983f49d4..016f40083 100644
--- a/libs/log/example/doc/extension_filter_parser.cpp
+++ b/libs/log/example/doc/extension_filter_parser.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/extension_filter_parser_custom_rel.cpp b/libs/log/example/doc/extension_filter_parser_custom_rel.cpp
index 960b5ed28..0498a0059 100644
--- a/libs/log/example/doc/extension_filter_parser_custom_rel.cpp
+++ b/libs/log/example/doc/extension_filter_parser_custom_rel.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
@@ -120,7 +120,7 @@ std::basic_istream< CharT, TraitsT >& operator>> (std::basic_istream< CharT, Tra
//[ example_extension_custom_filter_factory_with_custom_rel
// The function checks if the point is inside the rectangle
-bool is_in_rect(logging::value_ref< point > const& p, rectangle const& r)
+bool is_in_rectangle(logging::value_ref< point > const& p, rectangle const& r)
{
if (p)
{
@@ -152,9 +152,9 @@ public:
logging::filter on_custom_relation(logging::attribute_name const& name, string_type const& rel, string_type const& arg)
{
- if (rel == "is_in_rect")
+ if (rel == "is_in_rectangle")
{
- return boost::phoenix::bind(&is_in_rect, expr::attr< point >(name), boost::lexical_cast< rectangle >(arg));
+ return boost::phoenix::bind(&is_in_rectangle, expr::attr< point >(name), boost::lexical_cast< rectangle >(arg));
}
throw std::runtime_error("Unsupported filter relation: " + rel);
}
@@ -176,7 +176,7 @@ void init_logging()
logging::add_console_log
(
std::clog,
- keywords::filter = "%Coordinates% is_in_rect \"{(0, 0) - (20, 20)}\"",
+ keywords::filter = "%Coordinates% is_in_rectangle \"{(0, 0) - (20, 20)}\"",
keywords::format = "%TimeStamp% %Coordinates% %Message%"
);
diff --git a/libs/log/example/doc/extension_formatter_parser.cpp b/libs/log/example/doc/extension_formatter_parser.cpp
index 369d1df78..4898311aa 100644
--- a/libs/log/example/doc/extension_formatter_parser.cpp
+++ b/libs/log/example/doc/extension_formatter_parser.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/extension_record_tagger.cpp b/libs/log/example/doc/extension_record_tagger.cpp
index aecf76d30..1c1d627e3 100644
--- a/libs/log/example/doc/extension_record_tagger.cpp
+++ b/libs/log/example/doc/extension_record_tagger.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/extension_stat_collector.cpp b/libs/log/example/doc/extension_stat_collector.cpp
index 8eee5f47c..95352a036 100644
--- a/libs/log/example/doc/extension_stat_collector.cpp
+++ b/libs/log/example/doc/extension_stat_collector.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/extension_stat_collector_settings.cpp b/libs/log/example/doc/extension_stat_collector_settings.cpp
index d6d511a3e..b333c4e1c 100644
--- a/libs/log/example/doc/extension_stat_collector_settings.cpp
+++ b/libs/log/example/doc/extension_stat_collector_settings.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/extension_system_uptime_attr.cpp b/libs/log/example/doc/extension_system_uptime_attr.cpp
index 7b0cd9bec..feee5a8fa 100644
--- a/libs/log/example/doc/extension_system_uptime_attr.cpp
+++ b/libs/log/example/doc/extension_system_uptime_attr.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/sinks_async.cpp b/libs/log/example/doc/sinks_async.cpp
index 3cc4fb654..75f804665 100644
--- a/libs/log/example/doc/sinks_async.cpp
+++ b/libs/log/example/doc/sinks_async.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/sinks_async_bounded.cpp b/libs/log/example/doc/sinks_async_bounded.cpp
index a0a7afeb8..57b7da39f 100644
--- a/libs/log/example/doc/sinks_async_bounded.cpp
+++ b/libs/log/example/doc/sinks_async_bounded.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/sinks_async_ordering.cpp b/libs/log/example/doc/sinks_async_ordering.cpp
index 96549b09e..b642b5b6a 100644
--- a/libs/log/example/doc/sinks_async_ordering.cpp
+++ b/libs/log/example/doc/sinks_async_ordering.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/sinks_debugger.cpp b/libs/log/example/doc/sinks_debugger.cpp
index e25a98b80..c5cee3493 100644
--- a/libs/log/example/doc/sinks_debugger.cpp
+++ b/libs/log/example/doc/sinks_debugger.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/sinks_file.cpp b/libs/log/example/doc/sinks_file.cpp
index e9012e8a3..8a3b552f4 100644
--- a/libs/log/example/doc/sinks_file.cpp
+++ b/libs/log/example/doc/sinks_file.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/sinks_multifile.cpp b/libs/log/example/doc/sinks_multifile.cpp
index cc0a27f33..929b4d4c7 100644
--- a/libs/log/example/doc/sinks_multifile.cpp
+++ b/libs/log/example/doc/sinks_multifile.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/sinks_ostream.cpp b/libs/log/example/doc/sinks_ostream.cpp
index 75d173e76..88f59ff69 100644
--- a/libs/log/example/doc/sinks_ostream.cpp
+++ b/libs/log/example/doc/sinks_ostream.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/sinks_simple_event_log.cpp b/libs/log/example/doc/sinks_simple_event_log.cpp
index fc1119881..ac894d0ff 100644
--- a/libs/log/example/doc/sinks_simple_event_log.cpp
+++ b/libs/log/example/doc/sinks_simple_event_log.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/sinks_sync.cpp b/libs/log/example/doc/sinks_sync.cpp
index 5ba35d028..e310694cb 100644
--- a/libs/log/example/doc/sinks_sync.cpp
+++ b/libs/log/example/doc/sinks_sync.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/sinks_syslog.cpp b/libs/log/example/doc/sinks_syslog.cpp
index 4e764d69a..88a6f7221 100644
--- a/libs/log/example/doc/sinks_syslog.cpp
+++ b/libs/log/example/doc/sinks_syslog.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/sinks_unlocked.cpp b/libs/log/example/doc/sinks_unlocked.cpp
index e2f8ab54a..745af7e49 100644
--- a/libs/log/example/doc/sinks_unlocked.cpp
+++ b/libs/log/example/doc/sinks_unlocked.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/sinks_xml_file.cpp b/libs/log/example/doc/sinks_xml_file.cpp
index f7d076095..415a116c1 100644
--- a/libs/log/example/doc/sinks_xml_file.cpp
+++ b/libs/log/example/doc/sinks_xml_file.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/sources_net_connection.cpp b/libs/log/example/doc/sources_net_connection.cpp
index 41aab727c..59c950bcf 100644
--- a/libs/log/example/doc/sources_net_connection.cpp
+++ b/libs/log/example/doc/sources_net_connection.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/sources_net_connection_chan.cpp b/libs/log/example/doc/sources_net_connection_chan.cpp
index d8a95b76d..88a1e1935 100644
--- a/libs/log/example/doc/sources_net_connection_chan.cpp
+++ b/libs/log/example/doc/sources_net_connection_chan.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/sources_net_connection_dynamic_chan.cpp b/libs/log/example/doc/sources_net_connection_dynamic_chan.cpp
index 94808b0d6..e699c4e79 100644
--- a/libs/log/example/doc/sources_net_connection_dynamic_chan.cpp
+++ b/libs/log/example/doc/sources_net_connection_dynamic_chan.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/sources_severity.cpp b/libs/log/example/doc/sources_severity.cpp
index 2601fbabb..874152456 100644
--- a/libs/log/example/doc/sources_severity.cpp
+++ b/libs/log/example/doc/sources_severity.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/sources_severity_channel.cpp b/libs/log/example/doc/sources_severity_channel.cpp
index 854436d3c..bff9b279e 100644
--- a/libs/log/example/doc/sources_severity_channel.cpp
+++ b/libs/log/example/doc/sources_severity_channel.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/tutorial_attributes.cpp b/libs/log/example/doc/tutorial_attributes.cpp
index 0749193b0..5c45dd0d9 100644
--- a/libs/log/example/doc/tutorial_attributes.cpp
+++ b/libs/log/example/doc/tutorial_attributes.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/tutorial_file.cpp b/libs/log/example/doc/tutorial_file.cpp
index bd64bfd16..62b176da3 100644
--- a/libs/log/example/doc/tutorial_file.cpp
+++ b/libs/log/example/doc/tutorial_file.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/tutorial_file_manual.cpp b/libs/log/example/doc/tutorial_file_manual.cpp
index f908856f3..c679b583e 100644
--- a/libs/log/example/doc/tutorial_file_manual.cpp
+++ b/libs/log/example/doc/tutorial_file_manual.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/tutorial_filtering.cpp b/libs/log/example/doc/tutorial_filtering.cpp
index 09917ab8a..88b73dd1e 100644
--- a/libs/log/example/doc/tutorial_filtering.cpp
+++ b/libs/log/example/doc/tutorial_filtering.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/tutorial_fmt_custom.cpp b/libs/log/example/doc/tutorial_fmt_custom.cpp
index 38e108f2b..5763143b3 100644
--- a/libs/log/example/doc/tutorial_fmt_custom.cpp
+++ b/libs/log/example/doc/tutorial_fmt_custom.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/tutorial_fmt_format.cpp b/libs/log/example/doc/tutorial_fmt_format.cpp
index 6b1e8614b..f3050d3c3 100644
--- a/libs/log/example/doc/tutorial_fmt_format.cpp
+++ b/libs/log/example/doc/tutorial_fmt_format.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/tutorial_fmt_stream.cpp b/libs/log/example/doc/tutorial_fmt_stream.cpp
index 38e9790bb..9b042c359 100644
--- a/libs/log/example/doc/tutorial_fmt_stream.cpp
+++ b/libs/log/example/doc/tutorial_fmt_stream.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/tutorial_fmt_stream_manual.cpp b/libs/log/example/doc/tutorial_fmt_stream_manual.cpp
index ab8bf03b5..e5fe9d5d3 100644
--- a/libs/log/example/doc/tutorial_fmt_stream_manual.cpp
+++ b/libs/log/example/doc/tutorial_fmt_stream_manual.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/tutorial_fmt_string.cpp b/libs/log/example/doc/tutorial_fmt_string.cpp
index 5d27f437d..96b2504f0 100644
--- a/libs/log/example/doc/tutorial_fmt_string.cpp
+++ b/libs/log/example/doc/tutorial_fmt_string.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/tutorial_logging.cpp b/libs/log/example/doc/tutorial_logging.cpp
index 44f02d686..31fe88749 100644
--- a/libs/log/example/doc/tutorial_logging.cpp
+++ b/libs/log/example/doc/tutorial_logging.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/tutorial_trivial.cpp b/libs/log/example/doc/tutorial_trivial.cpp
index ab7d94a46..841d63ed5 100644
--- a/libs/log/example/doc/tutorial_trivial.cpp
+++ b/libs/log/example/doc/tutorial_trivial.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/tutorial_trivial_flt.cpp b/libs/log/example/doc/tutorial_trivial_flt.cpp
index b28a5f330..2569c917d 100644
--- a/libs/log/example/doc/tutorial_trivial_flt.cpp
+++ b/libs/log/example/doc/tutorial_trivial_flt.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/util_dynamic_type_disp.cpp b/libs/log/example/doc/util_dynamic_type_disp.cpp
index c79a54ca3..7f0e3caf3 100644
--- a/libs/log/example/doc/util_dynamic_type_disp.cpp
+++ b/libs/log/example/doc/util_dynamic_type_disp.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/util_manip_to_log.cpp b/libs/log/example/doc/util_manip_to_log.cpp
index 17c56ecc2..7f809e415 100644
--- a/libs/log/example/doc/util_manip_to_log.cpp
+++ b/libs/log/example/doc/util_manip_to_log.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)
diff --git a/libs/log/example/doc/util_static_type_disp.cpp b/libs/log/example/doc/util_static_type_disp.cpp
index b4e2d44f6..a0adda130 100644
--- a/libs/log/example/doc/util_static_type_disp.cpp
+++ b/libs/log/example/doc/util_static_type_disp.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* 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)