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/MobileState/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/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"
|