Correct FreeBSD id place. Also correct vendor rcsid.

Specified by: bde

Reviewed by: bde
This commit is contained in:
Yoshinobu Inoue 2000-03-30 15:23:44 +00:00
parent f67ecfeb4c
commit a3e1dbab8b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58835

View File

@ -17,16 +17,18 @@
* 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.
*
* $FreeBSD$
*/
#ifndef lint
static const char copyright[] =
"@(#) Copyright (c) 1988, 1989, 1991, 1994, 1995, 1996\n\
The Regents of the University of California. All rights reserved.\n";
#if 0
static const char rcsid[] =
"@(#)$Header: /usr/local/FreeBSD/cvs/src/contrib/traceroute/traceroute.c,v 1.11 1999/06/25 21:48:40 archie Exp $ (LBL)";
"@(#)$Header: traceroute.c,v 1.43 96/09/27 20:08:10 leres Exp $ (LBL)";
#endif
static const char rcsid[] =
"$FreeBSD$";
#endif
/*