Update copyrights that have an initial year of 2020 or later

This commit is contained in:
Jonathan "Duke" Leto
2022-09-19 15:54:01 -07:00
parent d5112907b4
commit b7b269448f
3 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
// Copyright (c) 2021-2021 The Hush developers // Copyright (c) 2021-2022 The Hush developers
// Copyright (c) 2020-2021 The Freicoin Developers // Copyright (c) 2020-2022 The Freicoin Developers
// Copyright (c) 2021-2021 Decker // Copyright (c) 2021-2022 Decker
// This Source Code Form is subject to the terms of the Mozilla Public // This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this // License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/. // file, You can obtain one at https://mozilla.org/MPL/2.0/.

View File

@@ -1,5 +1,5 @@
// Copyright (c) 2021-2021 The Hush developers // Copyright (c) 2021-2022 The Hush developers
// Copyright (c) 2020-2021 The Freicoin Developers // Copyright (c) 2020-2022 The Freicoin Developers
// This Source Code Form is subject to the terms of the Mozilla Public // This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this // License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/. // file, You can obtain one at https://mozilla.org/MPL/2.0/.

View File

@@ -6,4 +6,4 @@
# TODO: verify $1 and $2 exist # TODO: verify $1 and $2 exist
# TODO: verify ack and xargs exist on this system # TODO: verify ack and xargs exist on this system
ack -l -i "201.-202.*Hush dev" | xargs ./util/replace.pl -$1 -$2 ack -l -i "20..-20..*Hush dev" | xargs ./util/replace.pl -$1 -$2