diff options
author | billf <billf@FreeBSD.org> | 1999-11-30 03:50:02 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-11-30 03:50:02 +0000 |
commit | 002f48507805c24a9a5019679ed0b1f2e3e258de (patch) | |
tree | 60a6a2ac5db6d7bb41d3d4f0b429d8f620a37c15 /games/atc | |
parent | beffd26bc80a987a3bdba59f0b211e2cfbb132ad (diff) | |
download | FreeBSD-src-002f48507805c24a9a5019679ed0b1f2e3e258de.zip FreeBSD-src-002f48507805c24a9a5019679ed0b1f2e3e258de.tar.gz |
copyright/sccsid/rcsid cleanup.
Diffstat (limited to 'games/atc')
-rw-r--r-- | games/atc/extern.c | 4 | ||||
-rw-r--r-- | games/atc/graphics.c | 6 | ||||
-rw-r--r-- | games/atc/input.c | 4 | ||||
-rw-r--r-- | games/atc/list.c | 4 | ||||
-rw-r--r-- | games/atc/log.c | 4 | ||||
-rw-r--r-- | games/atc/main.c | 6 | ||||
-rw-r--r-- | games/atc/tunable.c | 4 | ||||
-rw-r--r-- | games/atc/update.c | 4 |
8 files changed, 33 insertions, 3 deletions
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 <string.h> 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 <stdlib.h> 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 <stdlib.h> 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 <string.h> 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 <string.h> 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 <string.h> |