Skip to content

Commit 50561d3

Browse files
committed
Release 1.4.0
1 parent 4e8952f commit 50561d3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

include/nonstd/string_view.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2019 by Martin Moene
1+
// Copyright 2017-2020 by Martin Moene
22
//
33
// string-view lite, a C++17-like string_view for C++98 and later.
44
// For more information see https://github.com/martinmoene/string-view-lite

test/string-view-main.t.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2019 by Martin Moene
1+
// Copyright 2017-2020 by Martin Moene
22
//
33
// https://github.com/martinmoene/string-view-lite
44
//

test/string-view-main.t.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2019 by Martin Moene
1+
// Copyright 2017-2020 by Martin Moene
22
//
33
// https://github.com/martinmoene/string-view-lite
44
//

test/string-view.t.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2019 Martin Moene
1+
// Copyright 2017-2020 Martin Moene
22
//
33
// https://github.com/martinmoene/string-view-lite
44
//

0 commit comments

Comments
 (0)