Update of /cvsroot/sdig/sdig/src
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv1787
Modified Files:
sdig.c
Log Message:
Add RCS tag
Add myself to copyright
Index: sdig.c
===================================================================
RCS file: /cvsroot/sdig/sdig/src/sdig.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** sdig.c 18 May 2006 18:31:57 -0000 1.4
--- sdig.c 23 May 2006 00:03:24 -0000 1.5
***************
*** 1,5 ****
! /* sdig.c - the Switch Digger main file
! *
* Copyright (C) 2000 Russell Kroll <rk...@ex...>
*
* This program is free software; you can redistribute it and/or modify
--- 1,5 ----
! /*
* Copyright (C) 2000 Russell Kroll <rk...@ex...>
+ * Copyright (C) 2006 Russell Jackson <ra...@cs...>
*
* This program is free software; you can redistribute it and/or modify
***************
*** 16,19 ****
--- 16,21 ----
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ *
+ * $Id$
*/
|