]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
dict: Add modifification note required by license
authorBastian Germann <bage@linutronix.de>
Mon, 17 Oct 2022 16:50:35 +0000 (18:50 +0200)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 31 Jan 2023 16:29:22 +0000 (11:29 -0500)
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>
lib/support/dict.c
lib/support/dict.h

index ee0bf29bb84fb2219532b1d3ad684c9859dd943e..93fdd0b2ae584be3fe6e0531a6ac58e91b682740 100644 (file)
@@ -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
index f1382e1d5c25237cd9bf10be455c0e10a545b606..2d87cc0028aee944d560993e2e8a01e8fe1abe4f 100644 (file)
@@ -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