diff options
Diffstat (limited to 'sys/ddb')
| -rw-r--r-- | sys/ddb/db_access.c | 2 | ||||
| -rw-r--r-- | sys/ddb/db_access.h | 2 | ||||
| -rw-r--r-- | sys/ddb/db_aout.c | 2 | ||||
| -rw-r--r-- | sys/ddb/db_break.c | 2 | ||||
| -rw-r--r-- | sys/ddb/db_break.h | 2 | ||||
| -rw-r--r-- | sys/ddb/db_command.c | 2 | ||||
| -rw-r--r-- | sys/ddb/db_command.h | 2 | ||||
| -rw-r--r-- | sys/ddb/db_elf.c | 2 | ||||
| -rw-r--r-- | sys/ddb/db_examine.c | 2 | ||||
| -rw-r--r-- | sys/ddb/db_expr.c | 2 | ||||
| -rw-r--r-- | sys/ddb/db_input.c | 2 | ||||
| -rw-r--r-- | sys/ddb/db_kld.c | 2 | ||||
| -rw-r--r-- | sys/ddb/db_lex.c | 2 | ||||
| -rw-r--r-- | sys/ddb/db_lex.h | 2 | ||||
| -rw-r--r-- | sys/ddb/db_output.c | 2 | ||||
| -rw-r--r-- | sys/ddb/db_output.h | 2 | ||||
| -rw-r--r-- | sys/ddb/db_print.c | 2 | ||||
| -rw-r--r-- | sys/ddb/db_ps.c | 2 | ||||
| -rw-r--r-- | sys/ddb/db_run.c | 2 | ||||
| -rw-r--r-- | sys/ddb/db_sym.c | 2 | ||||
| -rw-r--r-- | sys/ddb/db_sym.h | 2 | ||||
| -rw-r--r-- | sys/ddb/db_trap.c | 2 | ||||
| -rw-r--r-- | sys/ddb/db_variables.c | 2 | ||||
| -rw-r--r-- | sys/ddb/db_variables.h | 2 | ||||
| -rw-r--r-- | sys/ddb/db_watch.c | 2 | ||||
| -rw-r--r-- | sys/ddb/db_watch.h | 2 | ||||
| -rw-r--r-- | sys/ddb/db_write_cmd.c | 2 | ||||
| -rw-r--r-- | sys/ddb/ddb.h | 2 |
28 files changed, 28 insertions, 28 deletions
diff --git a/sys/ddb/db_access.c b/sys/ddb/db_access.c index 04de1083bb92..d8d8492751a2 100644 --- a/sys/ddb/db_access.c +++ b/sys/ddb/db_access.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/ddb/db_access.c,v 1.14.4.1 1999/08/29 16:22:11 peter Exp $ */ /* diff --git a/sys/ddb/db_access.h b/sys/ddb/db_access.h index 715c1cb002c3..5694b1472c86 100644 --- a/sys/ddb/db_access.h +++ b/sys/ddb/db_access.h @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/ddb/db_access.h,v 1.8.4.1 1999/08/29 16:22:12 peter Exp $ */ #ifndef _DDB_DB_ACCESS_H_ diff --git a/sys/ddb/db_aout.c b/sys/ddb/db_aout.c index 3f0e84381fdc..bd1581b68698 100644 --- a/sys/ddb/db_aout.c +++ b/sys/ddb/db_aout.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/ddb/db_aout.c,v 1.22.2.1 1999/08/29 16:22:12 peter Exp $ */ /* diff --git a/sys/ddb/db_break.c b/sys/ddb/db_break.c index 9ac0001255f8..2b01c836ae16 100644 --- a/sys/ddb/db_break.c +++ b/sys/ddb/db_break.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/ddb/db_break.c,v 1.17.2.1 1999/08/29 16:22:13 peter Exp $ */ /* diff --git a/sys/ddb/db_break.h b/sys/ddb/db_break.h index 008acab85b1e..6162652488fd 100644 --- a/sys/ddb/db_break.h +++ b/sys/ddb/db_break.h @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/ddb/db_break.h,v 1.11.2.1 1999/08/29 16:22:13 peter Exp $ */ /* diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c index 56935dd2185c..398cad75d9d9 100644 --- a/sys/ddb/db_command.c +++ b/sys/ddb/db_command.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/ddb/db_command.c,v 1.29.2.1 1999/08/29 16:22:13 peter Exp $ */ /* diff --git a/sys/ddb/db_command.h b/sys/ddb/db_command.h index a95f5b3aaee3..3931e7beb95f 100644 --- a/sys/ddb/db_command.h +++ b/sys/ddb/db_command.h @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/ddb/db_command.h,v 1.10.4.1 1999/08/29 16:22:14 peter Exp $ */ #ifndef _DDB_DB_COMMAND_H_ diff --git a/sys/ddb/db_elf.c b/sys/ddb/db_elf.c index 8f6843e83b69..39b3927bbaca 100644 --- a/sys/ddb/db_elf.c +++ b/sys/ddb/db_elf.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/ddb/db_elf.c,v 1.4.2.1 1999/08/29 16:22:14 peter Exp $ */ /* $NetBSD: db_elf.c,v 1.4 1998/05/03 18:49:54 thorpej Exp $ */ /*- diff --git a/sys/ddb/db_examine.c b/sys/ddb/db_examine.c index e8a3f73af771..bed3274c497e 100644 --- a/sys/ddb/db_examine.c +++ b/sys/ddb/db_examine.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/ddb/db_examine.c,v 1.24.2.1 1999/08/29 16:22:15 peter Exp $ */ /* diff --git a/sys/ddb/db_expr.c b/sys/ddb/db_expr.c index 61f7fc13b94c..1ea5f048728b 100644 --- a/sys/ddb/db_expr.c +++ b/sys/ddb/db_expr.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/ddb/db_expr.c,v 1.12.4.1 1999/08/29 16:22:15 peter Exp $ */ /* diff --git a/sys/ddb/db_input.c b/sys/ddb/db_input.c index 96b15ae45f51..31a85fa909ae 100644 --- a/sys/ddb/db_input.c +++ b/sys/ddb/db_input.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/ddb/db_input.c,v 1.23.2.2 1999/08/29 16:22:15 peter Exp $ */ /* diff --git a/sys/ddb/db_kld.c b/sys/ddb/db_kld.c index e528f21042e1..4abe17ac327a 100644 --- a/sys/ddb/db_kld.c +++ b/sys/ddb/db_kld.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/ddb/db_kld.c,v 1.4.2.1 1999/08/29 16:22:16 peter Exp $ * from db_aout.c,v 1.20 1998/06/07 17:09:36 dfr Exp */ diff --git a/sys/ddb/db_lex.c b/sys/ddb/db_lex.c index 392b8b07cb30..48496c4e2e59 100644 --- a/sys/ddb/db_lex.c +++ b/sys/ddb/db_lex.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/ddb/db_lex.c,v 1.17.2.1 1999/08/29 16:22:16 peter Exp $ */ /* diff --git a/sys/ddb/db_lex.h b/sys/ddb/db_lex.h index c4e0ee2a6ba4..7c6063170b9e 100644 --- a/sys/ddb/db_lex.h +++ b/sys/ddb/db_lex.h @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/ddb/db_lex.h,v 1.11.2.1 1999/08/29 16:22:17 peter Exp $ */ #ifndef _DDB_DB_LEX_H_ diff --git a/sys/ddb/db_output.c b/sys/ddb/db_output.c index 5d2d98e3acfd..ff4af0d02aaf 100644 --- a/sys/ddb/db_output.c +++ b/sys/ddb/db_output.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/ddb/db_output.c,v 1.24.2.1 1999/08/29 16:22:17 peter Exp $ */ /* diff --git a/sys/ddb/db_output.h b/sys/ddb/db_output.h index 8172bbba6d83..acf9452e58ed 100644 --- a/sys/ddb/db_output.h +++ b/sys/ddb/db_output.h @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/ddb/db_output.h,v 1.10.4.1 1999/08/29 16:22:17 peter Exp $ */ #ifndef _DDB_DB_OUTPUT_H_ diff --git a/sys/ddb/db_print.c b/sys/ddb/db_print.c index 86d50e925349..3f8dbca96d92 100644 --- a/sys/ddb/db_print.c +++ b/sys/ddb/db_print.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/ddb/db_print.c,v 1.23.2.1 1999/08/29 16:22:18 peter Exp $ */ /* diff --git a/sys/ddb/db_ps.c b/sys/ddb/db_ps.c index 4640b419dd55..59b811890606 100644 --- a/sys/ddb/db_ps.c +++ b/sys/ddb/db_ps.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/ddb/db_ps.c,v 1.16.2.1 1999/08/29 16:22:18 peter Exp $ */ #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ddb/db_run.c b/sys/ddb/db_run.c index 6acafe7a29b9..926d21651688 100644 --- a/sys/ddb/db_run.c +++ b/sys/ddb/db_run.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/ddb/db_run.c,v 1.16.2.1 1999/08/29 16:22:19 peter Exp $ */ /* diff --git a/sys/ddb/db_sym.c b/sys/ddb/db_sym.c index ab56722d587d..a09bdbaf18ab 100644 --- a/sys/ddb/db_sym.c +++ b/sys/ddb/db_sym.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/ddb/db_sym.c,v 1.27.2.1 1999/08/29 16:22:19 peter Exp $ */ /* diff --git a/sys/ddb/db_sym.h b/sys/ddb/db_sym.h index c66a8c6f7b0f..3b7cfa3241f6 100644 --- a/sys/ddb/db_sym.h +++ b/sys/ddb/db_sym.h @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/ddb/db_sym.h,v 1.15.2.1 1999/08/29 16:22:20 peter Exp $ */ #ifndef _DDB_DB_SYM_H_ diff --git a/sys/ddb/db_trap.c b/sys/ddb/db_trap.c index 2111957ec456..b79591699ba5 100644 --- a/sys/ddb/db_trap.c +++ b/sys/ddb/db_trap.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/ddb/db_trap.c,v 1.13.4.1 1999/08/29 16:22:20 peter Exp $ */ /* diff --git a/sys/ddb/db_variables.c b/sys/ddb/db_variables.c index 9bcb7ddfcde5..8d65301405ae 100644 --- a/sys/ddb/db_variables.c +++ b/sys/ddb/db_variables.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/ddb/db_variables.c,v 1.16.2.1 1999/08/29 16:22:21 peter Exp $ */ /* diff --git a/sys/ddb/db_variables.h b/sys/ddb/db_variables.h index f430f0d8c94d..eebc22a41755 100644 --- a/sys/ddb/db_variables.h +++ b/sys/ddb/db_variables.h @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/ddb/db_variables.h,v 1.10.2.1 1999/08/29 16:22:21 peter Exp $ */ /* diff --git a/sys/ddb/db_watch.c b/sys/ddb/db_watch.c index d38a89e54bb5..15f3a61ba44f 100644 --- a/sys/ddb/db_watch.c +++ b/sys/ddb/db_watch.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/ddb/db_watch.c,v 1.17.2.1 1999/08/29 16:22:21 peter Exp $ */ /* diff --git a/sys/ddb/db_watch.h b/sys/ddb/db_watch.h index 18943f43942d..2aa15444e808 100644 --- a/sys/ddb/db_watch.h +++ b/sys/ddb/db_watch.h @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/ddb/db_watch.h,v 1.10.4.1 1999/08/29 16:22:22 peter Exp $ */ /* diff --git a/sys/ddb/db_write_cmd.c b/sys/ddb/db_write_cmd.c index f86b38f95af3..b1def267feb8 100644 --- a/sys/ddb/db_write_cmd.c +++ b/sys/ddb/db_write_cmd.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/ddb/db_write_cmd.c,v 1.11.2.1 1999/08/29 16:22:22 peter Exp $ */ /* diff --git a/sys/ddb/ddb.h b/sys/ddb/ddb.h index 9cfce24a4edf..e835ecebed01 100644 --- a/sys/ddb/ddb.h +++ b/sys/ddb/ddb.h @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/ddb/ddb.h,v 1.20.2.1 1999/08/29 16:22:23 peter Exp $ */ /* |
