diff --git a/CMakeLists.txt b/CMakeLists.txt index 6da319aa0..ba0ccbef4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,6 +3,8 @@ # SPDX-FileCopyrightText: 2007-2008 Julien Louis # SPDX-FileCopyrightText: 2008-2009 Emmanuel Bouthenot # +# SPDX-License-Identifier: GPL-3.0-or-later +# # This file is part of WeeChat, the extensible chat client. # # WeeChat is free software; you can redistribute it and/or modify diff --git a/LICENSES/BSD-3-Clause.txt b/LICENSES/BSD-3-Clause.txt new file mode 100644 index 000000000..086d3992c --- /dev/null +++ b/LICENSES/BSD-3-Clause.txt @@ -0,0 +1,11 @@ +Copyright (c) . + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/REUSE.toml b/REUSE.toml index a413d4494..de2bff3d2 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -1,6 +1,7 @@ # SPDX-FileCopyrightText: 2003-2025 Sébastien Helleu # # SPDX-License-Identifier: GPL-3.0-or-later +# version = 1 diff --git a/cmake/FindAsciidoctor.cmake b/cmake/FindAsciidoctor.cmake index dd8107f6a..32c957fc0 100644 --- a/cmake/FindAsciidoctor.cmake +++ b/cmake/FindAsciidoctor.cmake @@ -1,6 +1,8 @@ # # SPDX-FileCopyrightText: 2003-2025 Sébastien Helleu # +# SPDX-License-Identifier: GPL-3.0-or-later +# # This file is part of WeeChat, the extensible chat client. # # WeeChat is free software; you can redistribute it and/or modify diff --git a/cmake/FindAspell.cmake b/cmake/FindAspell.cmake index c43c6c129..316206512 100644 --- a/cmake/FindAspell.cmake +++ b/cmake/FindAspell.cmake @@ -1,6 +1,8 @@ # # SPDX-FileCopyrightText: 2003-2025 Sébastien Helleu # +# SPDX-License-Identifier: GPL-3.0-or-later +# # This file is part of WeeChat, the extensible chat client. # # WeeChat is free software; you can redistribute it and/or modify diff --git a/cmake/FindCppUTest.cmake b/cmake/FindCppUTest.cmake index d72ca65f2..8eae5d04b 100644 --- a/cmake/FindCppUTest.cmake +++ b/cmake/FindCppUTest.cmake @@ -1,6 +1,8 @@ # # SPDX-FileCopyrightText: 2014-2025 Sébastien Helleu # +# SPDX-License-Identifier: GPL-3.0-or-later +# # This file is part of WeeChat, the extensible chat client. # # WeeChat is free software; you can redistribute it and/or modify diff --git a/cmake/FindENCHANT.cmake b/cmake/FindENCHANT.cmake index 2ded12298..be13449a7 100644 --- a/cmake/FindENCHANT.cmake +++ b/cmake/FindENCHANT.cmake @@ -8,6 +8,8 @@ # SPDX-FileCopyrightText: 2006 Zack Rusin # +# SPDX-License-Identifier: BSD-3-Clause +# # Redistribution and use is allowed according to the terms of the BSD license. # For details see the accompanying COPYING-CMAKE-SCRIPTS file. diff --git a/cmake/FindGettext.cmake b/cmake/FindGettext.cmake index 1ceda9788..5c08cd9cf 100644 --- a/cmake/FindGettext.cmake +++ b/cmake/FindGettext.cmake @@ -3,6 +3,8 @@ # SPDX-FileCopyrightText: 2007 Julien Louis # SPDX-FileCopyrightText: 2009 Emmanuel Bouthenot # +# SPDX-License-Identifier: GPL-3.0-or-later +# # This file is part of WeeChat, the extensible chat client. # # WeeChat is free software; you can redistribute it and/or modify diff --git a/cmake/FindGuile.cmake b/cmake/FindGuile.cmake index 1d07673c2..e62159085 100644 --- a/cmake/FindGuile.cmake +++ b/cmake/FindGuile.cmake @@ -1,6 +1,8 @@ # # SPDX-FileCopyrightText: 2011-2025 Sébastien Helleu # +# SPDX-License-Identifier: GPL-3.0-or-later +# # This file is part of WeeChat, the extensible chat client. # # WeeChat is free software; you can redistribute it and/or modify diff --git a/cmake/FindIconv.cmake b/cmake/FindIconv.cmake index 895ebd05a..fe0c63fbc 100644 --- a/cmake/FindIconv.cmake +++ b/cmake/FindIconv.cmake @@ -1,6 +1,8 @@ # # SPDX-FileCopyrightText: 2003-2025 Sébastien Helleu # +# SPDX-License-Identifier: GPL-3.0-or-later +# # This file is part of WeeChat, the extensible chat client. # # WeeChat is free software; you can redistribute it and/or modify diff --git a/cmake/FindLua.cmake b/cmake/FindLua.cmake index 3e4c1da0e..af326d1b4 100644 --- a/cmake/FindLua.cmake +++ b/cmake/FindLua.cmake @@ -1,6 +1,8 @@ # # SPDX-FileCopyrightText: 2003-2025 Sébastien Helleu # +# SPDX-License-Identifier: GPL-3.0-or-later +# # This file is part of WeeChat, the extensible chat client. # # WeeChat is free software; you can redistribute it and/or modify diff --git a/cmake/FindNcurses.cmake b/cmake/FindNcurses.cmake index ac5b0a881..c0866a5e1 100644 --- a/cmake/FindNcurses.cmake +++ b/cmake/FindNcurses.cmake @@ -1,6 +1,8 @@ # # SPDX-FileCopyrightText: 2003-2025 Sébastien Helleu # +# SPDX-License-Identifier: GPL-3.0-or-later +# # This file is part of WeeChat, the extensible chat client. # # WeeChat is free software; you can redistribute it and/or modify diff --git a/cmake/FindPHP.cmake b/cmake/FindPHP.cmake index 461d6ce76..1ea43ce59 100644 --- a/cmake/FindPHP.cmake +++ b/cmake/FindPHP.cmake @@ -2,6 +2,8 @@ # SPDX-FileCopyrightText: 2017 Adam Saponara # SPDX-FileCopyrightText: 2017-2025 Sébastien Helleu # +# SPDX-License-Identifier: GPL-3.0-or-later +# # This file is part of WeeChat, the extensible chat client. # # WeeChat is free software; you can redistribute it and/or modify diff --git a/cmake/FindPerl.cmake b/cmake/FindPerl.cmake index 9a090dfac..60d99c3db 100644 --- a/cmake/FindPerl.cmake +++ b/cmake/FindPerl.cmake @@ -1,6 +1,8 @@ # # SPDX-FileCopyrightText: 2003-2025 Sébastien Helleu # +# SPDX-License-Identifier: GPL-3.0-or-later +# # This file is part of WeeChat, the extensible chat client. # # WeeChat is free software; you can redistribute it and/or modify diff --git a/cmake/FindPython.cmake b/cmake/FindPython.cmake index 25f201bcc..9b92bb2fe 100644 --- a/cmake/FindPython.cmake +++ b/cmake/FindPython.cmake @@ -2,6 +2,8 @@ # SPDX-FileCopyrightText: 2003-2025 Sébastien Helleu # SPDX-FileCopyrightText: 2009 Julien Louis # +# SPDX-License-Identifier: GPL-3.0-or-later +# # This file is part of WeeChat, the extensible chat client. # # WeeChat is free software; you can redistribute it and/or modify diff --git a/cmake/FindV8.cmake b/cmake/FindV8.cmake index 42af7976c..3e80735ea 100644 --- a/cmake/FindV8.cmake +++ b/cmake/FindV8.cmake @@ -1,6 +1,8 @@ # # SPDX-FileCopyrightText: 2015-2025 Sébastien Helleu # +# SPDX-License-Identifier: GPL-3.0-or-later +# # This file is part of WeeChat, the extensible chat client. # # WeeChat is free software; you can redistribute it and/or modify diff --git a/cmake/cmake_uninstall.cmake.in b/cmake/cmake_uninstall.cmake.in index 3bbb8116e..0df6b21ac 100644 --- a/cmake/cmake_uninstall.cmake.in +++ b/cmake/cmake_uninstall.cmake.in @@ -1,6 +1,8 @@ # # SPDX-FileCopyrightText: 2003-2025 Sébastien Helleu # +# SPDX-License-Identifier: GPL-3.0-or-later +# # This file is part of WeeChat, the extensible chat client. # # WeeChat is free software; you can redistribute it and/or modify diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index b7309b869..0348fd323 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -2,6 +2,8 @@ # SPDX-FileCopyrightText: 2003-2025 Sébastien Helleu # SPDX-FileCopyrightText: 2009 Emmanuel Bouthenot # +# SPDX-License-Identifier: GPL-3.0-or-later +# # This file is part of WeeChat, the extensible chat client. # # WeeChat is free software; you can redistribute it and/or modify diff --git a/doc/cs/includes/attributes-cs.adoc b/doc/cs/includes/attributes-cs.adoc index a8c0f7944..0e633b03e 100644 --- a/doc/cs/includes/attributes-cs.adoc +++ b/doc/cs/includes/attributes-cs.adoc @@ -2,6 +2,8 @@ // // SPDX-FileCopyrightText: 2017-2020 Dan Allen, Sarah White, Ryan Waldron // +// SPDX-License-Identifier: GPL-3.0-or-later +// :appendix-caption: Příloha :appendix-refsig: {appendix-caption} :caution-caption: Upozornění diff --git a/doc/cs/includes/cmdline_options.cs.adoc b/doc/cs/includes/cmdline_options.cs.adoc index 2e857565d..34c75dd8e 100644 --- a/doc/cs/includes/cmdline_options.cs.adoc +++ b/doc/cs/includes/cmdline_options.cs.adoc @@ -1,6 +1,8 @@ // SPDX-FileCopyrightText: 2003-2025 Sébastien Helleu // SPDX-FileCopyrightText: 2005-2011 Jiri Golembiovsky // SPDX-FileCopyrightText: 2015-2017 Ondřej Súkup +// +// SPDX-License-Identifier: GPL-3.0-or-later // tag::standard[] *-a*, *--no-connect*:: diff --git a/doc/cs/includes/man.cs.adoc b/doc/cs/includes/man.cs.adoc index ef4bf1c9b..b3eca7cc6 100644 --- a/doc/cs/includes/man.cs.adoc +++ b/doc/cs/includes/man.cs.adoc @@ -1,6 +1,8 @@ // SPDX-FileCopyrightText: 2003-2025 Sébastien Helleu // SPDX-FileCopyrightText: 2005-2011 Jiri Golembiovsky // SPDX-FileCopyrightText: 2015-2017 Ondřej Súkup +// +// SPDX-License-Identifier: GPL-3.0-or-later // tag::plugin_options[] Pro kompletní dokumentaci nastavení pluginů a jejich volby podívejte se na diff --git a/doc/cs/weechat-headless.1.cs.adoc b/doc/cs/weechat-headless.1.cs.adoc index 197fdcffd..15c164112 100644 --- a/doc/cs/weechat-headless.1.cs.adoc +++ b/doc/cs/weechat-headless.1.cs.adoc @@ -11,6 +11,8 @@ // SPDX-FileCopyrightText: 2003-2025 Sébastien Helleu // SPDX-FileCopyrightText: 2005-2011 Jiri Golembiovsky // SPDX-FileCopyrightText: 2015-2017 Ondřej Súkup +// +// SPDX-License-Identifier: GPL-3.0-or-later == JMÉNO diff --git a/doc/cs/weechat.1.cs.adoc b/doc/cs/weechat.1.cs.adoc index af189eb38..56bfec0c8 100644 --- a/doc/cs/weechat.1.cs.adoc +++ b/doc/cs/weechat.1.cs.adoc @@ -10,6 +10,8 @@ // SPDX-FileCopyrightText: 2003-2025 Sébastien Helleu // SPDX-FileCopyrightText: 2005-2011 Jiri Golembiovsky // SPDX-FileCopyrightText: 2015-2017 Ondřej Súkup +// +// SPDX-License-Identifier: GPL-3.0-or-later == JMÉNO diff --git a/doc/cs/weechat_quickstart.cs.adoc b/doc/cs/weechat_quickstart.cs.adoc index d467ffa1c..833775e58 100644 --- a/doc/cs/weechat_quickstart.cs.adoc +++ b/doc/cs/weechat_quickstart.cs.adoc @@ -6,6 +6,8 @@ include::includes/attributes-cs.adoc[] // SPDX-FileCopyrightText: 2003-2025 Sébastien Helleu // SPDX-FileCopyrightText: 2015-2017 Ondřej Súkup +// +// SPDX-License-Identifier: GPL-3.0-or-later [[start]] == Spuštění WeeChatu diff --git a/doc/de/includes/attributes-de.adoc b/doc/de/includes/attributes-de.adoc index 2f627f581..cd993fac2 100644 --- a/doc/de/includes/attributes-de.adoc +++ b/doc/de/includes/attributes-de.adoc @@ -3,6 +3,8 @@ // SPDX-FileCopyrightText: 2017-2020 Dan Allen, Sarah White, Ryan Waldron // SPDX-FileCopyrightText: 2017-2020 Florian Wilhelm // +// SPDX-License-Identifier: GPL-3.0-or-later +// :appendix-caption: Anhang :appendix-refsig: {appendix-caption} :caution-caption: Achtung diff --git a/doc/de/includes/cmdline_options.de.adoc b/doc/de/includes/cmdline_options.de.adoc index e801475d9..e612b2af3 100644 --- a/doc/de/includes/cmdline_options.de.adoc +++ b/doc/de/includes/cmdline_options.de.adoc @@ -1,5 +1,7 @@ // SPDX-FileCopyrightText: 2003-2025 Sébastien Helleu // SPDX-FileCopyrightText: 2009-2025 Nils Görs +// +// SPDX-License-Identifier: GPL-3.0-or-later // tag::standard[] *-a*, *--no-connect*:: diff --git a/doc/de/includes/man.de.adoc b/doc/de/includes/man.de.adoc index beaf3f633..21e48cf44 100644 --- a/doc/de/includes/man.de.adoc +++ b/doc/de/includes/man.de.adoc @@ -1,5 +1,7 @@ // SPDX-FileCopyrightText: 2003-2025 Sébastien Helleu // SPDX-FileCopyrightText: 2009-2025 Nils Görs +// +// SPDX-License-Identifier: GPL-3.0-or-later // tag::plugin_options[] Um eine vollständige Dokumentation der Optionen zu erhalten, siehe diff --git a/doc/de/weechat-headless.1.de.adoc b/doc/de/weechat-headless.1.de.adoc index 896079f46..e0db071bb 100644 --- a/doc/de/weechat-headless.1.de.adoc +++ b/doc/de/weechat-headless.1.de.adoc @@ -8,6 +8,8 @@ // SPDX-FileCopyrightText: 2003-2025 Sébastien Helleu // SPDX-FileCopyrightText: 2010-2025 Nils Görs +// +// SPDX-License-Identifier: GPL-3.0-or-later == NAME diff --git a/doc/de/weechat.1.de.adoc b/doc/de/weechat.1.de.adoc index aa182fbe1..326ae4bf7 100644 --- a/doc/de/weechat.1.de.adoc +++ b/doc/de/weechat.1.de.adoc @@ -8,6 +8,8 @@ // SPDX-FileCopyrightText: 2003-2025 Sébastien Helleu // SPDX-FileCopyrightText: 2010-2025 Nils Görs +// +// SPDX-License-Identifier: GPL-3.0-or-later == NAME diff --git a/doc/de/weechat_faq.de.adoc b/doc/de/weechat_faq.de.adoc index db22848ad..311c2bcfb 100644 --- a/doc/de/weechat_faq.de.adoc +++ b/doc/de/weechat_faq.de.adoc @@ -7,6 +7,8 @@ include::includes/attributes-de.adoc[] // SPDX-FileCopyrightText: 2003-2025 Sébastien Helleu // SPDX-FileCopyrightText: 2009 Juergen Descher // SPDX-FileCopyrightText: 2009-2025 Nils Görs +// +// SPDX-License-Identifier: GPL-3.0-or-later [[general]] == Allgemein diff --git a/doc/de/weechat_quickstart.de.adoc b/doc/de/weechat_quickstart.de.adoc index f39d11fa6..309b15795 100644 --- a/doc/de/weechat_quickstart.de.adoc +++ b/doc/de/weechat_quickstart.de.adoc @@ -8,6 +8,8 @@ include::includes/attributes-de.adoc[] // SPDX-FileCopyrightText: 2006 Frank Zacharias // SPDX-FileCopyrightText: 2009 Juergen Descher // SPDX-FileCopyrightText: 2009-2025 Nils Görs +// +// SPDX-License-Identifier: GPL-3.0-or-later [[start]] == Start von WeeChat diff --git a/doc/de/weechat_scripting.de.adoc b/doc/de/weechat_scripting.de.adoc index ef1018632..3a4b1372c 100644 --- a/doc/de/weechat_scripting.de.adoc +++ b/doc/de/weechat_scripting.de.adoc @@ -6,6 +6,8 @@ include::includes/attributes-de.adoc[] // SPDX-FileCopyrightText: 2003-2025 Sébastien Helleu // SPDX-FileCopyrightText: 2010-2025 Nils Görs +// +// SPDX-License-Identifier: GPL-3.0-or-later Diese Anleitung beschreibt den WeeChat Chat Client und ist Teil von WeeChat. diff --git a/doc/de/weechat_user.de.adoc b/doc/de/weechat_user.de.adoc index c9ef09bfc..857f2c0a6 100644 --- a/doc/de/weechat_user.de.adoc +++ b/doc/de/weechat_user.de.adoc @@ -6,6 +6,8 @@ include::includes/attributes-de.adoc[] // SPDX-FileCopyrightText: 2003-2025 Sébastien Helleu // SPDX-FileCopyrightText: 2010-2025 Nils Görs +// +// SPDX-License-Identifier: GPL-3.0-or-later Diese Anleitung beschreibt den WeeChat Chat Client und ist Teil von WeeChat. diff --git a/doc/docinfo.html b/doc/docinfo.html index bc37f7207..1abd83052 100644 --- a/doc/docinfo.html +++ b/doc/docinfo.html @@ -1,6 +1,9 @@