aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorJose Luis Duran <jlduran@gmail.com>2023-10-28 00:20:22 +0000
committerMark Johnston <markj@FreeBSD.org>2024-01-03 17:54:18 +0000
commitb023e965dc0576c3254510e47abc8565800d1ab5 (patch)
treec554c8376a75727c795c2e0b1797571ac03d2ecc /contrib
parenta9174861eab9e786f6873fbe6374a1ac19a5e46a (diff)
downloadsrc-b023e965dc0576c3254510e47abc8565800d1ab5.tar.gz
src-b023e965dc0576c3254510e47abc8565800d1ab5.zip
traceroute: Remove the $FreeBSD$ pattern
Reviewed by: imp, markj MFC after: 1 week Pull Request: https://github.com/freebsd/freebsd-src/pull/879
Diffstat (limited to 'contrib')
-rw-r--r--contrib/traceroute/VERSION1
-rw-r--r--contrib/traceroute/findsaddr-socket.c2
-rw-r--r--contrib/traceroute/traceroute.81
3 files changed, 0 insertions, 4 deletions
diff --git a/contrib/traceroute/VERSION b/contrib/traceroute/VERSION
index 26e2f7609197..4044959ea471 100644
--- a/contrib/traceroute/VERSION
+++ b/contrib/traceroute/VERSION
@@ -1,2 +1 @@
1.4a12+FreeBSD
-$FreeBSD$
diff --git a/contrib/traceroute/findsaddr-socket.c b/contrib/traceroute/findsaddr-socket.c
index b1a2903f4636..b15c2e43a407 100644
--- a/contrib/traceroute/findsaddr-socket.c
+++ b/contrib/traceroute/findsaddr-socket.c
@@ -29,8 +29,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $FreeBSD$
*/
/* XXX Yes this is WAY too complicated */
diff --git a/contrib/traceroute/traceroute.8 b/contrib/traceroute/traceroute.8
index 85a7e9d3a17e..d177413738dc 100644
--- a/contrib/traceroute/traceroute.8
+++ b/contrib/traceroute/traceroute.8
@@ -14,7 +14,6 @@
.\" WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
.\"
.\" $Id: traceroute.8,v 1.19 2000/09/21 08:44:19 leres Exp $
-.\" $FreeBSD$
.\"
.Dd November 25, 2020
.Dt TRACEROUTE 8