Skip to content

Commit d9d6512

Browse files
committed
Update copyright years
1 parent 3948626 commit d9d6512

55 files changed

Lines changed: 56 additions & 56 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# subject to the Boost Software License, Version 1.0. (See accompanying
33
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
44
#
5-
# Copyright Antony Polukhin 2014-2018.
5+
# Copyright Antony Polukhin 2014-2019.
66

77
#
88
# See https://svn.boost.org/trac/boost/wiki/TravisCoverals for description of this file

build/Jamfile.v2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-2018, Antony Polukhin.
1+
# Copyright (C) 2016-2019, Antony Polukhin.
22
#
33
# Use, modification and distribution is subject to the Boost Software License,
44
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at

build/has_addr2line.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright Antony Polukhin, 2016-2018.
1+
// Copyright Antony Polukhin, 2016-2019.
22
//
33
// Distributed under the Boost Software License, Version 1.0. (See
44
// accompanying file LICENSE_1_0.txt or copy at

build/has_backtrace.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright Antony Polukhin, 2016-2018.
1+
// Copyright Antony Polukhin, 2016-2019.
22
//
33
// Distributed under the Boost Software License, Version 1.0. (See
44
// accompanying file LICENSE_1_0.txt or copy at

build/has_windbg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright Antony Polukhin, 2016-2018.
1+
// Copyright Antony Polukhin, 2016-2019.
22
//
33
// Distributed under the Boost Software License, Version 1.0. (See
44
// accompanying file LICENSE_1_0.txt or copy at

build/has_windbg_cached.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright Antony Polukhin, 2016-2018.
1+
// Copyright Antony Polukhin, 2016-2019.
22
//
33
// Distributed under the Boost Software License, Version 1.0. (See
44
// accompanying file LICENSE_1_0.txt or copy at

doc/Jamfile.v2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright Antony Polukhin 2016-2018.
1+
# Copyright Antony Polukhin 2016-2019.
22
# Use, modification, and distribution are
33
# subject to the Boost Software License, Version 1.0. (See accompanying
44
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

doc/stacktrace.qbk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[quickbook 1.6]
33
[version 1.0]
44
[id stacktrace]
5-
[copyright 2016-2018 Antony Polukhin]
5+
[copyright 2016-2019 Antony Polukhin]
66
[category Language Features Emulation]
77
[license
88
Distributed under the Boost Software License, Version 1.0.

example/assert_handler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright Antony Polukhin, 2016-2018.
1+
// Copyright Antony Polukhin, 2016-2019.
22
//
33
// Distributed under the Boost Software License, Version 1.0. (See
44
// accompanying file LICENSE_1_0.txt or copy at

example/debug_function.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright Antony Polukhin, 2016-2018.
1+
// Copyright Antony Polukhin, 2016-2019.
22
//
33
// Distributed under the Boost Software License, Version 1.0. (See
44
// accompanying file LICENSE_1_0.txt or copy at

0 commit comments

Comments
 (0)