diff options
Diffstat (limited to 'usr.bin/pmdb/arch')
-rw-r--r-- | usr.bin/pmdb/arch/alpha/alpha.c | 2 | ||||
-rw-r--r-- | usr.bin/pmdb/arch/alpha/alpha_instruction.h | 2 | ||||
-rw-r--r-- | usr.bin/pmdb/arch/alpha/alpha_trace.c | 2 | ||||
-rw-r--r-- | usr.bin/pmdb/arch/i386/Makefile.inc | 2 | ||||
-rw-r--r-- | usr.bin/pmdb/arch/i386/i386.c | 2 | ||||
-rw-r--r-- | usr.bin/pmdb/arch/sparc/sparc.c | 2 | ||||
-rw-r--r-- | usr.bin/pmdb/arch/sparc64/sparc64.c | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/pmdb/arch/alpha/alpha.c b/usr.bin/pmdb/arch/alpha/alpha.c index a09f59f036e..9e5fd953b16 100644 --- a/usr.bin/pmdb/arch/alpha/alpha.c +++ b/usr.bin/pmdb/arch/alpha/alpha.c @@ -1,4 +1,4 @@ -/* $PMDB: alpha.c,v 1.4 2002/02/21 02:20:51 art Exp $ */ +/* $OpenBSD: alpha.c,v 1.2 2002/03/15 16:41:06 jason Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. diff --git a/usr.bin/pmdb/arch/alpha/alpha_instruction.h b/usr.bin/pmdb/arch/alpha/alpha_instruction.h index 631aad909ea..e6a240c1fdc 100644 --- a/usr.bin/pmdb/arch/alpha/alpha_instruction.h +++ b/usr.bin/pmdb/arch/alpha/alpha_instruction.h @@ -1,4 +1,4 @@ -/* $PMDB: alpha_instruction.h,v 1.3 2002/01/30 23:14:34 art Exp $ */ +/* $OpenBSD: alpha_instruction.h,v 1.2 2002/03/15 16:41:06 jason Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. diff --git a/usr.bin/pmdb/arch/alpha/alpha_trace.c b/usr.bin/pmdb/arch/alpha/alpha_trace.c index a0c4f6c73bd..be2d37b84a4 100644 --- a/usr.bin/pmdb/arch/alpha/alpha_trace.c +++ b/usr.bin/pmdb/arch/alpha/alpha_trace.c @@ -1,4 +1,4 @@ -/* $PMDB: alpha_trace.c,v 1.5 2002/03/10 10:52:16 art Exp $ */ +/* $OpenBSD: alpha_trace.c,v 1.2 2002/03/15 16:41:06 jason Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. diff --git a/usr.bin/pmdb/arch/i386/Makefile.inc b/usr.bin/pmdb/arch/i386/Makefile.inc index 7226cf7cbb4..a8691faaeaf 100644 --- a/usr.bin/pmdb/arch/i386/Makefile.inc +++ b/usr.bin/pmdb/arch/i386/Makefile.inc @@ -1,3 +1,3 @@ -# $PMDB: Makefile.inc,v 1.2 2002/01/30 23:20:13 fgs Exp $ +# $OpenBSD: Makefile.inc,v 1.2 2002/03/15 16:41:06 jason Exp $ SRCS+= i386.c diff --git a/usr.bin/pmdb/arch/i386/i386.c b/usr.bin/pmdb/arch/i386/i386.c index 2612ef63568..89f479b22cd 100644 --- a/usr.bin/pmdb/arch/i386/i386.c +++ b/usr.bin/pmdb/arch/i386/i386.c @@ -1,4 +1,4 @@ -/* $PMDB: i386.c,v 1.5 2002/02/21 01:54:44 art Exp $ */ +/* $OpenBSD: i386.c,v 1.2 2002/03/15 16:41:06 jason Exp $ */ /* * Copyright (c) 2002 Federico Schwindt <fgsch@openbsd.org> * All rights reserved. diff --git a/usr.bin/pmdb/arch/sparc/sparc.c b/usr.bin/pmdb/arch/sparc/sparc.c index 70aeb7687b8..ae5120feeff 100644 --- a/usr.bin/pmdb/arch/sparc/sparc.c +++ b/usr.bin/pmdb/arch/sparc/sparc.c @@ -1,4 +1,4 @@ -/* $PMDB: sparc.c,v 1.4 2002/03/05 12:04:26 art Exp $ */ +/* $OpenBSD: sparc.c,v 1.2 2002/03/15 16:41:06 jason Exp $ */ /* * Copyright (c) 2002 Federico Schwindt <fgsch@openbsd.org> * All rights reserved. diff --git a/usr.bin/pmdb/arch/sparc64/sparc64.c b/usr.bin/pmdb/arch/sparc64/sparc64.c index d4f44a56402..4dbbf811572 100644 --- a/usr.bin/pmdb/arch/sparc64/sparc64.c +++ b/usr.bin/pmdb/arch/sparc64/sparc64.c @@ -1,4 +1,4 @@ -/* $PMDB: sparc64.c,v 1.6 2002/03/07 01:10:52 art Exp $ */ +/* $OpenBSD: sparc64.c,v 1.2 2002/03/15 16:41:06 jason Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. |