Update of /cvsroot/linux-decnet/dnprogs/apps
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3836/apps
Modified Files:
ctermd.c dnmount.c rmtermd.c sethost.c startnet.c
Log Message:
Fix Copyrights
Index: ctermd.c
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/apps/ctermd.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** ctermd.c 26 Jan 2006 10:42:56 -0000 1.8
--- ctermd.c 20 Aug 2008 12:43:58 -0000 1.9
***************
*** 2,6 ****
(c) 1995-2002 E.M. Serrat ems...@ge...
! Conversion to dnetd (c) 1999 by Patrick Caulfield
This program is free software; you can redistribute it and/or modify
--- 2,6 ----
(c) 1995-2002 E.M. Serrat ems...@ge...
! Conversion to dnetd (c) 1999 by Christine Caulfield
This program is free software; you can redistribute it and/or modify
Index: dnmount.c
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/apps/dnmount.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** dnmount.c 21 Oct 2001 14:24:00 -0000 1.2
--- dnmount.c 20 Aug 2008 12:43:58 -0000 1.3
***************
*** 68,72 ****
}
/*-----------------------------------------------------------------------*/
! /* Patrick's Parser for VMS file specifications
* It was taken from dndir.c
*
--- 68,72 ----
}
/*-----------------------------------------------------------------------*/
! /* Christine's Parser for VMS file specifications
* It was taken from dndir.c
*
***************
*** 212,216 ****
/* Default to a full wildcard if no filename is given. This will cope with
the situation where no directory is provided (node::) and where a
! directory (node::[patrick]) is provided. Logical names must end with
a colon for this to happen or we will not be able to distinguish it
from a filename
--- 212,216 ----
/* Default to a full wildcard if no filename is given. This will cope with
the situation where no directory is provided (node::) and where a
! directory (node::[christine]) is provided. Logical names must end with
a colon for this to happen or we will not be able to distinguish it
from a filename
Index: rmtermd.c
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/apps/rmtermd.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** rmtermd.c 17 Oct 2002 13:50:26 -0000 1.2
--- rmtermd.c 20 Aug 2008 12:43:58 -0000 1.3
***************
*** 5,9 ****
(c) 2000 Paul Koning ni...@ar...
! Based on ctermd by E.M. Serrat and Patrick Caulfield
This program is free software; you can redistribute it and/or modify
--- 5,9 ----
(c) 2000 Paul Koning ni...@ar...
! Based on ctermd by E.M. Serrat and Christine Caulfield
This program is free software; you can redistribute it and/or modify
Index: sethost.c
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/apps/sethost.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** sethost.c 20 May 2004 09:30:25 -0000 1.9
--- sethost.c 20 Aug 2008 12:43:58 -0000 1.10
***************
*** 4,8 ****
Function: Terminal emulation using CTERM over DECnet
Author: Eduardo Marcelo Serrat
! Modified by: Patrick James Caulfield
Made endian and alignment-independant
Paul Koning:
--- 4,8 ----
Function: Terminal emulation using CTERM over DECnet
Author: Eduardo Marcelo Serrat
! Modified by: Christine James Caulfield
Made endian and alignment-independant
Paul Koning:
Index: startnet.c
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/apps/startnet.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** startnet.c 18 Jan 2002 19:08:00 -0000 1.9
--- startnet.c 20 Aug 2008 12:43:58 -0000 1.10
***************
*** 1,5 ****
/* (c) 1998 Eduardo Marcelo Serrat
! Modifications (c) 1998 by Patrick Caulfield to set the Ethernet address
and 1999 to configure 2.3+ kernels
and 2001 to set MAC address on all, or specified interfaces
--- 1,5 ----
/* (c) 1998 Eduardo Marcelo Serrat
! Modifications (c) 1998 by Christine Caulfield to set the Ethernet address
and 1999 to configure 2.3+ kernels
and 2001 to set MAC address on all, or specified interfaces
|