From d2a9180fe14b87d470f54422d9be10272a269bc6 Mon Sep 17 00:00:00 2001 From: Gregory Haskins Date: Mon, 7 Dec 2009 11:46:44 -0500 Subject: vbus: make library code properly declared as GPL This facilitates building the shm-signal and ioq libraries as kernel modules. Signed-off-by: Gregory Haskins --- lib/ioq.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/ioq.c') diff --git a/lib/ioq.c b/lib/ioq.c index a6c86644df4c..d5e57be674db 100644 --- a/lib/ioq.c +++ b/lib/ioq.c @@ -25,6 +25,10 @@ #include #include +MODULE_AUTHOR("Gregory Haskins"); +MODULE_LICENSE("GPL"); +MODULE_VERSION("1"); + #ifndef NULL #define NULL 0 #endif -- cgit v1.2.3