summaryrefslogtreecommitdiff
path: root/protocols/Dummy/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-01-01 19:29:47 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-01-01 19:29:47 +0300
commitd82f8462ec7e8fdd742f89c62a80f54471059e2a (patch)
treec849c1ff50a70a1f948498d6398d5377ddef42ab /protocols/Dummy/src
parent8e6a2d89add33d2b3cec4820ffae395d3cb042db (diff)
Happy new year, Miranda
Diffstat (limited to 'protocols/Dummy/src')
-rw-r--r--protocols/Dummy/src/dummy.h2
-rw-r--r--protocols/Dummy/src/dummy_options.cpp2
-rw-r--r--protocols/Dummy/src/dummy_proto.cpp2
-rw-r--r--protocols/Dummy/src/dummy_proto.h2
-rw-r--r--protocols/Dummy/src/main.cpp2
-rw-r--r--protocols/Dummy/src/stdafx.h2
-rw-r--r--protocols/Dummy/src/version.h2
7 files changed, 7 insertions, 7 deletions
diff --git a/protocols/Dummy/src/dummy.h b/protocols/Dummy/src/dummy.h
index 17968a0520..1bc004cfaf 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-19 Miranda NG team
+Copyright (c) 2014-17 Robert Pösel, 2017-20 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 e0a4b1781b..6119e5dc0f 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-19 Miranda NG team
+Copyright (c) 2014-17 Robert Pösel, 2017-20 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 b1b10c4060..65e0c46e4e 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-19 Miranda NG team
+Copyright (c) 2014-17 Robert Pösel, 2017-20 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 06a604ffd3..530038bdbf 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-19 Miranda NG team
+Copyright (c) 2014-17 Robert Pösel, 2017-20 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 4dbf8e16eb..cbb09493b0 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-19 Miranda NG team
+Copyright (c) 2014-17 Robert Pösel, 2017-20 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 0b5ef8d72d..2a48b7265d 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-19 Miranda NG team
+Copyright (c) 2014-17 Robert Pösel, 2017-20 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 45a4d7dc27..e060424353 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-19 Miranda NG team"
+#define __COPYRIGHT "© 2014-17 Robert Pösel, 2017-20 Miranda NG team"