Skip to content

Commit 09088a4

Browse files
rddunlaptorvalds
authored andcommitted
lib/ucs2_string.c: add MODULE_LICENSE()
Fix missing MODULE_LICENSE() warning in lib/ucs2_string.c: WARNING: modpost: missing MODULE_LICENSE() in lib/ucs2_string.o see include/linux/module.h for more information Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Randy Dunlap <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Cc: Matthew Garrett <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent cbdc61a commit 09088a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/ucs2_string.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,5 @@ ucs2_as_utf8(u8 *dest, const ucs2_char_t *src, unsigned long maxlength)
112112
return j;
113113
}
114114
EXPORT_SYMBOL(ucs2_as_utf8);
115+
116+
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)