Skip to content

Commit

Permalink
build: Set COPYRIGHT_YEAR to 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
lateminer committed Jan 3, 2024
1 parent 472a335 commit 1cfee23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Copyright (c) 2011-2023 Peercoin developers
Copyright (c) 2013-2014 The NovaCoin developers
Copyright (c) 2016-2023 The Qtum developers
Copyright (c) 2014-2018 The Blackcoin developers
Copyright (c) 2018-2023 The Blackcoin More developers
Copyright (c) 2018-2024 The Blackcoin More developers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ define(_CLIENT_VERSION_MINOR, 0)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_RC, 0)
define(_CLIENT_VERSION_IS_RELEASE, false)
define(_COPYRIGHT_YEAR, 2023)
define(_COPYRIGHT_YEAR, 2024)
define(_COPYRIGHT_HOLDERS,[The %s developers])
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Blackcoin More]])
AC_INIT([Blackcoin More],m4_join([.], _CLIENT_VERSION_MAJOR, _CLIENT_VERSION_MINOR, _CLIENT_VERSION_BUILD)m4_if(_CLIENT_VERSION_RC, [0], [], [rc]_CLIENT_VERSION_RC),[https://github.com/CoinBlack/blackcoin-more/issues],[blackcoin],[https://blackcoinmore.org/])
Expand Down

0 comments on commit 1cfee23

Please sign in to comment.