diff options
author | Robert Pösel <robyer@seznam.cz> | 2015-02-06 10:11:39 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2015-02-06 10:11:39 +0000 |
commit | 582e8409f7da6e9e511b4568668e88e6657dcfcd (patch) | |
tree | 7b01661ddd78a834835f7d47af5aa99a8bff4f00 /plugins/MobileState/src | |
parent | 57890ac884743d836690db5058185db1e6dea5d8 (diff) |
Facebook, Omegle, MobileState: Happy New Year 2015
git-svn-id: http://svn.miranda-ng.org/main/trunk@12019 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MobileState/src')
-rw-r--r-- | plugins/MobileState/src/clients.h | 2 | ||||
-rw-r--r-- | plugins/MobileState/src/commonheaders.h | 2 | ||||
-rw-r--r-- | plugins/MobileState/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/MobileState/src/version.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/plugins/MobileState/src/clients.h b/plugins/MobileState/src/clients.h index 5c142d48f4..ac97465769 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-13 by Robert Pösel
+ (c) 2012-15 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/commonheaders.h b/plugins/MobileState/src/commonheaders.h index c68887be05..432aaf3911 100644 --- a/plugins/MobileState/src/commonheaders.h +++ b/plugins/MobileState/src/commonheaders.h @@ -1,6 +1,6 @@ /*
Mobile State plugin for Miranda NG (www.miranda-ng.org)
- (c) 2012-13 by Robert Pösel
+ (c) 2012-15 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 38cfe2f71f..417343c3be 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-13 by Robert Pösel
+ (c) 2012-15 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 f06fc929ca..729237f265 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-13 Robert P\xf6" "sel"
+#define __COPYRIGHT "© 2012-15 Robert P\xf6" "sel"
|