summaryrefslogtreecommitdiff
path: root/protocols/Discord
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2018-01-01 05:02:10 +0300
committerdartraiden <wowemuh@gmail.com>2018-01-01 05:02:10 +0300
commit28317a5f7331e1910811e6e37ee7c327ee42cafd (patch)
treef4762a7fde822c343ed4f67ea715bf8ac5fe1640 /protocols/Discord
parent9682ce6e05865f2267f4bed4d74f0e1e890baccc (diff)
massive copyright update
Diffstat (limited to 'protocols/Discord')
-rw-r--r--protocols/Discord/src/avatars.cpp2
-rw-r--r--protocols/Discord/src/connection.cpp2
-rw-r--r--protocols/Discord/src/dispatch.cpp2
-rw-r--r--protocols/Discord/src/gateway.cpp2
-rw-r--r--protocols/Discord/src/groupchat.cpp2
-rw-r--r--protocols/Discord/src/guilds.cpp2
-rw-r--r--protocols/Discord/src/http.cpp2
-rw-r--r--protocols/Discord/src/main.cpp2
-rw-r--r--protocols/Discord/src/menus.cpp2
-rw-r--r--protocols/Discord/src/options.cpp2
-rw-r--r--protocols/Discord/src/proto.cpp2
-rw-r--r--protocols/Discord/src/server.cpp2
-rw-r--r--protocols/Discord/src/stdafx.cxx2
-rw-r--r--protocols/Discord/src/utils.cpp2
-rw-r--r--protocols/Discord/src/version.h2
15 files changed, 15 insertions, 15 deletions
diff --git a/protocols/Discord/src/avatars.cpp b/protocols/Discord/src/avatars.cpp
index 73c5b49da4..ead76f36da 100644
--- a/protocols/Discord/src/avatars.cpp
+++ b/protocols/Discord/src/avatars.cpp
@@ -1,5 +1,5 @@
/*
-Copyright © 2016-17 Miranda NG team
+Copyright © 2016-18 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/protocols/Discord/src/connection.cpp b/protocols/Discord/src/connection.cpp
index 9c3c36da40..1034ecc2b3 100644
--- a/protocols/Discord/src/connection.cpp
+++ b/protocols/Discord/src/connection.cpp
@@ -1,5 +1,5 @@
/*
-Copyright © 2016-17 Miranda NG team
+Copyright © 2016-18 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/protocols/Discord/src/dispatch.cpp b/protocols/Discord/src/dispatch.cpp
index 025eeff0dd..1c53c6ccd0 100644
--- a/protocols/Discord/src/dispatch.cpp
+++ b/protocols/Discord/src/dispatch.cpp
@@ -1,5 +1,5 @@
/*
-Copyright © 2016-17 Miranda NG team
+Copyright © 2016-18 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/protocols/Discord/src/gateway.cpp b/protocols/Discord/src/gateway.cpp
index 228e6bad25..480cf6c012 100644
--- a/protocols/Discord/src/gateway.cpp
+++ b/protocols/Discord/src/gateway.cpp
@@ -1,5 +1,5 @@
/*
-Copyright © 2016-17 Miranda NG team
+Copyright © 2016-18 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/protocols/Discord/src/groupchat.cpp b/protocols/Discord/src/groupchat.cpp
index 6bf5735879..b2ba5f8248 100644
--- a/protocols/Discord/src/groupchat.cpp
+++ b/protocols/Discord/src/groupchat.cpp
@@ -1,5 +1,5 @@
/*
-Copyright © 2016-17 Miranda NG team
+Copyright © 2016-18 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/protocols/Discord/src/guilds.cpp b/protocols/Discord/src/guilds.cpp
index 9589494962..70bfeeeab0 100644
--- a/protocols/Discord/src/guilds.cpp
+++ b/protocols/Discord/src/guilds.cpp
@@ -1,5 +1,5 @@
/*
-Copyright © 2016-17 Miranda NG team
+Copyright © 2016-18 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/protocols/Discord/src/http.cpp b/protocols/Discord/src/http.cpp
index 26154f3ff6..743c615605 100644
--- a/protocols/Discord/src/http.cpp
+++ b/protocols/Discord/src/http.cpp
@@ -1,5 +1,5 @@
/*
-Copyright © 2016-17 Miranda NG team
+Copyright © 2016-18 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/protocols/Discord/src/main.cpp b/protocols/Discord/src/main.cpp
index 24c2b8e7b5..1221db08b0 100644
--- a/protocols/Discord/src/main.cpp
+++ b/protocols/Discord/src/main.cpp
@@ -1,5 +1,5 @@
/*
-Copyright © 2016-17 Miranda NG team
+Copyright © 2016-18 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/protocols/Discord/src/menus.cpp b/protocols/Discord/src/menus.cpp
index ee43464e16..a924264cc8 100644
--- a/protocols/Discord/src/menus.cpp
+++ b/protocols/Discord/src/menus.cpp
@@ -1,5 +1,5 @@
/*
-Copyright © 2016-17 Miranda NG team
+Copyright © 2016-18 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/protocols/Discord/src/options.cpp b/protocols/Discord/src/options.cpp
index f335f2aa91..2ed6333888 100644
--- a/protocols/Discord/src/options.cpp
+++ b/protocols/Discord/src/options.cpp
@@ -1,5 +1,5 @@
/*
-Copyright © 2016-17 Miranda NG team
+Copyright © 2016-18 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/protocols/Discord/src/proto.cpp b/protocols/Discord/src/proto.cpp
index fc935e20d0..ab1253571e 100644
--- a/protocols/Discord/src/proto.cpp
+++ b/protocols/Discord/src/proto.cpp
@@ -1,5 +1,5 @@
/*
-Copyright © 2016-17 Miranda NG team
+Copyright © 2016-18 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/protocols/Discord/src/server.cpp b/protocols/Discord/src/server.cpp
index 49eceea8a1..4dd70b00ab 100644
--- a/protocols/Discord/src/server.cpp
+++ b/protocols/Discord/src/server.cpp
@@ -1,5 +1,5 @@
/*
-Copyright © 2016-17 Miranda NG team
+Copyright © 2016-18 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/protocols/Discord/src/stdafx.cxx b/protocols/Discord/src/stdafx.cxx
index 1643cbea3a..bfac6c0b86 100644
--- a/protocols/Discord/src/stdafx.cxx
+++ b/protocols/Discord/src/stdafx.cxx
@@ -1,5 +1,5 @@
/*
-Copyright © 2016-17 Miranda NG team
+Copyright © 2016-18 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/protocols/Discord/src/utils.cpp b/protocols/Discord/src/utils.cpp
index 6e6d9700a7..1167b4a782 100644
--- a/protocols/Discord/src/utils.cpp
+++ b/protocols/Discord/src/utils.cpp
@@ -1,5 +1,5 @@
/*
-Copyright © 2016-17 Miranda NG team
+Copyright © 2016-18 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/protocols/Discord/src/version.h b/protocols/Discord/src/version.h
index 9114967209..19747c0df6 100644
--- a/protocols/Discord/src/version.h
+++ b/protocols/Discord/src/version.h
@@ -10,4 +10,4 @@
#define __DESCRIPTION "Discord support for Miranda NG."
#define __AUTHOR "George Hazan"
#define __AUTHORWEB "https://miranda-ng.org/p/Discord/"
-#define __COPYRIGHT "© 2016-17 Miranda NG team"
+#define __COPYRIGHT "© 2016-18 Miranda NG team"