diff --git a/COPYING b/COPYING index 97b2007b54..7db4dfd807 100644 --- a/COPYING +++ b/COPYING @@ -1,8 +1,8 @@ Copyright (c) 2014 Black-Coin Developers Copyright (c) 2013-2014 NovaCoin Developers Copyright (c) 2011-2012 PPCoin Developers -Copyright (c) 2009-2021 Bitcoin Developers -Copyright (c) 2014-2021 Gridcoin Developers +Copyright (c) 2009-2022 Bitcoin Developers +Copyright (c) 2014-2022 Gridcoin 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 diff --git a/configure.ac b/configure.ac index b56dc033e3..5ce0067915 100755 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ define(_CLIENT_VERSION_MINOR, 3) define(_CLIENT_VERSION_REVISION, 2) define(_CLIENT_VERSION_BUILD, 4) define(_CLIENT_VERSION_IS_RELEASE, false) -define(_COPYRIGHT_YEAR, 2021) +define(_COPYRIGHT_YEAR, 2022) define(_COPYRIGHT_HOLDERS,[The %s developers]) define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Gridcoin]]) AC_INIT([Gridcoin],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/gridcoin/Gridcoin-Research/issues],[gridcoin],[https://gridcoin.us/])