Update of /cvsroot/linux-decnet/dnprogs/dncopy
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3836/dncopy
Modified Files:
dncopy.1 dncopy.cc dnetfile.cc dnetfile_dap.cc file.cc
unixfile.cc
Log Message:
Fix Copyrights
Index: dncopy.1
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/dncopy/dncopy.1,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** dncopy.1 4 Dec 2006 15:29:17 -0000 1.9
--- dncopy.1 20 Aug 2008 12:43:58 -0000 1.10
***************
*** 205,209 ****
.br
.PP
! dncopy 'tramp"patrick pjc123"::login.com' mylogin.com
.br
--- 205,209 ----
.br
.PP
! dncopy 'tramp"christine pjc123"::login.com' mylogin.com
.br
***************
*** 212,216 ****
.br
.PP
! dncopy 'tramp"patrick pjc123"::sys$sysdevice:[wp]*.txt' /tmp
.br
--- 212,216 ----
.br
.PP
! dncopy 'tramp"christine pjc123"::sys$sysdevice:[wp]*.txt' /tmp
.br
***************
*** 219,223 ****
.br
.PP
! dncopy -mblock test.exe 'tramp"patrick pjc123"::[.BIN]'
.br
--- 219,223 ----
.br
.PP
! dncopy -mblock test.exe 'tramp"christine pjc123"::[.BIN]'
.br
***************
*** 235,239 ****
.br
.PP
! dtype 'trisha"patrick -"::login.com'
.br
You will then be prompted for a password
--- 235,239 ----
.br
.PP
! dtype 'trisha"christine -"::login.com'
.br
You will then be prompted for a password
Index: dncopy.cc
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/dncopy/dncopy.cc,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** dncopy.cc 7 Dec 2007 11:05:02 -0000 1.12
--- dncopy.cc 20 Aug 2008 12:43:58 -0000 1.13
***************
*** 1,4 ****
/******************************************************************************
! (c) 1998-2005 P.J. Caulfield pa...@ty...
This program is free software; you can redistribute it and/or modify
--- 1,4 ----
/******************************************************************************
! (c) 1998-2005 Christine Caulfield chr...@go...
This program is free software; you can redistribute it and/or modify
***************
*** 379,383 ****
fprintf(f, "quotes and dollar signs. eg:\n");
fprintf(f, "\n");
! fprintf(f, "%s 'mynode\"patrick password\"::sys$manager:sylogin.com'", name);
if (!dntype)
{
--- 379,383 ----
fprintf(f, "quotes and dollar signs. eg:\n");
fprintf(f, "\n");
! fprintf(f, "%s 'mynode\"christine password\"::sys$manager:sylogin.com'", name);
if (!dntype)
{
Index: dnetfile.cc
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/dncopy/dnetfile.cc,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** dnetfile.cc 7 Dec 2007 11:05:02 -0000 1.9
--- dnetfile.cc 20 Aug 2008 12:43:58 -0000 1.10
***************
*** 1,4 ****
/******************************************************************************
! (c) 1998-2002 P.J. Caulfield pa...@ty...
This program is free software; you can redistribute it and/or modify
--- 1,4 ----
/******************************************************************************
! (c) 1998-2002 Christine Caulfield chr...@go...
This program is free software; you can redistribute it and/or modify
Index: dnetfile_dap.cc
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/dncopy/dnetfile_dap.cc,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** dnetfile_dap.cc 7 Dec 2007 11:05:02 -0000 1.14
--- dnetfile_dap.cc 20 Aug 2008 12:43:58 -0000 1.15
***************
*** 1,4 ****
/******************************************************************************
! (c) 1998-2006 P.J. Caulfield pa...@ty...
This program is free software; you can redistribute it and/or modify
--- 1,4 ----
/******************************************************************************
! (c) 1998-2006 Christine Caulfield chr...@go...
This program is free software; you can redistribute it and/or modify
Index: file.cc
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/dncopy/file.cc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** file.cc 27 Oct 2000 16:05:26 -0000 1.2
--- file.cc 20 Aug 2008 12:43:58 -0000 1.3
***************
*** 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
Index: unixfile.cc
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/dncopy/unixfile.cc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** unixfile.cc 7 Dec 2007 11:05:02 -0000 1.5
--- unixfile.cc 20 Aug 2008 12:43:58 -0000 1.6
***************
*** 1,4 ****
/******************************************************************************
! (c) 1998-2003 P.J. Caulfield pa...@ty...
This program is free software; you can redistribute it and/or modify
--- 1,4 ----
/******************************************************************************
! (c) 1998-2003 Christine Caulfield chr...@go...
This program is free software; you can redistribute it and/or modify
|