From f751b0fe12b123114a52ecec909a57d23e55ed30 Mon Sep 17 00:00:00 2001 From: Bastian Germann Date: Mon, 17 Oct 2022 18:50:35 +0200 Subject: [PATCH] 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 --- lib/support/dict.c | 1 + lib/support/dict.h | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/support/dict.c b/lib/support/dict.c index ee0bf29..93fdd0b 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 f1382e1..2d87cc0 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 -- 1.8.3.1