diff options
author | Dart Raiden <wowemuh@gmail.com> | 2016-01-02 13:36:23 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2016-01-02 13:36:23 +0000 |
commit | fb4cf44484ba83e69730c613adbe0271517b70f1 (patch) | |
tree | d6a124b3631a5e887ac856ff5caf146e26b18104 /plugins/StartupSilence/src | |
parent | b4e4c653ff760fb15c09ed645c1ffbef9b5ac3c0 (diff) |
Copyrights update part 3 (final)
git-svn-id: http://svn.miranda-ng.org/main/trunk@15986 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/StartupSilence/src')
-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 365018167e..084297eb78 100644 --- a/plugins/StartupSilence/src/main.cpp +++ b/plugins/StartupSilence/src/main.cpp @@ -1,6 +1,6 @@ /*
Copyright (ñ) 2012-13 Vladimir Lyubimov
-Copyright (ñ) 2012-15 Miranda NG project (http://miranda-ng.org)
+Copyright (ñ) 2012-16 Miranda NG project (http://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 6fb37564b7..0765fbaa6f 100644 --- a/plugins/StartupSilence/src/stdafx.cxx +++ b/plugins/StartupSilence/src/stdafx.cxx @@ -1,5 +1,5 @@ /*
-Copyright (C) 2012-15 Miranda NG project (http://miranda-ng.org)
+Copyright (C) 2012-16 Miranda NG project (http://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 bd3a3c16e6..37717743b2 100644 --- a/plugins/StartupSilence/src/version.h +++ b/plugins/StartupSilence/src/version.h @@ -17,7 +17,7 @@ #define __AUTHOR "Vladimir Lyubimov"
#define __AUTHOREMAIL ""
#define __AUTHORWEB "http://miranda-ng.org/"
-#define __COPYRIGHT "© 2012-15 Vladimir Lyubimov"
+#define __COPYRIGHT "© 2012-16 Vladimir Lyubimov"
// other stuff for Version resource
#include <stdver.h>
|