1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-07-31 02:19:50 +00:00

debian/copyright: update to reflect last commit, also following:

testcommon:  mark as BSD-3-clause from LGPL-2.1+ as permission
  given (I think) by mailing list:
  https://sourceforge.net/p/zint/mailman/message/30810495/
This commit is contained in:
gitlost
2026-07-28 14:44:20 +01:00
parent 78a70fd891
commit 929724b8dc
3 changed files with 9 additions and 30 deletions
+4 -2
View File
@@ -30,9 +30,11 @@
/*
* Adapted from qrencode/tests/common.c
* Copyright (C) 2006-2017 Kentaro Fukuchi <kentaro@fukuchi.org>
* 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 <windows.h>