Skip to content

Commit c75fff6

Browse files
authored
docs: update license year range to 2024 (dashpay#5890)
## What was done? Happy new year and happy new lunar year! 2024 is here and 20.1 is coming. ## Breaking Changes N/A ## Checklist: - [x] 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 - [x] I have assigned this pull request to a milestone
1 parent 10ddf62 commit c75fff6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

COPYING

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2009-2020 The Bitcoin Core developers
4-
Copyright (c) 2009-2020 Bitcoin Developers
5-
Copyright (c) 2014-2020 The Dash Core developers
3+
Copyright (c) 2009-2024 The Bitcoin Core developers
4+
Copyright (c) 2009-2024 Bitcoin Developers
5+
Copyright (c) 2014-2024 The Dash Core developers
66

77
Permission is hereby granted, free of charge, to any person obtaining a copy
88
of this software and associated documentation files (the "Software"), to deal

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ define(_CLIENT_VERSION_MAJOR, 20)
44
define(_CLIENT_VERSION_MINOR, 1)
55
define(_CLIENT_VERSION_BUILD, 0)
66
define(_CLIENT_VERSION_IS_RELEASE, false)
7-
define(_COPYRIGHT_YEAR, 2023)
7+
define(_COPYRIGHT_YEAR, 2024)
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/])

contrib/debian/copyright

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
22
Upstream-Name: Dash Core
3-
Upstream-Contact: Dash Core Group, Inc https://www.dash.org/team/
3+
Upstream-Contact: Dash Core Group, Inc https://www.dash.org/dcg/
44
Source: https://github.com/dashpay/dash
55

66
Files: *
7-
Copyright: 2009-2020, Bitcoin Core Developers,
8-
2019-2020, Dash Core Developers
7+
Copyright: 2009-2024, Bitcoin Core Developers,
8+
2019-2024, Dash Core Developers
99
License: Expat
1010
Comment: The Bitcoin Core Developers encompasses the current developers listed on bitcoin.org,
1111
as well as the numerous contributors to the project. The Dash Core Developers

0 commit comments

Comments
 (0)