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:
@@ -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>
|
||||
|
||||
@@ -30,9 +30,11 @@
|
||||
/*
|
||||
* Adapted from qrencode/tests/common.h
|
||||
* 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.1+ */
|
||||
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||
|
||||
#ifndef Z_TESTCOMMON_H
|
||||
#define Z_TESTCOMMON_H
|
||||
|
||||
Reference in New Issue
Block a user