git: 864780bca09d - main - traceroute: Remove $FreeBSD$ rcsid tags
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 Feb 2024 04:08:09 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=864780bca09dc022e985b54c17ef1606217a8f2b commit 864780bca09dc022e985b54c17ef1606217a8f2b Author: Jose Luis Duran <jlduran@gmail.com> AuthorDate: 2023-11-17 18:36:30 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2024-02-03 03:14:09 +0000 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 bc4918eb146f..4ed42321d26e 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 fd2f96100101..7fb952ed3da1 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 ce10b4b50098..f5a5dae2acec 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 ab744c47bed6..643caedc4c34 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 /*