mirror of
https://git.code.sf.net/p/zint/code
synced 2026-07-31 02:19:50 +00:00
GRIDMATRIX/HANXIN/QRCODE: set Project Nayuki stuff copyright 2019
as that's when it was adapted debian/copyright: incorporate above & remove "Copyright (C)" prefixes to make a bit more like the upstream Debian one
This commit is contained in:
+1
-1
@@ -126,7 +126,7 @@ static int gm_in_numeral(const unsigned int ddata[], const int length, const int
|
||||
static const char gm_debug_modes[6][5] = { "HAN ", "NUM ", "LWR ", "UPR ", "MXD ", "BYT " };
|
||||
|
||||
/* Calculate optimized encoding modes. Adapted from Project Nayuki */
|
||||
/* Copyright (c) Project Nayuki. (MIT License) See qr.c for detailed notice */
|
||||
/* Copyright (c) 2019 Project Nayuki. (MIT License) See qr.c for detailed notice */
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
static void gm_define_modes(char *modes, const unsigned int ddata[], const int length, const int debug_print) {
|
||||
/* Must be in same order as GM_H etc */
|
||||
|
||||
Reference in New Issue
Block a user