diff options
| author | Lauda <[email protected]> | 2017-01-23 23:46:06 +0100 |
|---|---|---|
| committer | Lauda <[email protected]> | 2017-01-23 23:46:06 +0100 |
| commit | be31a2b3635b893930c731a2929bb593dae9847e (patch) | |
| tree | 33a5a8ddb695fd9c3e585741a0020a726d0b4130 /src | |
| parent | Merge #9607: Remove redundant semicolons in Python code (diff) | |
| download | discoin-be31a2b3635b893930c731a2929bb593dae9847e.tar.xz discoin-be31a2b3635b893930c731a2929bb593dae9847e.zip | |
[Trivial] Update license year range to 2017
The same as #7363.
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 0cd7e517e..0b27bb1bd 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 2016 +#define COPYRIGHT_YEAR 2017 #endif //HAVE_CONFIG_H |