|
From: Alain P. <apa...@us...> - 2002-08-12 12:52:41
|
The following file was modified in linux/drivers/char/bluetooth:
Name Old version New version Tag Comment
---- ----------- ----------- --- -------
bluetooth.c 1.232 1.233=20=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Added license definition to avoid warning when inserting module in 2.4 kern=
els.
The diff of the modified file(s):
--- bluetooth.c 6 Aug 2002 17:52:14 -0000 1.232
+++ bluetooth.c 12 Aug 2002 12:52:39 -0000 1.233
@@ -441,6 +441,12 @@
=20
*/
=20
+/* Added GPL license to avoid warning messages at every insmod */
+#ifdef __KERNEL__
+ #if LINUX_VERSION_CODE > KERNEL_VERSION(2, 4, 9)
+ MODULE_LICENSE("GPL");
+ #endif
+#endif
=20
/***********************************/
/* STACK TOP (TTY DRIVER FUNCTIONS)*/
|