From 918f4fd2b42b5a72d53c63577abd1a1794bda448 Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Wed, 29 Dec 2021 12:01:33 +0100 Subject: [PATCH] Update copyright --- IRCDDBMultiClient.cpp | 1 + IRCDDBMultiClient.h | 1 + IRCMessage.cpp | 1 + IRCMessage.h | 1 + IRCMessageQueue.cpp | 3 +++ IRCMessageQueue.h | 5 ++++- IRCProtocol.cpp | 1 + IRCProtocol.h | 1 + IRCReceiver.cpp | 1 + IRCReceiver.h | 1 + 10 files changed, 15 insertions(+), 1 deletion(-) diff --git a/IRCDDBMultiClient.cpp b/IRCDDBMultiClient.cpp index 86ac8f4..7d76424 100644 --- a/IRCDDBMultiClient.cpp +++ b/IRCDDBMultiClient.cpp @@ -4,6 +4,7 @@ CIRCDDBClient - ircDDB client library in C++ Copyright (C) 2010-2011 Michael Dirska, DL1BFF (dl1bff@mdx.de) Copyright (C) 2011,2012 Jonathan Naylor, G4KLX +Copyright (c) 2021 by Thomas Geoffrey Merck F4FXL / KC3FRA 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/IRCDDBMultiClient.h b/IRCDDBMultiClient.h index a0cafdf..172b529 100644 --- a/IRCDDBMultiClient.h +++ b/IRCDDBMultiClient.h @@ -4,6 +4,7 @@ CIRCDDB - ircDDB client library in C++ Copyright (C) 2010-2011 Michael Dirska, DL1BFF (dl1bff@mdx.de) Copyright (C) 2011,2012 Jonathan Naylor, G4KLX +Copyright (c) 2021 by Thomas Geoffrey Merck F4FXL / KC3FRA 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/IRCMessage.cpp b/IRCMessage.cpp index 796a65d..8f6fb08 100644 --- a/IRCMessage.cpp +++ b/IRCMessage.cpp @@ -3,6 +3,7 @@ CIRCDDB - ircDDB client library in C++ Copyright (C) 2010-2011 Michael Dirska, DL1BFF (dl1bff@mdx.de) Copyright (c) 2017 by Thomas A. Early N7TAE +Copyright (c) 2021 by Thomas Geoffrey Merck F4FXL / KC3FRA 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/IRCMessage.h b/IRCMessage.h index 9755c87..e157405 100644 --- a/IRCMessage.h +++ b/IRCMessage.h @@ -3,6 +3,7 @@ CIRCDDB - ircDDB client library in C++ Copyright (C) 2010 Michael Dirska, DL1BFF (dl1bff@mdx.de) Copyright (c) 2017 by Thomas A. Early N7TAE +Copyright (c) 2021 by Thomas Geoffrey Merck F4FXL / KC3FRA 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/IRCMessageQueue.cpp b/IRCMessageQueue.cpp index 9cc6449..035e903 100644 --- a/IRCMessageQueue.cpp +++ b/IRCMessageQueue.cpp @@ -7,6 +7,9 @@ Copyright (C) 2010 Michael Dirska, DL1BFF (dl1bff@mdx.de) Completely rewritten by: Copyright (c) 2017 by Thomas A. Early N7TAE +Bug fixed by: +Copyright (c) 2021 by Thomas Geoffrey Merck F4FXL / KC3FRA + 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 the Free Software Foundation, either version 2 of the License, or diff --git a/IRCMessageQueue.h b/IRCMessageQueue.h index f0edd76..3ab656b 100644 --- a/IRCMessageQueue.h +++ b/IRCMessageQueue.h @@ -1,12 +1,15 @@ /* CIRCDDB - ircDDB client library in C++ -Based on original code by: +Based on code by: Copyright (C) 2010 Michael Dirska, DL1BFF (dl1bff@mdx.de) Completely rewritten by: Copyright (c) 2017 by Thomas A. Early N7TAE +Bug fixed by: +Copyright (c) 2021 by Thomas Geoffrey Merck F4FXL / KC3FRA + 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 the Free Software Foundation, either version 2 of the License, or diff --git a/IRCProtocol.cpp b/IRCProtocol.cpp index 2390404..0c43b50 100644 --- a/IRCProtocol.cpp +++ b/IRCProtocol.cpp @@ -3,6 +3,7 @@ CIRCDDB - ircDDB client library in C++ Copyright (C) 2010-2011 Michael Dirska, DL1BFF (dl1bff@mdx.de) Copyright (c) 2017 by Thomas A. Early N7TAE +Copyright (c) 2021 by Thomas Geoffrey Merck F4FXL / KC3FRA 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/IRCProtocol.h b/IRCProtocol.h index f8189ea..7f03d1b 100644 --- a/IRCProtocol.h +++ b/IRCProtocol.h @@ -3,6 +3,7 @@ CIRCDDB - ircDDB client library in C++ Copyright (C) 2010 Michael Dirska, DL1BFF (dl1bff@mdx.de) Copyright (c) 2017 by Thomas A. Early N7TAE +Copyright (c) 2021 by Thomas Geoffrey Merck F4FXL / KC3FRA 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/IRCReceiver.cpp b/IRCReceiver.cpp index ca25604..b23128b 100644 --- a/IRCReceiver.cpp +++ b/IRCReceiver.cpp @@ -3,6 +3,7 @@ CIRCDDB - ircDDB client library in C++ Copyright (C) 2010 Michael Dirska, DL1BFF (dl1bff@mdx.de) Copyright (c) 2017 by Thomas A. Early N7TAE +Copyright (c) 2021 by Thomas Geoffrey Merck F4FXL / KC3FRA 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/IRCReceiver.h b/IRCReceiver.h index a4019d8..0768e2f 100644 --- a/IRCReceiver.h +++ b/IRCReceiver.h @@ -4,6 +4,7 @@ CIRCDDB - ircDDB client library in C++ Copyright (C) 2010 Michael Dirska, DL1BFF (dl1bff@mdx.de) Copyright (C) 2012 Jonathan Naylor, G4KLX Copyright (c) 2017 by Thomas A. Early N7TAE +Copyright (c) 2021 by Thomas Geoffrey Merck F4FXL / KC3FRA 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