From 002f48507805c24a9a5019679ed0b1f2e3e258de Mon Sep 17 00:00:00 2001 From: billf Date: Tue, 30 Nov 1999 03:50:02 +0000 Subject: copyright/sccsid/rcsid cleanup. --- games/atc/extern.c | 4 ++++ games/atc/graphics.c | 6 ++++-- games/atc/input.c | 4 ++++ games/atc/list.c | 4 ++++ games/atc/log.c | 4 ++++ games/atc/main.c | 6 +++++- games/atc/tunable.c | 4 ++++ games/atc/update.c | 4 ++++ 8 files changed, 33 insertions(+), 3 deletions(-) (limited to 'games/atc') diff --git a/games/atc/extern.c b/games/atc/extern.c index ea34434..2976b0c 100644 --- a/games/atc/extern.c +++ b/games/atc/extern.c @@ -44,7 +44,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)extern.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "include.h" diff --git a/games/atc/graphics.c b/games/atc/graphics.c index 91aa975..8b521a3 100644 --- a/games/atc/graphics.c +++ b/games/atc/graphics.c @@ -32,8 +32,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ /* @@ -46,7 +44,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)graphics.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include diff --git a/games/atc/input.c b/games/atc/input.c index a913f1f..0becdf6 100644 --- a/games/atc/input.c +++ b/games/atc/input.c @@ -44,7 +44,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)input.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif not lint #include diff --git a/games/atc/list.c b/games/atc/list.c index 19f605c..af5788f 100644 --- a/games/atc/list.c +++ b/games/atc/list.c @@ -44,7 +44,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)list.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include diff --git a/games/atc/log.c b/games/atc/log.c index a713e59..0bf6958 100644 --- a/games/atc/log.c +++ b/games/atc/log.c @@ -44,7 +44,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)log.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif not lint #include diff --git a/games/atc/main.c b/games/atc/main.c index cffe42c..6319a7a 100644 --- a/games/atc/main.c +++ b/games/atc/main.c @@ -44,13 +44,17 @@ */ #ifndef lint -static char copyright[] = +static const char copyright[] = "@(#) Copyright (c) 1990, 1993\n\ The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ #ifndef lint +#if 0 static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include diff --git a/games/atc/tunable.c b/games/atc/tunable.c index e817a66..7c71059 100644 --- a/games/atc/tunable.c +++ b/games/atc/tunable.c @@ -44,7 +44,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)tunable.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/games/atc/update.c b/games/atc/update.c index 725c3b9..139ea4e 100644 --- a/games/atc/update.c +++ b/games/atc/update.c @@ -44,7 +44,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)update.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif not lint #include -- cgit v1.1