diff options
Diffstat (limited to 'bin/dd')
-rw-r--r-- | bin/dd/Makefile | 2 | ||||
-rw-r--r-- | bin/dd/args.c | 2 | ||||
-rw-r--r-- | bin/dd/conv.c | 2 | ||||
-rw-r--r-- | bin/dd/conv_tab.c | 2 | ||||
-rw-r--r-- | bin/dd/dd.1 | 2 | ||||
-rw-r--r-- | bin/dd/dd.c | 2 | ||||
-rw-r--r-- | bin/dd/dd.h | 2 | ||||
-rw-r--r-- | bin/dd/extern.h | 2 | ||||
-rw-r--r-- | bin/dd/misc.c | 2 | ||||
-rw-r--r-- | bin/dd/position.c | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/bin/dd/Makefile b/bin/dd/Makefile index 09158e5a81c0..59bc21731354 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 c13be12c0256..932940184e66 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 dcadadcb8716..f055a8ea7c2f 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 dba3316f71f9..cbab9fc8aedd 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 03897fb96c74..4c9c92191c0d 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 cccb360746a0..ee836ca4439a 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 b0635ed97b85..d3b3ea134eb2 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 7445fee4b083..e5a7f7405e89 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 <sys/cdefs.h> diff --git a/bin/dd/misc.c b/bin/dd/misc.c index f1865ed28819..6a4db2d40460 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 b317cdc0f764..4da1cc84dabe 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 |