chore: update copyright years, make notices consistent (#2463)

This commit is contained in:
Charles Kerr 2022-01-20 12:27:56 -06:00 committed by GitHub
parent 0166b6e688
commit df1cca9b57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
501 changed files with 2846 additions and 5559 deletions

View File

@ -1,24 +1,6 @@
/****************************************************************************** // This file Copyright © Transmission authors and contributors.
* Copyright (c) Transmission authors and contributors // It may be used under the MIT (SPDX: MIT) license.
* // License text can be found in the licenses/ folder.
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
* and/or sell copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*****************************************************************************/
#include <array> #include <array>
#include <cstdio> /* fprintf () */ #include <cstdio> /* fprintf () */

View File

@ -1,5 +1,5 @@
.\" .\"
.\" Copyright (c) Deanna Phillips <deanna@sdf.lonestar.org> .\" This file Copyright © Deanna Phillips <deanna@sdf.lonestar.org>
.\" .\"
.\" Permission to use, copy, modify, and distribute this software for any .\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above .\" purpose with or without fee is hereby granted, provided that the above

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2015-2022 Mnemosyne LLC.
* This file Copyright (C) 2015 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#include <assert.h> #include <assert.h>
#include <errno.h> #include <errno.h>

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2015-2022 Mnemosyne LLC.
* This file Copyright (C) 2015 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#include <process.h> /* _beginthreadex() */ #include <process.h> /* _beginthreadex() */

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2008-2022 Mnemosyne LLC.
* This file Copyright (C) 2008-2014 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#include <array> #include <array>
#include <errno.h> #include <errno.h>

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2015-2022 Mnemosyne LLC.
* This file Copyright (C) 2015 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#pragma once #pragma once

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2007-2022 Mnemosyne LLC.
* This file Copyright (C) 2007-2021 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#include <array> #include <array>
#include <string> #include <string>

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2007-2022 Mnemosyne LLC.
* This file Copyright (C) 2007-2021 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#pragma once #pragma once

View File

@ -1,24 +1,6 @@
/****************************************************************************** // This file Copyright © 2005-2021 Transmission authors and contributors.
* Copyright (c) Transmission authors and contributors // It may be used under the MIT (SPDX: MIT) license.
* // License text can be found in the licenses/ folder.
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
* and/or sell copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*****************************************************************************/
#include <algorithm> #include <algorithm>
#include <cstdlib> // exit() #include <cstdlib> // exit()
@ -72,7 +54,6 @@ char const* const LICENSE =
"Copyright 2005-2020. All code is copyrighted by the respective authors.\n" "Copyright 2005-2020. All code is copyrighted by the respective authors.\n"
"\n" "\n"
"Transmission can be redistributed and/or modified under the terms of the " "Transmission can be redistributed and/or modified under the terms of the "
"GNU GPL versions 2 or 3 or by any future license endorsed by Mnemosyne LLC.\n"
"\n" "\n"
"In addition, linking to and/or using OpenSSL is allowed.\n" "In addition, linking to and/or using OpenSSL is allowed.\n"
"\n" "\n"
@ -1292,7 +1273,7 @@ void Application::Impl::show_about_dialog()
Gtk::AboutDialog d; Gtk::AboutDialog d;
d.set_authors(authors); d.set_authors(authors);
d.set_comments(_("A fast and easy BitTorrent client")); d.set_comments(_("A fast and easy BitTorrent client"));
d.set_copyright(_("Copyright (c) The Transmission Project")); d.set_copyright(_("Copyright © The Transmission Project"));
d.set_logo_icon_name(AppIconName); d.set_logo_icon_name(AppIconName);
d.set_name(Glib::get_application_name()); d.set_name(Glib::get_application_name());
/* Translators: translate "translator-credits" as your name /* Translators: translate "translator-credits" as your name

View File

@ -1,24 +1,6 @@
/****************************************************************************** // This file Copyright © 2005-2021 Transmission authors and contributors.
* Copyright (c) Transmission authors and contributors // It may be used under the MIT (SPDX: MIT) license.
* // License text can be found in the licenses/ folder.
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
* and/or sell copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*****************************************************************************/
#pragma once #pragma once

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2007-2022 Mnemosyne LLC.
* This file Copyright (C) 2007-2021 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#include <algorithm> #include <algorithm>
#include <array> #include <array>

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2007-2022 Mnemosyne LLC.
* This file Copyright (C) 2007-2021 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#pragma once #pragma once

View File

@ -1,24 +1,6 @@
/****************************************************************************** // This file Copyright © 2005-2021 Transmission authors and contributors.
* Copyright (c) Transmission authors and contributors // It may be used under the MIT (SPDX: MIT) license.
* // License text can be found in the licenses/ folder.
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
* and/or sell copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*****************************************************************************/
#include <algorithm> #include <algorithm>
#include <memory> #include <memory>

View File

@ -1,24 +1,6 @@
/****************************************************************************** // This file Copyright © 2005-2021 Transmission authors and contributors.
* Copyright (c) Transmission authors and contributors // It may be used under the MIT (SPDX: MIT) license.
* // License text can be found in the licenses/ folder.
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
* and/or sell copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*****************************************************************************/
#pragma once #pragma once

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2012-2022 Mnemosyne LLC.
* This file Copyright (C) 2012-2021 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#include <array> #include <array>
#include <memory> #include <memory>

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2012-2022 Mnemosyne LLC.
* This file Copyright (C) 2012-2021 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#pragma once #pragma once

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2009-2022 Mnemosyne LLC.
* This file Copyright (C) 2009-2021 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#include <climits> /* INT_MAX */ #include <climits> /* INT_MAX */
#include <cstddef> #include <cstddef>

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2009-2022 Mnemosyne LLC.
* This file Copyright (C) 2009-2021 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#pragma once #pragma once

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2012-2022 Mnemosyne LLC.
* This file Copyright (C) 2012-2021 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#include <memory> #include <memory>
#include <set> #include <set>

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2012-2022 Mnemosyne LLC.
* This file Copyright (C) 2012-2021 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#pragma once #pragma once

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2008-2022 Mnemosyne LLC.
* This file Copyright (C) 2008-2021 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#include <memory> #include <memory>
#include <string> #include <string>

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2008-2022 Mnemosyne LLC.
* This file Copyright (C) 2008-2021 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#include <memory> #include <memory>
#include <string> #include <string>

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2007-2022 Mnemosyne LLC.
* This file Copyright (C) 2007-2021 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#include <libtransmission/tr-macros.h> #include <libtransmission/tr-macros.h>

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2007-2022 Mnemosyne LLC.
* This file Copyright (C) 2007-2021 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#pragma once #pragma once

View File

@ -1,24 +1,6 @@
/****************************************************************************** // This file Copyright © 2005-2021 Transmission authors and contributors.
* Copyright (c) Transmission authors and contributors // It may be used under the MIT (SPDX: MIT) license.
* // License text can be found in the licenses/ folder.
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
* and/or sell copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*****************************************************************************/
#include <string> #include <string>

View File

@ -1,24 +1,6 @@
/****************************************************************************** // This file Copyright © 2005-2022 Transmission authors and contributors.
* Copyright (c) Transmission authors and contributors // It may be used under the MIT (SPDX: MIT) license.
* // License text can be found in the licenses/ folder.
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
* and/or sell copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*****************************************************************************/
#pragma once #pragma once

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2007-2022 Mnemosyne LLC.
* This file Copyright (C) 2007-2021 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#include <memory> #include <memory>
#include <string> #include <string>

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2007-2022 Mnemosyne LLC.
* This file Copyright (C) 2007-2021 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#pragma once #pragma once

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2008-2022 Mnemosyne LLC.
* This file Copyright (C) 2008-2021 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#include <errno.h> #include <errno.h>
#include <stdio.h> #include <stdio.h>

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2008-2022 Mnemosyne LLC.
* This file Copyright (C) 2008-2021 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#pragma once #pragma once

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2008-2022 Mnemosyne LLC.
* This file Copyright (C) 2008-2021 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#include <map> #include <map>

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2008-2022 Mnemosyne LLC.
* This file Copyright (C) 2008-2021 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#pragma once #pragma once

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2010-2022 Mnemosyne LLC.
* This file Copyright (C) 2010-2021 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#include <memory> #include <memory>

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2010-2022 Mnemosyne LLC.
* This file Copyright (C) 2010-2021 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#pragma once #pragma once

View File

@ -1,24 +1,6 @@
/****************************************************************************** // This file copyright (C) Transmission authors and contributors.
* Copyright (c) Transmission authors and contributors // It may be used under the MIT (SPDX: MIT) license.
* // License text can be found in the licenses/ folder.
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
* and/or sell copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*****************************************************************************/
#include <errno.h> #include <errno.h>
#include <stdlib.h> /* strtol() */ #include <stdlib.h> /* strtol() */

View File

@ -1,24 +1,6 @@
/****************************************************************************** // This file copyright (C) 2005-2022 Transmission authors and contributors.
* Copyright (c) Transmission authors and contributors // It may be used under the MIT (SPDX: MIT) license.
* // License text can be found in the licenses/ folder.
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
* and/or sell copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*****************************************************************************/
#pragma once #pragma once

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2007-2022 Mnemosyne LLC.
* This file Copyright (C) 2007-2021 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#include <climits> /* USHRT_MAX, INT_MAX */ #include <climits> /* USHRT_MAX, INT_MAX */
#include <sstream> #include <sstream>

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2007-2022 Mnemosyne LLC.
* This file Copyright (C) 2007-2021 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#pragma once #pragma once

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2009-2022 Mnemosyne LLC.
* This file Copyright (C) 2009-2021 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#include <algorithm> #include <algorithm>
#include <memory> #include <memory>

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2009-2022 Mnemosyne LLC.
* This file Copyright (C) 2009-2021 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#pragma once #pragma once

View File

@ -1,24 +1,6 @@
/****************************************************************************** // Copyright © Transmission authors and contributors.
* Copyright (c) Transmission authors and contributors // This file is licensed under the MIT (SPDX: MIT) license,
* // A copy of this license can be found in licenses/ .
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
* and/or sell copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*****************************************************************************/
#include <algorithm> #include <algorithm>
#include <cmath> /* pow() */ #include <cmath> /* pow() */

View File

@ -1,24 +1,6 @@
/****************************************************************************** // Copyright © Transmission authors and contributors.
* Copyright (c) Transmission authors and contributors // This file is licensed under the MIT (SPDX: MIT) license,
* // A copy of this license can be found in licenses/ .
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
* and/or sell copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*****************************************************************************/
#pragma once #pragma once

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2007-2022 Mnemosyne LLC.
* This file Copyright (C) 2007-2021 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#include <memory> #include <memory>

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2007-2022 Mnemosyne LLC.
* This file Copyright (C) 2007-2021 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#pragma once #pragma once

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2007-2022 Mnemosyne LLC.
* This file Copyright (C) 2007-2021 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
// _AppIndicatorClass::{fallback,unfallback} use deprecated GtkStatusIcon // _AppIndicatorClass::{fallback,unfallback} use deprecated GtkStatusIcon
#undef GTK_DISABLE_DEPRECATED #undef GTK_DISABLE_DEPRECATED

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2007-2022 Mnemosyne LLC.
* This file Copyright (C) 2007-2021 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#pragma once #pragma once

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2007-2022 Mnemosyne LLC.
* This file Copyright (C) 2007-2021 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#include <climits> /* INT_MAX */ #include <climits> /* INT_MAX */
#include <cstring> // strchr() #include <cstring> // strchr()

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2007-2022 Mnemosyne LLC.
* This file Copyright (C) 2007-2021 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#pragma once #pragma once

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2008-2022 Mnemosyne LLC.
* This file Copyright (C) 2008-2021 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#include <array> #include <array>
#include <ctype.h> /* isxdigit() */ #include <ctype.h> /* isxdigit() */

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2008-2022 Mnemosyne LLC.
* This file Copyright (C) 2008-2021 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#pragma once #pragma once

View File

@ -1,24 +1,6 @@
/****************************************************************************** // This file Copyright © 2005-2021 Transmission authors and contributors.
* Copyright (c) Transmission authors and contributors // It may be used under the MIT (SPDX: MIT) license.
* // License text can be found in the licenses/ folder.
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
* and/or sell copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*****************************************************************************/
#include <cstdio> #include <cstdio>
#include <string> #include <string>

View File

@ -1,4 +1,4 @@
.\" Copyright (c) 2007 Joshua Elsasser .\" This file Copyright © 2007 Joshua Elsasser
.\" .\"
.\" Permission is hereby granted, free of charge, to any person obtaining a .\" Permission is hereby granted, free of charge, to any person obtaining a
.\" copy of this software and associated documentation files (the "Software"), .\" copy of this software and associated documentation files (the "Software"),

View File

@ -1,10 +1,7 @@
/* // This file Copyright 2021-2022 Mnemosyne LLC.
* This file Copyright (C) Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#include <algorithm> #include <algorithm>
#include <set> #include <set>

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2021-2022 Mnemosyne LLC.
* This file Copyright (C) Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#pragma once #pragma once

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2010-2022 Mnemosyne LLC.
* This file Copyright (C) 2010-2014 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#pragma once #pragma once

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2010-2022 Mnemosyne LLC.
* This file Copyright (C) 2010-2014 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#include <climits> /* USHRT_MAX */ #include <climits> /* USHRT_MAX */
#include <cstdio> /* fprintf() */ #include <cstdio> /* fprintf() */

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2010-2022 Mnemosyne LLC.
* This file Copyright (C) 2010-2014 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#include <cerrno> /* errno, EAFNOSUPPORT */ #include <cerrno> /* errno, EAFNOSUPPORT */
#include <cstring> /* memset() */ #include <cstring> /* memset() */

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2010-2022 Mnemosyne LLC.
* This file Copyright (C) 2010-2014 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#include <algorithm> #include <algorithm>
#include <array> #include <array>

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2010-2022 Mnemosyne LLC.
* This file Copyright (C) 2010-2014 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#pragma once #pragma once

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2008-2022 Mnemosyne LLC.
* This file Copyright (C) 2008-2014 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#include <algorithm> #include <algorithm>
#include <vector> #include <vector>

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2008-2022 Mnemosyne LLC.
* This file Copyright (C) 2008-2014 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#pragma once #pragma once

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2008-2022 Mnemosyne LLC.
* This file Copyright (C) 2008-2014 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#include <algorithm> #include <algorithm>
#include <vector> #include <vector>

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2008-2022 Mnemosyne LLC.
* This file Copyright (C) 2008-2014 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#pragma once #pragma once

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2007-2022 Mnemosyne LLC.
* This file Copyright (C) 2007-2014 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#include <event2/util.h> #include <event2/util.h>

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2021-2022 Mnemosyne LLC.
* This file Copyright (C) Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#pragma once #pragma once

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2008-2022 Mnemosyne LLC.
* This file Copyright (C) 2008-2014 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#include <cerrno> #include <cerrno>
#include <cstdio> #include <cstdio>

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2008-2022 Mnemosyne LLC.
* This file Copyright (C) 2008-2014 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#pragma once #pragma once

View File

@ -1,10 +1,7 @@
/* // This file Copyright 2010-2022 Mnemosyne LLC.
* This file Copyright (C) 2010-2014 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#include <cstdlib> /* qsort() */ #include <cstdlib> /* qsort() */
#include <ctime> #include <ctime>

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2010-2022 Mnemosyne LLC.
* This file Copyright (C) 2010-2014 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#pragma once #pragma once

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2008-2022 Mnemosyne LLC.
* This file Copyright (C) 2008-2014 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
/* thanks amc1! */ /* thanks amc1! */

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2008-2022 Mnemosyne LLC.
* This file Copyright (C) 2008-2014 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#pragma once #pragma once

View File

@ -1,10 +1,7 @@
/* // This file Copyright 2021-2022 Mnemosyne LLC.
* This file Copyright (C) Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#include <algorithm> #include <algorithm>
#include <memory> #include <memory>

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2009-2022 Mnemosyne LLC.
* This file Copyright (C) 2009-2014 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#pragma once #pragma once

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2021-2022 Mnemosyne LLC.
* This file Copyright (C) 2021 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#include <memory> #include <memory>
#include <type_traits> #include <type_traits>

View File

@ -1,10 +1,7 @@
/* // This file Copyright 2014-2022 Mnemosyne LLC.
* This file Copyright (C) 2014-2015 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#include <mutex> #include <mutex>

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2014-2022 Mnemosyne LLC.
* This file Copyright (C) 2014 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
/* This file is designed specifically to be included by other source files to /* This file is designed specifically to be included by other source files to
implement missing (or duplicate) functionality without exposing internal implement missing (or duplicate) functionality without exposing internal

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2007-2022 Mnemosyne LLC.
* This file Copyright (C) 2007-2014 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#ifdef __APPLE__ #ifdef __APPLE__
/* OpenSSL "deprecated" as of OS X 10.7, but we still use it */ /* OpenSSL "deprecated" as of OS X 10.7, but we still use it */

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2014-2022 Mnemosyne LLC.
* This file Copyright (C) 2014-2016 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#include <mutex> #include <mutex>

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2007-2022 Mnemosyne LLC.
* This file Copyright (C) 2007-2014 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#include <algorithm> #include <algorithm>
#include <array> #include <array>

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2007-2022 Mnemosyne LLC.
* This file Copyright (C) 2007-2014 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#ifndef TR_CRYPTO_UTILS_H #ifndef TR_CRYPTO_UTILS_H
#define TR_CRYPTO_UTILS_H #define TR_CRYPTO_UTILS_H

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2007-2022 Mnemosyne LLC.
* This file Copyright (C) 2007-2014 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#include <cstring> /* memcpy(), memmove(), memset() */ #include <cstring> /* memcpy(), memmove(), memset() */

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2007-2022 Mnemosyne LLC.
* This file Copyright (C) 2007-2014 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
// NB: crypto-test-ref.h needs this, so use it instead of #pragma once // NB: crypto-test-ref.h needs this, so use it instead of #pragma once
#ifndef TR_ENCRYPTION_H #ifndef TR_ENCRYPTION_H

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2014-2022 Mnemosyne LLC.
* This file Copyright (C) 2014 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#pragma once #pragma once

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2013-2022 Mnemosyne LLC.
* This file Copyright (C) 2013-2014 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#include <string_view> #include <string_view>

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2013-2022 Mnemosyne LLC.
* This file Copyright (C) 2013-2014 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#pragma once #pragma once

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2005-2022 Mnemosyne LLC.
* This file Copyright (C) 2005-2014 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#include <algorithm> #include <algorithm>
#include <array> #include <array>

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2005-2022 Mnemosyne LLC.
* This file Copyright (C) 2005-2014 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#pragma once #pragma once

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2021-2022 Mnemosyne LLC.
* This file Copyright (C) Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#include <algorithm> #include <algorithm>
#include <vector> #include <vector>

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2021-2022 Mnemosyne LLC.
* This file Copyright (C) Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#pragma once #pragma once

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2013-2022 Mnemosyne LLC.
* This file Copyright (C) 2013-2017 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#undef _GNU_SOURCE #undef _GNU_SOURCE
#define _GNU_SOURCE #define _GNU_SOURCE

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2013-2022 Mnemosyne LLC.
* This file Copyright (C) 2013-2017 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#include <algorithm> #include <algorithm>
#include <array> #include <array>

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2013-2022 Mnemosyne LLC.
* This file Copyright (C) 2013-2014 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#include <algorithm> #include <algorithm>
#include <string_view> #include <string_view>

View File

@ -1,10 +1,7 @@
/* // This file Copyright 2013-2022 Mnemosyne LLC.
* This file Copyright (C) 2013-2017 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#pragma once #pragma once

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2017-2022 Mnemosyne LLC.
* This file Copyright (C) 2007-2014 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#include <algorithm> #include <algorithm>
#include <cerrno> #include <cerrno>

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2007-2022 Mnemosyne LLC.
* This file Copyright (C) 2007-2014 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#pragma once #pragma once

View File

@ -1,10 +1,7 @@
/* // This file Copyright 2010-2022 Mnemosyne LLC.
* This file Copyright (C) 2010-2014 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#pragma once #pragma once

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2007-2022 Mnemosyne LLC.
* This file Copyright (C) 2007-2014 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#include <algorithm> #include <algorithm>
#include <cerrno> #include <cerrno>

View File

@ -1,10 +1,7 @@
/* // This file Copyright © 2007-2022 Mnemosyne LLC.
* This file Copyright (C) 2007-2014 Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*
*/
#pragma once #pragma once

View File

@ -1,9 +1,7 @@
/* // This file Copyright © 2021-2022 Mnemosyne LLC.
* This file Copyright (C) Mnemosyne LLC // It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
* // or any future license endorsed by Mnemosyne LLC.
* It may be used under the GNU GPL versions 2 or 3 // License text can be found in the licenses/ folder.
* or any future license endorsed by Mnemosyne LLC.
*/
#pragma once #pragma once

View File

@ -1,6 +1,6 @@
/* https://github.com/mnunberg/jsonsl */ /* https://github.com/mnunberg/jsonsl */
/* Copyright (C) 2012-2015 Mark Nunberg. /* Copyright © 2012-2015 Mark Nunberg.
* *
* See included LICENSE file for license details. * See included LICENSE file for license details.
*/ */

Some files were not shown because too many files have changed in this diff Show More