diff options
Diffstat (limited to 'plugins/MobileState/src')
-rw-r--r-- | plugins/MobileState/src/clients.h | 2 | ||||
-rw-r--r-- | plugins/MobileState/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/MobileState/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/MobileState/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/MobileState/src/version.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/plugins/MobileState/src/clients.h b/plugins/MobileState/src/clients.h index dbc24d631b..56f26e0b6e 100644 --- a/plugins/MobileState/src/clients.h +++ b/plugins/MobileState/src/clients.h @@ -1,6 +1,6 @@ /*
Mobile State plugin for Miranda NG (www.miranda-ng.org)
- (c) 2012-15 by Robert Pösel
+ (c) 2012-16 by Robert Pösel
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/plugins/MobileState/src/main.cpp b/plugins/MobileState/src/main.cpp index f02c4b1da8..7b1b1ebceb 100644 --- a/plugins/MobileState/src/main.cpp +++ b/plugins/MobileState/src/main.cpp @@ -1,6 +1,6 @@ /*
Mobile State plugin for Miranda NG (www.miranda-ng.org)
- (c) 2012-15 by Robert Pösel
+ (c) 2012-16 by Robert Pösel
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/plugins/MobileState/src/stdafx.cxx b/plugins/MobileState/src/stdafx.cxx index 6fb37564b7..0765fbaa6f 100644 --- a/plugins/MobileState/src/stdafx.cxx +++ b/plugins/MobileState/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/MobileState/src/stdafx.h b/plugins/MobileState/src/stdafx.h index 432aaf3911..21f9967233 100644 --- a/plugins/MobileState/src/stdafx.h +++ b/plugins/MobileState/src/stdafx.h @@ -1,6 +1,6 @@ /*
Mobile State plugin for Miranda NG (www.miranda-ng.org)
- (c) 2012-15 by Robert Pösel
+ (c) 2012-16 by Robert Pösel
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/plugins/MobileState/src/version.h b/plugins/MobileState/src/version.h index d62e49d6b9..5292277a1e 100644 --- a/plugins/MobileState/src/version.h +++ b/plugins/MobileState/src/version.h @@ -11,4 +11,4 @@ #define __AUTHOR "Robert P\xf6" "sel"
#define __AUTHOREMAIL "robyer@seznam.cz"
#define __AUTHORWEB "http://miranda-ng.org/p/MobileState/"
-#define __COPYRIGHT "© 2012-15 Robert P\xf6" "sel"
+#define __COPYRIGHT "© 2012-16 Robert P\xf6" "sel"
|