diff options
author | peter <peter@FreeBSD.org> | 1997-02-22 09:48:43 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-02-22 09:48:43 +0000 |
commit | 94b6d727947e1242356988da003ea702d41a97de (patch) | |
tree | 4612f5c4cd9cbf9e4f55b57fc6178ce6162c882c /sys/ddb | |
parent | dd2a6abaa8db23fd5a6c0f1a719e7ea482878a5e (diff) | |
download | FreeBSD-src-94b6d727947e1242356988da003ea702d41a97de.zip FreeBSD-src-94b6d727947e1242356988da003ea702d41a97de.tar.gz |
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
ready for it yet.
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_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_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 |
26 files changed, 26 insertions, 26 deletions
diff --git a/sys/ddb/db_access.c b/sys/ddb/db_access.c index e44ec7e..2f4f906 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$ + * $Id$ */ /* diff --git a/sys/ddb/db_access.h b/sys/ddb/db_access.h index 2c0eba1..ca1b7f9 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$ + * $Id$ */ #ifndef _DDB_DB_ACCESS_H_ diff --git a/sys/ddb/db_aout.c b/sys/ddb/db_aout.c index 9586246..cfceb15 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$ + * $Id$ */ /* diff --git a/sys/ddb/db_break.c b/sys/ddb/db_break.c index 70a1032..a404a3b 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$ + * $Id$ */ /* diff --git a/sys/ddb/db_break.h b/sys/ddb/db_break.h index 4a484cc..1de8727 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$ + * $Id$ */ /* diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c index f5b3050..f2e0b0c 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$ + * $Id$ */ /* diff --git a/sys/ddb/db_command.h b/sys/ddb/db_command.h index 68586c0..89e3bc4 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$ + * $Id$ */ #ifndef _DDB_DB_COMMAND_H_ diff --git a/sys/ddb/db_examine.c b/sys/ddb/db_examine.c index dbeef6b..4b0451d 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$ + * $Id$ */ /* diff --git a/sys/ddb/db_expr.c b/sys/ddb/db_expr.c index 3b2b682..4372e71 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$ + * $Id$ */ /* diff --git a/sys/ddb/db_input.c b/sys/ddb/db_input.c index 12609e7..4c42a13 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$ + * $Id$ */ /* diff --git a/sys/ddb/db_lex.c b/sys/ddb/db_lex.c index c0c41bb..62f86eb 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$ + * $Id$ */ /* diff --git a/sys/ddb/db_lex.h b/sys/ddb/db_lex.h index 4b16bc1..1ca4cb8 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$ + * $Id$ */ #ifndef _DDB_DB_LEX_H_ diff --git a/sys/ddb/db_output.c b/sys/ddb/db_output.c index 7257898..4d4b67f 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$ + * $Id$ */ /* diff --git a/sys/ddb/db_output.h b/sys/ddb/db_output.h index 6f96bf4..73305d5 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$ + * $Id$ */ #ifndef _DDB_DB_OUTPUT_H_ diff --git a/sys/ddb/db_print.c b/sys/ddb/db_print.c index bde1bd5..cbc5ab1 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$ + * $Id$ */ /* diff --git a/sys/ddb/db_ps.c b/sys/ddb/db_ps.c index bcc7de8..cad4f92 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$ + * $Id$ */ #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ddb/db_run.c b/sys/ddb/db_run.c index 5d85c8d..dfd4f12 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$ + * $Id$ */ /* diff --git a/sys/ddb/db_sym.c b/sys/ddb/db_sym.c index 7974825..f8628be 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$ + * $Id$ */ /* diff --git a/sys/ddb/db_sym.h b/sys/ddb/db_sym.h index 37c840e..70e552b 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$ + * $Id$ */ #ifndef _DDB_DB_SYM_H_ diff --git a/sys/ddb/db_trap.c b/sys/ddb/db_trap.c index ef21cbe..913e5e6 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$ + * $Id$ */ /* diff --git a/sys/ddb/db_variables.c b/sys/ddb/db_variables.c index fc95092..2bb58c7 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$ + * $Id$ */ /* diff --git a/sys/ddb/db_variables.h b/sys/ddb/db_variables.h index c2b2ee7..62cdb8c 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$ + * $Id$ */ /* diff --git a/sys/ddb/db_watch.c b/sys/ddb/db_watch.c index d42fb97..8846ad0 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$ + * $Id$ */ /* diff --git a/sys/ddb/db_watch.h b/sys/ddb/db_watch.h index aebecb7..58f4f6a 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$ + * $Id$ */ /* diff --git a/sys/ddb/db_write_cmd.c b/sys/ddb/db_write_cmd.c index 890aca0..0900066 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$ + * $Id$ */ /* diff --git a/sys/ddb/ddb.h b/sys/ddb/ddb.h index 1d44c0a..6376a20 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$ + * $Id$ */ /* |