diff options
author | dartraiden <wowemuh@gmail.com> | 2019-01-04 15:01:31 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2019-01-04 15:01:31 +0300 |
commit | fefd2d51b58879308b6a4089eb6baafe1a1e91f0 (patch) | |
tree | e44961329d3f4cc0d098007bfb3cc25025f78803 /plugins/StartupSilence | |
parent | 1b308509eac4a2ddfe601643cb699e77cd426d7f (diff) |
Update copyrights
Diffstat (limited to 'plugins/StartupSilence')
-rw-r--r-- | plugins/StartupSilence/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/StartupSilence/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/StartupSilence/src/version.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/StartupSilence/src/main.cpp b/plugins/StartupSilence/src/main.cpp index a13dfb583d..56d4bd63d3 100644 --- a/plugins/StartupSilence/src/main.cpp +++ b/plugins/StartupSilence/src/main.cpp @@ -1,6 +1,6 @@ /*
Copyright (c) 2012-13 Vladimir Lyubimov
-Copyright (c) 2012-18 Miranda NG team (https://miranda-ng.org)
+Copyright (C) 2012-19 Miranda NG team (https://miranda-ng.org)
all portions of this codebase are copyrighted to the people
listed in contributors.txt.
diff --git a/plugins/StartupSilence/src/stdafx.cxx b/plugins/StartupSilence/src/stdafx.cxx index e579779bcc..d33e44d684 100644 --- a/plugins/StartupSilence/src/stdafx.cxx +++ b/plugins/StartupSilence/src/stdafx.cxx @@ -1,5 +1,5 @@ /*
-Copyright (C) 2012-18 Miranda NG team (https://miranda-ng.org)
+Copyright (C) 2012-19 Miranda NG team (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
diff --git a/plugins/StartupSilence/src/version.h b/plugins/StartupSilence/src/version.h index 49bc285fa4..a0ab056316 100644 --- a/plugins/StartupSilence/src/version.h +++ b/plugins/StartupSilence/src/version.h @@ -16,7 +16,7 @@ #define __DESCRIPTION "Suppresses popups and mutes sounds for 10-300 sec at Miranda NG startup, then sets them back to predefined state (Automatically per computer settings)."
#define __AUTHOR "Vladimir Lyubimov"
#define __AUTHORWEB "https://miranda-ng.org/"
-#define __COPYRIGHT "© 2012-18 Vladimir Lyubimov"
+#define __COPYRIGHT "© 2012-19 Vladimir Lyubimov"
// other stuff for Version resource
#include <stdver.h>
|