From 178d86830906f485847efefe2de45dc4c9426168 Mon Sep 17 00:00:00 2001 From: jfreegman Date: Sat, 2 Mar 2024 22:05:32 -0500 Subject: [PATCH] chore: fix and reduce length of license headers This adds back the original copyright dates removed in daf3d6b --- src/api.c | 19 +++---------------- src/api.h | 19 +++---------------- src/audio_call.c | 20 +++----------------- src/audio_call.h | 20 +++----------------- src/autocomplete.c | 20 +++----------------- src/autocomplete.h | 20 +++----------------- src/avatars.c | 20 +++----------------- src/avatars.h | 20 +++----------------- src/bootstrap.c | 20 +++----------------- src/bootstrap.h | 20 +++----------------- src/chat.c | 20 +++----------------- src/chat.h | 20 +++----------------- src/chat_commands.c | 20 +++----------------- src/chat_commands.h | 20 +++----------------- src/conference.c | 20 +++----------------- src/conference.h | 20 +++----------------- src/conference_commands.c | 20 +++----------------- src/conference_commands.h | 20 +++----------------- src/configdir.c | 20 +++----------------- src/configdir.h | 20 +++----------------- src/curl_util.c | 20 +++----------------- src/curl_util.h | 20 +++----------------- src/execute.c | 20 +++----------------- src/execute.h | 20 +++----------------- src/file_transfers.c | 20 +++----------------- src/file_transfers.h | 20 +++----------------- src/friendlist.c | 20 +++----------------- src/friendlist.h | 20 +++----------------- src/game_base.c | 20 +++----------------- src/game_base.h | 20 +++----------------- src/game_centipede.c | 20 +++----------------- src/game_centipede.h | 20 +++----------------- src/game_chess.c | 20 +++----------------- src/game_chess.h | 20 +++----------------- src/game_life.c | 20 +++----------------- src/game_life.h | 20 +++----------------- src/game_snake.c | 20 +++----------------- src/game_snake.h | 20 +++----------------- src/game_util.c | 20 +++----------------- src/game_util.h | 20 +++----------------- src/global_commands.c | 20 +++----------------- src/global_commands.h | 20 +++----------------- src/groupchat_commands.c | 20 +++----------------- src/groupchat_commands.h | 20 +++----------------- src/groupchats.c | 20 +++----------------- src/groupchats.h | 20 +++----------------- src/help.c | 20 +++----------------- src/help.h | 20 +++----------------- src/input.c | 20 +++----------------- src/input.h | 20 +++----------------- src/line_info.c | 20 +++----------------- src/line_info.h | 20 +++----------------- src/log.c | 20 +++----------------- src/log.h | 20 +++----------------- src/main.c | 20 +++----------------- src/message_queue.c | 20 +++----------------- src/message_queue.h | 20 +++----------------- src/misc_tools.c | 20 +++----------------- src/misc_tools.h | 20 +++----------------- src/name_lookup.c | 20 +++----------------- src/name_lookup.h | 20 +++----------------- src/notify.c | 20 +++----------------- src/notify.h | 20 +++----------------- src/osx_video.h | 20 +++----------------- src/osx_video.m | 20 +++----------------- src/prompt.c | 20 +++----------------- src/prompt.h | 20 +++----------------- src/python_api.c | 19 +++---------------- src/python_api.h | 19 +++---------------- src/qr_code.c | 20 +++----------------- src/qr_code.h | 20 +++----------------- src/settings.c | 20 +++----------------- src/settings.h | 20 +++----------------- src/term_mplex.c | 20 +++----------------- src/term_mplex.h | 20 +++----------------- src/toxic.c | 20 +++----------------- src/toxic.h | 20 +++----------------- src/video_call.c | 20 +++----------------- src/video_call.h | 20 +++----------------- src/video_device.c | 20 +++----------------- src/video_device.h | 20 +++----------------- src/windows.c | 20 +++----------------- src/windows.h | 20 +++----------------- src/x11focus.c | 20 +++----------------- src/x11focus.h | 20 +++----------------- 85 files changed, 255 insertions(+), 1441 deletions(-) diff --git a/src/api.c b/src/api.c index 4d8232377..29f47b5fb 100644 --- a/src/api.c +++ b/src/api.c @@ -1,23 +1,10 @@ /* api.c - * * * Copyright (C) 2017 Jakob Kreuze + * Copyright (C) 2017-2024 Toxic All Rights Reserved. * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #include "api.h" diff --git a/src/api.h b/src/api.h index 878754e31..a9217a0e5 100644 --- a/src/api.h +++ b/src/api.h @@ -1,23 +1,10 @@ /* api.h - * * * Copyright (C) 2017 Jakob Kreuze + * Copyright (C) 2017-2024 Toxic All Rights Reserved. * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef API_H diff --git a/src/audio_call.c b/src/audio_call.c index 13dd7c708..27fb8d772 100644 --- a/src/audio_call.c +++ b/src/audio_call.c @@ -1,23 +1,9 @@ /* audio_call.c * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #include "audio_call.h" diff --git a/src/audio_call.h b/src/audio_call.h index f9c34508c..53010e4e9 100644 --- a/src/audio_call.h +++ b/src/audio_call.h @@ -1,23 +1,9 @@ /* audio_call.h * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef AUDIO_CALL_H diff --git a/src/autocomplete.c b/src/autocomplete.c index ee900e931..8adc393b8 100644 --- a/src/autocomplete.c +++ b/src/autocomplete.c @@ -1,23 +1,9 @@ /* autocomplete.c * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #include "autocomplete.h" diff --git a/src/autocomplete.h b/src/autocomplete.h index 9802794ce..9dda7c770 100644 --- a/src/autocomplete.h +++ b/src/autocomplete.h @@ -1,23 +1,9 @@ /* autocomplete.h * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef AUTOCOMPLETE_H diff --git a/src/avatars.c b/src/avatars.c index 11094f6e6..4f1b6d582 100644 --- a/src/avatars.c +++ b/src/avatars.c @@ -1,23 +1,9 @@ /* avatars.c * + * Copyright (C) 2015-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #include diff --git a/src/avatars.h b/src/avatars.h index 8cd4335c9..8d88daf47 100644 --- a/src/avatars.h +++ b/src/avatars.h @@ -1,23 +1,9 @@ /* avatars.h * + * Copyright (C) 2015-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef AVATARS_H diff --git a/src/bootstrap.c b/src/bootstrap.c index f8529d19c..6ab2be64e 100644 --- a/src/bootstrap.c +++ b/src/bootstrap.c @@ -1,23 +1,9 @@ /* bootstrap.c * + * Copyright (C) 2016-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #include "bootstrap.h" diff --git a/src/bootstrap.h b/src/bootstrap.h index 0a720bbe5..91249a760 100644 --- a/src/bootstrap.h +++ b/src/bootstrap.h @@ -1,23 +1,9 @@ /* bootstrap.h * + * Copyright (C) 2016-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef BOOTSTRAP_H diff --git a/src/chat.c b/src/chat.c index 23ed4b339..f4211d7a9 100644 --- a/src/chat.c +++ b/src/chat.c @@ -1,23 +1,9 @@ /* chat.c * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef _GNU_SOURCE diff --git a/src/chat.h b/src/chat.h index b95db7f83..fc1e09d33 100644 --- a/src/chat.h +++ b/src/chat.h @@ -1,23 +1,9 @@ /* chat.h * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef CHAT_H diff --git a/src/chat_commands.c b/src/chat_commands.c index c5a3bec69..f92887a0e 100644 --- a/src/chat_commands.c +++ b/src/chat_commands.c @@ -1,23 +1,9 @@ /* chat_commands.c * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #include "chat_commands.h" diff --git a/src/chat_commands.h b/src/chat_commands.h index 92149832a..58d799360 100644 --- a/src/chat_commands.h +++ b/src/chat_commands.h @@ -1,23 +1,9 @@ /* chat_commands.h * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef CHAT_COMMANDS_H diff --git a/src/conference.c b/src/conference.c index 066818ec8..3f5d75237 100644 --- a/src/conference.c +++ b/src/conference.c @@ -1,23 +1,9 @@ /* conference.c * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef _GNU_SOURCE diff --git a/src/conference.h b/src/conference.h index 0ee494857..89f43de8b 100644 --- a/src/conference.h +++ b/src/conference.h @@ -1,23 +1,9 @@ /* conference.h * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef CONFERENCE_H diff --git a/src/conference_commands.c b/src/conference_commands.c index 5090f1760..650244349 100644 --- a/src/conference_commands.c +++ b/src/conference_commands.c @@ -1,23 +1,9 @@ /* conference_commands.c * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #include "conference_commands.h" diff --git a/src/conference_commands.h b/src/conference_commands.h index 6704a167c..c6ff09841 100644 --- a/src/conference_commands.h +++ b/src/conference_commands.h @@ -1,23 +1,9 @@ /* conference_commands.h * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef CONFERENCE_COMMANDS_H diff --git a/src/configdir.c b/src/configdir.c index cb41c598d..a2747c7ab 100644 --- a/src/configdir.c +++ b/src/configdir.c @@ -1,23 +1,9 @@ /* configdir.c * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #include diff --git a/src/configdir.h b/src/configdir.h index 61e1acacc..77bb17cf3 100644 --- a/src/configdir.h +++ b/src/configdir.h @@ -1,23 +1,9 @@ /* configdir.h * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef CONFIGDIR_H diff --git a/src/curl_util.c b/src/curl_util.c index a7161b043..01a23c578 100644 --- a/src/curl_util.c +++ b/src/curl_util.c @@ -1,23 +1,9 @@ /* curl_util.c * + * Copyright (C) 2016-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #include diff --git a/src/curl_util.h b/src/curl_util.h index b4f3be495..0afa74ab8 100644 --- a/src/curl_util.h +++ b/src/curl_util.h @@ -1,23 +1,9 @@ /* curl_util.h * + * Copyright (C) 2016-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef CURL_UTIL_H diff --git a/src/execute.c b/src/execute.c index 25a6ef04f..3afa2863a 100644 --- a/src/execute.c +++ b/src/execute.c @@ -1,23 +1,9 @@ /* execute.c * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #include diff --git a/src/execute.h b/src/execute.h index 45226781a..535d7ffe1 100644 --- a/src/execute.h +++ b/src/execute.h @@ -1,23 +1,9 @@ /* execute.h * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef EXECUTE_H diff --git a/src/file_transfers.c b/src/file_transfers.c index d1a3b49d6..41c8ee34f 100644 --- a/src/file_transfers.c +++ b/src/file_transfers.c @@ -1,23 +1,9 @@ /* file_transfers.c * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #include diff --git a/src/file_transfers.h b/src/file_transfers.h index b8b27e95d..2874b8718 100644 --- a/src/file_transfers.h +++ b/src/file_transfers.h @@ -1,23 +1,9 @@ /* file_transfers.h * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef FILE_TRANSFERS_H diff --git a/src/friendlist.c b/src/friendlist.c index 12963f332..f5eed70bc 100644 --- a/src/friendlist.c +++ b/src/friendlist.c @@ -1,23 +1,9 @@ /* friendlist.c * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #include diff --git a/src/friendlist.h b/src/friendlist.h index 81262c9ea..93eed3ae0 100644 --- a/src/friendlist.h +++ b/src/friendlist.h @@ -1,23 +1,9 @@ /* friendlist.h * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef FRIENDLIST_H diff --git a/src/game_base.c b/src/game_base.c index ecc85e284..5deb5fea8 100644 --- a/src/game_base.c +++ b/src/game_base.c @@ -1,23 +1,9 @@ /* game_base.c * + * Copyright (C) 2020-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #include diff --git a/src/game_base.h b/src/game_base.h index d236cfb3f..711c4e3f8 100644 --- a/src/game_base.h +++ b/src/game_base.h @@ -1,23 +1,9 @@ /* game_base.h * + * Copyright (C) 2020-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef GAME_BASE diff --git a/src/game_centipede.c b/src/game_centipede.c index 4eef52a94..74b8e1d96 100644 --- a/src/game_centipede.c +++ b/src/game_centipede.c @@ -1,23 +1,9 @@ /* game_centipede.c * + * Copyright (C) 2020-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #include diff --git a/src/game_centipede.h b/src/game_centipede.h index 4183c4f8d..92c18964a 100644 --- a/src/game_centipede.h +++ b/src/game_centipede.h @@ -1,23 +1,9 @@ /* game_centipede.h * + * Copyright (C) 2020-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef GAME_CENTIPEDE diff --git a/src/game_chess.c b/src/game_chess.c index bcf9deb35..0cbef4b7b 100644 --- a/src/game_chess.c +++ b/src/game_chess.c @@ -1,23 +1,9 @@ /* game_chess.c * + * Copyright (C) 2020-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #include diff --git a/src/game_chess.h b/src/game_chess.h index e452bc607..57c74e517 100644 --- a/src/game_chess.h +++ b/src/game_chess.h @@ -1,23 +1,9 @@ /* game_chess.h * + * Copyright (C) 2020-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef GAME_CHESS diff --git a/src/game_life.c b/src/game_life.c index ce6524b04..9ebac9b97 100644 --- a/src/game_life.c +++ b/src/game_life.c @@ -1,23 +1,9 @@ /* game_life.c * + * Copyright (C) 2020-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #include diff --git a/src/game_life.h b/src/game_life.h index e2951a35c..92ffb9ff7 100644 --- a/src/game_life.h +++ b/src/game_life.h @@ -1,23 +1,9 @@ /* game_life.h * + * Copyright (C) 2020-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef GAME_LIFE diff --git a/src/game_snake.c b/src/game_snake.c index 634d33cee..9f7bcb362 100644 --- a/src/game_snake.c +++ b/src/game_snake.c @@ -1,23 +1,9 @@ /* game_snake.c * + * Copyright (C) 2020-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #include diff --git a/src/game_snake.h b/src/game_snake.h index 30d7b94a7..e868af3c4 100644 --- a/src/game_snake.h +++ b/src/game_snake.h @@ -1,23 +1,9 @@ /* game_snake.h * + * Copyright (C) 2020-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef GAME_SNAKE diff --git a/src/game_util.c b/src/game_util.c index dfdb9fbfe..0f293924f 100644 --- a/src/game_util.c +++ b/src/game_util.c @@ -1,23 +1,9 @@ /* game_util.c * + * Copyright (C) 2020-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #include diff --git a/src/game_util.h b/src/game_util.h index cee63ebcf..308e315aa 100644 --- a/src/game_util.h +++ b/src/game_util.h @@ -1,23 +1,9 @@ /* game_util.h * + * Copyright (C) 2020-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef GAME_UTIL diff --git a/src/global_commands.c b/src/global_commands.c index 0a56d940e..072bd4d5f 100644 --- a/src/global_commands.c +++ b/src/global_commands.c @@ -1,23 +1,9 @@ /* global_commands.c * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #include "global_commands.h" diff --git a/src/global_commands.h b/src/global_commands.h index 9a9f227ca..8e9947f29 100644 --- a/src/global_commands.h +++ b/src/global_commands.h @@ -1,23 +1,9 @@ /* global_commands.h * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef GLOBAL_COMMANDS_H diff --git a/src/groupchat_commands.c b/src/groupchat_commands.c index fc74825aa..aa1ed4e78 100644 --- a/src/groupchat_commands.c +++ b/src/groupchat_commands.c @@ -1,23 +1,9 @@ /* groupchat_commands.c * + * Copyright (C) 2020-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #include "groupchat_commands.h" diff --git a/src/groupchat_commands.h b/src/groupchat_commands.h index 4850aac52..1aa6c7142 100644 --- a/src/groupchat_commands.h +++ b/src/groupchat_commands.h @@ -1,23 +1,9 @@ /* groupchat_commands.h * + * Copyright (C) 2020-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef GROUPCHAT_COMMANDS_H diff --git a/src/groupchats.c b/src/groupchats.c index a336b254a..41cc40f5b 100644 --- a/src/groupchats.c +++ b/src/groupchats.c @@ -1,23 +1,9 @@ /* groupchats.c * + * Copyright (C) 2020-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef _GNU_SOURCE diff --git a/src/groupchats.h b/src/groupchats.h index 2c0763740..c5c87e9b3 100644 --- a/src/groupchats.h +++ b/src/groupchats.h @@ -1,23 +1,9 @@ /* groupchats.h * + * Copyright (C) 2020-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef GROUPCHATS_H diff --git a/src/help.c b/src/help.c index dee648a8e..9ec98f725 100644 --- a/src/help.c +++ b/src/help.c @@ -1,23 +1,9 @@ /* help.c * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #include diff --git a/src/help.h b/src/help.h index b1a3c76e8..279220eee 100644 --- a/src/help.h +++ b/src/help.h @@ -1,23 +1,9 @@ /* help.h * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef HELP_H diff --git a/src/input.c b/src/input.c index db6e21827..8a5db0f95 100644 --- a/src/input.c +++ b/src/input.c @@ -1,23 +1,9 @@ /* input.c * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef _GNU_SOURCE diff --git a/src/input.h b/src/input.h index b9424e537..19f417e11 100644 --- a/src/input.h +++ b/src/input.h @@ -1,23 +1,9 @@ /* input.h * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef INPUT_H diff --git a/src/line_info.c b/src/line_info.c index 195f946cc..e95bbd102 100644 --- a/src/line_info.c +++ b/src/line_info.c @@ -1,23 +1,9 @@ /* line_info.c * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef _GNU_SOURCE diff --git a/src/line_info.h b/src/line_info.h index 514f96884..297846479 100644 --- a/src/line_info.h +++ b/src/line_info.h @@ -1,23 +1,9 @@ /* line_info.h * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef LINE_INFO_H diff --git a/src/log.c b/src/log.c index e028096d1..304138a36 100644 --- a/src/log.c +++ b/src/log.c @@ -1,23 +1,9 @@ /* log.c * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #include diff --git a/src/log.h b/src/log.h index 958d68047..86cae0e53 100644 --- a/src/log.h +++ b/src/log.h @@ -1,23 +1,9 @@ /* log.h * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef LOG_H diff --git a/src/main.c b/src/main.c index 15cf852b7..444b53750 100644 --- a/src/main.c +++ b/src/main.c @@ -1,23 +1,9 @@ /* main.c * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #include diff --git a/src/message_queue.c b/src/message_queue.c index 7e369e36f..45f31816f 100644 --- a/src/message_queue.c +++ b/src/message_queue.c @@ -1,23 +1,9 @@ /* message_queue.c * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #include diff --git a/src/message_queue.h b/src/message_queue.h index 6420c0473..c77577059 100644 --- a/src/message_queue.h +++ b/src/message_queue.h @@ -1,23 +1,9 @@ /* message_queue.h * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef MESSAGE_QUEUE_H diff --git a/src/misc_tools.c b/src/misc_tools.c index 67ecce188..632f52601 100644 --- a/src/misc_tools.c +++ b/src/misc_tools.c @@ -1,23 +1,9 @@ /* misc_tools.c * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #include diff --git a/src/misc_tools.h b/src/misc_tools.h index 1a6fbdb84..0dfed8f01 100644 --- a/src/misc_tools.h +++ b/src/misc_tools.h @@ -1,23 +1,9 @@ /* misc_tools.h * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef MISC_TOOLS_H #define MISC_TOOLS_H diff --git a/src/name_lookup.c b/src/name_lookup.c index e94425f14..7ca1f39da 100644 --- a/src/name_lookup.c +++ b/src/name_lookup.c @@ -1,23 +1,9 @@ /* name_lookup.c * + * Copyright (C) 2015-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #include "name_lookup.h" diff --git a/src/name_lookup.h b/src/name_lookup.h index 4395e9189..3fde815f9 100644 --- a/src/name_lookup.h +++ b/src/name_lookup.h @@ -1,23 +1,9 @@ /* name_lookup.h * + * Copyright (C) 2015-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef NAME_LOOKUP diff --git a/src/notify.c b/src/notify.c index 8b25fa18d..8628d28e1 100644 --- a/src/notify.c +++ b/src/notify.c @@ -1,23 +1,9 @@ /* notify.c * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #include diff --git a/src/notify.h b/src/notify.h index 2521e538a..20c3c17bc 100644 --- a/src/notify.h +++ b/src/notify.h @@ -1,23 +1,9 @@ /* notify.h * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef NOTIFY_H diff --git a/src/osx_video.h b/src/osx_video.h index d17c20c89..f7d473dbf 100644 --- a/src/osx_video.h +++ b/src/osx_video.h @@ -1,23 +1,9 @@ /* osx_video.h * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef OSX_VIDEO_H diff --git a/src/osx_video.m b/src/osx_video.m index e0585342b..d42cdc512 100644 --- a/src/osx_video.m +++ b/src/osx_video.m @@ -1,23 +1,9 @@ /* osx_video.m * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifdef __OBJC__ diff --git a/src/prompt.c b/src/prompt.c index 6200c31f2..6d3880fab 100644 --- a/src/prompt.c +++ b/src/prompt.c @@ -1,23 +1,9 @@ /* prompt.c * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef _GNU_SOURCE diff --git a/src/prompt.h b/src/prompt.h index 28a219873..f37644df6 100644 --- a/src/prompt.h +++ b/src/prompt.h @@ -1,23 +1,9 @@ /* prompt.h * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef PROMPT_H diff --git a/src/python_api.c b/src/python_api.c index 7de81e896..a196aad46 100644 --- a/src/python_api.c +++ b/src/python_api.c @@ -1,23 +1,10 @@ /* python_api.c - * * * Copyright (C) 2017 Jakob Kreuze + * Copyright (C) 2017-2024 Toxic All Rights Reserved. * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #include "python_api.h" diff --git a/src/python_api.h b/src/python_api.h index 8f6d46900..4fec58273 100644 --- a/src/python_api.h +++ b/src/python_api.h @@ -1,23 +1,10 @@ /* python_api.h - * * * Copyright (C) 2017 Jakob Kreuze + * Copyright (C) 2017-2024 Toxic All Rights Reserved. * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef PYTHON_API_H diff --git a/src/qr_code.c b/src/qr_code.c index fb3ff2112..dfe0ee9e5 100644 --- a/src/qr_code.c +++ b/src/qr_code.c @@ -1,23 +1,9 @@ /* qr_code.c * + * Copyright (C) 2015-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifdef QRCODE diff --git a/src/qr_code.h b/src/qr_code.h index a35676d1f..1e825bccc 100644 --- a/src/qr_code.h +++ b/src/qr_code.h @@ -1,23 +1,9 @@ /* qr_code.h * + * Copyright (C) 2015-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef QR_CODE diff --git a/src/settings.c b/src/settings.c index 3e701c8ec..c39e74104 100644 --- a/src/settings.c +++ b/src/settings.c @@ -1,23 +1,9 @@ /* settings.c * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #include diff --git a/src/settings.h b/src/settings.h index 1282af6f2..a49da3a1a 100644 --- a/src/settings.h +++ b/src/settings.h @@ -1,23 +1,9 @@ /* settings.h * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef SETTINGS_H diff --git a/src/term_mplex.c b/src/term_mplex.c index 9a0dcd3f5..74df1ee52 100644 --- a/src/term_mplex.c +++ b/src/term_mplex.c @@ -1,23 +1,9 @@ /* term_mplex.c * + * Copyright (C) 2015-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #include /* PATH_MAX */ diff --git a/src/term_mplex.h b/src/term_mplex.h index 7aaa9d82a..1c2e0fd77 100644 --- a/src/term_mplex.h +++ b/src/term_mplex.h @@ -1,23 +1,9 @@ /* term_mplex.h * + * Copyright (C) 2015-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef TERM_MPLEX_H diff --git a/src/toxic.c b/src/toxic.c index 77b2cd488..fecd1ad3a 100644 --- a/src/toxic.c +++ b/src/toxic.c @@ -1,23 +1,9 @@ /* toxic.c * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #include diff --git a/src/toxic.h b/src/toxic.h index 85aefe83a..dc97adf85 100644 --- a/src/toxic.h +++ b/src/toxic.h @@ -1,23 +1,9 @@ /* toxic.h * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef TOXIC_H diff --git a/src/video_call.c b/src/video_call.c index e582c4082..181f3ff5b 100644 --- a/src/video_call.c +++ b/src/video_call.c @@ -1,23 +1,9 @@ /* video_call.c * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #include "chat_commands.h" diff --git a/src/video_call.h b/src/video_call.h index 3e46817aa..c34a5ecb5 100644 --- a/src/video_call.h +++ b/src/video_call.h @@ -1,23 +1,9 @@ /* video_call.h * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef VIDEO_CALL_H diff --git a/src/video_device.c b/src/video_device.c index 6d10840f5..f61f43a2f 100644 --- a/src/video_device.c +++ b/src/video_device.c @@ -1,23 +1,9 @@ /* video_device.c * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #include "video_call.h" diff --git a/src/video_device.h b/src/video_device.h index df9e2f631..2ffc8eab8 100644 --- a/src/video_device.h +++ b/src/video_device.h @@ -1,23 +1,9 @@ /* video_device.h * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef VIDEO_DEVICE_H diff --git a/src/windows.c b/src/windows.c index 454cb6f47..225f876fb 100644 --- a/src/windows.c +++ b/src/windows.c @@ -1,23 +1,9 @@ /* windows.c * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #include diff --git a/src/windows.h b/src/windows.h index ca6d5d460..8198d0d6f 100644 --- a/src/windows.h +++ b/src/windows.h @@ -1,23 +1,9 @@ /* windows.h * + * Copyright (C) 2014-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef WINDOWS_H diff --git a/src/x11focus.c b/src/x11focus.c index 4d59abf74..616e2e2a3 100644 --- a/src/x11focus.c +++ b/src/x11focus.c @@ -1,23 +1,9 @@ /* x11focus.c * + * Copyright (C) 2020-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #include "x11focus.h" diff --git a/src/x11focus.h b/src/x11focus.h index 0bc21a914..2ddf272a1 100644 --- a/src/x11focus.h +++ b/src/x11focus.h @@ -1,23 +1,9 @@ /* x11focus.h * + * Copyright (C) 2020-2024 Toxic All Rights Reserved. * - * Copyright (C) 2024 Toxic All Rights Reserved. - * - * This file is part of Toxic. - * - * Toxic 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. - * - * Toxic 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 Toxic. If not, see . - * + * This file is part of Toxic. Toxic is free software licensed + * under the GNU General Public License 3.0. */ #ifndef X11FOCUS_H