diff options
author | dartraiden <wowemuh@gmail.com> | 2019-01-04 15:01:31 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2019-01-04 15:01:31 +0300 |
commit | fefd2d51b58879308b6a4089eb6baafe1a1e91f0 (patch) | |
tree | e44961329d3f4cc0d098007bfb3cc25025f78803 /plugins/PackUpdater | |
parent | 1b308509eac4a2ddfe601643cb699e77cd426d7f (diff) |
Update copyrights
Diffstat (limited to 'plugins/PackUpdater')
-rw-r--r-- | plugins/PackUpdater/Src/Events.cpp | 2 | ||||
-rw-r--r-- | plugins/PackUpdater/Src/Notifications.cpp | 2 | ||||
-rw-r--r-- | plugins/PackUpdater/Src/Notifications.h | 2 | ||||
-rw-r--r-- | plugins/PackUpdater/Src/Options.cpp | 2 | ||||
-rw-r--r-- | plugins/PackUpdater/Src/PackUpdater.cpp | 2 | ||||
-rw-r--r-- | plugins/PackUpdater/Src/Utils.cpp | 2 | ||||
-rw-r--r-- | plugins/PackUpdater/Src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/PackUpdater/Src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/PackUpdater/Src/version.h | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/plugins/PackUpdater/Src/Events.cpp b/plugins/PackUpdater/Src/Events.cpp index 20bc99e53e..d9c6c0e36c 100644 --- a/plugins/PackUpdater/Src/Events.cpp +++ b/plugins/PackUpdater/Src/Events.cpp @@ -1,5 +1,5 @@ /*
-Copyright (C) 2011-18 Mataes
+Copyright (C) 2011-19 Mataes
This is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/plugins/PackUpdater/Src/Notifications.cpp b/plugins/PackUpdater/Src/Notifications.cpp index 64cdc6da08..1ad3c1cbe2 100644 --- a/plugins/PackUpdater/Src/Notifications.cpp +++ b/plugins/PackUpdater/Src/Notifications.cpp @@ -1,5 +1,5 @@ /*
-Copyright (C) 2011-18 Mataes
+Copyright (C) 2011-19 Mataes
This is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/plugins/PackUpdater/Src/Notifications.h b/plugins/PackUpdater/Src/Notifications.h index e61a23704d..6cfda38740 100644 --- a/plugins/PackUpdater/Src/Notifications.h +++ b/plugins/PackUpdater/Src/Notifications.h @@ -1,5 +1,5 @@ /*
-Copyright (C) 2011-18 Mataes
+Copyright (C) 2011-19 Mataes
This is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/plugins/PackUpdater/Src/Options.cpp b/plugins/PackUpdater/Src/Options.cpp index 281415d69a..e1768b9426 100644 --- a/plugins/PackUpdater/Src/Options.cpp +++ b/plugins/PackUpdater/Src/Options.cpp @@ -1,5 +1,5 @@ /*
-Copyright (C) 2011-18 Mataes
+Copyright (C) 2011-19 Mataes
This is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/plugins/PackUpdater/Src/PackUpdater.cpp b/plugins/PackUpdater/Src/PackUpdater.cpp index 8ccc42c19b..0e44174650 100644 --- a/plugins/PackUpdater/Src/PackUpdater.cpp +++ b/plugins/PackUpdater/Src/PackUpdater.cpp @@ -1,5 +1,5 @@ /*
-Copyright (C) 2011-18 Mataes
+Copyright (C) 2011-19 Mataes
This is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/plugins/PackUpdater/Src/Utils.cpp b/plugins/PackUpdater/Src/Utils.cpp index 1f15dd40be..0502640ba3 100644 --- a/plugins/PackUpdater/Src/Utils.cpp +++ b/plugins/PackUpdater/Src/Utils.cpp @@ -1,5 +1,5 @@ /*
-Copyright (C) 2011-18 Mataes
+Copyright (C) 2011-19 Mataes
This is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/plugins/PackUpdater/Src/stdafx.cxx b/plugins/PackUpdater/Src/stdafx.cxx index e579779bcc..d33e44d684 100644 --- a/plugins/PackUpdater/Src/stdafx.cxx +++ b/plugins/PackUpdater/Src/stdafx.cxx @@ -1,5 +1,5 @@ /*
-Copyright (C) 2012-18 Miranda NG team (https://miranda-ng.org)
+Copyright (C) 2012-19 Miranda NG team (https://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/PackUpdater/Src/stdafx.h b/plugins/PackUpdater/Src/stdafx.h index 9f87204d38..26593d9a93 100644 --- a/plugins/PackUpdater/Src/stdafx.h +++ b/plugins/PackUpdater/Src/stdafx.h @@ -1,5 +1,5 @@ /*
-Copyright (C) 2011-18 Mataes
+Copyright (C) 2011-19 Mataes
This is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/plugins/PackUpdater/Src/version.h b/plugins/PackUpdater/Src/version.h index 3756a4eb4f..faf4aed4c4 100644 --- a/plugins/PackUpdater/Src/version.h +++ b/plugins/PackUpdater/Src/version.h @@ -10,4 +10,4 @@ #define __DESCRIPTION "Simple updater for Miranda NG premodified packs." #define __AUTHOR "Mataes, ZERO_BiT" #define __AUTHORWEB "https://miranda-ng.org/p/PackUpdater/" -#define __COPYRIGHT "© 2011-18 Mataes, 2007 ZERO_BiT" +#define __COPYRIGHT "© 2011-19 Mataes, 2007 ZERO_BiT" |