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 /protocols/Steam | |
parent | 093c475510144343dd2bffea37848d51d0315f59 (diff) |
bump copyright year
Diffstat (limited to 'protocols/Steam')
-rw-r--r-- | protocols/Steam/src/request_queue.cpp | 2 | ||||
-rw-r--r-- | protocols/Steam/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | protocols/Steam/src/version.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/protocols/Steam/src/request_queue.cpp b/protocols/Steam/src/request_queue.cpp index bfa51bce33..63e1c799b5 100644 --- a/protocols/Steam/src/request_queue.cpp +++ b/protocols/Steam/src/request_queue.cpp @@ -1,5 +1,5 @@ /*
-Copyright (c) 2015-16 Miranda NG project (http://miranda-ng.org)
+Copyright (c) 2015-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/protocols/Steam/src/stdafx.cxx b/protocols/Steam/src/stdafx.cxx index 0765fbaa6f..7e95899d31 100644 --- a/protocols/Steam/src/stdafx.cxx +++ b/protocols/Steam/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/protocols/Steam/src/version.h b/protocols/Steam/src/version.h index 93c997fc98..cceadad5bb 100644 --- a/protocols/Steam/src/version.h +++ b/protocols/Steam/src/version.h @@ -11,4 +11,4 @@ #define __AUTHOR "Miranda NG Team, Robert P\xf6" "sel"
#define __AUTHOREMAIL ""
#define __AUTHORWEB "http://miranda-ng.org/p/Steam/"
-#define __COPYRIGHT "© 2014-16 Miranda NG team"
+#define __COPYRIGHT "© 2014-17 Miranda NG team"
|