From 42bd166385e9b0cbbcffaa2953f324f2ed496a3f Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 19 Mar 2008 15:15:26 +0000 Subject: [PATCH] Remove FreeBSD ID's so these are exact copies of the vendor sources. --- contrib/cvs/src/import.c | 2 -- contrib/cvs/src/login.c | 2 -- contrib/cvs/src/mkmodules.c | 5 +---- contrib/cvs/src/recurse.c | 1 - 4 files changed, 1 insertion(+), 9 deletions(-) diff --git a/contrib/cvs/src/import.c b/contrib/cvs/src/import.c index 0f823321aa6..bc918e04ff7 100644 --- a/contrib/cvs/src/import.c +++ b/contrib/cvs/src/import.c @@ -19,8 +19,6 @@ * VendorReleTag Tag for this particular release * * Additional arguments specify more Vendor Release Tags. - * - * $FreeBSD$ */ #include "cvs.h" diff --git a/contrib/cvs/src/login.c b/contrib/cvs/src/login.c index 2ea0705c659..1d20c97eb76 100644 --- a/contrib/cvs/src/login.c +++ b/contrib/cvs/src/login.c @@ -10,8 +10,6 @@ * specified in the README file that comes with CVS. * * Allow user to log in for an authenticating server. - * - * $FreeBSD$ */ #include "cvs.h" diff --git a/contrib/cvs/src/mkmodules.c b/contrib/cvs/src/mkmodules.c index fd217134153..751d4c73e4d 100644 --- a/contrib/cvs/src/mkmodules.c +++ b/contrib/cvs/src/mkmodules.c @@ -8,10 +8,7 @@ * Portions Copyright (C) 1989-1992, Brian Berliner * * You may distribute under the terms of the GNU General Public License as - * specified in the README file that comes with the CVS kit. - * - * $FreeBSD$ - */ + * specified in the README file that comes with the CVS kit. */ #include #include "cvs.h" diff --git a/contrib/cvs/src/recurse.c b/contrib/cvs/src/recurse.c index 0f39b67b74c..fb865a9807c 100644 --- a/contrib/cvs/src/recurse.c +++ b/contrib/cvs/src/recurse.c @@ -12,7 +12,6 @@ * * General recursion handler * - * $FreeBSD$ */ #include "cvs.h"