|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r82880 - sandbox/tools/profile_templates2/src
From: dsaritz_at_[hidden]
Date: 2013-02-14 10:19:38
Author: psiha
Date: 2013-02-14 10:19:36 EST (Thu, 14 Feb 2013)
New Revision: 82880
URL: http://svn.boost.org/trac/boost/changeset/82880
Log:
Updated copyright years.
Text files modified:
sandbox/tools/profile_templates2/src/filter.cpp | 4 ++--
sandbox/tools/profile_templates2/src/filter.hpp | 2 +-
sandbox/tools/profile_templates2/src/postprocess.cpp | 2 +-
sandbox/tools/profile_templates2/src/postprocess.hpp | 2 +-
sandbox/tools/profile_templates2/src/preprocess.cpp | 2 +-
sandbox/tools/profile_templates2/src/preprocess.hpp | 2 +-
sandbox/tools/profile_templates2/src/profiler.cpp | 2 +-
7 files changed, 8 insertions(+), 8 deletions(-)
Modified: sandbox/tools/profile_templates2/src/filter.cpp
==============================================================================
--- sandbox/tools/profile_templates2/src/filter.cpp (original)
+++ sandbox/tools/profile_templates2/src/filter.cpp 2013-02-14 10:19:36 EST (Thu, 14 Feb 2013)
@@ -4,7 +4,7 @@
/// ----------
///
/// Copyright (c) 2008-2009 Steven Watanabe
-/// Copyright (c) 2011-2012 Domagoj Saric
+/// Copyright (c) 2011-2013 Domagoj Saric
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
@@ -30,7 +30,7 @@
{
char const search[] = "template_profiler";
- char const back_trace_search[] =
+ char const back_trace_search[] =
#if defined( _MSC_VER )
"see reference to";
#elif defined( __GNUC__ )
Modified: sandbox/tools/profile_templates2/src/filter.hpp
==============================================================================
--- sandbox/tools/profile_templates2/src/filter.hpp (original)
+++ sandbox/tools/profile_templates2/src/filter.hpp 2013-02-14 10:19:36 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file filter.hpp
/// ----------------
///
-/// Copyright (c) 2011-2012 Domagoj Saric
+/// Copyright (c) 2011-2013 Domagoj Saric
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Modified: sandbox/tools/profile_templates2/src/postprocess.cpp
==============================================================================
--- sandbox/tools/profile_templates2/src/postprocess.cpp (original)
+++ sandbox/tools/profile_templates2/src/postprocess.cpp 2013-02-14 10:19:36 EST (Thu, 14 Feb 2013)
@@ -4,7 +4,7 @@
/// ---------------
///
/// Copyright (c) 2008-2009 Steven Watanabe
-/// Copyright (c) 2011-2012 Domagoj Saric
+/// Copyright (c) 2011-2013 Domagoj Saric
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Modified: sandbox/tools/profile_templates2/src/postprocess.hpp
==============================================================================
--- sandbox/tools/profile_templates2/src/postprocess.hpp (original)
+++ sandbox/tools/profile_templates2/src/postprocess.hpp 2013-02-14 10:19:36 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file postprocess.hpp
/// ---------------------
///
-/// Copyright (c) 2011-2012 Domagoj Saric
+/// Copyright (c) 2011-2013 Domagoj Saric
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Modified: sandbox/tools/profile_templates2/src/preprocess.cpp
==============================================================================
--- sandbox/tools/profile_templates2/src/preprocess.cpp (original)
+++ sandbox/tools/profile_templates2/src/preprocess.cpp 2013-02-14 10:19:36 EST (Thu, 14 Feb 2013)
@@ -4,7 +4,7 @@
/// --------------------
///
/// Copyright (c) 2008-2009 Steven Watanabe (preprocess.pl)
-/// Copyright (c) 2011-2012 Domagoj Saric
+/// Copyright (c) 2011-2013 Domagoj Saric
///
/// Use, modification and distribution is subject to the
/// Boost Software License, Version 1.0.
Modified: sandbox/tools/profile_templates2/src/preprocess.hpp
==============================================================================
--- sandbox/tools/profile_templates2/src/preprocess.hpp (original)
+++ sandbox/tools/profile_templates2/src/preprocess.hpp 2013-02-14 10:19:36 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file preprocess.hpp
/// --------------------
///
-/// Copyright (c) 2011-2012 Domagoj Saric
+/// Copyright (c) 2011-2013 Domagoj Saric
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Modified: sandbox/tools/profile_templates2/src/profiler.cpp
==============================================================================
--- sandbox/tools/profile_templates2/src/profiler.cpp (original)
+++ sandbox/tools/profile_templates2/src/profiler.cpp 2013-02-14 10:19:36 EST (Thu, 14 Feb 2013)
@@ -4,7 +4,7 @@
/// ------------
///
/// Copyright (c) 2008-2009 Steven Watanabe
-/// Copyright (c) 2011 Domagoj Saric
+/// Copyright (c) 2011-2013 Domagoj Saric
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk