From 864780bca09dc022e985b54c17ef1606217a8f2b Mon Sep 17 00:00:00 2001 From: Jose Luis Duran Date: Fri, 17 Nov 2023 18:36:30 +0000 Subject: [PATCH] traceroute: Remove $FreeBSD$ rcsid tags Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/901 --- contrib/traceroute/FREEBSD-upgrade | 2 -- contrib/traceroute/as.c | 1 - contrib/traceroute/as.h | 1 - contrib/traceroute/traceroute.c | 2 -- 4 files changed, 6 deletions(-) diff --git a/contrib/traceroute/FREEBSD-upgrade b/contrib/traceroute/FREEBSD-upgrade index bc4918eb146..4ed42321d26 100644 --- a/contrib/traceroute/FREEBSD-upgrade +++ b/contrib/traceroute/FREEBSD-upgrade @@ -1,5 +1,3 @@ -$FreeBSD$ - This directory contains virgin copies of the original distribution files on a "vendor" branch. Do not, under any circumstances, attempt to upgrade the files in this directory via patches and a cvs commit. diff --git a/contrib/traceroute/as.c b/contrib/traceroute/as.c index fd2f9610010..7fb952ed3da 100644 --- a/contrib/traceroute/as.c +++ b/contrib/traceroute/as.c @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ /* $NetBSD: as.c,v 1.1 2001/11/04 23:14:36 atatat Exp $ */ /* diff --git a/contrib/traceroute/as.h b/contrib/traceroute/as.h index ce10b4b5009..f5a5dae2ace 100644 --- a/contrib/traceroute/as.h +++ b/contrib/traceroute/as.h @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ /* $NetBSD: as.h,v 1.1 2001/11/04 23:14:36 atatat Exp $ */ /* diff --git a/contrib/traceroute/traceroute.c b/contrib/traceroute/traceroute.c index ab744c47bed..643caedc4c3 100644 --- a/contrib/traceroute/traceroute.c +++ b/contrib/traceroute/traceroute.c @@ -27,8 +27,6 @@ The Regents of the University of California. All rights reserved.\n"; static const char rcsid[] = "@(#)$Id: traceroute.c,v 1.68 2000/12/14 08:04:33 leres Exp $ (LBL)"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /*