Whamcloud - gitweb
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 ee0bf29..93fdd0b 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 f1382e1..2d87cc0 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