diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-01-02 10:49:20 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-01-02 10:53:13 +0100 |
| commit | edbc9045cb21020d0cc19d226f55ee169e2ffb92 (patch) | |
| tree | 147dd1bcd60552792bd1f9a20fb9d7c5f28782f5 /src | |
| parent | Remove redundant copyright notices from README files (diff) | |
| download | discoin-edbc9045cb21020d0cc19d226f55ee169e2ffb92.tar.xz discoin-edbc9045cb21020d0cc19d226f55ee169e2ffb92.zip | |
Bump project-wide COPYRIGHT_YEAR to 2015
There is still a redundancy here between configure.ac and
clientversion.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/clientversion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clientversion.h b/src/clientversion.h index 40de7837a..3c8c969f9 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -26,7 +26,7 @@ * Copyright year (2009-this) * Todo: update this when changing our copyright comments in the source */ -#define COPYRIGHT_YEAR 2014 +#define COPYRIGHT_YEAR 2015 #endif //HAVE_CONFIG_H |