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/battlestar | |
parent | beffd26bc80a987a3bdba59f0b211e2cfbb132ad (diff) | |
download | FreeBSD-src-002f48507805c24a9a5019679ed0b1f2e3e258de.zip FreeBSD-src-002f48507805c24a9a5019679ed0b1f2e3e258de.tar.gz |
copyright/sccsid/rcsid cleanup.
Diffstat (limited to 'games/battlestar')
-rw-r--r-- | games/battlestar/battlestar.c | 6 | ||||
-rw-r--r-- | games/battlestar/com1.c | 6 | ||||
-rw-r--r-- | games/battlestar/com2.c | 6 | ||||
-rw-r--r-- | games/battlestar/com3.c | 6 | ||||
-rw-r--r-- | games/battlestar/com4.c | 6 | ||||
-rw-r--r-- | games/battlestar/com5.c | 6 | ||||
-rw-r--r-- | games/battlestar/com6.c | 6 | ||||
-rw-r--r-- | games/battlestar/com7.c | 4 | ||||
-rw-r--r-- | games/battlestar/cypher.c | 6 | ||||
-rw-r--r-- | games/battlestar/dayfile.c | 4 | ||||
-rw-r--r-- | games/battlestar/dayobjs.c | 4 | ||||
-rw-r--r-- | games/battlestar/fly.c | 6 | ||||
-rw-r--r-- | games/battlestar/getcom.c | 6 | ||||
-rw-r--r-- | games/battlestar/globals.c | 4 | ||||
-rw-r--r-- | games/battlestar/init.c | 4 | ||||
-rw-r--r-- | games/battlestar/misc.c | 6 | ||||
-rw-r--r-- | games/battlestar/nightfile.c | 4 | ||||
-rw-r--r-- | games/battlestar/nightobjs.c | 4 | ||||
-rw-r--r-- | games/battlestar/parse.c | 6 | ||||
-rw-r--r-- | games/battlestar/room.c | 6 | ||||
-rw-r--r-- | games/battlestar/save.c | 6 | ||||
-rw-r--r-- | games/battlestar/words.c | 4 |
22 files changed, 89 insertions, 27 deletions
diff --git a/games/battlestar/battlestar.c b/games/battlestar/battlestar.c index 4cbbefd..eb35e28 100644 --- a/games/battlestar/battlestar.c +++ b/games/battlestar/battlestar.c @@ -32,13 +32,17 @@ */ #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[] = "@(#)battlestar.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/games/battlestar/com1.c b/games/battlestar/com1.c index 6dd600a..c14f941 100644 --- a/games/battlestar/com1.c +++ b/games/battlestar/com1.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[] = "@(#)com1.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "externs.h" diff --git a/games/battlestar/com2.c b/games/battlestar/com2.c index 4f2dc1d..faf5c52a 100644 --- a/games/battlestar/com2.c +++ b/games/battlestar/com2.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[] = "@(#)com2.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "externs.h" diff --git a/games/battlestar/com3.c b/games/battlestar/com3.c index e0184d2..a141adf 100644 --- a/games/battlestar/com3.c +++ b/games/battlestar/com3.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[] = "@(#)com3.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "externs.h" diff --git a/games/battlestar/com4.c b/games/battlestar/com4.c index ab610fd..c3b378d 100644 --- a/games/battlestar/com4.c +++ b/games/battlestar/com4.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[] = "@(#)com4.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include <string.h> diff --git a/games/battlestar/com5.c b/games/battlestar/com5.c index f3cb6a8..0531f7f 100644 --- a/games/battlestar/com5.c +++ b/games/battlestar/com5.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[] = "@(#)com5.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "externs.h" diff --git a/games/battlestar/com6.c b/games/battlestar/com6.c index a22b0fb..91bd6a8 100644 --- a/games/battlestar/com6.c +++ b/games/battlestar/com6.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[] = "@(#)com6.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "externs.h" diff --git a/games/battlestar/com7.c b/games/battlestar/com7.c index 6ae8f14..a37995d 100644 --- a/games/battlestar/com7.c +++ b/games/battlestar/com7.c @@ -32,7 +32,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)com7.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "externs.h" diff --git a/games/battlestar/cypher.c b/games/battlestar/cypher.c index f15d816..e933e8b 100644 --- a/games/battlestar/cypher.c +++ b/games/battlestar/cypher.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[] = "@(#)cypher.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "externs.h" diff --git a/games/battlestar/dayfile.c b/games/battlestar/dayfile.c index 796b698..7f1b40a 100644 --- a/games/battlestar/dayfile.c +++ b/games/battlestar/dayfile.c @@ -32,7 +32,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)dayfile.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "externs.h" diff --git a/games/battlestar/dayobjs.c b/games/battlestar/dayobjs.c index 300dbbd..c967106 100644 --- a/games/battlestar/dayobjs.c +++ b/games/battlestar/dayobjs.c @@ -32,7 +32,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)dayobjs.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "externs.h" diff --git a/games/battlestar/fly.c b/games/battlestar/fly.c index 80f23b7..e33901b 100644 --- a/games/battlestar/fly.c +++ b/games/battlestar/fly.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[] = "@(#)fly.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "externs.h" diff --git a/games/battlestar/getcom.c b/games/battlestar/getcom.c index f2772bf..fbb5b05 100644 --- a/games/battlestar/getcom.c +++ b/games/battlestar/getcom.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[] = "@(#)getcom.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include <stdio.h> diff --git a/games/battlestar/globals.c b/games/battlestar/globals.c index 885ca82..f5ae78a 100644 --- a/games/battlestar/globals.c +++ b/games/battlestar/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/battlestar/init.c b/games/battlestar/init.c index afe692f..b0de840 100644 --- a/games/battlestar/init.c +++ b/games/battlestar/init.c @@ -32,7 +32,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include <sys/types.h> diff --git a/games/battlestar/misc.c b/games/battlestar/misc.c index 45e9ec2..e55e347 100644 --- a/games/battlestar/misc.c +++ b/games/battlestar/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/battlestar/nightfile.c b/games/battlestar/nightfile.c index 8d0f161..51bd268 100644 --- a/games/battlestar/nightfile.c +++ b/games/battlestar/nightfile.c @@ -32,7 +32,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)nightfile.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "externs.h" diff --git a/games/battlestar/nightobjs.c b/games/battlestar/nightobjs.c index 0b9fcd4..92bd191 100644 --- a/games/battlestar/nightobjs.c +++ b/games/battlestar/nightobjs.c @@ -32,7 +32,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)nightobjs.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "externs.h" diff --git a/games/battlestar/parse.c b/games/battlestar/parse.c index abab858..5e761b7 100644 --- a/games/battlestar/parse.c +++ b/games/battlestar/parse.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[] = "@(#)parse.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "externs.h" diff --git a/games/battlestar/room.c b/games/battlestar/room.c index d78cc00..8ff4e8f 100644 --- a/games/battlestar/room.c +++ b/games/battlestar/room.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[] = "@(#)room.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "externs.h" diff --git a/games/battlestar/save.c b/games/battlestar/save.c index 627f821..f103163 100644 --- a/games/battlestar/save.c +++ b/games/battlestar/save.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[] = "@(#)save.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include <sys/types.h> diff --git a/games/battlestar/words.c b/games/battlestar/words.c index bc7390b..bba1d05 100644 --- a/games/battlestar/words.c +++ b/games/battlestar/words.c @@ -32,7 +32,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)words.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "externs.h" |