aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/util.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/util.c b/kernel/util.c
index beed271..e2679a0 100644
--- a/kernel/util.c
+++ b/kernel/util.c
@@ -12,7 +12,10 @@
MODULE_AUTHOR("Miklos Szeredi <mszeredi@inf.bme.hu>");
MODULE_DESCRIPTION("Filesystem in Userspace");
+
+#ifdef MODULE_LICENSE
MODULE_LICENSE("GPL");
+#endif
spinlock_t fuse_lock = SPIN_LOCK_UNLOCKED;