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/sail | |
parent | beffd26bc80a987a3bdba59f0b211e2cfbb132ad (diff) | |
download | FreeBSD-src-002f48507805c24a9a5019679ed0b1f2e3e258de.zip FreeBSD-src-002f48507805c24a9a5019679ed0b1f2e3e258de.tar.gz |
copyright/sccsid/rcsid cleanup.
Diffstat (limited to 'games/sail')
-rw-r--r-- | games/sail/assorted.c | 6 | ||||
-rw-r--r-- | games/sail/dr_1.c | 6 | ||||
-rw-r--r-- | games/sail/dr_2.c | 6 | ||||
-rw-r--r-- | games/sail/dr_3.c | 6 | ||||
-rw-r--r-- | games/sail/dr_4.c | 6 | ||||
-rw-r--r-- | games/sail/dr_5.c | 6 | ||||
-rw-r--r-- | games/sail/dr_main.c | 6 | ||||
-rw-r--r-- | games/sail/game.c | 6 | ||||
-rw-r--r-- | games/sail/globals.c | 4 | ||||
-rw-r--r-- | games/sail/lo_main.c | 4 | ||||
-rw-r--r-- | games/sail/main.c | 8 | ||||
-rw-r--r-- | games/sail/misc.c | 6 | ||||
-rw-r--r-- | games/sail/parties.c | 6 | ||||
-rw-r--r-- | games/sail/pl_1.c | 4 | ||||
-rw-r--r-- | games/sail/pl_2.c | 6 | ||||
-rw-r--r-- | games/sail/pl_3.c | 6 | ||||
-rw-r--r-- | games/sail/pl_4.c | 6 | ||||
-rw-r--r-- | games/sail/pl_5.c | 6 | ||||
-rw-r--r-- | games/sail/pl_6.c | 6 | ||||
-rw-r--r-- | games/sail/pl_7.c | 6 | ||||
-rw-r--r-- | games/sail/pl_main.c | 4 | ||||
-rw-r--r-- | games/sail/sync.c | 6 | ||||
-rw-r--r-- | games/sail/version.c | 4 |
23 files changed, 93 insertions, 37 deletions
diff --git a/games/sail/assorted.c b/games/sail/assorted.c index 6056632..390f28f 100644 --- a/games/sail/assorted.c +++ b/games/sail/assorted.c @@ -29,12 +29,14 @@ * 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$ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)assorted.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "externs.h" diff --git a/games/sail/dr_1.c b/games/sail/dr_1.c index 9874a0a..02551f9 100644 --- a/games/sail/dr_1.c +++ b/games/sail/dr_1.c @@ -29,12 +29,14 @@ * 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$ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)dr_1.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "driver.h" diff --git a/games/sail/dr_2.c b/games/sail/dr_2.c index 8f4549d..942b768 100644 --- a/games/sail/dr_2.c +++ b/games/sail/dr_2.c @@ -29,12 +29,14 @@ * 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$ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)dr_2.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include <string.h> diff --git a/games/sail/dr_3.c b/games/sail/dr_3.c index f08014d..845a707 100644 --- a/games/sail/dr_3.c +++ b/games/sail/dr_3.c @@ -29,12 +29,14 @@ * 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$ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)dr_3.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "driver.h" diff --git a/games/sail/dr_4.c b/games/sail/dr_4.c index df77cb6..e75d6b4 100644 --- a/games/sail/dr_4.c +++ b/games/sail/dr_4.c @@ -29,12 +29,14 @@ * 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$ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)dr_4.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "externs.h" diff --git a/games/sail/dr_5.c b/games/sail/dr_5.c index 893d7cc..a801dbd 100644 --- a/games/sail/dr_5.c +++ b/games/sail/dr_5.c @@ -29,12 +29,14 @@ * 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$ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)dr_5.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "externs.h" diff --git a/games/sail/dr_main.c b/games/sail/dr_main.c index ed5378e..6ada54f 100644 --- a/games/sail/dr_main.c +++ b/games/sail/dr_main.c @@ -29,12 +29,14 @@ * 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$ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)dr_main.c 8.2 (Berkeley) 4/16/94"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "driver.h" diff --git a/games/sail/game.c b/games/sail/game.c index 646340a..8ff3c90 100644 --- a/games/sail/game.c +++ b/games/sail/game.c @@ -29,12 +29,14 @@ * 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$ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)game.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "externs.h" diff --git a/games/sail/globals.c b/games/sail/globals.c index 61ac18a..e9ccc07 100644 --- a/games/sail/globals.c +++ b/games/sail/globals.c @@ -32,7 +32,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)globals.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "externs.h" diff --git a/games/sail/lo_main.c b/games/sail/lo_main.c index 0194211..0615bcc 100644 --- a/games/sail/lo_main.c +++ b/games/sail/lo_main.c @@ -32,7 +32,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)lo_main.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/games/sail/main.c b/games/sail/main.c index 79d0c71..e5deb9b 100644 --- a/games/sail/main.c +++ b/games/sail/main.c @@ -29,18 +29,20 @@ * 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$ */ #ifndef lint -static char copyright[] = +static const char copyright[] = "@(#) Copyright (c) 1983, 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 "externs.h" diff --git a/games/sail/misc.c b/games/sail/misc.c index 5e57a23f..4808f84 100644 --- a/games/sail/misc.c +++ b/games/sail/misc.c @@ -29,12 +29,14 @@ * 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$ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "externs.h" diff --git a/games/sail/parties.c b/games/sail/parties.c index f3d5061..5fe0538 100644 --- a/games/sail/parties.c +++ b/games/sail/parties.c @@ -29,12 +29,14 @@ * 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$ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)parties.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "externs.h" diff --git a/games/sail/pl_1.c b/games/sail/pl_1.c index 4687b1f..e51f4f9 100644 --- a/games/sail/pl_1.c +++ b/games/sail/pl_1.c @@ -32,7 +32,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)pl_1.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "player.h" diff --git a/games/sail/pl_2.c b/games/sail/pl_2.c index 1512443..529b527 100644 --- a/games/sail/pl_2.c +++ b/games/sail/pl_2.c @@ -29,12 +29,14 @@ * 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$ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)pl_2.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "player.h" diff --git a/games/sail/pl_3.c b/games/sail/pl_3.c index d4e79e9..83486be 100644 --- a/games/sail/pl_3.c +++ b/games/sail/pl_3.c @@ -29,12 +29,14 @@ * 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$ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)pl_3.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "player.h" diff --git a/games/sail/pl_4.c b/games/sail/pl_4.c index db979d9..6e78b44 100644 --- a/games/sail/pl_4.c +++ b/games/sail/pl_4.c @@ -29,12 +29,14 @@ * 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$ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)pl_4.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "player.h" diff --git a/games/sail/pl_5.c b/games/sail/pl_5.c index 5623bba..19876d1 100644 --- a/games/sail/pl_5.c +++ b/games/sail/pl_5.c @@ -29,12 +29,14 @@ * 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$ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)pl_5.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include <string.h> diff --git a/games/sail/pl_6.c b/games/sail/pl_6.c index 6d30f72..b91589f 100644 --- a/games/sail/pl_6.c +++ b/games/sail/pl_6.c @@ -29,12 +29,14 @@ * 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$ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)pl_6.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "player.h" diff --git a/games/sail/pl_7.c b/games/sail/pl_7.c index 1de3141..02cd5f2 100644 --- a/games/sail/pl_7.c +++ b/games/sail/pl_7.c @@ -29,12 +29,14 @@ * 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$ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)pl_7.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include <sys/ttydefaults.h> diff --git a/games/sail/pl_main.c b/games/sail/pl_main.c index 6eb85b0..becf6bf 100644 --- a/games/sail/pl_main.c +++ b/games/sail/pl_main.c @@ -32,7 +32,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)pl_main.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "player.h" diff --git a/games/sail/sync.c b/games/sail/sync.c index 81117b6..46f93ce 100644 --- a/games/sail/sync.c +++ b/games/sail/sync.c @@ -29,12 +29,14 @@ * 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$ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)sync.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "externs.h" diff --git a/games/sail/version.c b/games/sail/version.c index 94f8aab..ceb59df 100644 --- a/games/sail/version.c +++ b/games/sail/version.c @@ -32,7 +32,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)version.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ char version[] = "Wooden Ships and Iron Men, Version 8.1 (93/05/31)"; |