Update copyrights that have an initial year of 2020 or later
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// Copyright (c) 2021-2021 The Hush developers
|
||||
// Copyright (c) 2020-2021 The Freicoin Developers
|
||||
// Copyright (c) 2021-2021 Decker
|
||||
// Copyright (c) 2021-2022 The Hush developers
|
||||
// Copyright (c) 2020-2022 The Freicoin Developers
|
||||
// Copyright (c) 2021-2022 Decker
|
||||
// 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
|
||||
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// Copyright (c) 2021-2021 The Hush developers
|
||||
// Copyright (c) 2020-2021 The Freicoin Developers
|
||||
// Copyright (c) 2021-2022 The Hush developers
|
||||
// Copyright (c) 2020-2022 The Freicoin Developers
|
||||
// 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
|
||||
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
@@ -6,4 +6,4 @@
|
||||
# TODO: verify $1 and $2 exist
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user