Update of /cvsroot/linux-decnet/dnprogs/mail
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3836/mail
Modified Files:
configfile.c receive.c sendvmsmail.c vmsmaild.c
Log Message:
Fix Copyrights
Index: configfile.c
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/mail/configfile.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** configfile.c 27 Oct 2000 16:17:30 -0000 1.2
--- configfile.c 20 Aug 2008 12:43:59 -0000 1.3
***************
*** 1,4 ****
/******************************************************************************
! (c) 1998-2000 P.J. Caulfield pa...@ty...
This program is free software; you can redistribute it and/or modify
--- 1,4 ----
/******************************************************************************
! (c) 1998-2000 Christine Caulfield chr...@go...
This program is free software; you can redistribute it and/or modify
Index: receive.c
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/mail/receive.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** receive.c 17 Apr 2002 09:47:38 -0000 1.6
--- receive.c 20 Aug 2008 12:43:59 -0000 1.7
***************
*** 1,4 ****
/******************************************************************************
! (c) 1998-2000 P.J. Caulfield pa...@ty...
This program is free software; you can redistribute it and/or modify
--- 1,4 ----
/******************************************************************************
! (c) 1998-2000 Christine Caulfield chr...@go...
This program is free software; you can redistribute it and/or modify
Index: sendvmsmail.c
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/mail/sendvmsmail.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** sendvmsmail.c 21 Oct 2001 14:24:00 -0000 1.3
--- sendvmsmail.c 20 Aug 2008 12:43:59 -0000 1.4
***************
*** 1,4 ****
/******************************************************************************
! (c) 1998-2000 P.J. Caulfield pa...@ty...
This program is free software; you can redistribute it and/or modify
--- 1,4 ----
/******************************************************************************
! (c) 1998-2000 Christine Caulfield chr...@go...
This program is free software; you can redistribute it and/or modify
***************
*** 138,142 ****
ptr=strchr(input_line, '(');
! if (ptr) // probably 'vmsmail@pandh (tramp::patrick)' format
{
endline=strchr(input_line, ')');
--- 138,142 ----
ptr=strchr(input_line, '(');
! if (ptr) // probably 'vmsmail@pandh (tramp::christine)' format
{
endline=strchr(input_line, ')');
***************
*** 160,164 ****
}
}
! else // maybe it is '"tramp::patrick " <vmsmail@pandh>' format
{
ptr=strchr(input_line, '<');
--- 160,164 ----
}
}
! else // maybe it is '"tramp::christine " <vmsmail@pandh>' format
{
ptr=strchr(input_line, '<');
Index: vmsmaild.c
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/mail/vmsmaild.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** vmsmaild.c 19 Jun 2001 10:49:18 -0000 1.5
--- vmsmaild.c 20 Aug 2008 12:43:59 -0000 1.6
***************
*** 1,4 ****
/******************************************************************************
! (c) 1998-1999 P.J. Caulfield pa...@ty...
This program is free software; you can redistribute it and/or modify
--- 1,4 ----
/******************************************************************************
! (c) 1998-1999 Christine Caulfield chr...@go...
This program is free software; you can redistribute it and/or modify
|