From: Bastian Germann Date: Mon, 17 Oct 2022 16:50:35 +0000 (+0200) Subject: dict: Add modifification note required by license X-Git-Tag: v1.46.6~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f751b0fe12b123114a52ecec909a57d23e55ed30;p=thirdparty%2Fe2fsprogs.git dict: Add modifification note required by license The Kazlib license says: "Permission is also granted to adapt this software to produce derivative works, as long as the modified versions carry this copyright notice and additional notices stating that the work has been modified." Add the missing notice stating that the work has been modified. Signed-off-by: Bastian Germann Signed-off-by: Theodore Ts'o --- diff --git a/lib/support/dict.c b/lib/support/dict.c index ee0bf29bb..93fdd0b2a 100644 --- a/lib/support/dict.c +++ b/lib/support/dict.c @@ -16,6 +16,7 @@ * * $Id: dict.c,v 1.40.2.7 2000/11/13 01:36:44 kaz Exp $ * $Name: kazlib_1_20 $ + * The work has been modified. */ #define DICT_NODEBUG diff --git a/lib/support/dict.h b/lib/support/dict.h index f1382e1d5..2d87cc002 100644 --- a/lib/support/dict.h +++ b/lib/support/dict.h @@ -16,6 +16,7 @@ * * $Id: dict.h,v 1.22.2.6 2000/11/13 01:36:44 kaz Exp $ * $Name: kazlib_1_20 $ + * The work has been modified. */ #ifndef DICT_H