1
0
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:
gitlost
2026-07-29 19:56:09 +01:00
parent 92e94009b2
commit 42d1f6631a
4 changed files with 62 additions and 62 deletions
+1 -1
View File
@@ -352,7 +352,7 @@ static int hx_in_fourbyte(const unsigned int ddata[], const int length, const in
#define HX_NUM_MODES 7
/* 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 hx_define_modes(char *modes, const unsigned int ddata[], const int length, const int debug_print) {
/* Must be in same order as HX_N etc */