diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2008-03-19 15:15:26 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2008-03-19 15:15:26 +0000 |
commit | 42bd166385e9b0cbbcffaa2953f324f2ed496a3f (patch) | |
tree | ed1fb195e22fefba88a14bce9244c77955a2c43d /contrib/cvs | |
parent | 8177af2087db24e2b20885c24f3bbbccc4c2917e (diff) |
Notes
Diffstat (limited to 'contrib/cvs')
-rw-r--r-- | contrib/cvs/src/import.c | 2 | ||||
-rw-r--r-- | contrib/cvs/src/login.c | 2 | ||||
-rw-r--r-- | contrib/cvs/src/mkmodules.c | 5 | ||||
-rw-r--r-- | contrib/cvs/src/recurse.c | 1 |
4 files changed, 1 insertions, 9 deletions
diff --git a/contrib/cvs/src/import.c b/contrib/cvs/src/import.c index 0f823321aa623..bc918e04ff7f0 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 2ea0705c6595e..1d20c97eb7691 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 fd21713415349..751d4c73e4d76 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 <assert.h> #include "cvs.h" diff --git a/contrib/cvs/src/recurse.c b/contrib/cvs/src/recurse.c index 0f39b67b74c32..fb865a9807cb0 100644 --- a/contrib/cvs/src/recurse.c +++ b/contrib/cvs/src/recurse.c @@ -12,7 +12,6 @@ * * General recursion handler * - * $FreeBSD$ */ #include "cvs.h" |