summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastian Germann <bage@linutronix.de>2022-10-17 18:50:35 +0200
committerTheodore Ts'o <tytso@mit.edu>2023-01-31 11:29:22 -0500
commitf751b0fe12b123114a52ecec909a57d23e55ed30 (patch)
treece1a8a3dc1a255752b7c7b42614eb4f9bfc05fff
parentb0101535a35c07975227128875204fab07e72996 (diff)
downloade2fsprogs-f751b0fe12b123114a52ecec909a57d23e55ed30.tar.gz
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 <bage@linutronix.de> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
-rw-r--r--lib/support/dict.c1
-rw-r--r--lib/support/dict.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/support/dict.c b/lib/support/dict.c
index ee0bf29b..93fdd0b2 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 f1382e1d..2d87cc00 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