Browse Source

Update copyrights that have an initial year of 2020 or later

pull/208/head
Jonathan "Duke" Leto 2 years ago
parent
commit
b7b269448f
  1. 6
      src/stratum.cpp
  2. 4
      src/stratum.h
  3. 2
      util/update-copyrights.sh

6
src/stratum.cpp

@ -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/.

4
src/stratum.h

@ -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/.

2
util/update-copyrights.sh

@ -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

Loading…
Cancel
Save