From: James S. <jsi...@us...> - 2001-10-29 19:08:08
|
Update of /cvsroot/linux-mips/linux/drivers/char In directory usw-pr-cvs1:/tmp/cvs-serv1037 Modified Files: rtc_dallas.c Log Message: Added in proper copyright. Index: rtc_dallas.c =================================================================== RCS file: /cvsroot/linux-mips/linux/drivers/char/rtc_dallas.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- rtc_dallas.c 2001/10/26 16:47:44 1.1 +++ rtc_dallas.c 2001/10/29 19:08:06 1.2 @@ -4,6 +4,10 @@ * arch/mips/kernel/rtc_dallas.c * low-level RTC hookups for Dallas PC style chip. * + * Based on rtc_ds1386.c by Jun Sun <js...@mv...> + * Copyright 2001 MontaVista Software Inc. + * Author: js...@mv... or js...@ju... + * * 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 |