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