Skip to content

Commit c94d81e

Browse files
committed
πŸ—“ Update copyright year!
β€” πŸ’š Remove redundant .clang-format entries
1 parent e1a2121 commit c94d81e

30 files changed

+40
-38
lines changed

β€Ž.clang-formatβ€Ž

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,10 @@ BreakBeforeBraces: Custom
4949
BraceWrapping:
5050
AfterEnum: false
5151
AfterStruct: false
52+
AfterUnion: false
5253
AfterControlStatement: false
5354
AfterClass: false
5455
AfterNamespace: false
55-
AfterStruct: false
56-
AfterUnion: false
5756
BeforeElse: true
5857
BeforeCatch: true
5958
IndentBraces: false

β€ŽCMakeLists.txtβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ztd.static_containers
44
#
5-
# Written 2019 - 2022 by ThePhD <phdofthehouse@gmail.com>
5+
# Β© ThePhD <phdofthehouse@gmail.com>
66
#
77
# To the extent possible under law, the author(s) have dedicated all copyright and related
88
# and neighboring rights to this software to the public domain worldwide. This software is

β€ŽLICENSEβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ztd.static_containers
22

3-
Written 2019 - 2022 by ThePhD <phdofthehouse@gmail.com>
3+
Β© ThePhD <phdofthehouse@gmail.com>
44

55
To the extent possible under law, the author(s) have dedicated all copyright and related
66
and neighboring rights to this software to the public domain worldwide. This software is

β€Žbenchmarks/CMakeLists.txtβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ztd.static_container
44
#
5-
# Written 2019 - 2022 by ThePhD <phdofthehouse@gmail.com>
5+
# Β© ThePhD <phdofthehouse@gmail.com>
66
#
77
# To the extent possible under law, the author(s) have dedicated all copyright and related
88
# and neighboring rights to this software to the public domain worldwide. This software is

β€Žexamples/CMakeLists.txtβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ztd.static_container
44
#
5-
# Written 2019 - 2022 by ThePhD <phdofthehouse@gmail.com>
5+
# Β© ThePhD <phdofthehouse@gmail.com>
66
#
77
# To the extent possible under law, the author(s) have dedicated all copyright and related
88
# and neighboring rights to this software to the public domain worldwide. This software is

β€Žinclude/ztd/static_containers.hppβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// =============================================================================
22
// ztd.static_containers
33
//
4-
// Written 2019 - 2022 by ThePhD <phdofthehouse@gmail.com>
4+
// Β© ThePhD <phdofthehouse@gmail.com>
55
//
66
// To the extent possible under law, the author(s) have dedicated all copyright and related
77
// and neighboring rights to this software to the public domain worldwide. This software is

β€Žinclude/ztd/static_containers/detail/storage.hppβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// =============================================================================
22
// ztd.static_containers
33
//
4-
// Written 2019 - 2022 by ThePhD <phdofthehouse@gmail.com>
4+
// Β© ThePhD <phdofthehouse@gmail.com>
55
//
66
// To the extent possible under law, the author(s) have dedicated all copyright and related
77
// and neighboring rights to this software to the public domain worldwide. This software is

β€Žinclude/ztd/static_containers/forward.hppβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// =============================================================================
22
// ztd.static_containers
33
//
4-
// Written 2019 - 2022 by ThePhD <phdofthehouse@gmail.com>
4+
// Β© ThePhD <phdofthehouse@gmail.com>
55
//
66
// To the extent possible under law, the author(s) have dedicated all copyright and related
77
// and neighboring rights to this software to the public domain worldwide. This software is

β€Žinclude/ztd/static_containers/is.hppβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// =============================================================================
22
// ztd.static_containers
33
//
4-
// Written 2019 - 2022 by ThePhD <phdofthehouse@gmail.com>
4+
// Β© ThePhD <phdofthehouse@gmail.com>
55
//
66
// To the extent possible under law, the author(s) have dedicated all copyright and related
77
// and neighboring rights to this software to the public domain worldwide. This software is

β€Žinclude/ztd/static_containers/static_basic_string.hppβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// =============================================================================
22
// ztd.static_containers
33
//
4-
// Written 2019 - 2022 by ThePhD <phdofthehouse@gmail.com>
4+
// Β© ThePhD <phdofthehouse@gmail.com>
55
//
66
// To the extent possible under law, the author(s) have dedicated all copyright and related
77
// and neighboring rights to this software to the public domain worldwide. This software is

0 commit comments

Comments
Β (0)