diff options
Diffstat (limited to 'plugins/AddContactPlus/src')
-rw-r--r-- | plugins/AddContactPlus/src/addcontact.cpp | 2 | ||||
-rw-r--r-- | plugins/AddContactPlus/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/AddContactPlus/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/AddContactPlus/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/AddContactPlus/src/version.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/plugins/AddContactPlus/src/addcontact.cpp b/plugins/AddContactPlus/src/addcontact.cpp index a6424d4c6b..dbef10c21f 100644 --- a/plugins/AddContactPlus/src/addcontact.cpp +++ b/plugins/AddContactPlus/src/addcontact.cpp @@ -2,7 +2,7 @@ AddContact+ plugin for Miranda NG
Copyright (C) 2007-11 Bartosz 'Dezeath' Białek
-Copyright (C) 2012-16 Miranda NG Team
+Copyright (C) 2012-17 Miranda NG Team
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/AddContactPlus/src/main.cpp b/plugins/AddContactPlus/src/main.cpp index df8bcbc37d..937be49216 100644 --- a/plugins/AddContactPlus/src/main.cpp +++ b/plugins/AddContactPlus/src/main.cpp @@ -2,7 +2,7 @@ AddContact+ plugin for Miranda NG
Copyright (C) 2007-11 Bartosz 'Dezeath' Białek
-Copyright (C) 2012-16 Miranda NG Team
+Copyright (C) 2012-17 Miranda NG Team
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/AddContactPlus/src/stdafx.cxx b/plugins/AddContactPlus/src/stdafx.cxx index 0765fbaa6f..7e95899d31 100644 --- a/plugins/AddContactPlus/src/stdafx.cxx +++ b/plugins/AddContactPlus/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/AddContactPlus/src/stdafx.h b/plugins/AddContactPlus/src/stdafx.h index 3532fe38a1..dbc03dde9c 100644 --- a/plugins/AddContactPlus/src/stdafx.h +++ b/plugins/AddContactPlus/src/stdafx.h @@ -2,7 +2,7 @@ AddContact+ plugin for Miranda NG
Copyright (C) 2007-11 Bartosz 'Dezeath' Białek
-Copyright (C) 2012-16 Miranda NG Team
+Copyright (C) 2012-17 Miranda NG Team
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/AddContactPlus/src/version.h b/plugins/AddContactPlus/src/version.h index dccecd37f9..76229dc746 100644 --- a/plugins/AddContactPlus/src/version.h +++ b/plugins/AddContactPlus/src/version.h @@ -11,4 +11,4 @@ #define __AUTHOR "Bartosz 'Dezeath' Bialek" #define __AUTHOREMAIL "dezred@gmail.com" #define __AUTHORWEB "http://miranda-ng.org/p/AddContactPlus/" -#define __COPYRIGHT "© 2007-16 Bartosz 'Dezeath' Bialek, Miranda NG Team" +#define __COPYRIGHT "© 2007-17 Bartosz 'Dezeath' Bialek, Miranda NG Team" |