From 053564d9e9f227cf94cf83f79938d1fa2c0533ec Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 10 Mar 1987 11:58:22 +0000 Subject: [PATCH] Added Rcs Id --- util/topgen/LLlex.c | 1 + util/topgen/hash.c | 1 + util/topgen/main.c | 1 + util/topgen/misc.h | 1 + util/topgen/pattern.c | 1 + util/topgen/symtab.c | 1 + util/topgen/symtab.h | 1 + util/topgen/token.h | 1 + util/topgen/topgen.g | 1 + util/topgen/tunable.h | 1 + 10 files changed, 10 insertions(+) diff --git a/util/topgen/LLlex.c b/util/topgen/LLlex.c index 53ad5ec44..9a0c93788 100644 --- a/util/topgen/LLlex.c +++ b/util/topgen/LLlex.c @@ -1,3 +1,4 @@ +/* $Header$ */ /* * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. * See the copyright notice in the ACK home directory, in the file "Copyright". diff --git a/util/topgen/hash.c b/util/topgen/hash.c index 4a847ed8b..e1190544e 100644 --- a/util/topgen/hash.c +++ b/util/topgen/hash.c @@ -1,3 +1,4 @@ +/* $Header$ */ /* * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. * See the copyright notice in the ACK home directory, in the file "Copyright". diff --git a/util/topgen/main.c b/util/topgen/main.c index 7e4ff75f3..635b83caf 100644 --- a/util/topgen/main.c +++ b/util/topgen/main.c @@ -1,3 +1,4 @@ +/* $Header$ */ /* * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. * See the copyright notice in the ACK home directory, in the file "Copyright". diff --git a/util/topgen/misc.h b/util/topgen/misc.h index 37405eb35..e06b502c7 100644 --- a/util/topgen/misc.h +++ b/util/topgen/misc.h @@ -1,3 +1,4 @@ +/* $Header$ */ /* * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. * See the copyright notice in the ACK home directory, in the file "Copyright". diff --git a/util/topgen/pattern.c b/util/topgen/pattern.c index 9c9ca9f60..ca075185a 100644 --- a/util/topgen/pattern.c +++ b/util/topgen/pattern.c @@ -1,3 +1,4 @@ +/* $Header$ */ /* * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. * See the copyright notice in the ACK home directory, in the file "Copyright". diff --git a/util/topgen/symtab.c b/util/topgen/symtab.c index 9e697898e..7bc38af1a 100644 --- a/util/topgen/symtab.c +++ b/util/topgen/symtab.c @@ -1,3 +1,4 @@ +/* $Header$ */ /* * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. * See the copyright notice in the ACK home directory, in the file "Copyright". diff --git a/util/topgen/symtab.h b/util/topgen/symtab.h index 06e88b38a..7960a0306 100644 --- a/util/topgen/symtab.h +++ b/util/topgen/symtab.h @@ -1,3 +1,4 @@ +/* $Header$ */ /* * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. * See the copyright notice in the ACK home directory, in the file "Copyright". diff --git a/util/topgen/token.h b/util/topgen/token.h index 6779f8601..5f2f3fd04 100644 --- a/util/topgen/token.h +++ b/util/topgen/token.h @@ -1,3 +1,4 @@ +/* $Header$ */ /* * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. * See the copyright notice in the ACK home directory, in the file "Copyright". diff --git a/util/topgen/topgen.g b/util/topgen/topgen.g index 96dfd32f9..3f02ad12e 100644 --- a/util/topgen/topgen.g +++ b/util/topgen/topgen.g @@ -1,3 +1,4 @@ +/* $Header$ */ /* * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. * See the copyright notice in the ACK home directory, in the file "Copyright". diff --git a/util/topgen/tunable.h b/util/topgen/tunable.h index 675a6b17f..1d1957d0c 100644 --- a/util/topgen/tunable.h +++ b/util/topgen/tunable.h @@ -1,3 +1,4 @@ +/* $Header$ */ /* * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. * See the copyright notice in the ACK home directory, in the file "Copyright". -- 2.34.1