diff options
author | dartraiden <wowemuh@gmail.com> | 2018-01-01 05:02:10 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-01-01 05:02:10 +0300 |
commit | 28317a5f7331e1910811e6e37ee7c327ee42cafd (patch) | |
tree | f4762a7fde822c343ed4f67ea715bf8ac5fe1640 /plugins/Import | |
parent | 9682ce6e05865f2267f4bed4d74f0e1e890baccc (diff) |
massive copyright update
Diffstat (limited to 'plugins/Import')
-rw-r--r-- | plugins/Import/src/import.cpp | 2 | ||||
-rw-r--r-- | plugins/Import/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/Import/src/miranda.cpp | 2 | ||||
-rw-r--r-- | plugins/Import/src/progress.cpp | 2 | ||||
-rw-r--r-- | plugins/Import/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/Import/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/Import/src/utils.cpp | 2 | ||||
-rw-r--r-- | plugins/Import/src/version.h | 2 | ||||
-rw-r--r-- | plugins/Import/src/wizard.cpp | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/plugins/Import/src/import.cpp b/plugins/Import/src/import.cpp index 2e08db000b..bbb39911be 100644 --- a/plugins/Import/src/import.cpp +++ b/plugins/Import/src/import.cpp @@ -2,7 +2,7 @@ Import plugin for Miranda NG
-Copyright (c) 2012-17 Miranda NG project (https://miranda-ng.org)
+Copyright (c) 2012-18 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/Import/src/main.cpp b/plugins/Import/src/main.cpp index 847049919b..14e7e02b79 100644 --- a/plugins/Import/src/main.cpp +++ b/plugins/Import/src/main.cpp @@ -2,7 +2,7 @@ Import plugin for Miranda NG
-Copyright (c) 2012-17 Miranda NG project (https://miranda-ng.org)
+Copyright (c) 2012-18 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/Import/src/miranda.cpp b/plugins/Import/src/miranda.cpp index a56dc3e6ce..1fa7471f63 100644 --- a/plugins/Import/src/miranda.cpp +++ b/plugins/Import/src/miranda.cpp @@ -2,7 +2,7 @@ Import plugin for Miranda NG
-Copyright (c) 2012-17 Miranda NG project (https://miranda-ng.org)
+Copyright (c) 2012-18 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/Import/src/progress.cpp b/plugins/Import/src/progress.cpp index 29444187e1..6fa32e8701 100644 --- a/plugins/Import/src/progress.cpp +++ b/plugins/Import/src/progress.cpp @@ -2,7 +2,7 @@ Import plugin for Miranda NG
-Copyright (c) 2012-17 Miranda NG project (https://miranda-ng.org)
+Copyright (c) 2012-18 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/Import/src/stdafx.cxx b/plugins/Import/src/stdafx.cxx index b05ed73bc5..e579779bcc 100644 --- a/plugins/Import/src/stdafx.cxx +++ b/plugins/Import/src/stdafx.cxx @@ -1,5 +1,5 @@ /*
-Copyright (C) 2012-17 Miranda NG project (https://miranda-ng.org)
+Copyright (C) 2012-18 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/Import/src/stdafx.h b/plugins/Import/src/stdafx.h index 4cc1fa558b..9e0c7ea17c 100644 --- a/plugins/Import/src/stdafx.h +++ b/plugins/Import/src/stdafx.h @@ -2,7 +2,7 @@ Import plugin for Miranda NG
-Copyright (c) 2012-17 Miranda NG project (https://miranda-ng.org)
+Copyright (c) 2012-18 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/Import/src/utils.cpp b/plugins/Import/src/utils.cpp index be68d9cffe..77e60895cd 100644 --- a/plugins/Import/src/utils.cpp +++ b/plugins/Import/src/utils.cpp @@ -2,7 +2,7 @@ Import plugin for Miranda NG
-Copyright (c) 2012-17 Miranda NG project (https://miranda-ng.org)
+Copyright (c) 2012-18 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/Import/src/version.h b/plugins/Import/src/version.h index 4bd8769287..d74808f29e 100644 --- a/plugins/Import/src/version.h +++ b/plugins/Import/src/version.h @@ -10,4 +10,4 @@ #define __DESCRIPTION "Imports contacts and messages from another Miranda profile or from an external program."
#define __AUTHOR "Miranda team"
#define __AUTHORWEB "https://miranda-ng.org/p/Import/"
-#define __COPYRIGHT "© 2012-2017 George Hazan"
+#define __COPYRIGHT "© 2012-18 George Hazan"
diff --git a/plugins/Import/src/wizard.cpp b/plugins/Import/src/wizard.cpp index 6cd6b8c570..f7c4a4e68c 100644 --- a/plugins/Import/src/wizard.cpp +++ b/plugins/Import/src/wizard.cpp @@ -2,7 +2,7 @@ Import plugin for Miranda NG
-Copyright (c) 2012-17 Miranda NG project (https://miranda-ng.org)
+Copyright (c) 2012-18 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
|