diff --git a/CHANGES.TXT b/CHANGES.TXT index 2275195..89f64c7 100644 --- a/CHANGES.TXT +++ b/CHANGES.TXT @@ -15,10 +15,19 @@ Key: (name) - the name of the person running HydraIRC who first reported the problem or requested the feature +4/18/2026 - AM (0.3.169.1) - Experimental + gdwnldsKSC + * Resolved IRC protocol issue from github issue https://github/HydraIRC/hydrairc/issues/17 + 4/10/2026 - AM (0.3.169) - Experimental gdwnldsKSC * Updated DEVELPER.TXT with instructions for building under Visual Studio 2013 * XP SP2 minimum target - Pending IPv6 support will need this, as do WTL9.1 and other aspects. + +24/August/2023 - AM (0.3.168) + gdwnldsKSC + * Updated libXML2 from 2.5.1 to current libXML2 master as of 22/October/2022 + * Upgraded WTL8 to WTL9.1 23/September/2022 - AM (0.3.167) - Experimental gdwnldsKSC diff --git a/HydraIRC/AboutDlg.cpp b/HydraIRC/AboutDlg.cpp index 48382f9..4ed1cf7 100644 --- a/HydraIRC/AboutDlg.cpp +++ b/HydraIRC/AboutDlg.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra + Copyright (C) 2002-2026 Dominic Clifton aka Hydra - HydraIRC limited-use source license + 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 3 of the License, or + (at your option) any later version. - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/AboutDlg.h b/HydraIRC/AboutDlg.h index 2fa4f31..fff657b 100644 --- a/HydraIRC/AboutDlg.h +++ b/HydraIRC/AboutDlg.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/AddNetworkDlg.cpp b/HydraIRC/AddNetworkDlg.cpp index b41e50a..68dbbda 100644 --- a/HydraIRC/AddNetworkDlg.cpp +++ b/HydraIRC/AddNetworkDlg.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/AddNetworkDlg.h b/HydraIRC/AddNetworkDlg.h index a7c4139..d569f6a 100644 --- a/HydraIRC/AddNetworkDlg.h +++ b/HydraIRC/AddNetworkDlg.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/CLogger.cpp b/HydraIRC/CLogger.cpp index 76f758a..3af3b4b 100644 --- a/HydraIRC/CLogger.cpp +++ b/HydraIRC/CLogger.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/CLogger.h b/HydraIRC/CLogger.h index 90174dc..9c89894 100644 --- a/HydraIRC/CLogger.h +++ b/HydraIRC/CLogger.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra + Copyright (C) 2002-2026 Dominic Clifton aka Hydra - HydraIRC limited-use source license + 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 3 of the License, or + (at your option) any later version. - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Channel.cpp b/HydraIRC/Channel.cpp index b4f072f..2a6a70f 100644 --- a/HydraIRC/Channel.cpp +++ b/HydraIRC/Channel.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Channel.h b/HydraIRC/Channel.h index 67b0c34..f037a7f 100644 --- a/HydraIRC/Channel.h +++ b/HydraIRC/Channel.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/ChannelListDlg.cpp b/HydraIRC/ChannelListDlg.cpp index a30d4fa..42375e9 100644 --- a/HydraIRC/ChannelListDlg.cpp +++ b/HydraIRC/ChannelListDlg.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/ChannelListDlg.h b/HydraIRC/ChannelListDlg.h index 56a75f6..e2412f5 100644 --- a/HydraIRC/ChannelListDlg.h +++ b/HydraIRC/ChannelListDlg.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/ChannelMonitor.cpp b/HydraIRC/ChannelMonitor.cpp index d34d561..71205a3 100644 --- a/HydraIRC/ChannelMonitor.cpp +++ b/HydraIRC/ChannelMonitor.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/ChannelMonitor.h b/HydraIRC/ChannelMonitor.h index 6c77b99..3e01e42 100644 --- a/HydraIRC/ChannelMonitor.h +++ b/HydraIRC/ChannelMonitor.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/ChannelPropertiesDlg.cpp b/HydraIRC/ChannelPropertiesDlg.cpp index 1934252..0abba2f 100644 --- a/HydraIRC/ChannelPropertiesDlg.cpp +++ b/HydraIRC/ChannelPropertiesDlg.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/ChannelPropertiesDlg.h b/HydraIRC/ChannelPropertiesDlg.h index ad601c4..0061221 100644 --- a/HydraIRC/ChannelPropertiesDlg.h +++ b/HydraIRC/ChannelPropertiesDlg.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/ChildCommon.cpp b/HydraIRC/ChildCommon.cpp index d95aa09..9542377 100644 --- a/HydraIRC/ChildCommon.cpp +++ b/HydraIRC/ChildCommon.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/ChildCommon.h b/HydraIRC/ChildCommon.h index a139b62..8582e1b 100644 --- a/HydraIRC/ChildCommon.h +++ b/HydraIRC/ChildCommon.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra + Copyright (C) 2002-2026 Dominic Clifton aka Hydra - HydraIRC limited-use source license + 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 3 of the License, or + (at your option) any later version. - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/ChildFrm.cpp b/HydraIRC/ChildFrm.cpp index f3088f3..8502c89 100644 --- a/HydraIRC/ChildFrm.cpp +++ b/HydraIRC/ChildFrm.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ @@ -221,7 +212,7 @@ LRESULT CChildFrame::OnCreate(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam* /* If an application processes this message, it should return zero to - continue creation of the window. If the application returns –1, + continue creation of the window. If the application returns –1, the window is destroyed and the CreateWindowEx or CreateWindow function returns a NULL handle. */ diff --git a/HydraIRC/ChildFrm.h b/HydraIRC/ChildFrm.h index e73790d..77962f2 100644 --- a/HydraIRC/ChildFrm.h +++ b/HydraIRC/ChildFrm.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Colors.cpp b/HydraIRC/Colors.cpp index 5e99dff..51d56a2 100644 --- a/HydraIRC/Colors.cpp +++ b/HydraIRC/Colors.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Common.cpp b/HydraIRC/Common.cpp index 64ff884..499eead 100644 --- a/HydraIRC/Common.cpp +++ b/HydraIRC/Common.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Common.h b/HydraIRC/Common.h index 588d209..e3df5a2 100644 --- a/HydraIRC/Common.h +++ b/HydraIRC/Common.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/ConnectDlg.cpp b/HydraIRC/ConnectDlg.cpp index 64c4e5b..13e5f70 100644 --- a/HydraIRC/ConnectDlg.cpp +++ b/HydraIRC/ConnectDlg.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of HydraIRC's author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/ConnectDlg.h b/HydraIRC/ConnectDlg.h index 4160fc4..1e6c9d4 100644 --- a/HydraIRC/ConnectDlg.h +++ b/HydraIRC/ConnectDlg.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/DCCTransfer.cpp b/HydraIRC/DCCTransfer.cpp index b83ec27..b280956 100644 --- a/HydraIRC/DCCTransfer.cpp +++ b/HydraIRC/DCCTransfer.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/DCCTransfer.h b/HydraIRC/DCCTransfer.h index ac314b3..4eac88e 100644 --- a/HydraIRC/DCCTransfer.h +++ b/HydraIRC/DCCTransfer.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/DNSResolver.cpp b/HydraIRC/DNSResolver.cpp index 780b319..c7f3976 100644 --- a/HydraIRC/DNSResolver.cpp +++ b/HydraIRC/DNSResolver.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/DNSResolver.h b/HydraIRC/DNSResolver.h index 6be36c4..23f0454 100644 --- a/HydraIRC/DNSResolver.h +++ b/HydraIRC/DNSResolver.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra + Copyright (C) 2002-2026 Dominic Clifton aka Hydra - HydraIRC limited-use source license + 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 3 of the License, or + (at your option) any later version. - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/EditBuddyGroupDlg.cpp b/HydraIRC/EditBuddyGroupDlg.cpp index f2b7f98..22633d2 100644 --- a/HydraIRC/EditBuddyGroupDlg.cpp +++ b/HydraIRC/EditBuddyGroupDlg.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/EditBuddyGroupDlg.h b/HydraIRC/EditBuddyGroupDlg.h index 9b949ac..187736f 100644 --- a/HydraIRC/EditBuddyGroupDlg.h +++ b/HydraIRC/EditBuddyGroupDlg.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/EditNotificationDlg.cpp b/HydraIRC/EditNotificationDlg.cpp index bf1cc20..f8cb100 100644 --- a/HydraIRC/EditNotificationDlg.cpp +++ b/HydraIRC/EditNotificationDlg.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of HydraIRC's author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/EditNotificationDlg.h b/HydraIRC/EditNotificationDlg.h index fda066d..6d0cc19 100644 --- a/HydraIRC/EditNotificationDlg.h +++ b/HydraIRC/EditNotificationDlg.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of HydraIRC's author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/EditServerDetailsDlg.cpp b/HydraIRC/EditServerDetailsDlg.cpp index e9b80bd..5851f71 100644 --- a/HydraIRC/EditServerDetailsDlg.cpp +++ b/HydraIRC/EditServerDetailsDlg.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/EditServerDetailsDlg.h b/HydraIRC/EditServerDetailsDlg.h index 1a480a1..3cf6d5a 100644 --- a/HydraIRC/EditServerDetailsDlg.h +++ b/HydraIRC/EditServerDetailsDlg.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/EventLog.cpp b/HydraIRC/EventLog.cpp index bab0c38..3b7daf9 100644 --- a/HydraIRC/EventLog.cpp +++ b/HydraIRC/EventLog.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/EventLog.h b/HydraIRC/EventLog.h index e06e10b..5429208 100644 --- a/HydraIRC/EventLog.h +++ b/HydraIRC/EventLog.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of HydraIRC's author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/EventLogFrm.cpp b/HydraIRC/EventLogFrm.cpp index 7d18b9f..af983b7 100644 --- a/HydraIRC/EventLogFrm.cpp +++ b/HydraIRC/EventLogFrm.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/EventLogFrm.h b/HydraIRC/EventLogFrm.h index d3155f4..1d9c6d4 100644 --- a/HydraIRC/EventLogFrm.h +++ b/HydraIRC/EventLogFrm.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of HydraIRC's author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/EventManager.cpp b/HydraIRC/EventManager.cpp index 83ab4e9..c3af3e6 100644 --- a/HydraIRC/EventManager.cpp +++ b/HydraIRC/EventManager.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/EventManager.h b/HydraIRC/EventManager.h index 822534b..68e86d1 100644 --- a/HydraIRC/EventManager.h +++ b/HydraIRC/EventManager.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra + Copyright (C) 2002-2026 Dominic Clifton aka Hydra - HydraIRC limited-use source license + 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 3 of the License, or + (at your option) any later version. - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/FavoritesDlg.cpp b/HydraIRC/FavoritesDlg.cpp index 7e23627..3678808 100644 --- a/HydraIRC/FavoritesDlg.cpp +++ b/HydraIRC/FavoritesDlg.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/FavoritesDlg.h b/HydraIRC/FavoritesDlg.h index 8ecd33b..67fddd5 100644 --- a/HydraIRC/FavoritesDlg.h +++ b/HydraIRC/FavoritesDlg.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/GUIControls.h b/HydraIRC/GUIControls.h index df9f4be..cacbc56 100644 --- a/HydraIRC/GUIControls.h +++ b/HydraIRC/GUIControls.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra + Copyright (C) 2002-2026 Dominic Clifton aka Hydra - HydraIRC limited-use source license + 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 3 of the License, or + (at your option) any later version. - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/GUIHelpers.cpp b/HydraIRC/GUIHelpers.cpp index c56bfcd..3ac2376 100644 --- a/HydraIRC/GUIHelpers.cpp +++ b/HydraIRC/GUIHelpers.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra + Copyright (C) 2002-2026 Dominic Clifton aka Hydra - HydraIRC limited-use source license + 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 3 of the License, or + (at your option) any later version. - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of HydraIRC's author. + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/GUIHelpers.h b/HydraIRC/GUIHelpers.h index 4870bf0..70bd833 100644 --- a/HydraIRC/GUIHelpers.h +++ b/HydraIRC/GUIHelpers.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra + Copyright (C) 2002-2026 Dominic Clifton aka Hydra - HydraIRC limited-use source license + 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 3 of the License, or + (at your option) any later version. - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of HydraIRC's author. + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/HeaderView.cpp b/HydraIRC/HeaderView.cpp index e959307..f06257e 100644 --- a/HydraIRC/HeaderView.cpp +++ b/HydraIRC/HeaderView.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/HeaderView.h b/HydraIRC/HeaderView.h index ead4d54..8478cce 100644 --- a/HydraIRC/HeaderView.h +++ b/HydraIRC/HeaderView.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/HidingMDIWindow.cpp b/HydraIRC/HidingMDIWindow.cpp index 0a27253..a188c18 100644 --- a/HydraIRC/HidingMDIWindow.cpp +++ b/HydraIRC/HidingMDIWindow.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/HydraIRC.cpp b/HydraIRC/HydraIRC.cpp index d835348..83ae5d8 100644 --- a/HydraIRC/HydraIRC.cpp +++ b/HydraIRC/HydraIRC.cpp @@ -1,29 +1,20 @@ -/* +/* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/HydraIRC.h b/HydraIRC/HydraIRC.h index a30f192..01e595e 100644 --- a/HydraIRC/HydraIRC.h +++ b/HydraIRC/HydraIRC.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra + Copyright (C) 2002-2026 Dominic Clifton aka Hydra - HydraIRC limited-use source license + 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 3 of the License, or + (at your option) any later version. - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/HydraIRC.rc b/HydraIRC/HydraIRC.rc index 250b580..4d6ca5f 100644 --- a/HydraIRC/HydraIRC.rc +++ b/HydraIRC/HydraIRC.rc @@ -90,8 +90,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,3,169,0 - PRODUCTVERSION 0,3,169,0 + FILEVERSION 0,3,169,1 + PRODUCTVERSION 0,3,169,1 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -109,12 +109,12 @@ BEGIN VALUE "Comments", "http://www.HydraIRC.com" VALUE "CompanyName", "Hydra Productions" VALUE "FileDescription", "HydraIRC" - VALUE "FileVersion", "0.3.169.0" + VALUE "FileVersion", "0.3.169.1" VALUE "InternalName", "HydraIRC" VALUE "LegalCopyright", "Dominic Clifton - Copyright 2002-2026" VALUE "OriginalFilename", "HydraIRC.exe" VALUE "ProductName", "HydraIRC" - VALUE "ProductVersion", "0.3.169.0" + VALUE "ProductVersion", "0.3.169.1" END END BLOCK "VarFileInfo" diff --git a/HydraIRC/HydraIRCTypes.h b/HydraIRC/HydraIRCTypes.h index 585be44..3404a08 100644 --- a/HydraIRC/HydraIRCTypes.h +++ b/HydraIRC/HydraIRCTypes.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Identd.cpp b/HydraIRC/Identd.cpp index 2395e14..1be5d4c 100644 --- a/HydraIRC/Identd.cpp +++ b/HydraIRC/Identd.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Identd.h b/HydraIRC/Identd.h index 041b6a4..1da4e59 100644 --- a/HydraIRC/Identd.h +++ b/HydraIRC/Identd.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/InfoView.cpp b/HydraIRC/InfoView.cpp index 2d0e79a..b6dd521 100644 --- a/HydraIRC/InfoView.cpp +++ b/HydraIRC/InfoView.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Listener.cpp b/HydraIRC/Listener.cpp index 5c96e51..fd08481 100644 --- a/HydraIRC/Listener.cpp +++ b/HydraIRC/Listener.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Listener.h b/HydraIRC/Listener.h index f64a211..58df311 100644 --- a/HydraIRC/Listener.h +++ b/HydraIRC/Listener.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/MRUMDITab.h b/HydraIRC/MRUMDITab.h index 6e561fb..c1bb421 100644 --- a/HydraIRC/MRUMDITab.h +++ b/HydraIRC/MRUMDITab.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra + Copyright (C) 2002-2026 Dominic Clifton aka Hydra - HydraIRC limited-use source license + 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 3 of the License, or + (at your option) any later version. - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/MainFrm.cpp b/HydraIRC/MainFrm.cpp index 2a099ae..43335a1 100644 --- a/HydraIRC/MainFrm.cpp +++ b/HydraIRC/MainFrm.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of HydraIRC's author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/MainFrm.h b/HydraIRC/MainFrm.h index 3bec1b8..b20dbaf 100644 --- a/HydraIRC/MainFrm.h +++ b/HydraIRC/MainFrm.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of HydraIRC's author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/MsgView.cpp b/HydraIRC/MsgView.cpp index 1fa5d0e..5051e23 100644 --- a/HydraIRC/MsgView.cpp +++ b/HydraIRC/MsgView.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ @@ -856,7 +847,7 @@ LRESULT CMsgView::OnCreate(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, /* If an application processes this message, it should return zero to - continue creation of the window. If the application returns –1, + continue creation of the window. If the application returns –1, the window is destroyed and the CreateWindowEx or CreateWindow function returns a NULL handle. */ diff --git a/HydraIRC/MsgView.h b/HydraIRC/MsgView.h index 6fc8d94..00f7918 100644 --- a/HydraIRC/MsgView.h +++ b/HydraIRC/MsgView.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Notification.cpp b/HydraIRC/Notification.cpp index cb6a521..9df7e43 100644 --- a/HydraIRC/Notification.cpp +++ b/HydraIRC/Notification.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Notification.h b/HydraIRC/Notification.h index e1121fc..57d8974 100644 --- a/HydraIRC/Notification.h +++ b/HydraIRC/Notification.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Output.cpp b/HydraIRC/Output.cpp index 7c17b89..4007221 100644 --- a/HydraIRC/Output.cpp +++ b/HydraIRC/Output.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Output.h b/HydraIRC/Output.h index 8ba285d..1b3508a 100644 --- a/HydraIRC/Output.h +++ b/HydraIRC/Output.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/PluginManager.cpp b/HydraIRC/PluginManager.cpp index eea45e2..b88491f 100644 --- a/HydraIRC/PluginManager.cpp +++ b/HydraIRC/PluginManager.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/PluginManager.h b/HydraIRC/PluginManager.h index 3c35f75..e3e5e2c 100644 --- a/HydraIRC/PluginManager.h +++ b/HydraIRC/PluginManager.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Plugins/Alias/Plugin.cpp b/HydraIRC/Plugins/Alias/Plugin.cpp index cdbdc2e..bce95f8 100644 --- a/HydraIRC/Plugins/Alias/Plugin.cpp +++ b/HydraIRC/Plugins/Alias/Plugin.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Plugins/Alias/Plugin.h b/HydraIRC/Plugins/Alias/Plugin.h index 974b978..14cd66b 100644 --- a/HydraIRC/Plugins/Alias/Plugin.h +++ b/HydraIRC/Plugins/Alias/Plugin.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Plugins/Alias/stdafx.cpp b/HydraIRC/Plugins/Alias/stdafx.cpp index 5515f26..7d95983 100644 --- a/HydraIRC/Plugins/Alias/stdafx.cpp +++ b/HydraIRC/Plugins/Alias/stdafx.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Plugins/Alias/stdafx.h b/HydraIRC/Plugins/Alias/stdafx.h index d6f1a08..2847b6d 100644 --- a/HydraIRC/Plugins/Alias/stdafx.h +++ b/HydraIRC/Plugins/Alias/stdafx.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Plugins/Default/Plugin.cpp b/HydraIRC/Plugins/Default/Plugin.cpp index 9896030..295bb57 100644 --- a/HydraIRC/Plugins/Default/Plugin.cpp +++ b/HydraIRC/Plugins/Default/Plugin.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of HydraIRC's author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Plugins/Default/Plugin.h b/HydraIRC/Plugins/Default/Plugin.h index 974b978..14cd66b 100644 --- a/HydraIRC/Plugins/Default/Plugin.h +++ b/HydraIRC/Plugins/Default/Plugin.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Plugins/Default/stdafx.cpp b/HydraIRC/Plugins/Default/stdafx.cpp index 5515f26..7d95983 100644 --- a/HydraIRC/Plugins/Default/stdafx.cpp +++ b/HydraIRC/Plugins/Default/stdafx.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Plugins/Default/stdafx.h b/HydraIRC/Plugins/Default/stdafx.h index d0819b8..0c20cc8 100644 --- a/HydraIRC/Plugins/Default/stdafx.h +++ b/HydraIRC/Plugins/Default/stdafx.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Plugins/Uptime/Plugin.cpp b/HydraIRC/Plugins/Uptime/Plugin.cpp index a036fdd..34c6e23 100644 --- a/HydraIRC/Plugins/Uptime/Plugin.cpp +++ b/HydraIRC/Plugins/Uptime/Plugin.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of HydraIRC's author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Plugins/Uptime/Plugin.h b/HydraIRC/Plugins/Uptime/Plugin.h index 974b978..14cd66b 100644 --- a/HydraIRC/Plugins/Uptime/Plugin.h +++ b/HydraIRC/Plugins/Uptime/Plugin.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Plugins/Uptime/stdafx.cpp b/HydraIRC/Plugins/Uptime/stdafx.cpp index 5515f26..7d95983 100644 --- a/HydraIRC/Plugins/Uptime/stdafx.cpp +++ b/HydraIRC/Plugins/Uptime/stdafx.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Plugins/Uptime/stdafx.h b/HydraIRC/Plugins/Uptime/stdafx.h index 35d8b71..d27bf55 100644 --- a/HydraIRC/Plugins/Uptime/stdafx.h +++ b/HydraIRC/Plugins/Uptime/stdafx.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Plugins/WinAMP/Plugin.cpp b/HydraIRC/Plugins/WinAMP/Plugin.cpp index be5457c..c7d23c3 100644 --- a/HydraIRC/Plugins/WinAMP/Plugin.cpp +++ b/HydraIRC/Plugins/WinAMP/Plugin.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Plugins/WinAMP/Plugin.h b/HydraIRC/Plugins/WinAMP/Plugin.h index da96d25..964be74 100644 --- a/HydraIRC/Plugins/WinAMP/Plugin.h +++ b/HydraIRC/Plugins/WinAMP/Plugin.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Plugins/WinAMP/stdafx.cpp b/HydraIRC/Plugins/WinAMP/stdafx.cpp index 5515f26..7d95983 100644 --- a/HydraIRC/Plugins/WinAMP/stdafx.cpp +++ b/HydraIRC/Plugins/WinAMP/stdafx.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Plugins/WinAMP/stdafx.h b/HydraIRC/Plugins/WinAMP/stdafx.h index f946df2..80e67bb 100644 --- a/HydraIRC/Plugins/WinAMP/stdafx.h +++ b/HydraIRC/Plugins/WinAMP/stdafx.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Prefs.cpp b/HydraIRC/Prefs.cpp index d618050..950adb5 100644 --- a/HydraIRC/Prefs.cpp +++ b/HydraIRC/Prefs.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of HydraIRC's author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Prefs.h b/HydraIRC/Prefs.h index 76c144d..07f8325 100644 --- a/HydraIRC/Prefs.h +++ b/HydraIRC/Prefs.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of HydraIRC's author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/PrefsDlg.cpp b/HydraIRC/PrefsDlg.cpp index f3d9f60..b2a1264 100644 --- a/HydraIRC/PrefsDlg.cpp +++ b/HydraIRC/PrefsDlg.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/PrefsDlg.h b/HydraIRC/PrefsDlg.h index 2ab84ac..9df3c6a 100644 --- a/HydraIRC/PrefsDlg.h +++ b/HydraIRC/PrefsDlg.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/PrefsPage.h b/HydraIRC/PrefsPage.h index ed34937..0bd2dec 100644 --- a/HydraIRC/PrefsPage.h +++ b/HydraIRC/PrefsPage.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Prefs_BuddyGroupsPage.cpp b/HydraIRC/Prefs_BuddyGroupsPage.cpp index 81b6e82..8456d79 100644 --- a/HydraIRC/Prefs_BuddyGroupsPage.cpp +++ b/HydraIRC/Prefs_BuddyGroupsPage.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Prefs_BuddyGroupsPage.h b/HydraIRC/Prefs_BuddyGroupsPage.h index 88d6d83..10163c7 100644 --- a/HydraIRC/Prefs_BuddyGroupsPage.h +++ b/HydraIRC/Prefs_BuddyGroupsPage.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra + Copyright (C) 2002-2026 Dominic Clifton aka Hydra - HydraIRC limited-use source license + 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 3 of the License, or + (at your option) any later version. - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Prefs_CommandProfilesPage.cpp b/HydraIRC/Prefs_CommandProfilesPage.cpp index d1c0ab8..cb5274b 100644 --- a/HydraIRC/Prefs_CommandProfilesPage.cpp +++ b/HydraIRC/Prefs_CommandProfilesPage.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Prefs_CommandProfilesPage.h b/HydraIRC/Prefs_CommandProfilesPage.h index 21f8724..c7ecd2c 100644 --- a/HydraIRC/Prefs_CommandProfilesPage.h +++ b/HydraIRC/Prefs_CommandProfilesPage.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra + Copyright (C) 2002-2026 Dominic Clifton aka Hydra - HydraIRC limited-use source license + 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 3 of the License, or + (at your option) any later version. - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Prefs_FiltersPage.cpp b/HydraIRC/Prefs_FiltersPage.cpp index 6815f82..fa3d7c7 100644 --- a/HydraIRC/Prefs_FiltersPage.cpp +++ b/HydraIRC/Prefs_FiltersPage.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Prefs_FiltersPage.h b/HydraIRC/Prefs_FiltersPage.h index 2975659..4a89270 100644 --- a/HydraIRC/Prefs_FiltersPage.h +++ b/HydraIRC/Prefs_FiltersPage.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra + Copyright (C) 2002-2026 Dominic Clifton aka Hydra - HydraIRC limited-use source license + 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 3 of the License, or + (at your option) any later version. - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Prefs_HighlightingPage.cpp b/HydraIRC/Prefs_HighlightingPage.cpp index 638a24b..e295ba9 100644 --- a/HydraIRC/Prefs_HighlightingPage.cpp +++ b/HydraIRC/Prefs_HighlightingPage.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra + Copyright (C) 2002-2026 Dominic Clifton aka Hydra - HydraIRC limited-use source license + 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 3 of the License, or + (at your option) any later version. - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Prefs_HighlightingPage.h b/HydraIRC/Prefs_HighlightingPage.h index 0ad459d..8eeabe4 100644 --- a/HydraIRC/Prefs_HighlightingPage.h +++ b/HydraIRC/Prefs_HighlightingPage.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra + Copyright (C) 2002-2026 Dominic Clifton aka Hydra - HydraIRC limited-use source license + 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 3 of the License, or + (at your option) any later version. - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Prefs_IdentitiesPage.cpp b/HydraIRC/Prefs_IdentitiesPage.cpp index e645245..76459f4 100644 --- a/HydraIRC/Prefs_IdentitiesPage.cpp +++ b/HydraIRC/Prefs_IdentitiesPage.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Prefs_IdentitiesPage.h b/HydraIRC/Prefs_IdentitiesPage.h index 135bf8d..73d5162 100644 --- a/HydraIRC/Prefs_IdentitiesPage.h +++ b/HydraIRC/Prefs_IdentitiesPage.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra + Copyright (C) 2002-2026 Dominic Clifton aka Hydra - HydraIRC limited-use source license + 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 3 of the License, or + (at your option) any later version. - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Prefs_LoggingPage.cpp b/HydraIRC/Prefs_LoggingPage.cpp index 215d811..40bf77b 100644 --- a/HydraIRC/Prefs_LoggingPage.cpp +++ b/HydraIRC/Prefs_LoggingPage.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Prefs_LoggingPage.h b/HydraIRC/Prefs_LoggingPage.h index 0959845..e350097 100644 --- a/HydraIRC/Prefs_LoggingPage.h +++ b/HydraIRC/Prefs_LoggingPage.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra + Copyright (C) 2002-2026 Dominic Clifton aka Hydra - HydraIRC limited-use source license + 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 3 of the License, or + (at your option) any later version. - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Prefs_MessagesPage.cpp b/HydraIRC/Prefs_MessagesPage.cpp index 0ada85f..f9574f7 100644 --- a/HydraIRC/Prefs_MessagesPage.cpp +++ b/HydraIRC/Prefs_MessagesPage.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Prefs_MessagesPage.h b/HydraIRC/Prefs_MessagesPage.h index fa8526b..9735d56 100644 --- a/HydraIRC/Prefs_MessagesPage.h +++ b/HydraIRC/Prefs_MessagesPage.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra + Copyright (C) 2002-2026 Dominic Clifton aka Hydra - HydraIRC limited-use source license + 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 3 of the License, or + (at your option) any later version. - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Prefs_MiscPage.cpp b/HydraIRC/Prefs_MiscPage.cpp index 1d6a66d..437f3a4 100644 --- a/HydraIRC/Prefs_MiscPage.cpp +++ b/HydraIRC/Prefs_MiscPage.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Prefs_MiscPage.h b/HydraIRC/Prefs_MiscPage.h index c2c3e55..fab1527 100644 --- a/HydraIRC/Prefs_MiscPage.h +++ b/HydraIRC/Prefs_MiscPage.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra + Copyright (C) 2002-2026 Dominic Clifton aka Hydra - HydraIRC limited-use source license + 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 3 of the License, or + (at your option) any later version. - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Prefs_NotificationsPage.cpp b/HydraIRC/Prefs_NotificationsPage.cpp index e72006a..1782b04 100644 --- a/HydraIRC/Prefs_NotificationsPage.cpp +++ b/HydraIRC/Prefs_NotificationsPage.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Prefs_NotificationsPage.h b/HydraIRC/Prefs_NotificationsPage.h index b7d480e..a06e41c 100644 --- a/HydraIRC/Prefs_NotificationsPage.h +++ b/HydraIRC/Prefs_NotificationsPage.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra + Copyright (C) 2002-2026 Dominic Clifton aka Hydra - HydraIRC limited-use source license + 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 3 of the License, or + (at your option) any later version. - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Query.cpp b/HydraIRC/Query.cpp index c227216..d7eae27 100644 --- a/HydraIRC/Query.cpp +++ b/HydraIRC/Query.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Query.h b/HydraIRC/Query.h index accd221..78139ae 100644 --- a/HydraIRC/Query.h +++ b/HydraIRC/Query.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Server.cpp b/HydraIRC/Server.cpp index 4cd26c5..e9602bf 100644 --- a/HydraIRC/Server.cpp +++ b/HydraIRC/Server.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ @@ -1985,6 +1976,9 @@ void IRCServer::Parse( char *processstr ) { username = a; topictime = b; + if (topictime[0] == ':') { + topictime++; + } time_t l = (time_t)atol(topictime); // FIXME - no check for null string t = localtime(&l); } @@ -2023,23 +2017,32 @@ void IRCServer::Parse( char *processstr ) { char *channelname; channelname = strtok(rest, " "); - //username = UseEmptyString(strtok(NULL, " ")); - - time_t l = (time_t)atol(UseEmptyString(strtok(NULL, ""))); // FIXME - no check for null string + char *timeStr = UseEmptyString(strtok(NULL, "")); + if (!timeStr) { + sys_Printf(BIC_ERROR, "ERROR: Failed to parse creation time for channel %s\n", channelname); + break; + } + // ircd protocol fix for servers not putting space after + if (timeStr[0] == ':') { + timeStr++; + } + + time_t l = (time_t)atol(timeStr); tm *t = localtime(&l); m_Variables[VID_CHANNEL] = channelname; m_Variables[VID_PARAM1] = channelname; - m_Variables[VID_PARAM2] = t ? stripcrlf(asctime(t)) : "unknown"; + m_Variables[VID_PARAM2] = t ? stripcrlf(asctime(t)) : "unknown"; - IRCChannel *pChannel = FindChannel(channelname); - if (pChannel) - { - pChannel->OutputFormatter(BIC_TOPIC,num); - } - else - sys_Printf(BIC_ERROR,"ERROR: Received channel information for a channel that we've not joined (%s)\n",channelname); - } + IRCChannel *pChannel = FindChannel(channelname); + + if (pChannel) + { + pChannel->OutputFormatter(BIC_TOPIC, num); + } + else + sys_Printf(BIC_ERROR, "ERROR: Received channel information for a channel that we've not joined (%s)\n", channelname); + } break; case RPL_NAMREPLY: @@ -2117,6 +2120,10 @@ void IRCServer::Parse( char *processstr ) channelname = strtok(rest, " "); channelmode = UseEmptyString(strtok(NULL,"")); + if (channelmode && channelmode[0] == ':') { + channelmode++; + } + m_Variables[VID_CHANNEL] = channelname; m_Variables[VID_CHANNELMODE] = channelmode; m_Variables[VID_PARAM1] = channelname; @@ -2687,6 +2694,12 @@ void IRCServer::Parse( char *processstr ) m_Variables[VID_PARAM1] = to; m_Variables[VID_PARAM2] = tmpnick; m_Variables[VID_PARAM3] = UseEmptyString(rest); + + char *colonPos = strchr(rest, ':'); + if (colonPos) { + memmove(colonPos, colonPos + 1, strlen(colonPos)); + } + if (ischannelstartchar(to[0])) { IRCChannel *pChannel = FindChannel(to); diff --git a/HydraIRC/Server.h b/HydraIRC/Server.h index 32b2bb3..5bfba4a 100644 --- a/HydraIRC/Server.h +++ b/HydraIRC/Server.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/ServerList.cpp b/HydraIRC/ServerList.cpp index dd17fc3..f8d3dca 100644 --- a/HydraIRC/ServerList.cpp +++ b/HydraIRC/ServerList.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/ServerList.h b/HydraIRC/ServerList.h index 8e60d82..2ebf83d 100644 --- a/HydraIRC/ServerList.h +++ b/HydraIRC/ServerList.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/ServerMonitor.cpp b/HydraIRC/ServerMonitor.cpp index 5d36700..01dbae5 100644 --- a/HydraIRC/ServerMonitor.cpp +++ b/HydraIRC/ServerMonitor.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/ServerMonitor.h b/HydraIRC/ServerMonitor.h index e0de235..c79b95f 100644 --- a/HydraIRC/ServerMonitor.h +++ b/HydraIRC/ServerMonitor.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/SingleInstance.h b/HydraIRC/SingleInstance.h index 40440a9..d43ccd4 100644 --- a/HydraIRC/SingleInstance.h +++ b/HydraIRC/SingleInstance.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of HydraIRC's author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Socket.cpp b/HydraIRC/Socket.cpp index ae73cc0..9faec21 100644 --- a/HydraIRC/Socket.cpp +++ b/HydraIRC/Socket.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Socket.h b/HydraIRC/Socket.h index b232ebd..c46d895 100644 --- a/HydraIRC/Socket.h +++ b/HydraIRC/Socket.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/TextInputView.cpp b/HydraIRC/TextInputView.cpp index 4e65fc1..21c791b 100644 --- a/HydraIRC/TextInputView.cpp +++ b/HydraIRC/TextInputView.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/TextInputView.h b/HydraIRC/TextInputView.h index 6d6e6e5..8f9779f 100644 --- a/HydraIRC/TextInputView.h +++ b/HydraIRC/TextInputView.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/TextQueue.cpp b/HydraIRC/TextQueue.cpp index 98d07ce..87f62ce 100644 --- a/HydraIRC/TextQueue.cpp +++ b/HydraIRC/TextQueue.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/TextQueue.h b/HydraIRC/TextQueue.h index 3f1cf3e..3d9bc18 100644 --- a/HydraIRC/TextQueue.h +++ b/HydraIRC/TextQueue.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/TextQueueFrm.cpp b/HydraIRC/TextQueueFrm.cpp index b16d08b..b164005 100644 --- a/HydraIRC/TextQueueFrm.cpp +++ b/HydraIRC/TextQueueFrm.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/TextQueueFrm.h b/HydraIRC/TextQueueFrm.h index dbaf29f..46a5dc8 100644 --- a/HydraIRC/TextQueueFrm.h +++ b/HydraIRC/TextQueueFrm.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Transfers.cpp b/HydraIRC/Transfers.cpp index 06b78ca..ae68db4 100644 --- a/HydraIRC/Transfers.cpp +++ b/HydraIRC/Transfers.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Transfers.h b/HydraIRC/Transfers.h index ec4f296..5a8a85e 100644 --- a/HydraIRC/Transfers.h +++ b/HydraIRC/Transfers.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra + Copyright (C) 2002-2026 Dominic Clifton aka Hydra - HydraIRC limited-use source license + 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 3 of the License, or + (at your option) any later version. - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/TransfersFrm.cpp b/HydraIRC/TransfersFrm.cpp index cd3fff2..988fec5 100644 --- a/HydraIRC/TransfersFrm.cpp +++ b/HydraIRC/TransfersFrm.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/TransfersFrm.h b/HydraIRC/TransfersFrm.h index fe8291a..e242f88 100644 --- a/HydraIRC/TransfersFrm.h +++ b/HydraIRC/TransfersFrm.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/UserIdentityDlg.cpp b/HydraIRC/UserIdentityDlg.cpp index f95d8f6..26ddd5e 100644 --- a/HydraIRC/UserIdentityDlg.cpp +++ b/HydraIRC/UserIdentityDlg.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/UserIdentityDlg.h b/HydraIRC/UserIdentityDlg.h index 4e7c8c6..c90897e 100644 --- a/HydraIRC/UserIdentityDlg.h +++ b/HydraIRC/UserIdentityDlg.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra + Copyright (C) 2002-2026 Dominic Clifton aka Hydra - HydraIRC limited-use source license + 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 3 of the License, or + (at your option) any later version. - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/UserList.cpp b/HydraIRC/UserList.cpp index 15eff80..8faf92f 100644 --- a/HydraIRC/UserList.cpp +++ b/HydraIRC/UserList.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ @@ -113,7 +104,7 @@ LRESULT CUserListView::OnCreate(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lPara /* If an application processes this message, it should return zero to - continue creation of the window. If the application returns –1, + continue creation of the window. If the application returns –1, the window is destroyed and the CreateWindowEx or CreateWindow function returns a NULL handle. */ diff --git a/HydraIRC/UserList.h b/HydraIRC/UserList.h index 1a44e5e..f432631 100644 --- a/HydraIRC/UserList.h +++ b/HydraIRC/UserList.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Utility.cpp b/HydraIRC/Utility.cpp index daa569f..f0ac94d 100644 --- a/HydraIRC/Utility.cpp +++ b/HydraIRC/Utility.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/Utility.h b/HydraIRC/Utility.h index a0ced60..6fc5338 100644 --- a/HydraIRC/Utility.h +++ b/HydraIRC/Utility.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/include/API_Basic.h b/HydraIRC/include/API_Basic.h index a167a04..dc3cb37 100644 --- a/HydraIRC/include/API_Basic.h +++ b/HydraIRC/include/API_Basic.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/include/API_CommandProcessor.h b/HydraIRC/include/API_CommandProcessor.h index baca67f..0a0f743 100644 --- a/HydraIRC/include/API_CommandProcessor.h +++ b/HydraIRC/include/API_CommandProcessor.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/include/API_GUI.h b/HydraIRC/include/API_GUI.h index 1c8b9cc..58c1f44 100644 --- a/HydraIRC/include/API_GUI.h +++ b/HydraIRC/include/API_GUI.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of HydraIRC's author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/include/CBufferedFile.h b/HydraIRC/include/CBufferedFile.h index 47bdf7c..ca84e94 100644 --- a/HydraIRC/include/CBufferedFile.h +++ b/HydraIRC/include/CBufferedFile.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/include/CIDManager.h b/HydraIRC/include/CIDManager.h index 46597e8..11fe132 100644 --- a/HydraIRC/include/CIDManager.h +++ b/HydraIRC/include/CIDManager.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/include/CList.h b/HydraIRC/include/CList.h index 27b2efc..a862317 100644 --- a/HydraIRC/include/CList.h +++ b/HydraIRC/include/CList.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/include/CObjectManager.h b/HydraIRC/include/CObjectManager.h index 7e55f29..773dd21 100644 --- a/HydraIRC/include/CObjectManager.h +++ b/HydraIRC/include/CObjectManager.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/include/HydraIRCCommon.h b/HydraIRC/include/HydraIRCCommon.h index d3aead4..df76ae3 100644 --- a/HydraIRC/include/HydraIRCCommon.h +++ b/HydraIRC/include/HydraIRCCommon.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/include/HydraIRCPlugin.h b/HydraIRC/include/HydraIRCPlugin.h index 39708cd..60fddd7 100644 --- a/HydraIRC/include/HydraIRCPlugin.h +++ b/HydraIRC/include/HydraIRCPlugin.h @@ -1,33 +1,20 @@ /* - HydraIRC - plugin link-library + HydraIRC + Copyright (C) 2002-2026 Dominic Clifton aka Hydra - TODO: Stick LGPL license here, for now we're using the HydraIRC Limited License + 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 3 of the License, or + (at your option) any later version. - HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/include/dlgcontainer/DlgContainer.h b/HydraIRC/include/dlgcontainer/DlgContainer.h index b77cd38..8cae812 100644 --- a/HydraIRC/include/dlgcontainer/DlgContainer.h +++ b/HydraIRC/include/dlgcontainer/DlgContainer.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/irc.h b/HydraIRC/irc.h index 31992ca..809ae98 100644 --- a/HydraIRC/irc.h +++ b/HydraIRC/irc.h @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/libs/HydraIRCPlugin/HydraIRCPlugin.cpp b/HydraIRC/libs/HydraIRCPlugin/HydraIRCPlugin.cpp index cbdd9e0..91049b7 100644 --- a/HydraIRC/libs/HydraIRCPlugin/HydraIRCPlugin.cpp +++ b/HydraIRC/libs/HydraIRCPlugin/HydraIRCPlugin.cpp @@ -1,33 +1,20 @@ /* HydraIRC - plugin link-library + Copyright (C) 2002-2026 Dominic Clifton aka Hydra - TODO: Stick LGPL license here, for now we're using the HydraIRC Limited License - - HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/stdafx.cpp b/HydraIRC/stdafx.cpp index ae73c1c..ceb87d1 100644 --- a/HydraIRC/stdafx.cpp +++ b/HydraIRC/stdafx.cpp @@ -1,29 +1,20 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra - - HydraIRC limited-use source license - - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. - - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of the author. + Copyright (C) 2002-2026 Dominic Clifton aka Hydra + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ diff --git a/HydraIRC/version.h b/HydraIRC/version.h index b7ed615..bba2df9 100644 --- a/HydraIRC/version.h +++ b/HydraIRC/version.h @@ -1,34 +1,25 @@ /* HydraIRC - Copyright (C) 2002-2006 Dominic Clifton aka Hydra + Copyright (C) 2002-2026 Dominic Clifton aka Hydra - HydraIRC limited-use source license + 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 3 of the License, or + (at your option) any later version. - 1) You can: - 1.1) Use the source to create improvements and bug-fixes to send to the - author to be incorporated in the main program. - 1.2) Use it for review/educational purposes. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - 2) You can NOT: - 2.1) Use the source to create derivative works. (That is, you can't release - your own version of HydraIRC with your changes in it) - 2.2) Compile your own version and sell it. - 2.3) Distribute unmodified, modified source or compiled versions of HydraIRC - without first obtaining permission from the author. (I want one place - for people to come to get HydraIRC from) - 2.4) Use any of the code or other part of HydraIRC in anything other than - HydraIRC. - - 3) All code submitted to the project: - 3.1) Must not be covered by any license that conflicts with this license - (e.g. GPL code) - 3.2) Will become the property of HydraIRC's author. + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ -#define VERSIONNUM "v0.3.168" -#define VERSIONDATE "(13/November/2022)" +#define VERSIONNUM "v0.3.169.1" +#define VERSIONDATE "(18/April/2026)" #ifdef RELEASE_VERSION #define VERSIONSTRING_EXTRA_1 ""