This commit was generated by cvs2svn to compensate for changes in r5360,

which included commits to RCS files with non-trunk default branches.
This commit is contained in:
Andrey A. Chernov 1995-01-03 17:18:21 +00:00
commit 07f055ac21
2 changed files with 4 additions and 7 deletions

View File

@ -1,16 +1,11 @@
/* Copyright.h */
/* $RCSfile: copyright.h,v $
* $Revision: 14020.12 $
* $Date: 93/06/02 13:43:03 $
*/
/*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
* Copyright (c) 1992-1994 Mike Gleason, NCEMRSoft.
* Copyright (c) 1992-1995 Mike Gleason, NCEMRSoft.
* Copyright (c) 1985, 1989 Regents of the University of California.
* All rights reserved.
*
@ -23,7 +18,7 @@
#ifdef _main_c_
#ifndef lint
static char copyright[] = "@(#) Copyright (c) 1992, 1993 by NCEMRSoft and Copyright (c) 1985, 1989 Regents of the University of California.\n All rights reserved.\n";
static char copyright[] = "@(#) Copyright (c) 1992, 1993, 1994, 1995 by NCEMRSoft and Copyright (c) 1985, 1989 Regents of the University of California.\n All rights reserved.\n";
#endif /* not lint */
#endif /* _main_c_ */

View File

@ -1,3 +1,5 @@
v1.9.1 - January 1, 1995. Passive mode fix with the SOCKS library.
v1.9.0 - December 22, 1994. The program won't exit from the interactive shell
if it's working from a tty. For example, it won't exit if you do an mget
on a pattern that won't match anything. Added padding around jmp_buf's