summaryrefslogtreecommitdiff
path: root/protocols/Icq10/src
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Icq10/src')
-rw-r--r--protocols/Icq10/src/http.cpp2
-rw-r--r--protocols/Icq10/src/main.cpp2
-rw-r--r--protocols/Icq10/src/options.cpp2
-rw-r--r--protocols/Icq10/src/proto.cpp2
-rw-r--r--protocols/Icq10/src/proto.h2
-rw-r--r--protocols/Icq10/src/server.cpp2
-rw-r--r--protocols/Icq10/src/stdafx.cxx2
-rw-r--r--protocols/Icq10/src/stdafx.h2
-rw-r--r--protocols/Icq10/src/utils.cpp2
-rw-r--r--protocols/Icq10/src/version.h4
10 files changed, 11 insertions, 11 deletions
diff --git a/protocols/Icq10/src/http.cpp b/protocols/Icq10/src/http.cpp
index 92154cd13e..4b560b6617 100644
--- a/protocols/Icq10/src/http.cpp
+++ b/protocols/Icq10/src/http.cpp
@@ -1,7 +1,7 @@
// -----------------------------------------------------------------------------
// ICQ plugin for Miranda NG
// -----------------------------------------------------------------------------
-// Copyright © 2018 Miranda NG team
+// Copyright © 2018-19 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/Icq10/src/main.cpp b/protocols/Icq10/src/main.cpp
index 6259a91a72..3a5267f444 100644
--- a/protocols/Icq10/src/main.cpp
+++ b/protocols/Icq10/src/main.cpp
@@ -1,7 +1,7 @@
// -----------------------------------------------------------------------------
// ICQ plugin for Miranda NG
// -----------------------------------------------------------------------------
-// Copyright © 2018 Miranda NG team
+// Copyright © 2018-19 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/Icq10/src/options.cpp b/protocols/Icq10/src/options.cpp
index 67a2c03663..90be6522e5 100644
--- a/protocols/Icq10/src/options.cpp
+++ b/protocols/Icq10/src/options.cpp
@@ -1,7 +1,7 @@
// -----------------------------------------------------------------------------
// ICQ plugin for Miranda NG
// -----------------------------------------------------------------------------
-// Copyright © 2018 Miranda NG team
+// Copyright © 2018-19 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/Icq10/src/proto.cpp b/protocols/Icq10/src/proto.cpp
index e4877204c7..00fbb1d260 100644
--- a/protocols/Icq10/src/proto.cpp
+++ b/protocols/Icq10/src/proto.cpp
@@ -6,7 +6,7 @@
// Copyright © 2001-2002 Jon Keating, Richard Hughes
// Copyright © 2002-2004 Martin Öberg, Sam Kothari, Robert Rainwater
// Copyright © 2004-2010 Joe Kucera, George Hazan
-// Copyright © 2012-2018 Miranda NG team
+// Copyright © 2012-2019 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/Icq10/src/proto.h b/protocols/Icq10/src/proto.h
index 30f0d7b7fd..c995a463c5 100644
--- a/protocols/Icq10/src/proto.h
+++ b/protocols/Icq10/src/proto.h
@@ -6,7 +6,7 @@
// Copyright © 2001-2002 Jon Keating, Richard Hughes
// Copyright © 2002-2004 Martin Öberg, Sam Kothari, Robert Rainwater
// Copyright © 2004-2010 Joe Kucera, George Hazan
-// Copyright © 2012-2018 Miranda NG team
+// Copyright © 2012-2019 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/Icq10/src/server.cpp b/protocols/Icq10/src/server.cpp
index d11e2301ac..adaabe5f2f 100644
--- a/protocols/Icq10/src/server.cpp
+++ b/protocols/Icq10/src/server.cpp
@@ -1,7 +1,7 @@
// -----------------------------------------------------------------------------
// ICQ plugin for Miranda NG
// -----------------------------------------------------------------------------
-// Copyright © 2018 Miranda NG team
+// Copyright © 2018-19 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/Icq10/src/stdafx.cxx b/protocols/Icq10/src/stdafx.cxx
index 1fcbafc511..66afad80f1 100644
--- a/protocols/Icq10/src/stdafx.cxx
+++ b/protocols/Icq10/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/protocols/Icq10/src/stdafx.h b/protocols/Icq10/src/stdafx.h
index 7eda1521d8..b88a72d112 100644
--- a/protocols/Icq10/src/stdafx.h
+++ b/protocols/Icq10/src/stdafx.h
@@ -6,7 +6,7 @@
// Copyright © 2001-2002 Jon Keating, Richard Hughes
// Copyright © 2002-2004 Martin Öberg, Sam Kothari, Robert Rainwater
// Copyright © 2004-2010 Joe Kucera
-// Copyright © 2012-2018 Miranda NG team
+// Copyright © 2012-2019 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/Icq10/src/utils.cpp b/protocols/Icq10/src/utils.cpp
index 17f5510142..c99f4f7915 100644
--- a/protocols/Icq10/src/utils.cpp
+++ b/protocols/Icq10/src/utils.cpp
@@ -1,7 +1,7 @@
// -----------------------------------------------------------------------------
// ICQ plugin for Miranda NG
// -----------------------------------------------------------------------------
-// Copyright © 2018 Miranda NG team
+// Copyright © 2018-19 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/Icq10/src/version.h b/protocols/Icq10/src/version.h
index dd1b918a61..fbf8c9aca9 100644
--- a/protocols/Icq10/src/version.h
+++ b/protocols/Icq10/src/version.h
@@ -5,9 +5,9 @@
#include <stdver.h>
-#define __PLUGIN_NAME "Icq/2018 protocol"
+#define __PLUGIN_NAME "ICQ/2018 protocol"
#define __FILENAME "ICQ.dll"
#define __DESCRIPTION "ICQ protocol support for Miranda NG."
#define __AUTHOR "George Hazan"
#define __AUTHORWEB "https://miranda-ng.org/p/ICQ/"
-#define __COPYRIGHT "© 2018 George Hazan"
+#define __COPYRIGHT "© 2018-19 George Hazan"