diff options
author | dartraiden <wowemuh@gmail.com> | 2021-01-17 19:15:32 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2021-01-17 19:15:32 +0300 |
commit | 3eb8e1c65d5f096cd6d72a87e63d01e1da24052e (patch) | |
tree | 6ec634fc74f6ea87170b14893c4b046efc09729e /protocols/Omegle/src | |
parent | b2a65cb0e93f070ebb78dd69a9740527fb0e6261 (diff) |
Update copyrights
Diffstat (limited to 'protocols/Omegle/src')
-rw-r--r-- | protocols/Omegle/src/chat.cpp | 2 | ||||
-rw-r--r-- | protocols/Omegle/src/client.h | 2 | ||||
-rw-r--r-- | protocols/Omegle/src/communication.cpp | 2 | ||||
-rw-r--r-- | protocols/Omegle/src/connection.cpp | 2 | ||||
-rw-r--r-- | protocols/Omegle/src/constants.h | 2 | ||||
-rw-r--r-- | protocols/Omegle/src/db.h | 2 | ||||
-rw-r--r-- | protocols/Omegle/src/dialogs.cpp | 2 | ||||
-rw-r--r-- | protocols/Omegle/src/dialogs.h | 2 | ||||
-rw-r--r-- | protocols/Omegle/src/http.cpp | 2 | ||||
-rw-r--r-- | protocols/Omegle/src/http.h | 2 | ||||
-rw-r--r-- | protocols/Omegle/src/main.cpp | 2 | ||||
-rw-r--r-- | protocols/Omegle/src/messages.cpp | 2 | ||||
-rw-r--r-- | protocols/Omegle/src/proto.cpp | 2 | ||||
-rw-r--r-- | protocols/Omegle/src/proto.h | 2 | ||||
-rw-r--r-- | protocols/Omegle/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | protocols/Omegle/src/stdafx.h | 2 | ||||
-rw-r--r-- | protocols/Omegle/src/theme.cpp | 2 | ||||
-rw-r--r-- | protocols/Omegle/src/theme.h | 2 | ||||
-rw-r--r-- | protocols/Omegle/src/version.h | 2 |
19 files changed, 19 insertions, 19 deletions
diff --git a/protocols/Omegle/src/chat.cpp b/protocols/Omegle/src/chat.cpp index 6d96e70d93..a1a43f94ad 100644 --- a/protocols/Omegle/src/chat.cpp +++ b/protocols/Omegle/src/chat.cpp @@ -3,7 +3,7 @@ Omegle plugin for Miranda Instant Messenger
_____________________________________________
-Copyright © 2011-17 Robert Pösel, 2017-20 Miranda NG team
+Copyright © 2011-17 Robert Pösel, 2017-21 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/Omegle/src/client.h b/protocols/Omegle/src/client.h index f71f5ffd55..893213e2c3 100644 --- a/protocols/Omegle/src/client.h +++ b/protocols/Omegle/src/client.h @@ -3,7 +3,7 @@ Omegle plugin for Miranda Instant Messenger
_____________________________________________
-Copyright © 2011-17 Robert Pösel, 2017-20 Miranda NG team
+Copyright © 2011-17 Robert Pösel, 2017-21 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/Omegle/src/communication.cpp b/protocols/Omegle/src/communication.cpp index fbfd8d6f4d..b046a8bb5c 100644 --- a/protocols/Omegle/src/communication.cpp +++ b/protocols/Omegle/src/communication.cpp @@ -3,7 +3,7 @@ Omegle plugin for Miranda Instant Messenger _____________________________________________ -Copyright © 2011-17 Robert Pösel, 2017-20 Miranda NG team +Copyright © 2011-17 Robert Pösel, 2017-21 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/Omegle/src/connection.cpp b/protocols/Omegle/src/connection.cpp index 95927060d9..18a5944a82 100644 --- a/protocols/Omegle/src/connection.cpp +++ b/protocols/Omegle/src/connection.cpp @@ -3,7 +3,7 @@ Omegle plugin for Miranda Instant Messenger
_____________________________________________
-Copyright © 2011-17 Robert Pösel, 2017-20 Miranda NG team
+Copyright © 2011-17 Robert Pösel, 2017-21 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/Omegle/src/constants.h b/protocols/Omegle/src/constants.h index 24774d2a63..b2150bbce6 100644 --- a/protocols/Omegle/src/constants.h +++ b/protocols/Omegle/src/constants.h @@ -3,7 +3,7 @@ Omegle plugin for Miranda Instant Messenger
_____________________________________________
-Copyright © 2011-17 Robert Pösel, 2017-20 Miranda NG team
+Copyright © 2011-17 Robert Pösel, 2017-21 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/Omegle/src/db.h b/protocols/Omegle/src/db.h index 5312b93897..8b8fd741cc 100644 --- a/protocols/Omegle/src/db.h +++ b/protocols/Omegle/src/db.h @@ -3,7 +3,7 @@ Omegle plugin for Miranda Instant Messenger
_____________________________________________
-Copyright © 2011-17 Robert Pösel, 2017-20 Miranda NG team
+Copyright © 2011-17 Robert Pösel, 2017-21 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/Omegle/src/dialogs.cpp b/protocols/Omegle/src/dialogs.cpp index 308a74a005..d9fe55ccfb 100644 --- a/protocols/Omegle/src/dialogs.cpp +++ b/protocols/Omegle/src/dialogs.cpp @@ -3,7 +3,7 @@ Omegle plugin for Miranda Instant Messenger
_____________________________________________
-Copyright © 2011-17 Robert Pösel, 2017-20 Miranda NG team
+Copyright © 2011-17 Robert Pösel, 2017-21 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/Omegle/src/dialogs.h b/protocols/Omegle/src/dialogs.h index f5d3e3f105..cc432dc5cd 100644 --- a/protocols/Omegle/src/dialogs.h +++ b/protocols/Omegle/src/dialogs.h @@ -3,7 +3,7 @@ Omegle plugin for Miranda Instant Messenger
_____________________________________________
-Copyright © 2011-17 Robert Pösel, 2017-20 Miranda NG team
+Copyright © 2011-17 Robert Pösel, 2017-21 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/Omegle/src/http.cpp b/protocols/Omegle/src/http.cpp index 5ce4d57886..c73f674506 100644 --- a/protocols/Omegle/src/http.cpp +++ b/protocols/Omegle/src/http.cpp @@ -3,7 +3,7 @@ Omegle plugin for Miranda Instant Messenger
_____________________________________________
-Copyright © 2011-17 Robert Pösel, 2017-20 Miranda NG team
+Copyright © 2011-17 Robert Pösel, 2017-21 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/Omegle/src/http.h b/protocols/Omegle/src/http.h index 9eb1584b25..a3af9f8978 100644 --- a/protocols/Omegle/src/http.h +++ b/protocols/Omegle/src/http.h @@ -3,7 +3,7 @@ Omegle plugin for Miranda Instant Messenger
_____________________________________________
-Copyright © 2011-17 Robert Pösel, 2017-20 Miranda NG team
+Copyright © 2011-17 Robert Pösel, 2017-21 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/Omegle/src/main.cpp b/protocols/Omegle/src/main.cpp index b85f4e251f..5b3cafd490 100644 --- a/protocols/Omegle/src/main.cpp +++ b/protocols/Omegle/src/main.cpp @@ -3,7 +3,7 @@ Omegle plugin for Miranda Instant Messenger
_____________________________________________
-Copyright © 2011-17 Robert Pösel, 2017-20 Miranda NG team
+Copyright © 2011-17 Robert Pösel, 2017-21 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/Omegle/src/messages.cpp b/protocols/Omegle/src/messages.cpp index 5e0b236699..c97db39b4f 100644 --- a/protocols/Omegle/src/messages.cpp +++ b/protocols/Omegle/src/messages.cpp @@ -3,7 +3,7 @@ Omegle plugin for Miranda Instant Messenger _____________________________________________ -Copyright © 2011-17 Robert Pösel, 2017-20 Miranda NG team +Copyright © 2011-17 Robert Pösel, 2017-21 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/Omegle/src/proto.cpp b/protocols/Omegle/src/proto.cpp index 00a065c94a..d039420164 100644 --- a/protocols/Omegle/src/proto.cpp +++ b/protocols/Omegle/src/proto.cpp @@ -3,7 +3,7 @@ Omegle plugin for Miranda Instant Messenger
_____________________________________________
-Copyright © 2011-17 Robert Pösel, 2017-20 Miranda NG team
+Copyright © 2011-17 Robert Pösel, 2017-21 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/Omegle/src/proto.h b/protocols/Omegle/src/proto.h index fe84b61698..a2fc5ee35c 100644 --- a/protocols/Omegle/src/proto.h +++ b/protocols/Omegle/src/proto.h @@ -3,7 +3,7 @@ Omegle plugin for Miranda Instant Messenger
_____________________________________________
-Copyright © 2011-17 Robert Pösel, 2017-20 Miranda NG team
+Copyright © 2011-17 Robert Pösel, 2017-21 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/Omegle/src/stdafx.cxx b/protocols/Omegle/src/stdafx.cxx index b3191575f8..f70c8f3ec0 100644 --- a/protocols/Omegle/src/stdafx.cxx +++ b/protocols/Omegle/src/stdafx.cxx @@ -1,5 +1,5 @@ /*
-Copyright (C) 2012-20 Miranda NG team (https://miranda-ng.org)
+Copyright (C) 2012-21 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/Omegle/src/stdafx.h b/protocols/Omegle/src/stdafx.h index 999e1e20d0..7e35190ff9 100644 --- a/protocols/Omegle/src/stdafx.h +++ b/protocols/Omegle/src/stdafx.h @@ -3,7 +3,7 @@ Omegle plugin for Miranda Instant Messenger
_____________________________________________
-Copyright © 2011-17 Robert Pösel, 2017-20 Miranda NG team
+Copyright © 2011-17 Robert Pösel, 2017-21 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/Omegle/src/theme.cpp b/protocols/Omegle/src/theme.cpp index ee7b83b5df..fac4db5db2 100644 --- a/protocols/Omegle/src/theme.cpp +++ b/protocols/Omegle/src/theme.cpp @@ -3,7 +3,7 @@ Omegle plugin for Miranda Instant Messenger
_____________________________________________
-Copyright © 2011-17 Robert Pösel, 2017-20 Miranda NG team
+Copyright © 2011-17 Robert Pösel, 2017-21 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/Omegle/src/theme.h b/protocols/Omegle/src/theme.h index d9da5a49d8..cee358a517 100644 --- a/protocols/Omegle/src/theme.h +++ b/protocols/Omegle/src/theme.h @@ -3,7 +3,7 @@ Omegle plugin for Miranda Instant Messenger
_____________________________________________
-Copyright © 2011-17 Robert Pösel, 2017-20 Miranda NG team
+Copyright © 2011-17 Robert Pösel, 2017-21 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/Omegle/src/version.h b/protocols/Omegle/src/version.h index 878470d59c..a059fce18a 100644 --- a/protocols/Omegle/src/version.h +++ b/protocols/Omegle/src/version.h @@ -10,4 +10,4 @@ #define __DESCRIPTION "Omegle protocol support for Miranda NG."
#define __AUTHOR "Robert Pösel"
#define __AUTHORWEB "https://miranda-ng.org/p/Omegle/"
-#define __COPYRIGHT "© 2011-17 Robert Pösel, 2017-20 Miranda NG team"
+#define __COPYRIGHT "© 2011-17 Robert Pösel, 2017-21 Miranda NG team"
|