usbatm xusbatm.c,1.2,1.3
kagan at infradead.org
kagan at infradead.org
Thu Apr 7 10:48:54 EDT 2005
Update of /home/cvs/usbatm
In directory phoenix.infradead.org:/tmp/cvs-serv21536
Modified Files:
xusbatm.c
Log Message:
Include authorship and version.
Index: xusbatm.c
===================================================================
RCS file: /home/cvs/usbatm/xusbatm.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xusbatm.c 7 Apr 2005 10:36:26 -0000 1.2
+++ xusbatm.c 7 Apr 2005 14:48:51 -0000 1.3
@@ -1,6 +1,8 @@
/******************************************************************************
* xusbatm.c - dumb usbatm-based driver for modems initialized in userspace
*
+ * Copyright (C) 2005 Duncan Sands, Roman Kagan (rkagan % mail ! ru)
+ *
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
* Software Foundation; either version 2 of the License, or (at your option)
@@ -124,4 +126,7 @@
}
module_exit(xusbatm_exit);
+MODULE_AUTHOR("Roman Kagan, Duncan Sands");
+MODULE_DESCRIPTION("Driver for USB ADSL modems initialized in userspace");
MODULE_LICENSE("GPL");
+MODULE_VERSION("0.1");
More information about the Usbatm-commits
mailing list