diff --git a/backend/tests/testcommon.c b/backend/tests/testcommon.c index ea54feed..e881c224 100644 --- a/backend/tests/testcommon.c +++ b/backend/tests/testcommon.c @@ -30,9 +30,11 @@ /* * Adapted from qrencode/tests/common.c * Copyright (C) 2006-2017 Kentaro Fukuchi + * originally licensed under LGPL-2.1+ but permission given to change to + * BSD-3-clause: + * https://sourceforge.net/p/zint/mailman/message/30810495/ */ -/* Due to above: */ -/* SPDX-License-Identifier: LGPL-2.0-or-later */ +/* SPDX-License-Identifier: BSD-3-Clause */ #ifdef _WIN32 #include diff --git a/backend/tests/testcommon.h b/backend/tests/testcommon.h index ddae4a93..d8ef6007 100644 --- a/backend/tests/testcommon.h +++ b/backend/tests/testcommon.h @@ -30,9 +30,11 @@ /* * Adapted from qrencode/tests/common.h * Copyright (C) 2006-2017 Kentaro Fukuchi + * originally licensed under LGPL-2.1+ but permission given to change to + * BSD-3-clause: + * https://sourceforge.net/p/zint/mailman/message/30810495/ */ -/* Due to above: */ -/* SPDX-License-Identifier: LGPL-2.1+ */ +/* SPDX-License-Identifier: BSD-3-Clause */ #ifndef Z_TESTCOMMON_H #define Z_TESTCOMMON_H diff --git a/debian/copyright b/debian/copyright index 17ac0f0a..73cc796b 100644 --- a/debian/copyright +++ b/debian/copyright @@ -15,12 +15,11 @@ Files: backend/* Copyright: Copyright (C) 2007-2026 Robin Stuart Copyright (C) 2014-2026 Harald Oehlmann - Copyright (C) Cliff Hones 2004 Copyright (c) 2004 Adrian Kennard, Andrews & Arnold Ltd + Copyright (c) 2004 Andrews & Arnold Ltd Copyright (c) 2015, Harald Kuhr Copyright (C) 1988 Bob Montgomery Copyright (C) 2024-2025 Antoine Merino - Copyright (c) 2006 Stefan Schmidt Copyright (C) 2016 Zoe Stuart Copyright (C) 2006-2009 United States Postal Service License: BSD-3-Clause @@ -124,16 +123,6 @@ Copyright: Copyright (C) 1987-2003 Free Software Foundation, Inc. License: GPL-2.0-or-later -Files: - backend/tests/testcommon.* - backend/tests/CMakeLists.txt - cmake/zint_add_test.cmake - frontend/tests/CMakeLists.txt -Copyright: - Copyright (C) 2019-2026 Robin Stuart - Copyright (C) 2006-2017 Kentaro Fukuchi -License: BSD-3-Clause and LGPL-2.0-or-later - Files: backend/tests/fuzz/Dockerfile backend/tests/fuzz/build.sh @@ -465,20 +454,6 @@ License: ISC OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -License: LGPL-2.0-or-later - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - ․ - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Library General Public License for more details. - ․ - On Debian systems, the complete text of the GNU Library General Public - License Version 2 can be found in "/usr/share/common-licenses/LGPL-2". - License: LGPL-2.1-or-later This program is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published