Skip to content

Commit 982615d

Browse files
cgdcgd
cgd
authored and
cgd
committed
clean up import, NetBSD RCS IDs
1 parent 7ee35da commit 982615d

30 files changed

+249
-126
lines changed

games/sail/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# from: @(#)Makefile 5.10 (Berkeley) 5/11/90
2-
# $Id: Makefile,v 1.4 1994/12/22 09:36:08 cgd Exp $
1+
# $NetBSD: Makefile,v 1.5 1995/04/22 10:36:43 cgd Exp $
2+
# @(#)Makefile 8.1 (Berkeley) 5/31/93
33

44
PROG= sail
55
SRCS= main.c pl_main.c pl_1.c pl_2.c pl_3.c pl_4.c pl_5.c pl_6.c pl_7.c \

games/sail/assorted.c

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
/* $NetBSD: assorted.c,v 1.3 1995/04/22 10:36:45 cgd Exp $ */
2+
13
/*
2-
* Copyright (c) 1983 Regents of the University of California.
3-
* All rights reserved.
4+
* Copyright (c) 1983, 1993
5+
* The Regents of the University of California. All rights reserved.
46
*
57
* Redistribution and use in source and binary forms, with or without
68
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
3234
*/
3335

3436
#ifndef lint
35-
/*static char sccsid[] = "from: @(#)assorted.c 5.4 (Berkeley) 6/1/90";*/
36-
static char rcsid[] = "$Id: assorted.c,v 1.2 1993/08/01 18:51:53 mycroft Exp $";
37+
#if 0
38+
static char sccsid[] = "@(#)assorted.c 8.1 (Berkeley) 5/31/93";
39+
#else
40+
static char rcsid[] = "$NetBSD: assorted.c,v 1.3 1995/04/22 10:36:45 cgd Exp $";
41+
#endif
3742
#endif /* not lint */
3843

3944
#include "externs.h"

games/sail/dr_1.c

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
/* $NetBSD: dr_1.c,v 1.3 1995/04/22 10:36:46 cgd Exp $ */
2+
13
/*
2-
* Copyright (c) 1983 Regents of the University of California.
3-
* All rights reserved.
4+
* Copyright (c) 1983, 1993
5+
* The Regents of the University of California. All rights reserved.
46
*
57
* Redistribution and use in source and binary forms, with or without
68
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
3234
*/
3335

3436
#ifndef lint
35-
/*static char sccsid[] = "from: @(#)dr_1.c 5.4 (Berkeley) 6/1/90";*/
36-
static char rcsid[] = "$Id: dr_1.c,v 1.2 1993/08/01 18:51:52 mycroft Exp $";
37+
#if 0
38+
static char sccsid[] = "@(#)dr_1.c 8.1 (Berkeley) 5/31/93";
39+
#else
40+
static char rcsid[] = "$NetBSD: dr_1.c,v 1.3 1995/04/22 10:36:46 cgd Exp $";
41+
#endif
3742
#endif /* not lint */
3843

3944
#include "driver.h"

games/sail/dr_2.c

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
/* $NetBSD: dr_2.c,v 1.3 1995/04/22 10:36:48 cgd Exp $ */
2+
13
/*
2-
* Copyright (c) 1983 Regents of the University of California.
3-
* All rights reserved.
4+
* Copyright (c) 1983, 1993
5+
* The Regents of the University of California. All rights reserved.
46
*
57
* Redistribution and use in source and binary forms, with or without
68
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
3234
*/
3335

3436
#ifndef lint
35-
/*static char sccsid[] = "from: @(#)dr_2.c 5.4 (Berkeley) 6/1/90";*/
36-
static char rcsid[] = "$Id: dr_2.c,v 1.2 1993/08/01 18:51:51 mycroft Exp $";
37+
#if 0
38+
static char sccsid[] = "@(#)dr_2.c 8.1 (Berkeley) 5/31/93";
39+
#else
40+
static char rcsid[] = "$NetBSD: dr_2.c,v 1.3 1995/04/22 10:36:48 cgd Exp $";
41+
#endif
3742
#endif /* not lint */
3843

3944
#include "driver.h"

games/sail/dr_3.c

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
/* $NetBSD: dr_3.c,v 1.3 1995/04/22 10:36:49 cgd Exp $ */
2+
13
/*
2-
* Copyright (c) 1983 Regents of the University of California.
3-
* All rights reserved.
4+
* Copyright (c) 1983, 1993
5+
* The Regents of the University of California. All rights reserved.
46
*
57
* Redistribution and use in source and binary forms, with or without
68
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
3234
*/
3335

3436
#ifndef lint
35-
/*static char sccsid[] = "from: @(#)dr_3.c 5.4 (Berkeley) 6/1/90";*/
36-
static char rcsid[] = "$Id: dr_3.c,v 1.2 1993/08/01 18:51:50 mycroft Exp $";
37+
#if 0
38+
static char sccsid[] = "@(#)dr_3.c 8.1 (Berkeley) 5/31/93";
39+
#else
40+
static char rcsid[] = "$NetBSD: dr_3.c,v 1.3 1995/04/22 10:36:49 cgd Exp $";
41+
#endif
3742
#endif /* not lint */
3843

3944
#include "driver.h"

games/sail/dr_4.c

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
/* $NetBSD: dr_4.c,v 1.3 1995/04/22 10:36:50 cgd Exp $ */
2+
13
/*
2-
* Copyright (c) 1983 Regents of the University of California.
3-
* All rights reserved.
4+
* Copyright (c) 1983, 1993
5+
* The Regents of the University of California. All rights reserved.
46
*
57
* Redistribution and use in source and binary forms, with or without
68
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
3234
*/
3335

3436
#ifndef lint
35-
/*static char sccsid[] = "from: @(#)dr_4.c 5.4 (Berkeley) 6/1/90";*/
36-
static char rcsid[] = "$Id: dr_4.c,v 1.2 1993/08/01 18:51:49 mycroft Exp $";
37+
#if 0
38+
static char sccsid[] = "@(#)dr_4.c 8.1 (Berkeley) 5/31/93";
39+
#else
40+
static char rcsid[] = "$NetBSD: dr_4.c,v 1.3 1995/04/22 10:36:50 cgd Exp $";
41+
#endif
3742
#endif /* not lint */
3843

3944
#include "externs.h"

games/sail/dr_5.c

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
/* $NetBSD: dr_5.c,v 1.3 1995/04/22 10:36:51 cgd Exp $ */
2+
13
/*
2-
* Copyright (c) 1983 Regents of the University of California.
3-
* All rights reserved.
4+
* Copyright (c) 1983, 1993
5+
* The Regents of the University of California. All rights reserved.
46
*
57
* Redistribution and use in source and binary forms, with or without
68
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
3234
*/
3335

3436
#ifndef lint
35-
/*static char sccsid[] = "from: @(#)dr_5.c 5.4 (Berkeley) 6/1/90";*/
36-
static char rcsid[] = "$Id: dr_5.c,v 1.2 1993/08/01 18:51:49 mycroft Exp $";
37+
#if 0
38+
static char sccsid[] = "@(#)dr_5.c 8.1 (Berkeley) 5/31/93";
39+
#else
40+
static char rcsid[] = "$NetBSD: dr_5.c,v 1.3 1995/04/22 10:36:51 cgd Exp $";
41+
#endif
3742
#endif /* not lint */
3843

3944
#include "externs.h"

games/sail/dr_main.c

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
/* $NetBSD: dr_main.c,v 1.4 1995/04/22 10:36:52 cgd Exp $ */
2+
13
/*
2-
* Copyright (c) 1983 Regents of the University of California.
3-
* All rights reserved.
4+
* Copyright (c) 1983, 1993
5+
* The Regents of the University of California. All rights reserved.
46
*
57
* Redistribution and use in source and binary forms, with or without
68
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
3234
*/
3335

3436
#ifndef lint
35-
/*static char sccsid[] = "from: @(#)dr_main.c 5.5 (Berkeley) 6/1/90";*/
36-
static char rcsid[] = "$Id: dr_main.c,v 1.3 1994/04/08 18:23:31 cgd Exp $";
37+
#if 0
38+
static char sccsid[] = "@(#)dr_main.c 8.2 (Berkeley) 4/16/94";
39+
#else
40+
static char rcsid[] = "$NetBSD: dr_main.c,v 1.4 1995/04/22 10:36:52 cgd Exp $";
41+
#endif
3742
#endif /* not lint */
3843

3944
#include "driver.h"

games/sail/driver.h

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
/* $NetBSD: driver.h,v 1.3 1995/04/22 10:36:54 cgd Exp $ */
2+
13
/*
2-
* Copyright (c) 1983 Regents of the University of California.
3-
* All rights reserved.
4+
* Copyright (c) 1983, 1993
5+
* The Regents of the University of California. All rights reserved.
46
*
57
* Redistribution and use in source and binary forms, with or without
68
* modification, are permitted provided that the following conditions
@@ -30,8 +32,7 @@
3032
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3133
* SUCH DAMAGE.
3234
*
33-
* from: @(#)driver.h 5.4 (Berkeley) 6/1/90
34-
* $Id: driver.h,v 1.2 1993/08/01 18:51:58 mycroft Exp $
35+
* @(#)driver.h 8.1 (Berkeley) 5/31/93
3536
*/
3637

3738
#include "externs.h"

games/sail/externs.h

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
/* $NetBSD: externs.h,v 1.3 1995/04/22 10:36:55 cgd Exp $ */
2+
13
/*
2-
* Copyright (c) 1983 Regents of the University of California.
3-
* All rights reserved.
4+
* Copyright (c) 1983, 1993
5+
* The Regents of the University of California. All rights reserved.
46
*
57
* Redistribution and use in source and binary forms, with or without
68
* modification, are permitted provided that the following conditions
@@ -30,8 +32,7 @@
3032
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3133
* SUCH DAMAGE.
3234
*
33-
* from: @(#)externs.h 5.4 (Berkeley) 6/1/90
34-
* $Id: externs.h,v 1.2 1993/08/01 18:51:57 mycroft Exp $
35+
* @(#)externs.h 8.1 (Berkeley) 5/31/93
3536
*/
3637

3738
#include <stdio.h>

games/sail/game.c

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
/* $NetBSD: game.c,v 1.3 1995/04/22 10:36:56 cgd Exp $ */
2+
13
/*
2-
* Copyright (c) 1983 Regents of the University of California.
3-
* All rights reserved.
4+
* Copyright (c) 1983, 1993
5+
* The Regents of the University of California. All rights reserved.
46
*
57
* Redistribution and use in source and binary forms, with or without
68
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
3234
*/
3335

3436
#ifndef lint
35-
/*static char sccsid[] = "from: @(#)game.c 5.4 (Berkeley) 6/1/90";*/
36-
static char rcsid[] = "$Id: game.c,v 1.2 1993/08/01 18:51:47 mycroft Exp $";
37+
#if 0
38+
static char sccsid[] = "@(#)game.c 8.1 (Berkeley) 5/31/93";
39+
#else
40+
static char rcsid[] = "$NetBSD: game.c,v 1.3 1995/04/22 10:36:56 cgd Exp $";
41+
#endif
3742
#endif /* not lint */
3843

3944
#include "externs.h"

games/sail/globals.c

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
/* $NetBSD: globals.c,v 1.4 1995/04/22 10:36:57 cgd Exp $ */
2+
13
/*
2-
* Copyright (c) 1983 Regents of the University of California.
3-
* All rights reserved.
4+
* Copyright (c) 1983, 1993
5+
* The Regents of the University of California. All rights reserved.
46
*
57
* Redistribution and use in source and binary forms, with or without
68
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
3234
*/
3335

3436
#ifndef lint
35-
/*static char sccsid[] = "from: @(#)globals.c 5.4 (Berkeley) 6/1/90";*/
36-
static char rcsid[] = "$Id: globals.c,v 1.3 1994/01/13 18:24:40 glass Exp $";
37+
#if 0
38+
static char sccsid[] = "@(#)globals.c 8.1 (Berkeley) 5/31/93";
39+
#else
40+
static char rcsid[] = "$NetBSD: globals.c,v 1.4 1995/04/22 10:36:57 cgd Exp $";
41+
#endif
3742
#endif /* not lint */
3843

3944
#include "externs.h"

games/sail/lo_main.c

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
/* $NetBSD: lo_main.c,v 1.3 1995/04/22 10:36:59 cgd Exp $ */
2+
13
/*
2-
* Copyright (c) 1983 Regents of the University of California.
3-
* All rights reserved.
4+
* Copyright (c) 1983, 1993
5+
* The Regents of the University of California. All rights reserved.
46
*
57
* Redistribution and use in source and binary forms, with or without
68
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
3234
*/
3335

3436
#ifndef lint
35-
/*static char sccsid[] = "from: @(#)lo_main.c 5.7 (Berkeley) 2/28/91";*/
36-
static char rcsid[] = "$Id: lo_main.c,v 1.2 1993/08/01 18:51:45 mycroft Exp $";
37+
#if 0
38+
static char sccsid[] = "@(#)lo_main.c 8.1 (Berkeley) 5/31/93";
39+
#else
40+
static char rcsid[] = "$NetBSD: lo_main.c,v 1.3 1995/04/22 10:36:59 cgd Exp $";
41+
#endif
3742
#endif /* not lint */
3843

3944
/*

games/sail/machdep.h

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
/* $NetBSD: machdep.h,v 1.3 1995/04/22 10:37:00 cgd Exp $ */
2+
13
/*
2-
* Copyright (c) 1983 Regents of the University of California.
3-
* All rights reserved.
4+
* Copyright (c) 1983, 1993
5+
* The Regents of the University of California. All rights reserved.
46
*
57
* Redistribution and use in source and binary forms, with or without
68
* modification, are permitted provided that the following conditions
@@ -30,8 +32,7 @@
3032
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3133
* SUCH DAMAGE.
3234
*
33-
* from: @(#)machdep.h 5.5 (Berkeley) 6/1/90
34-
* $Id: machdep.h,v 1.2 1993/08/01 18:51:56 mycroft Exp $
35+
* @(#)machdep.h 8.1 (Berkeley) 5/31/93
3536
*/
3637

3738
#define TIMEOUT 300 /* Sync() timeout in seconds */

games/sail/main.c

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
/* $NetBSD: main.c,v 1.3 1995/04/22 10:37:01 cgd Exp $ */
2+
13
/*
2-
* Copyright (c) 1983 Regents of the University of California.
3-
* All rights reserved.
4+
* Copyright (c) 1983, 1993
5+
* The Regents of the University of California. All rights reserved.
46
*
57
* Redistribution and use in source and binary forms, with or without
68
* modification, are permitted provided that the following conditions
@@ -32,14 +34,17 @@
3234
*/
3335

3436
#ifndef lint
35-
char copyright[] =
36-
"@(#) Copyright (c) 1983 Regents of the University of California.\n\
37-
All rights reserved.\n";
37+
static char copyright[] =
38+
"@(#) Copyright (c) 1983, 1993\n\
39+
The Regents of the University of California. All rights reserved.\n";
3840
#endif /* not lint */
3941

4042
#ifndef lint
41-
/*static char sccsid[] = "from: @(#)main.c 5.5 (Berkeley) 6/1/90";*/
42-
static char rcsid[] = "$Id: main.c,v 1.2 1993/08/01 18:51:44 mycroft Exp $";
43+
#if 0
44+
static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 5/31/93";
45+
#else
46+
static char rcsid[] = "$NetBSD: main.c,v 1.3 1995/04/22 10:37:01 cgd Exp $";
47+
#endif
4348
#endif /* not lint */
4449

4550
#include "externs.h"

games/sail/misc.c

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
/* $NetBSD: misc.c,v 1.3 1995/04/22 10:37:03 cgd Exp $ */
2+
13
/*
2-
* Copyright (c) 1983 Regents of the University of California.
3-
* All rights reserved.
4+
* Copyright (c) 1983, 1993
5+
* The Regents of the University of California. All rights reserved.
46
*
57
* Redistribution and use in source and binary forms, with or without
68
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
3234
*/
3335

3436
#ifndef lint
35-
/*static char sccsid[] = "from: @(#)misc.c 5.5 (Berkeley) 6/1/90";*/
36-
static char rcsid[] = "$Id: misc.c,v 1.2 1993/08/01 18:51:43 mycroft Exp $";
37+
#if 0
38+
static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 5/31/93";
39+
#else
40+
static char rcsid[] = "$NetBSD: misc.c,v 1.3 1995/04/22 10:37:03 cgd Exp $";
41+
#endif
3742
#endif /* not lint */
3843

3944
#include "externs.h"

0 commit comments

Comments
 (0)