Skip to content

Commit d9c02c6

Browse files
committed
Update copyright years
1 parent ac8b8ee commit d9c02c6

21 files changed

+21
-21
lines changed

src/test/seq/concatenate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2017 Daniel Frey
1+
// Copyright (c) 2015-2018 Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/sequences/
33

44
#include <tao/seq/concatenate.hpp>

src/test/seq/contains.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017 Daniel Frey
1+
// Copyright (c) 2017-2018 Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/sequences/
33

44
#include <tao/seq/contains.hpp>

src/test/seq/exclusive_scan.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2017 Daniel Frey
1+
// Copyright (c) 2015-2018 Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/sequences/
33

44
#include <tao/seq/exclusive_scan.hpp>

src/test/seq/head.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2017 Daniel Frey
1+
// Copyright (c) 2015-2018 Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/sequences/
33

44
#include <tao/seq/head.hpp>

src/test/seq/inclusive_scan.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2017 Daniel Frey
1+
// Copyright (c) 2015-2018 Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/sequences/
33

44
#include <tao/seq/inclusive_scan.hpp>

src/test/seq/index_of.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017 Daniel Frey
1+
// Copyright (c) 2017-2018 Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/sequences/
33

44
#include <tao/seq/index_of.hpp>

src/test/seq/integer_sequence.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2017 Daniel Frey
1+
// Copyright (c) 2015-2018 Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/sequences/
33

44
#include <tao/seq/integer_sequence.hpp>

src/test/seq/is_all.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2017 Daniel Frey
1+
// Copyright (c) 2015-2018 Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/sequences/
33

44
#include <tao/seq/is_all.hpp>

src/test/seq/is_any.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2017 Daniel Frey
1+
// Copyright (c) 2015-2018 Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/sequences/
33

44
#include <tao/seq/is_any.hpp>

src/test/seq/make_integer_range.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2017 Daniel Frey
1+
// Copyright (c) 2015-2018 Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/sequences/
33

44
#include <tao/seq/make_integer_range.hpp>

0 commit comments

Comments
 (0)