From: <he...@us...> - 2005-01-06 20:06:54
|
Update of /cvsroot/gc-linux/linux/arch/ppc/platforms In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28881/arch/ppc/platforms Modified Files: gcn-rsw.c Log Message: Fix module license. Update copyright dates. Index: gcn-rsw.c =================================================================== RCS file: /cvsroot/gc-linux/linux/arch/ppc/platforms/gcn-rsw.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- gcn-rsw.c 19 Oct 2004 23:36:54 -0000 1.1 +++ gcn-rsw.c 6 Jan 2005 20:06:45 -0000 1.2 @@ -2,9 +2,9 @@ * arch/ppc/platforms/gcn-rsw.c * * Nintendo GameCube reset switch driver + * Copyright (C) 2004-2005 The GameCube Linux Team * Copyright (C) 2004 Stefan Esser - * Copyright (C) 2004 Albert Herranz - * Copyright (C) 2004 The GameCube Linux Team + * Copyright (C) 2004,2005 Albert Herranz * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -52,7 +52,7 @@ MODULE_DESCRIPTION(DRV_DESCRIPTION); MODULE_AUTHOR(DRV_AUTHOR); -MODULE_LICENSE(GPL); +MODULE_LICENSE("GPL"); #define PFX DRV_MODULE_NAME ": " #define rsw_printk(level, format, arg...) \ |