VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Randy Dunlap <rdunlap@infradead.org> 2018-06-07 17:10:55 -0700 committer: Linus Torvalds <torvalds@linux-foundation.org> 2018-06-07 17:34:39 -0700 commit: 09088a4047e2d1e749f8ceab1f39c5c0055032e5 parent: cbdc61ae1fa5d824fcfd59282b040f21144999ab
Commit Summary:
lib/ucs2_string.c: add MODULE_LICENSE()
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/lib/ucs2_string.c b/lib/ucs2_string.c
index d7e06b28de38..0a559a42359b 100644
--- a/lib/ucs2_string.c
+++ b/lib/ucs2_string.c
@@ -112,3 +112,5 @@ ucs2_as_utf8(u8 *dest, const ucs2_char_t *src, unsigned long maxlength)
 	return j;
 }
 EXPORT_SYMBOL(ucs2_as_utf8);
+
+MODULE_LICENSE("GPL v2");