diff options
author | dartraiden <wowemuh@gmail.com> | 2017-01-01 18:01:01 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2017-01-01 18:01:01 +0300 |
commit | 99b1776c0323a63631c350bf842dd00358730dd0 (patch) | |
tree | 3255fb6b5ba9ce752db640e3e8ab6bca134b14d7 /plugins/MobileState | |
parent | 093c475510144343dd2bffea37848d51d0315f59 (diff) |
bump copyright year
Diffstat (limited to 'plugins/MobileState')
-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 a7f6041ff2..829dbf4b45 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-16 by Robert Pösel
+ (c) 2012-17 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 2b0cc8caf7..37dcf57c94 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-16 by Robert Pösel
+ (c) 2012-17 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 0765fbaa6f..7e95899d31 100644 --- a/plugins/MobileState/src/stdafx.cxx +++ b/plugins/MobileState/src/stdafx.cxx @@ -1,5 +1,5 @@ /*
-Copyright (C) 2012-16 Miranda NG project (http://miranda-ng.org)
+Copyright (C) 2012-17 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 e3efff7850..e2d9a46b90 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-16 by Robert Pösel
+ (c) 2012-17 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 5292277a1e..ed123b2167 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-16 Robert P\xf6" "sel"
+#define __COPYRIGHT "© 2012-17 Robert P\xf6" "sel"
|