From 78a70fd8911a2bfac63818183c35ccc6a4976c43 Mon Sep 17 00:00:00 2001 From: gitlost Date: Tue, 28 Jul 2026 14:22:03 +0100 Subject: [PATCH] dmatrix/reedsol: updated to reflect addtional re-licensing under BSD-3-clause of the contributions of Andrews & Arnold Ltd. - many thanks to the Rev Adrian Kennard; corrected "reedsol" copyright; removed Stefan Schmidt copyright as only difference from originals is whitespace/formatting (ticket #357, props stefan6419846) --- backend/dmatrix.c | 3 ++- backend/reedsol.c | 5 ++++- backend/reedsol.h | 4 ++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/backend/dmatrix.c b/backend/dmatrix.c index bb28ef5c..15fcc469 100644 --- a/backend/dmatrix.c +++ b/backend/dmatrix.c @@ -9,7 +9,8 @@ with help from Cliff Hones on the RS coding Copyright (c) 2004 Adrian Kennard, Andrews & Arnold Ltd - Copyright (c) 2006 Stefan Schmidt + which had been re-licensed additionally under BSD-3-clause: + https://codeberg.org/RevK/Datamatrix/src/branch/master/LICENSE Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/backend/reedsol.c b/backend/reedsol.c index b5d85b47..4b0c173c 100644 --- a/backend/reedsol.c +++ b/backend/reedsol.c @@ -1,6 +1,9 @@ /* This is a simple Reed-Solomon encoder - Copyright (C) Cliff Hones 2004 + Copyright (C) 2004 Andrews & Arnold Ltd + Written by Cliff Hones + which had been re-licensed additionally under BSD-3-clause: + https://codeberg.org/RevK/Reedsol/src/branch/master/LICENSE */ /* libzint - the open source barcode library diff --git a/backend/reedsol.h b/backend/reedsol.h index c6a9ec53..225139c2 100644 --- a/backend/reedsol.h +++ b/backend/reedsol.h @@ -1,6 +1,10 @@ /* This is a simple Reed-Solomon encoder (C) Cliff Hones 2004 + Copyright (C) 2004 Andrews & Arnold Ltd + Written by Cliff Hones + which had been re-licensed additionally under BSD-3-clause: + https://codeberg.org/RevK/Reedsol/src/branch/master/LICENSE */ /* libzint - the open source barcode library