diff options
Diffstat (limited to 'protocols/Dummy')
-rw-r--r-- | protocols/Dummy/src/dummy.h | 2 | ||||
-rw-r--r-- | protocols/Dummy/src/dummy_options.cpp | 2 | ||||
-rw-r--r-- | protocols/Dummy/src/dummy_proto.cpp | 2 | ||||
-rw-r--r-- | protocols/Dummy/src/dummy_proto.h | 2 | ||||
-rw-r--r-- | protocols/Dummy/src/main.cpp | 2 | ||||
-rw-r--r-- | protocols/Dummy/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | protocols/Dummy/src/stdafx.h | 2 | ||||
-rw-r--r-- | protocols/Dummy/src/version.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/protocols/Dummy/src/dummy.h b/protocols/Dummy/src/dummy.h index 913ba35f8e..e371e30bc5 100644 --- a/protocols/Dummy/src/dummy.h +++ b/protocols/Dummy/src/dummy.h @@ -1,5 +1,5 @@ /*
-Copyright (c) 2014-17 Robert Pösel, 2017-21 Miranda NG team
+Copyright (c) 2014-17 Robert Pösel, 2017-22 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
diff --git a/protocols/Dummy/src/dummy_options.cpp b/protocols/Dummy/src/dummy_options.cpp index fae46af74b..4369bfe9df 100644 --- a/protocols/Dummy/src/dummy_options.cpp +++ b/protocols/Dummy/src/dummy_options.cpp @@ -1,5 +1,5 @@ /*
-Copyright (c) 2014-17 Robert Pösel, 2017-21 Miranda NG team
+Copyright (c) 2014-17 Robert Pösel, 2017-22 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
diff --git a/protocols/Dummy/src/dummy_proto.cpp b/protocols/Dummy/src/dummy_proto.cpp index f6a1731f7e..70c92a3560 100644 --- a/protocols/Dummy/src/dummy_proto.cpp +++ b/protocols/Dummy/src/dummy_proto.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2014-17 Robert Pösel, 2017-21 Miranda NG team +Copyright (c) 2014-17 Robert Pösel, 2017-22 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 diff --git a/protocols/Dummy/src/dummy_proto.h b/protocols/Dummy/src/dummy_proto.h index 09a9373a2e..1c5b496fdb 100644 --- a/protocols/Dummy/src/dummy_proto.h +++ b/protocols/Dummy/src/dummy_proto.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2014-17 Robert Pösel, 2017-21 Miranda NG team +Copyright (c) 2014-17 Robert Pösel, 2017-22 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 diff --git a/protocols/Dummy/src/main.cpp b/protocols/Dummy/src/main.cpp index 58562597d9..f7b5fb430d 100644 --- a/protocols/Dummy/src/main.cpp +++ b/protocols/Dummy/src/main.cpp @@ -1,5 +1,5 @@ /*
-Copyright (c) 2014-17 Robert Pösel, 2017-21 Miranda NG team
+Copyright (c) 2014-17 Robert Pösel, 2017-22 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
diff --git a/protocols/Dummy/src/stdafx.cxx b/protocols/Dummy/src/stdafx.cxx index 9b8a2c3fa8..4f38935a64 100644 --- a/protocols/Dummy/src/stdafx.cxx +++ b/protocols/Dummy/src/stdafx.cxx @@ -1,5 +1,5 @@ /* -Copyright (c) 2014-17 Robert Pösel, 2017-21 Miranda NG team +Copyright (c) 2014-17 Robert Pösel, 2017-22 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 diff --git a/protocols/Dummy/src/stdafx.h b/protocols/Dummy/src/stdafx.h index ddc55299d5..ca2b5e2f57 100644 --- a/protocols/Dummy/src/stdafx.h +++ b/protocols/Dummy/src/stdafx.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2014-17 Robert Pösel, 2017-21 Miranda NG team +Copyright (c) 2014-17 Robert Pösel, 2017-22 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 diff --git a/protocols/Dummy/src/version.h b/protocols/Dummy/src/version.h index 09de33bf0e..e61f01b3fb 100644 --- a/protocols/Dummy/src/version.h +++ b/protocols/Dummy/src/version.h @@ -10,4 +10,4 @@ #define __DESCRIPTION "Dummy protocol for Miranda NG. Could be used for holding contacts and history from deprecated protocols or for creating virtual contacts." #define __AUTHOR "Robert Pösel" #define __AUTHORWEB "https://miranda-ng.org/p/Dummy/" -#define __COPYRIGHT "© 2014-17 Robert Pösel, 2017-21 Miranda NG team" +#define __COPYRIGHT "© 2014-17 Robert Pösel, 2017-22 Miranda NG team" |