diff options
author | George Hazan <ghazan@miranda.im> | 2020-01-01 19:29:47 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-01-01 19:29:47 +0300 |
commit | d82f8462ec7e8fdd742f89c62a80f54471059e2a (patch) | |
tree | c849c1ff50a70a1f948498d6398d5377ddef42ab /plugins/MobileState/src | |
parent | 8e6a2d89add33d2b3cec4820ffae395d3cb042db (diff) |
Happy new year, Miranda
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.h | 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 7238a151cc..184b82f3e6 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-17 Robert Pösel, 2017-19 Miranda NG team
+ (c) 2012-17 Robert Pösel, 2017-20 Miranda NG team
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 29ed1e40ae..8d1f3513e4 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-17 by Robert Pösel, 2017-19 Miranda NG team
+ (c) 2012-17 by Robert Pösel, 2017-20 Miranda NG team
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.h b/plugins/MobileState/src/stdafx.h index 7adceaf0b8..6eb7c4f559 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-17 by Robert Pösel, 2017-19 Miranda NG team
+ (c) 2012-17 by Robert Pösel, 2017-20 Miranda NG team
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 54e71ab970..bdf3369a2c 100644 --- a/plugins/MobileState/src/version.h +++ b/plugins/MobileState/src/version.h @@ -10,4 +10,4 @@ #define __DESCRIPTION "Plugin shows mobile icon in contact list next to contacts which are using mobile client."
#define __AUTHOR "Robert Pösel"
#define __AUTHORWEB "https://miranda-ng.org/p/MobileState/"
-#define __COPYRIGHT "© 2012-17 Robert Pösel, 2017-19 Miranda NG team"
+#define __COPYRIGHT "© 2012-17 Robert Pösel, 2017-20 Miranda NG team"
|