diff -ur mgavideo-0.1.0/driver/i2c-algo-ks.c mgavideo-0.1.0-st/driver/i2c-algo-ks.c --- mgavideo-0.1.0/driver/i2c-algo-ks.c 2002-04-17 18:38:47.000000000 +0100 +++ mgavideo-0.1.0-st/driver/i2c-algo-ks.c 2003-02-07 11:30:29.000000000 +0000 @@ -67,6 +67,9 @@ /* module parameters: */ + +MODULE_LICENSE("GPL"); + static int i2c_debug; static int bit_test; /* see if the line-setting functions work */ static int bit_scan; /* have a look at what's hanging 'round */ diff -ur mgavideo-0.1.0/driver/mgabes.c mgavideo-0.1.0-st/driver/mgabes.c --- mgavideo-0.1.0/driver/mgabes.c 2001-11-27 08:19:27.000000000 +0000 +++ mgavideo-0.1.0-st/driver/mgabes.c 2003-02-07 11:28:25.000000000 +0000 @@ -53,6 +53,7 @@ unsigned long count, void *data); +MODULE_LICENSE("GPL"); MODULE_PARM(bes_brightness, "i"); MODULE_PARM(bes_contrast, "i"); diff -ur mgavideo-0.1.0/driver/mgabus.c mgavideo-0.1.0-st/driver/mgabus.c --- mgavideo-0.1.0/driver/mgabus.c 2001-07-29 08:37:14.000000000 +0100 +++ mgavideo-0.1.0-st/driver/mgabus.c 2003-02-07 11:28:43.000000000 +0000 @@ -26,6 +26,7 @@ #include "mgacore.h" #include "ks0127.h" +MODULE_LICENSE("GPL"); MODULE_PARM(mgabus_debug, "i"); int mgabus_debug; diff -ur mgavideo-0.1.0/driver/mgaclk.c mgavideo-0.1.0-st/driver/mgaclk.c --- mgavideo-0.1.0/driver/mgaclk.c 2001-01-19 17:38:34.000000000 +0000 +++ mgavideo-0.1.0-st/driver/mgaclk.c 2003-02-07 11:29:06.000000000 +0000 @@ -57,6 +57,7 @@ EXPORT_SYMBOL(mga_get_bios2); EXPORT_SYMBOL(mga_check_mctlwtst); +MODULE_LICENSE("GPL"); MODULE_PARM(mgaclk_debug, "i"); MODULE_PARM(oclock_mem,"i"); diff -ur mgavideo-0.1.0/driver/mgacodec.c mgavideo-0.1.0-st/driver/mgacodec.c --- mgavideo-0.1.0/driver/mgacodec.c 2001-12-02 04:48:25.000000000 +0000 +++ mgavideo-0.1.0-st/driver/mgacodec.c 2003-02-07 11:29:26.000000000 +0000 @@ -38,6 +38,7 @@ #define dprintk if (mgacore_debug) printk #define dprintk2 if (mgacore_debug>1) printk +MODULE_LICENSE("GPL"); /* TODO : - iovec inputs ? diff -ur mgavideo-0.1.0/driver/mgai2c.c mgavideo-0.1.0-st/driver/mgai2c.c --- mgavideo-0.1.0/driver/mgai2c.c 2001-11-14 00:30:03.000000000 +0000 +++ mgavideo-0.1.0-st/driver/mgai2c.c 2003-02-07 11:29:42.000000000 +0000 @@ -46,7 +46,7 @@ #include "i2c-algo-ks.h" #endif - +MODULE_LICENSE("GPL"); MODULE_PARM(mgai2c_debug,"i"); static int mgai2c_debug=0; diff -ur mgavideo-0.1.0/driver/mgayuv.c mgavideo-0.1.0-st/driver/mgayuv.c --- mgavideo-0.1.0/driver/mgayuv.c 2001-08-26 07:17:31.000000000 +0100 +++ mgavideo-0.1.0-st/driver/mgayuv.c 2003-02-07 11:27:15.000000000 +0000 @@ -27,6 +27,7 @@ #define MGAYUV_ID_STRING "Matrox G200/G400 YUV" +MODULE_LICENSE("GPL"); struct mgayuv_s {