diff options
Diffstat (limited to 'usr.bin/fetch')
| -rw-r--r-- | usr.bin/fetch/fetch.1 | 2 | ||||
| -rw-r--r-- | usr.bin/fetch/fetch.h | 2 | ||||
| -rw-r--r-- | usr.bin/fetch/file.c | 2 | ||||
| -rw-r--r-- | usr.bin/fetch/ftp.c | 2 | ||||
| -rw-r--r-- | usr.bin/fetch/http.c | 2 | ||||
| -rw-r--r-- | usr.bin/fetch/main.c | 2 | ||||
| -rw-r--r-- | usr.bin/fetch/uri.c | 2 | ||||
| -rw-r--r-- | usr.bin/fetch/util.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/usr.bin/fetch/fetch.1 b/usr.bin/fetch/fetch.1 index b2b2ea0d36b2..dfdb845926ac 100644 --- a/usr.bin/fetch/fetch.1 +++ b/usr.bin/fetch/fetch.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/fetch/fetch.1,v 1.33 2000/03/01 12:19:38 sheldonh Exp $ .Dd February 22, 1999 .Dt FETCH 1 .Os FreeBSD 4.0 diff --git a/usr.bin/fetch/fetch.h b/usr.bin/fetch/fetch.h index d54a343c3370..91e3eeb8c550 100644 --- a/usr.bin/fetch/fetch.h +++ b/usr.bin/fetch/fetch.h @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/fetch/fetch.h,v 1.10 2000/03/08 13:02:10 cracauer Exp $ */ #ifndef fetch_h diff --git a/usr.bin/fetch/file.c b/usr.bin/fetch/file.c index 24dfd75ab4ca..3289e21fc7c4 100644 --- a/usr.bin/fetch/file.c +++ b/usr.bin/fetch/file.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/fetch/file.c,v 1.6 1999/08/28 01:00:49 peter Exp $ */ #include <sys/types.h> diff --git a/usr.bin/fetch/ftp.c b/usr.bin/fetch/ftp.c index 7abab354fdbb..babbee36146a 100644 --- a/usr.bin/fetch/ftp.c +++ b/usr.bin/fetch/ftp.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/fetch/ftp.c,v 1.16 2000/03/08 13:02:10 cracauer Exp $ */ #include <sys/types.h> diff --git a/usr.bin/fetch/http.c b/usr.bin/fetch/http.c index e7d5f8b9c4ac..7a0fa585f881 100644 --- a/usr.bin/fetch/http.c +++ b/usr.bin/fetch/http.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/fetch/http.c,v 1.31 2000/03/08 13:02:10 cracauer Exp $ */ #include <sys/types.h> diff --git a/usr.bin/fetch/main.c b/usr.bin/fetch/main.c index 1df192cab04c..68f7477c6917 100644 --- a/usr.bin/fetch/main.c +++ b/usr.bin/fetch/main.c @@ -24,7 +24,7 @@ * SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/fetch/main.c,v 1.55 2000/03/08 13:02:11 cracauer Exp $ */ #include <sys/types.h> diff --git a/usr.bin/fetch/uri.c b/usr.bin/fetch/uri.c index 3aeb0d1c74a8..b895100e98cd 100644 --- a/usr.bin/fetch/uri.c +++ b/usr.bin/fetch/uri.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/fetch/uri.c,v 1.2 1999/08/28 01:00:51 peter Exp $ */ #include <sys/types.h> diff --git a/usr.bin/fetch/util.c b/usr.bin/fetch/util.c index bac316d3a508..31b3896b5855 100644 --- a/usr.bin/fetch/util.c +++ b/usr.bin/fetch/util.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/fetch/util.c,v 1.7 1999/08/28 01:00:52 peter Exp $ */ #include <sys/types.h> |
