From 808a36ef658c1810327b5d329469bcf5dad24b28 Mon Sep 17 00:00:00 2001 From: jkh Date: Tue, 14 Jan 1997 07:20:47 +0000 Subject: Make the long-awaited change from $Id$ to $FreeBSD$ This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. --- bin/dd/Makefile | 2 +- bin/dd/args.c | 2 +- bin/dd/conv.c | 2 +- bin/dd/conv_tab.c | 2 +- bin/dd/dd.1 | 2 +- bin/dd/dd.c | 2 +- bin/dd/dd.h | 2 +- bin/dd/extern.h | 2 +- bin/dd/misc.c | 2 +- bin/dd/position.c | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) (limited to 'bin/dd') diff --git a/bin/dd/Makefile b/bin/dd/Makefile index 09158e5..59bc217 100644 --- a/bin/dd/Makefile +++ b/bin/dd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id$ +# $FreeBSD$ PROG= dd SRCS= args.c conv.c conv_tab.c dd.c misc.c position.c diff --git a/bin/dd/args.c b/bin/dd/args.c index c13be12..9329401 100644 --- a/bin/dd/args.c +++ b/bin/dd/args.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: args.c,v 1.5 1996/11/13 19:59:54 phk Exp $ + * $FreeBSD$ */ #ifndef lint diff --git a/bin/dd/conv.c b/bin/dd/conv.c index dcadadc..f055a8e 100644 --- a/bin/dd/conv.c +++ b/bin/dd/conv.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: conv.c,v 1.5 1996/11/13 19:59:56 phk Exp $ + * $FreeBSD$ */ #ifndef lint diff --git a/bin/dd/conv_tab.c b/bin/dd/conv_tab.c index dba3316..cbab9fc 100644 --- a/bin/dd/conv_tab.c +++ b/bin/dd/conv_tab.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: conv_tab.c,v 1.3 1995/01/17 23:04:28 ache Exp $ + * $FreeBSD$ */ #ifndef lint diff --git a/bin/dd/dd.1 b/bin/dd/dd.1 index 03897fb..4c9c921 100644 --- a/bin/dd/dd.1 +++ b/bin/dd/dd.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)dd.1 8.2 (Berkeley) 1/13/94 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd January 13, 1994 .Dt DD 1 diff --git a/bin/dd/dd.c b/bin/dd/dd.c index cccb360..ee836ca 100644 --- a/bin/dd/dd.c +++ b/bin/dd/dd.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: dd.c,v 1.7 1996/11/13 19:59:58 phk Exp $ + * $FreeBSD$ */ #ifndef lint diff --git a/bin/dd/dd.h b/bin/dd/dd.h index b0635ed..d3b3ea1 100644 --- a/bin/dd/dd.h +++ b/bin/dd/dd.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)dd.h 8.3 (Berkeley) 4/2/94 - * $Id: dd.h,v 1.3 1996/11/12 23:09:12 phk Exp $ + * $FreeBSD$ */ /* Input/output stream state. */ diff --git a/bin/dd/extern.h b/bin/dd/extern.h index 7445fee..e5a7f740 100644 --- a/bin/dd/extern.h +++ b/bin/dd/extern.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.3 (Berkeley) 4/2/94 - * $Id$ + * $FreeBSD$ */ #include diff --git a/bin/dd/misc.c b/bin/dd/misc.c index f1865ed..6a4db2d 100644 --- a/bin/dd/misc.c +++ b/bin/dd/misc.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: misc.c,v 1.4 1996/11/13 20:00:03 phk Exp $ + * $FreeBSD$ */ #ifndef lint diff --git a/bin/dd/position.c b/bin/dd/position.c index b317cdc..4da1cc8 100644 --- a/bin/dd/position.c +++ b/bin/dd/position.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: position.c,v 1.2 1994/09/24 02:55:03 davidg Exp $ + * $FreeBSD$ */ #ifndef lint -- cgit v1.1