Skip to content

Commit a7ffd33

Browse files
Merge #6546: chore: Bump copyright
1b83bc0 chore: bump _COPYRIGHT_YEAR to 2025 (pasta) 832443a chore: run `./contrib/devtools/copyright_header.py update` (pasta) Pull request description: ## Issue being fixed or feature implemented Bump copyright for 2025 To be merged into develop first, then backported (or maybe ff-ed) to v22.1 branch ## What was done? ## How Has This Been Tested? ## Breaking Changes ## Checklist: - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added or updated relevant unit/integration/functional/e2e tests - [ ] I have made corresponding changes to the documentation - [ ] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_ ACKs for top commit: UdjinM6: utACK 1b83bc0 kwvg: utACK 1b83bc0 Tree-SHA512: 9acbe397d6c341469d09ab18a3c77d76a797ea77d20cd3b4e92b7257629c5c2911f0a74227b56ec887b8a2274029c3eba4dc15cce43d781fc4c2921e4dcb5081
2 parents 8aab114 + 1b83bc0 commit a7ffd33

File tree

102 files changed

+102
-102
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+102
-102
lines changed

ci/dash/build_depends.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# Copyright (c) 2021-2023 The Dash Core developers
2+
# Copyright (c) 2021-2024 The Dash Core developers
33
# Distributed under the MIT software license, see the accompanying
44
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
55
#

ci/dash/build_src.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# Copyright (c) 2021-2023 The Dash Core developers
2+
# Copyright (c) 2021-2024 The Dash Core developers
33
# Distributed under the MIT software license, see the accompanying
44
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
55
#

ci/dash/test_unittests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# Copyright (c) 2021-2023 The Dash Core developers
2+
# Copyright (c) 2021-2024 The Dash Core developers
33
# Distributed under the MIT software license, see the accompanying
44
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
55
#

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ define(_CLIENT_VERSION_MAJOR, 22)
44
define(_CLIENT_VERSION_MINOR, 1)
55
define(_CLIENT_VERSION_BUILD, 0)
66
define(_CLIENT_VERSION_IS_RELEASE, false)
7-
define(_COPYRIGHT_YEAR, 2024)
7+
define(_COPYRIGHT_YEAR, 2025)
88
define(_COPYRIGHT_HOLDERS,[The %s developers])
99
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Dash Core]])
1010
AC_INIT([Dash Core],m4_join([.], _CLIENT_VERSION_MAJOR, _CLIENT_VERSION_MINOR, _CLIENT_VERSION_BUILD),[https://github.com/dashpay/dash/issues],[dashcore],[https://dash.org/])

src/batchedlogger.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018-2023 The Dash Core developers
1+
// Copyright (c) 2018-2024 The Dash Core developers
22
// Distributed under the MIT/X11 software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

src/batchedlogger.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018-2023 The Dash Core developers
1+
// Copyright (c) 2018-2024 The Dash Core developers
22
// Distributed under the MIT/X11 software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

src/bench/bls.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018-2023 The Dash Core developers
1+
// Copyright (c) 2018-2024 The Dash Core developers
22
// Distributed under the MIT software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

src/bench/crypto_hash.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2016-2020 The Bitcoin Core developers
2-
// Copyright (c) 2018-2022 The Dash Core developers
2+
// Copyright (c) 2018-2024 The Dash Core developers
33
// Distributed under the MIT software license, see the accompanying
44
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
55

src/bitcoin-cli.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2009-2010 Satoshi Nakamoto
22
// Copyright (c) 2009-2020 The Bitcoin Core developers
3-
// Copyright (c) 2014-2024 The Dash Core developers
3+
// Copyright (c) 2014-2025 The Dash Core developers
44
// Distributed under the MIT software license, see the accompanying
55
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
66

src/bitcoind.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2009-2010 Satoshi Nakamoto
22
// Copyright (c) 2009-2020 The Bitcoin Core developers
3-
// Copyright (c) 2014-2023 The Dash Core developers
3+
// Copyright (c) 2014-2024 The Dash Core developers
44
// Distributed under the MIT software license, see the accompanying
55
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
66

0 commit comments

Comments
 (0)