diff options
241 files changed, 416 insertions, 0 deletions
diff --git a/games/adventure/crc.c b/games/adventure/crc.c index 4f3b971..19b0f90 100644 --- a/games/adventure/crc.c +++ b/games/adventure/crc.c @@ -32,6 +32,8 @@ * 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 diff --git a/games/adventure/done.c b/games/adventure/done.c index 90352d6..79b91c3 100644 --- a/games/adventure/done.c +++ b/games/adventure/done.c @@ -34,6 +34,8 @@ * 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 diff --git a/games/adventure/init.c b/games/adventure/init.c index 9e81fb8..f1a790d 100644 --- a/games/adventure/init.c +++ b/games/adventure/init.c @@ -34,6 +34,8 @@ * 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 diff --git a/games/adventure/io.c b/games/adventure/io.c index 54e41b5..4b53659 100644 --- a/games/adventure/io.c +++ b/games/adventure/io.c @@ -34,6 +34,8 @@ * 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 diff --git a/games/adventure/main.c b/games/adventure/main.c index bdd37f7..6bd549e 100644 --- a/games/adventure/main.c +++ b/games/adventure/main.c @@ -34,6 +34,8 @@ * 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 diff --git a/games/adventure/subr.c b/games/adventure/subr.c index 26d7c1e..24c4352 100644 --- a/games/adventure/subr.c +++ b/games/adventure/subr.c @@ -34,6 +34,8 @@ * 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 diff --git a/games/adventure/vocab.c b/games/adventure/vocab.c index deb5c53..70eefa4 100644 --- a/games/adventure/vocab.c +++ b/games/adventure/vocab.c @@ -34,6 +34,8 @@ * 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 diff --git a/games/adventure/wizard.c b/games/adventure/wizard.c index 326cc94..eff6d5f 100644 --- a/games/adventure/wizard.c +++ b/games/adventure/wizard.c @@ -34,6 +34,8 @@ * 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 diff --git a/games/arithmetic/arithmetic.c b/games/arithmetic/arithmetic.c index 06bc49e..d7d8b95 100644 --- a/games/arithmetic/arithmetic.c +++ b/games/arithmetic/arithmetic.c @@ -32,6 +32,8 @@ * 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 diff --git a/games/atc/graphics.c b/games/atc/graphics.c index ad93d1c..36ee49f 100644 --- a/games/atc/graphics.c +++ b/games/atc/graphics.c @@ -32,6 +32,8 @@ * 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$ */ /* diff --git a/games/backgammon/backgammon/extra.c b/games/backgammon/backgammon/extra.c index 6ee4124..acefad5 100644 --- a/games/backgammon/backgammon/extra.c +++ b/games/backgammon/backgammon/extra.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/backgammon/backgammon/main.c b/games/backgammon/backgammon/main.c index 81cac2a..972f0ee 100644 --- a/games/backgammon/backgammon/main.c +++ b/games/backgammon/backgammon/main.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/backgammon/backgammon/move.c b/games/backgammon/backgammon/move.c index ca128a6..8b3286f 100644 --- a/games/backgammon/backgammon/move.c +++ b/games/backgammon/backgammon/move.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/backgammon/backgammon/text.c b/games/backgammon/backgammon/text.c index 0198f73..00a5946 100644 --- a/games/backgammon/backgammon/text.c +++ b/games/backgammon/backgammon/text.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/backgammon/common_source/allow.c b/games/backgammon/common_source/allow.c index 0822ee7..620ce05 100644 --- a/games/backgammon/common_source/allow.c +++ b/games/backgammon/common_source/allow.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/backgammon/common_source/board.c b/games/backgammon/common_source/board.c index 8176666..1446248 100644 --- a/games/backgammon/common_source/board.c +++ b/games/backgammon/common_source/board.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/backgammon/common_source/check.c b/games/backgammon/common_source/check.c index ac4ac1c..c545e39 100644 --- a/games/backgammon/common_source/check.c +++ b/games/backgammon/common_source/check.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/backgammon/common_source/fancy.c b/games/backgammon/common_source/fancy.c index f19cbd1..8a4ddc4 100644 --- a/games/backgammon/common_source/fancy.c +++ b/games/backgammon/common_source/fancy.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/backgammon/common_source/odds.c b/games/backgammon/common_source/odds.c index 67c3f12..a989d65 100644 --- a/games/backgammon/common_source/odds.c +++ b/games/backgammon/common_source/odds.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/backgammon/common_source/one.c b/games/backgammon/common_source/one.c index 36d9a27..a8dda64 100644 --- a/games/backgammon/common_source/one.c +++ b/games/backgammon/common_source/one.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/backgammon/common_source/save.c b/games/backgammon/common_source/save.c index e62f192..a82939b 100644 --- a/games/backgammon/common_source/save.c +++ b/games/backgammon/common_source/save.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/backgammon/common_source/subs.c b/games/backgammon/common_source/subs.c index 69763d8..a54ee4b 100644 --- a/games/backgammon/common_source/subs.c +++ b/games/backgammon/common_source/subs.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/backgammon/common_source/table.c b/games/backgammon/common_source/table.c index 4ef1ca4..d8f074d 100644 --- a/games/backgammon/common_source/table.c +++ b/games/backgammon/common_source/table.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/backgammon/teachgammon/teach.c b/games/backgammon/teachgammon/teach.c index 9bdee20..2aa1409 100644 --- a/games/backgammon/teachgammon/teach.c +++ b/games/backgammon/teachgammon/teach.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/backgammon/teachgammon/tutor.c b/games/backgammon/teachgammon/tutor.c index e87e5b6..4409ba9 100644 --- a/games/backgammon/teachgammon/tutor.c +++ b/games/backgammon/teachgammon/tutor.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/battlestar/com1.c b/games/battlestar/com1.c index 37cf253..643f037 100644 --- a/games/battlestar/com1.c +++ b/games/battlestar/com1.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/battlestar/com2.c b/games/battlestar/com2.c index bc76924..45a91318 100644 --- a/games/battlestar/com2.c +++ b/games/battlestar/com2.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/battlestar/com3.c b/games/battlestar/com3.c index fb05667..bd9dd74 100644 --- a/games/battlestar/com3.c +++ b/games/battlestar/com3.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/battlestar/com4.c b/games/battlestar/com4.c index 8afc04f..9af086b 100644 --- a/games/battlestar/com4.c +++ b/games/battlestar/com4.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/battlestar/com5.c b/games/battlestar/com5.c index d53bcab..d3b18fb 100644 --- a/games/battlestar/com5.c +++ b/games/battlestar/com5.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/battlestar/cypher.c b/games/battlestar/cypher.c index 4835327..af65af4 100644 --- a/games/battlestar/cypher.c +++ b/games/battlestar/cypher.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/battlestar/fly.c b/games/battlestar/fly.c index 5bc55e7..9d229be 100644 --- a/games/battlestar/fly.c +++ b/games/battlestar/fly.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/battlestar/getcom.c b/games/battlestar/getcom.c index 2ec0feb..7d3a37e 100644 --- a/games/battlestar/getcom.c +++ b/games/battlestar/getcom.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/battlestar/misc.c b/games/battlestar/misc.c index 1ba9e41..1581671 100644 --- a/games/battlestar/misc.c +++ b/games/battlestar/misc.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/battlestar/parse.c b/games/battlestar/parse.c index 8aaf66d..7eb72ee 100644 --- a/games/battlestar/parse.c +++ b/games/battlestar/parse.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/battlestar/room.c b/games/battlestar/room.c index 7c34dad..8992919 100644 --- a/games/battlestar/room.c +++ b/games/battlestar/room.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/battlestar/save.c b/games/battlestar/save.c index 9e44d70..c91070a0 100644 --- a/games/battlestar/save.c +++ b/games/battlestar/save.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/bcd/bcd.c b/games/bcd/bcd.c index d2405ce..f3542b6 100644 --- a/games/bcd/bcd.c +++ b/games/bcd/bcd.c @@ -32,6 +32,8 @@ * 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 diff --git a/games/bs/bs.c b/games/bs/bs.c index c6d9c4e..216bc0c 100644 --- a/games/bs/bs.c +++ b/games/bs/bs.c @@ -5,6 +5,8 @@ * by Eric S. Raymond <esr@snark.thyrsus.com> * v1.2 with color support and minor portability fixes, November 1990 * v2.0 featuring strict ANSI/POSIX conformance, November 1993. + * + * $FreeBSD$ */ #include <ncurses.h> diff --git a/games/caesar/caesar.c b/games/caesar/caesar.c index e2f1074..e04fc62 100644 --- a/games/caesar/caesar.c +++ b/games/caesar/caesar.c @@ -37,6 +37,8 @@ * 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 diff --git a/games/canfield/canfield/canfield.c b/games/canfield/canfield/canfield.c index 728e7fc..8a95e5f 100644 --- a/games/canfield/canfield/canfield.c +++ b/games/canfield/canfield/canfield.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/canfield/cfscores/cfscores.c b/games/canfield/cfscores/cfscores.c index 9488e81..cc2d44b 100644 --- a/games/canfield/cfscores/cfscores.c +++ b/games/canfield/cfscores/cfscores.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/cribbage/cards.c b/games/cribbage/cards.c index 239011b..93c5ebf 100644 --- a/games/cribbage/cards.c +++ b/games/cribbage/cards.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/cribbage/crib.c b/games/cribbage/crib.c index 1655053..df8e2be 100644 --- a/games/cribbage/crib.c +++ b/games/cribbage/crib.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/cribbage/io.c b/games/cribbage/io.c index b4c2f15..32a2436 100644 --- a/games/cribbage/io.c +++ b/games/cribbage/io.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/cribbage/score.c b/games/cribbage/score.c index 073a04a..7a5d1aa 100644 --- a/games/cribbage/score.c +++ b/games/cribbage/score.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/cribbage/support.c b/games/cribbage/support.c index a350004..f4ee2a9 100644 --- a/games/cribbage/support.c +++ b/games/cribbage/support.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/dm/dm.c b/games/dm/dm.c index f9ed6b5..0e63a73 100644 --- a/games/dm/dm.c +++ b/games/dm/dm.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/fish/fish.c b/games/fish/fish.c index 653ab4b..2cea112 100644 --- a/games/fish/fish.c +++ b/games/fish/fish.c @@ -32,6 +32,8 @@ * 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 diff --git a/games/fortune/strfile/strfile.c b/games/fortune/strfile/strfile.c index 4d5ae66..cf1babd 100644 --- a/games/fortune/strfile/strfile.c +++ b/games/fortune/strfile/strfile.c @@ -32,6 +32,8 @@ * 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 diff --git a/games/fortune/unstr/unstr.c b/games/fortune/unstr/unstr.c index 00b5c1e..3cca1a0 100644 --- a/games/fortune/unstr/unstr.c +++ b/games/fortune/unstr/unstr.c @@ -32,6 +32,8 @@ * 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 diff --git a/games/hack/alloc.c b/games/hack/alloc.c index 0e46ebc..30a6a96 100644 --- a/games/hack/alloc.c +++ b/games/hack/alloc.c @@ -1,4 +1,6 @@ /* alloc.c - version 1.0.2 */ +/* $FreeBSD$ */ + #include <stdlib.h> #ifdef LINT diff --git a/games/hack/hack.apply.c b/games/hack/hack.apply.c index 18da738..2a29e79 100644 --- a/games/hack/hack.apply.c +++ b/games/hack/hack.apply.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.apply.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" #include "def.edog.h" diff --git a/games/hack/hack.bones.c b/games/hack/hack.bones.c index d4a05b8..69eb2a8 100644 --- a/games/hack/hack.bones.c +++ b/games/hack/hack.bones.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.bones.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" extern char plname[PL_NSIZ]; diff --git a/games/hack/hack.c b/games/hack/hack.c index 5c82881..6863b60 100644 --- a/games/hack/hack.c +++ b/games/hack/hack.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" #include <stdio.h> diff --git a/games/hack/hack.cmd.c b/games/hack/hack.cmd.c index e36cfcc..5eedbf5 100644 --- a/games/hack/hack.cmd.c +++ b/games/hack/hack.cmd.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.cmd.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" #include "def.func_tab.h" diff --git a/games/hack/hack.do.c b/games/hack/hack.do.c index 1227eb9..b8dd66f 100644 --- a/games/hack/hack.do.c +++ b/games/hack/hack.do.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.do.c - version 1.0.3 */ +/* $FreeBSD$ */ /* Contains code for 'd', 'D' (drop), '>', '<' (up, down) and 't' (throw) */ diff --git a/games/hack/hack.do_name.c b/games/hack/hack.do_name.c index bc49510..538bd7f 100644 --- a/games/hack/hack.do_name.c +++ b/games/hack/hack.do_name.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.do_name.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" #include <stdio.h> diff --git a/games/hack/hack.do_wear.c b/games/hack/hack.do_wear.c index 423955d..14f74e4 100644 --- a/games/hack/hack.do_wear.c +++ b/games/hack/hack.do_wear.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.do_wear.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" #include <stdio.h> diff --git a/games/hack/hack.dog.c b/games/hack/hack.dog.c index aa4387a..c47a353 100644 --- a/games/hack/hack.dog.c +++ b/games/hack/hack.dog.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.dog.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" #include "hack.mfndpos.h" diff --git a/games/hack/hack.eat.c b/games/hack/hack.eat.c index f1a7677..9c0a64c 100644 --- a/games/hack/hack.eat.c +++ b/games/hack/hack.eat.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.eat.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" char POISONOUS[] = "ADKSVabhks"; diff --git a/games/hack/hack.end.c b/games/hack/hack.end.c index 0ddd2bd..c089b44 100644 --- a/games/hack/hack.end.c +++ b/games/hack/hack.end.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.end.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" #include <stdio.h> diff --git a/games/hack/hack.engrave.c b/games/hack/hack.engrave.c index d5ea219..d3bf27f 100644 --- a/games/hack/hack.engrave.c +++ b/games/hack/hack.engrave.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.engrave.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" diff --git a/games/hack/hack.fight.c b/games/hack/hack.fight.c index 9e07ece..f8e2ea9 100644 --- a/games/hack/hack.fight.c +++ b/games/hack/hack.fight.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.fight.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" extern struct permonst li_dog, dog, la_dog; diff --git a/games/hack/hack.invent.c b/games/hack/hack.invent.c index 66949b8..d5af843 100644 --- a/games/hack/hack.invent.c +++ b/games/hack/hack.invent.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.invent.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" #include <stdio.h> diff --git a/games/hack/hack.lev.c b/games/hack/hack.lev.c index f011f67..82afd61 100644 --- a/games/hack/hack.lev.c +++ b/games/hack/hack.lev.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.lev.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" #include "def.mkroom.h" diff --git a/games/hack/hack.main.c b/games/hack/hack.main.c index 06629d5..af3080f 100644 --- a/games/hack/hack.main.c +++ b/games/hack/hack.main.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.main.c - version 1.0.3 */ +/* $FreeBSD$ */ #include <stdio.h> #include <signal.h> diff --git a/games/hack/hack.makemon.c b/games/hack/hack.makemon.c index bcf23b6..7ad6385 100644 --- a/games/hack/hack.makemon.c +++ b/games/hack/hack.makemon.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.makemon.c - version 1.0.2 */ +/* $FreeBSD$ */ #include "hack.h" extern char fut_geno[]; diff --git a/games/hack/hack.mhitu.c b/games/hack/hack.mhitu.c index ae7d204..f41e00e 100644 --- a/games/hack/hack.mhitu.c +++ b/games/hack/hack.mhitu.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.mhitu.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" extern struct monst *makemon(); diff --git a/games/hack/hack.mklev.c b/games/hack/hack.mklev.c index 3217923..cad724f 100644 --- a/games/hack/hack.mklev.c +++ b/games/hack/hack.mklev.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.mklev.c - version 1.0.3 */ +/* $FreeBSD$ */ #include <stdlib.h> #include <unistd.h> diff --git a/games/hack/hack.mkmaze.c b/games/hack/hack.mkmaze.c index bee24f9..66cf634 100644 --- a/games/hack/hack.mkmaze.c +++ b/games/hack/hack.mkmaze.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.mkmaze.c - version 1.0.2 */ +/* $FreeBSD$ */ #include "hack.h" #include "def.mkroom.h" /* not really used */ diff --git a/games/hack/hack.mkobj.c b/games/hack/hack.mkobj.c index 6fe23ac..d377e21 100644 --- a/games/hack/hack.mkobj.c +++ b/games/hack/hack.mkobj.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.mkobj.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" diff --git a/games/hack/hack.mkshop.c b/games/hack/hack.mkshop.c index a94c24d..2ed2d41 100644 --- a/games/hack/hack.mkshop.c +++ b/games/hack/hack.mkshop.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.mkshop.c - version 1.0.3 */ +/* $FreeBSD$ */ #ifndef QUEST #include "hack.h" diff --git a/games/hack/hack.mon.c b/games/hack/hack.mon.c index f89b3a8..237fada 100644 --- a/games/hack/hack.mon.c +++ b/games/hack/hack.mon.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.mon.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" #include "hack.mfndpos.h" diff --git a/games/hack/hack.o_init.c b/games/hack/hack.o_init.c index 9fef91b..f55d96c 100644 --- a/games/hack/hack.o_init.c +++ b/games/hack/hack.o_init.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.o_init.c - version 1.0.3 */ +/* $FreeBSD$ */ #include <string.h> #include "config.h" /* for typedefs */ diff --git a/games/hack/hack.objnam.c b/games/hack/hack.objnam.c index a1c966c..ad47e7e 100644 --- a/games/hack/hack.objnam.c +++ b/games/hack/hack.objnam.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.objnam.c - version 1.0.2 */ +/* $FreeBSD$ */ #include "hack.h" #define Sprintf (void) sprintf diff --git a/games/hack/hack.options.c b/games/hack/hack.options.c index 1fd754a..1c3a4a5 100644 --- a/games/hack/hack.options.c +++ b/games/hack/hack.options.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.options.c - version 1.0.3 */ +/* $FreeBSD$ */ #include <stdlib.h> #include "config.h" diff --git a/games/hack/hack.pager.c b/games/hack/hack.pager.c index 30ef8c1..3610494 100644 --- a/games/hack/hack.pager.c +++ b/games/hack/hack.pager.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.pager.c - version 1.0.3 */ +/* $FreeBSD$ */ /* This file contains the command routine dowhatis() and a pager. */ /* Also readmail() and doshell(), and generally the things that diff --git a/games/hack/hack.potion.c b/games/hack/hack.potion.c index 08593ab..1beaa1a 100644 --- a/games/hack/hack.potion.c +++ b/games/hack/hack.potion.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.potion.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" extern int float_down(); diff --git a/games/hack/hack.pri.c b/games/hack/hack.pri.c index eb412f1..fcbd581 100644 --- a/games/hack/hack.pri.c +++ b/games/hack/hack.pri.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.pri.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" #include <stdio.h> diff --git a/games/hack/hack.read.c b/games/hack/hack.read.c index f7104b6..00c9584 100644 --- a/games/hack/hack.read.c +++ b/games/hack/hack.read.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.read.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" diff --git a/games/hack/hack.rip.c b/games/hack/hack.rip.c index bdc2823..f9d4a4a 100644 --- a/games/hack/hack.rip.c +++ b/games/hack/hack.rip.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.rip.c - version 1.0.2 */ +/* $FreeBSD$ */ #include <stdio.h> #include "hack.h" diff --git a/games/hack/hack.rumors.c b/games/hack/hack.rumors.c index ee5f139..2a3d5ca 100644 --- a/games/hack/hack.rumors.c +++ b/games/hack/hack.rumors.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.rumors.c - version 1.0.3 */ +/* $FreeBSD$ */ #include <stdio.h> #include "hack.h" /* for RUMORFILE and BSD (index) */ diff --git a/games/hack/hack.save.c b/games/hack/hack.save.c index 5fd7ba1..d6b3e37 100644 --- a/games/hack/hack.save.c +++ b/games/hack/hack.save.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.save.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" extern char genocided[60]; /* defined in Decl.c */ diff --git a/games/hack/hack.search.c b/games/hack/hack.search.c index c0ef993..fcb0a85 100644 --- a/games/hack/hack.search.c +++ b/games/hack/hack.search.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.search.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" diff --git a/games/hack/hack.shk.c b/games/hack/hack.shk.c index 340a9b7..cb9fb5e 100644 --- a/games/hack/hack.shk.c +++ b/games/hack/hack.shk.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.shk.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" #ifdef QUEST diff --git a/games/hack/hack.shknam.c b/games/hack/hack.shknam.c index 9d4b860..b0a015a 100644 --- a/games/hack/hack.shknam.c +++ b/games/hack/hack.shknam.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.shknam.c - version 1.0.2 */ +/* $FreeBSD$ */ #include "hack.h" diff --git a/games/hack/hack.steal.c b/games/hack/hack.steal.c index f123d37..232863d 100644 --- a/games/hack/hack.steal.c +++ b/games/hack/hack.steal.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.steal.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" diff --git a/games/hack/hack.termcap.c b/games/hack/hack.termcap.c index 43ce418..ce11e82 100644 --- a/games/hack/hack.termcap.c +++ b/games/hack/hack.termcap.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.termcap.c - version 1.0.3 */ +/* $FreeBSD$ */ #include <stdio.h> #include <termcap.h> diff --git a/games/hack/hack.timeout.c b/games/hack/hack.timeout.c index d828297..ea0cc82 100644 --- a/games/hack/hack.timeout.c +++ b/games/hack/hack.timeout.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.timeout.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" diff --git a/games/hack/hack.topl.c b/games/hack/hack.topl.c index 13a033d..2817359 100644 --- a/games/hack/hack.topl.c +++ b/games/hack/hack.topl.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.topl.c - version 1.0.2 */ +/* $FreeBSD$ */ #include "hack.h" #include <stdio.h> diff --git a/games/hack/hack.track.c b/games/hack/hack.track.c index 6b41c2c..bb6564a 100644 --- a/games/hack/hack.track.c +++ b/games/hack/hack.track.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.track.c - version 1.0.2 */ +/* $FreeBSD$ */ #include "hack.h" diff --git a/games/hack/hack.trap.c b/games/hack/hack.trap.c index 7ec0f93..d8a89c7 100644 --- a/games/hack/hack.trap.c +++ b/games/hack/hack.trap.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.trap.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" diff --git a/games/hack/hack.tty.c b/games/hack/hack.tty.c index bc22507..d0b3b58 100644 --- a/games/hack/hack.tty.c +++ b/games/hack/hack.tty.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/hack/hack.u_init.c b/games/hack/hack.u_init.c index cb8a97d..913aef3 100644 --- a/games/hack/hack.u_init.c +++ b/games/hack/hack.u_init.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.u_init.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" #include <stdio.h> diff --git a/games/hack/hack.unix.c b/games/hack/hack.unix.c index abe34b5..8781744 100644 --- a/games/hack/hack.unix.c +++ b/games/hack/hack.unix.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.unix.c - version 1.0.3 */ +/* $FreeBSD$ */ /* This file collects some Unix dependencies; hack.pager.c contains some more */ diff --git a/games/hack/hack.vault.c b/games/hack/hack.vault.c index a82c9f9..a436903 100644 --- a/games/hack/hack.vault.c +++ b/games/hack/hack.vault.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.vault.c - version 1.0.2 */ +/* $FreeBSD$ */ #include "hack.h" #ifdef QUEST diff --git a/games/hack/hack.wield.c b/games/hack/hack.wield.c index d0609a1..a23e763 100644 --- a/games/hack/hack.wield.c +++ b/games/hack/hack.wield.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.wield.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" extern struct obj zeroobj; diff --git a/games/hack/hack.wizard.c b/games/hack/hack.wizard.c index 835ecc3..8bc7f36 100644 --- a/games/hack/hack.wizard.c +++ b/games/hack/hack.wizard.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.wizard.c - version 1.0.3 */ +/* $FreeBSD$ */ /* wizard code - inspired by rogue code from Merlyn Leroy (digi-g!brian) */ diff --git a/games/hack/hack.worm.c b/games/hack/hack.worm.c index ba3505d..784e12c 100644 --- a/games/hack/hack.worm.c +++ b/games/hack/hack.worm.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.worm.c - version 1.0.2 */ +/* $FreeBSD$ */ #include "hack.h" #ifndef NOWORM diff --git a/games/hack/hack.worn.c b/games/hack/hack.worn.c index bfec47f..38ffac2 100644 --- a/games/hack/hack.worn.c +++ b/games/hack/hack.worn.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.worn.c - version 1.0.2 */ +/* $FreeBSD$ */ #include "hack.h" diff --git a/games/hack/hack.zap.c b/games/hack/hack.zap.c index e1472b5..1d32124 100644 --- a/games/hack/hack.zap.c +++ b/games/hack/hack.zap.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.zap.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" diff --git a/games/hack/makedefs.c b/games/hack/makedefs.c index 1097ba5..1d75449 100644 --- a/games/hack/makedefs.c +++ b/games/hack/makedefs.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* makedefs.c - version 1.0.2 */ +/* $FreeBSD$ */ #include <stdio.h> #include <string.h> diff --git a/games/hack/rnd.c b/games/hack/rnd.c index 022cf69..3d43597 100644 --- a/games/hack/rnd.c +++ b/games/hack/rnd.c @@ -1,4 +1,5 @@ /* rnd.c - version 1.0.2 */ +/* $FreeBSD$ */ #include <stdlib.h> diff --git a/games/hangman/endgame.c b/games/hangman/endgame.c index 193271e..720e7e6 100644 --- a/games/hangman/endgame.c +++ b/games/hangman/endgame.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/hangman/getguess.c b/games/hangman/getguess.c index 1cd98cc..9223651 100644 --- a/games/hangman/getguess.c +++ b/games/hangman/getguess.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/hangman/getword.c b/games/hangman/getword.c index f140f35..1d2451a 100644 --- a/games/hangman/getword.c +++ b/games/hangman/getword.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/hangman/playgame.c b/games/hangman/playgame.c index 6d54149..610bfb6 100644 --- a/games/hangman/playgame.c +++ b/games/hangman/playgame.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/hangman/prdata.c b/games/hangman/prdata.c index 7757d4c..12c1303 100644 --- a/games/hangman/prdata.c +++ b/games/hangman/prdata.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/hangman/prman.c b/games/hangman/prman.c index 2ba71b7..f1f09dd 100644 --- a/games/hangman/prman.c +++ b/games/hangman/prman.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/hangman/setup.c b/games/hangman/setup.c index d1c6016..c10ea05 100644 --- a/games/hangman/setup.c +++ b/games/hangman/setup.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/larn/bill.c b/games/larn/bill.c index bbb63dc..360b65d 100644 --- a/games/larn/bill.c +++ b/games/larn/bill.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/larn/create.c b/games/larn/create.c index ba0802c..50d3290 100644 --- a/games/larn/create.c +++ b/games/larn/create.c @@ -1,4 +1,5 @@ /* create.c Larn is copyrighted 1986 by Noah Morgan. */ +/* $FreeBSD$ */ #include "header.h" extern char spelknow[],larnlevels[]; extern char beenhere[],wizard,level; diff --git a/games/larn/diag.c b/games/larn/diag.c index 53bdfd3..db4761c 100644 --- a/games/larn/diag.c +++ b/games/larn/diag.c @@ -1,4 +1,5 @@ /* diag.c Larn is copyrighted 1986 by Noah Morgan. */ +/* $FreeBSD$ */ #include <sys/types.h> #include <sys/times.h> #include <sys/stat.h> diff --git a/games/larn/display.c b/games/larn/display.c index 951d449..b0192c5 100644 --- a/games/larn/display.c +++ b/games/larn/display.c @@ -1,4 +1,5 @@ /* display.c Larn is copyrighted 1986 by Noah Morgan. */ +/* $FreeBSD$ */ #include "header.h" #define makecode(_a,_b,_c) (((_a)<<16) + ((_b)<<8) + (_c)) diff --git a/games/larn/global.c b/games/larn/global.c index 6bfb501..9fa19d9 100644 --- a/games/larn/global.c +++ b/games/larn/global.c @@ -1,4 +1,5 @@ /* global.c Larn is copyrighted 1986 by Noah Morgan. + * $FreeBSD$ * * raiselevel() subroutine to raise the player one level * loselevel() subroutine to lower the player by one level @@ -16,6 +17,7 @@ * makemonst(lev) function to return monster number for a randomly selected monster * positionplayer() function to be sure player is not in a wall * quit() subroutine to ask if the player really wants to quit + * */ #include "header.h" diff --git a/games/larn/help.c b/games/larn/help.c index a8fd45c..0d06d6f 100644 --- a/games/larn/help.c +++ b/games/larn/help.c @@ -1,4 +1,5 @@ /* help.c Larn is copyrighted 1986 by Noah Morgan. */ +/* $FreeBSD$ */ #include "header.h" /* * help function to display the help info diff --git a/games/larn/io.c b/games/larn/io.c index 03f3727..a7fac5d 100644 --- a/games/larn/io.c +++ b/games/larn/io.c @@ -1,4 +1,5 @@ /* io.c Larn is copyrighted 1986 by Noah Morgan. + * $FreeBSD$ * * Below are the functions in this file: * diff --git a/games/larn/main.c b/games/larn/main.c index c42723e..a554031 100644 --- a/games/larn/main.c +++ b/games/larn/main.c @@ -1,4 +1,5 @@ /* main.c */ +/* $FreeBSD$ */ #include <sys/types.h> #include <sys/stat.h> #include "header.h" diff --git a/games/larn/monster.c b/games/larn/monster.c index 041c976..909cec1 100644 --- a/games/larn/monster.c +++ b/games/larn/monster.c @@ -1,5 +1,6 @@ /* * monster.c Larn is copyrighted 1986 by Noah Morgan. + * $FreeBSD$ * * This file contains the following functions: * ---------------------------------------------------------------------------- diff --git a/games/larn/moreobj.c b/games/larn/moreobj.c index 343773e..2f6f21c 100644 --- a/games/larn/moreobj.c +++ b/games/larn/moreobj.c @@ -1,4 +1,5 @@ /* moreobj.c Larn is copyrighted 1986 by Noah Morgan. + * $FreeBSD$ * * Routines in this file: * diff --git a/games/larn/movem.c b/games/larn/movem.c index d50d3ac..5091875 100644 --- a/games/larn/movem.c +++ b/games/larn/movem.c @@ -1,5 +1,6 @@ /* * movem.c (move monster) Larn is copyrighted 1986 by Noah Morgan. + * $FreeBSD$ * * Here are the functions in this file: * diff --git a/games/larn/nap.c b/games/larn/nap.c index cbb1b56..7b294fa 100644 --- a/games/larn/nap.c +++ b/games/larn/nap.c @@ -1,4 +1,5 @@ /* nap.c Larn is copyrighted 1986 by Noah Morgan. */ +/* $FreeBSD$ */ #include <signal.h> #include <sys/types.h> #ifdef SYSV diff --git a/games/larn/object.c b/games/larn/object.c index 769bf20..230e7bc 100644 --- a/games/larn/object.c +++ b/games/larn/object.c @@ -1,4 +1,5 @@ /* object.c Larn is copyrighted 1986 by Noah Morgan. */ +/* $FreeBSD$ */ #include "header.h" /* diff --git a/games/larn/regen.c b/games/larn/regen.c index 993cc8b..06ac28d 100644 --- a/games/larn/regen.c +++ b/games/larn/regen.c @@ -1,4 +1,5 @@ /* regen.c Larn is copyrighted 1986 by Noah Morgan. */ +/* $FreeBSD$ */ #include "header.h" /* ******* diff --git a/games/larn/savelev.c b/games/larn/savelev.c index 4419acb..702801f 100644 --- a/games/larn/savelev.c +++ b/games/larn/savelev.c @@ -1,4 +1,5 @@ /* savelev.c Larn is copyrighted 1986 by Noah Morgan. */ +/* $FreeBSD$ */ #include "header.h" extern struct cel *cell; diff --git a/games/larn/scores.c b/games/larn/scores.c index 0b32d42..c5c8b93 100644 --- a/games/larn/scores.c +++ b/games/larn/scores.c @@ -1,4 +1,5 @@ /* scores.c Larn is copyrighted 1986 by Noah Morgan. + * $FreeBSD$ * * Functions in this file are: * diff --git a/games/larn/store.c b/games/larn/store.c index 70d4779..e751554 100644 --- a/games/larn/store.c +++ b/games/larn/store.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/larn/tok.c b/games/larn/tok.c index be7fdb3..ff19398 100644 --- a/games/larn/tok.c +++ b/games/larn/tok.c @@ -1,4 +1,5 @@ /* tok.c Larn is copyrighted 1986 by Noah Morgan. */ +/* $FreeBSD$ */ #include <sys/types.h> #ifdef SYSV #include <fcntl.h> diff --git a/games/mille/comp.c b/games/mille/comp.c index 500225e..65f9645 100644 --- a/games/mille/comp.c +++ b/games/mille/comp.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/mille/end.c b/games/mille/end.c index 3584e68..3a18dba 100644 --- a/games/mille/end.c +++ b/games/mille/end.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/mille/init.c b/games/mille/init.c index 9d88a53..6aaaf2a 100644 --- a/games/mille/init.c +++ b/games/mille/init.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/mille/mille.c b/games/mille/mille.c index b2c5c15..ff96b60 100644 --- a/games/mille/mille.c +++ b/games/mille/mille.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/mille/mille.h b/games/mille/mille.h index 8c877be..c8281d5 100644 --- a/games/mille/mille.h +++ b/games/mille/mille.h @@ -31,6 +31,8 @@ * SUCH DAMAGE. * * @(#)mille.h 8.1 (Berkeley) 5/31/93 + * + * $FreeBSD$ */ # include <sys/types.h> diff --git a/games/mille/misc.c b/games/mille/misc.c index befc800..7cf6248 100644 --- a/games/mille/misc.c +++ b/games/mille/misc.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/mille/move.c b/games/mille/move.c index dcf13ba..e3c60ba 100644 --- a/games/mille/move.c +++ b/games/mille/move.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/mille/print.c b/games/mille/print.c index 1c38cc4..72a97a4 100644 --- a/games/mille/print.c +++ b/games/mille/print.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/mille/roll.c b/games/mille/roll.c index 31ac766..b91a8d9 100644 --- a/games/mille/roll.c +++ b/games/mille/roll.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/mille/save.c b/games/mille/save.c index 168a393..9efb7f8 100644 --- a/games/mille/save.c +++ b/games/mille/save.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/mille/table.c b/games/mille/table.c index 470325f..3bf601c 100644 --- a/games/mille/table.c +++ b/games/mille/table.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/mille/types.c b/games/mille/types.c index f69d443..f03141d 100644 --- a/games/mille/types.c +++ b/games/mille/types.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/mille/varpush.c b/games/mille/varpush.c index a81e340..7f79d8f 100644 --- a/games/mille/varpush.c +++ b/games/mille/varpush.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/morse/morse.c b/games/morse/morse.c index 08b3c03..5f3ef36 100644 --- a/games/morse/morse.c +++ b/games/morse/morse.c @@ -29,6 +29,8 @@ * 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$ */ /* diff --git a/games/number/number.c b/games/number/number.c index 2f5998c..6eb8130 100644 --- a/games/number/number.c +++ b/games/number/number.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/phantasia/fight.c b/games/phantasia/fight.c index d3910a0..021b89b 100644 --- a/games/phantasia/fight.c +++ b/games/phantasia/fight.c @@ -1,5 +1,7 @@ /* * fight.c Phantasia monster fighting routines + * + * $FreeBSD$ */ #include <string.h> diff --git a/games/phantasia/gamesupport.c b/games/phantasia/gamesupport.c index 24aae31..14d6bdc 100644 --- a/games/phantasia/gamesupport.c +++ b/games/phantasia/gamesupport.c @@ -1,5 +1,7 @@ /* * gamesupport.c - auxiliary routines for support of Phantasia + * + * $FreeBSD$ */ #include <string.h> diff --git a/games/phantasia/interplayer.c b/games/phantasia/interplayer.c index 542674c..16ef1a6 100644 --- a/games/phantasia/interplayer.c +++ b/games/phantasia/interplayer.c @@ -1,5 +1,7 @@ /* * interplayer.c - player to player routines for Phantasia + * + * $FreeBSD$ */ #include <string.h> diff --git a/games/phantasia/io.c b/games/phantasia/io.c index 42f5a1d..af74b56 100644 --- a/games/phantasia/io.c +++ b/games/phantasia/io.c @@ -1,5 +1,7 @@ /* * io.c - input/output routines for Phantasia + * + * $FreeBSD$ */ #include <string.h> diff --git a/games/phantasia/main.c b/games/phantasia/main.c index 2f24352..e17630c 100644 --- a/games/phantasia/main.c +++ b/games/phantasia/main.c @@ -3,6 +3,8 @@ * * Edward A. Estes * AT&T, March 12, 1986 + * + * $FreeBSD$ */ /* DISCLAIMER: diff --git a/games/phantasia/misc.c b/games/phantasia/misc.c index 959578f..28035cb 100644 --- a/games/phantasia/misc.c +++ b/games/phantasia/misc.c @@ -1,5 +1,7 @@ /* * misc.c Phantasia miscellaneous support routines + * + * $FreeBSD$ */ #include <string.h> diff --git a/games/phantasia/setup.c b/games/phantasia/setup.c index dfb1777a..a6f2d6e 100644 --- a/games/phantasia/setup.c +++ b/games/phantasia/setup.c @@ -1,5 +1,7 @@ /* * setup.c - set up all files for Phantasia + * + * $FreeBSD$ */ #include "include.h" #include <sys/types.h> diff --git a/games/pig/pig.c b/games/pig/pig.c index fa893bd..51040d9 100644 --- a/games/pig/pig.c +++ b/games/pig/pig.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/ppt/ppt.c b/games/ppt/ppt.c index 84fd89a..6bd4706 100644 --- a/games/ppt/ppt.c +++ b/games/ppt/ppt.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/primes/primes.c b/games/primes/primes.c index 7211de5..9859def 100644 --- a/games/primes/primes.c +++ b/games/primes/primes.c @@ -32,6 +32,8 @@ * 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 diff --git a/games/quiz/quiz.c b/games/quiz/quiz.c index 027ef40..962ae90 100644 --- a/games/quiz/quiz.c +++ b/games/quiz/quiz.c @@ -33,6 +33,8 @@ * 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 diff --git a/games/quiz/rxp.c b/games/quiz/rxp.c index 4b6a74f..404ba8f 100644 --- a/games/quiz/rxp.c +++ b/games/quiz/rxp.c @@ -33,6 +33,8 @@ * 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 diff --git a/games/rain/rain.c b/games/rain/rain.c index 5f5e5c1..92ea28b 100644 --- a/games/rain/rain.c +++ b/games/rain/rain.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/robots/init_field.c b/games/robots/init_field.c index c20665a..7ed38df 100644 --- a/games/robots/init_field.c +++ b/games/robots/init_field.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/robots/main.c b/games/robots/main.c index 936007c..6ca6f88 100644 --- a/games/robots/main.c +++ b/games/robots/main.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/robots/make_level.c b/games/robots/make_level.c index 5221faf..a6f06ef 100644 --- a/games/robots/make_level.c +++ b/games/robots/make_level.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/robots/move.c b/games/robots/move.c index 4641d98..d3f0d07 100644 --- a/games/robots/move.c +++ b/games/robots/move.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/robots/move_robs.c b/games/robots/move_robs.c index 1951354..bfc2c5c 100644 --- a/games/robots/move_robs.c +++ b/games/robots/move_robs.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/robots/play_level.c b/games/robots/play_level.c index ed35dd6..dd72a15 100644 --- a/games/robots/play_level.c +++ b/games/robots/play_level.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/robots/query.c b/games/robots/query.c index c01def4..f7f046e 100644 --- a/games/robots/query.c +++ b/games/robots/query.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/robots/rnd_pos.c b/games/robots/rnd_pos.c index 348bf35..971b331 100644 --- a/games/robots/rnd_pos.c +++ b/games/robots/rnd_pos.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/robots/score.c b/games/robots/score.c index 62d97d4..54c66ad 100644 --- a/games/robots/score.c +++ b/games/robots/score.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/rogue/curses.c b/games/rogue/curses.c index 95fd11e..e2e29db 100644 --- a/games/rogue/curses.c +++ b/games/rogue/curses.c @@ -32,6 +32,8 @@ * 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 diff --git a/games/rogue/hit.c b/games/rogue/hit.c index f989153..c721711 100644 --- a/games/rogue/hit.c +++ b/games/rogue/hit.c @@ -32,6 +32,8 @@ * 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 diff --git a/games/rogue/message.c b/games/rogue/message.c index 0811016..28ac6e3 100644 --- a/games/rogue/message.c +++ b/games/rogue/message.c @@ -32,6 +32,8 @@ * 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 diff --git a/games/rogue/monster.c b/games/rogue/monster.c index 9a20837..0c32a4b 100644 --- a/games/rogue/monster.c +++ b/games/rogue/monster.c @@ -32,6 +32,8 @@ * 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 diff --git a/games/rogue/move.c b/games/rogue/move.c index d7659b3..4335a46 100644 --- a/games/rogue/move.c +++ b/games/rogue/move.c @@ -32,6 +32,8 @@ * 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 diff --git a/games/rogue/object.c b/games/rogue/object.c index adc8c74..2086a86 100644 --- a/games/rogue/object.c +++ b/games/rogue/object.c @@ -32,6 +32,8 @@ * 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 diff --git a/games/rogue/pack.c b/games/rogue/pack.c index daa78b1..8b55e14 100644 --- a/games/rogue/pack.c +++ b/games/rogue/pack.c @@ -32,6 +32,8 @@ * 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 diff --git a/games/rogue/random.c b/games/rogue/random.c index ddf55fd..a41b9d9 100644 --- a/games/rogue/random.c +++ b/games/rogue/random.c @@ -32,6 +32,8 @@ * 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 diff --git a/games/rogue/room.c b/games/rogue/room.c index c07f5e1..fe9f25f 100644 --- a/games/rogue/room.c +++ b/games/rogue/room.c @@ -32,6 +32,8 @@ * 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 diff --git a/games/rogue/spec_hit.c b/games/rogue/spec_hit.c index 6a02cd4..fe87358 100644 --- a/games/rogue/spec_hit.c +++ b/games/rogue/spec_hit.c @@ -32,6 +32,8 @@ * 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 diff --git a/games/rogue/trap.c b/games/rogue/trap.c index e7fab20..f538b65 100644 --- a/games/rogue/trap.c +++ b/games/rogue/trap.c @@ -32,6 +32,8 @@ * 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 diff --git a/games/sail/assorted.c b/games/sail/assorted.c index 0700be2..1f450c8 100644 --- a/games/sail/assorted.c +++ b/games/sail/assorted.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/sail/dr_1.c b/games/sail/dr_1.c index 239be81..2c9c27a 100644 --- a/games/sail/dr_1.c +++ b/games/sail/dr_1.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/sail/dr_2.c b/games/sail/dr_2.c index e495275..3dc0b1a 100644 --- a/games/sail/dr_2.c +++ b/games/sail/dr_2.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/sail/dr_3.c b/games/sail/dr_3.c index 027c1b1..5d656d7 100644 --- a/games/sail/dr_3.c +++ b/games/sail/dr_3.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/sail/dr_4.c b/games/sail/dr_4.c index 5252c44..d652579 100644 --- a/games/sail/dr_4.c +++ b/games/sail/dr_4.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/sail/dr_5.c b/games/sail/dr_5.c index 7e1e3c4..62aa101 100644 --- a/games/sail/dr_5.c +++ b/games/sail/dr_5.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/sail/dr_main.c b/games/sail/dr_main.c index efaf275..cbb3c73 100644 --- a/games/sail/dr_main.c +++ b/games/sail/dr_main.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/sail/game.c b/games/sail/game.c index 46a3420..b2e6988 100644 --- a/games/sail/game.c +++ b/games/sail/game.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/sail/main.c b/games/sail/main.c index 37c4aa6..8bb7f81 100644 --- a/games/sail/main.c +++ b/games/sail/main.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/sail/misc.c b/games/sail/misc.c index 29e7899..256425d4 100644 --- a/games/sail/misc.c +++ b/games/sail/misc.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/sail/parties.c b/games/sail/parties.c index c6151e38..874d071 100644 --- a/games/sail/parties.c +++ b/games/sail/parties.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/sail/pl_2.c b/games/sail/pl_2.c index ad2c477..0929419 100644 --- a/games/sail/pl_2.c +++ b/games/sail/pl_2.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/sail/pl_3.c b/games/sail/pl_3.c index 23ef384..ac1040e 100644 --- a/games/sail/pl_3.c +++ b/games/sail/pl_3.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/sail/pl_4.c b/games/sail/pl_4.c index f281e76..e487aaf 100644 --- a/games/sail/pl_4.c +++ b/games/sail/pl_4.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/sail/pl_5.c b/games/sail/pl_5.c index a8e3292..8949173 100644 --- a/games/sail/pl_5.c +++ b/games/sail/pl_5.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/sail/pl_6.c b/games/sail/pl_6.c index 4daaa59..aa6f541 100644 --- a/games/sail/pl_6.c +++ b/games/sail/pl_6.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/sail/pl_7.c b/games/sail/pl_7.c index e7afd95..6ad01cc 100644 --- a/games/sail/pl_7.c +++ b/games/sail/pl_7.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/sail/sync.c b/games/sail/sync.c index ab663a9..786d284 100644 --- a/games/sail/sync.c +++ b/games/sail/sync.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/snake/snake/snake.c b/games/snake/snake/snake.c index 34dd265..bd61e38 100644 --- a/games/snake/snake/snake.c +++ b/games/snake/snake/snake.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/trek/abandon.c b/games/trek/abandon.c index 5d98f39..259612d 100644 --- a/games/trek/abandon.c +++ b/games/trek/abandon.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/trek/attack.c b/games/trek/attack.c index b266e55..874793b 100644 --- a/games/trek/attack.c +++ b/games/trek/attack.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/trek/autover.c b/games/trek/autover.c index db7d19c..da0ca7d 100644 --- a/games/trek/autover.c +++ b/games/trek/autover.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/trek/capture.c b/games/trek/capture.c index e7fae71..553b533 100644 --- a/games/trek/capture.c +++ b/games/trek/capture.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/trek/check_out.c b/games/trek/check_out.c index 23187c5..8d923c4 100644 --- a/games/trek/check_out.c +++ b/games/trek/check_out.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/trek/checkcond.c b/games/trek/checkcond.c index 2f208b2..0be2a7b 100644 --- a/games/trek/checkcond.c +++ b/games/trek/checkcond.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/trek/compkl.c b/games/trek/compkl.c index 42801de..b183f13 100644 --- a/games/trek/compkl.c +++ b/games/trek/compkl.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/trek/computer.c b/games/trek/computer.c index 2081c0e..a230cf2 100644 --- a/games/trek/computer.c +++ b/games/trek/computer.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/trek/damage.c b/games/trek/damage.c index 2567d00..9f14123 100644 --- a/games/trek/damage.c +++ b/games/trek/damage.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/trek/damaged.c b/games/trek/damaged.c index fe751eb..0bcf91b 100644 --- a/games/trek/damaged.c +++ b/games/trek/damaged.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/trek/dcrept.c b/games/trek/dcrept.c index 1afc65b..8b7e97d 100644 --- a/games/trek/dcrept.c +++ b/games/trek/dcrept.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/trek/destruct.c b/games/trek/destruct.c index 944cae8..3ff212c 100644 --- a/games/trek/destruct.c +++ b/games/trek/destruct.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/trek/dock.c b/games/trek/dock.c index 34bfb3c..504daff 100644 --- a/games/trek/dock.c +++ b/games/trek/dock.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/trek/dumpgame.c b/games/trek/dumpgame.c index cdcee6a..e77fbc4 100644 --- a/games/trek/dumpgame.c +++ b/games/trek/dumpgame.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/trek/dumpme.c b/games/trek/dumpme.c index cdd7e97..2e361dc 100644 --- a/games/trek/dumpme.c +++ b/games/trek/dumpme.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/trek/dumpssradio.c b/games/trek/dumpssradio.c index 4a0f938..1589c48 100644 --- a/games/trek/dumpssradio.c +++ b/games/trek/dumpssradio.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/trek/events.c b/games/trek/events.c index 5621186..12c7fbc 100644 --- a/games/trek/events.c +++ b/games/trek/events.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/trek/getpar.c b/games/trek/getpar.c index 731f3e1..2fd11fc 100644 --- a/games/trek/getpar.c +++ b/games/trek/getpar.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/trek/help.c b/games/trek/help.c index e2d4049..6f3244a 100644 --- a/games/trek/help.c +++ b/games/trek/help.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/trek/impulse.c b/games/trek/impulse.c index afd4d22..4f2a943 100644 --- a/games/trek/impulse.c +++ b/games/trek/impulse.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/trek/initquad.c b/games/trek/initquad.c index 33c612d..69e3fb1 100644 --- a/games/trek/initquad.c +++ b/games/trek/initquad.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/trek/kill.c b/games/trek/kill.c index 072cf6a..79ebe48 100644 --- a/games/trek/kill.c +++ b/games/trek/kill.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/trek/klmove.c b/games/trek/klmove.c index 8cc80e3..c7be2c2 100644 --- a/games/trek/klmove.c +++ b/games/trek/klmove.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/trek/lrscan.c b/games/trek/lrscan.c index bfd84f9..a4dc143 100644 --- a/games/trek/lrscan.c +++ b/games/trek/lrscan.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/trek/main.c b/games/trek/main.c index 08c6710..36d85b2 100644 --- a/games/trek/main.c +++ b/games/trek/main.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/trek/move.c b/games/trek/move.c index 9a76d12..983315f 100644 --- a/games/trek/move.c +++ b/games/trek/move.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/trek/nova.c b/games/trek/nova.c index 9a5198b..3522f30 100644 --- a/games/trek/nova.c +++ b/games/trek/nova.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/trek/out.c b/games/trek/out.c index 7be1b14..cd57891 100644 --- a/games/trek/out.c +++ b/games/trek/out.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/trek/phaser.c b/games/trek/phaser.c index f120204..a2e252a 100644 --- a/games/trek/phaser.c +++ b/games/trek/phaser.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/trek/ram.c b/games/trek/ram.c index cf47d57..f156ad8 100644 --- a/games/trek/ram.c +++ b/games/trek/ram.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/trek/rest.c b/games/trek/rest.c index 0889a69..224c0fc 100644 --- a/games/trek/rest.c +++ b/games/trek/rest.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/trek/schedule.c b/games/trek/schedule.c index 3f4d3f1..3b68005 100644 --- a/games/trek/schedule.c +++ b/games/trek/schedule.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/trek/score.c b/games/trek/score.c index 8e4d9b8..652fb31 100644 --- a/games/trek/score.c +++ b/games/trek/score.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/trek/setup.c b/games/trek/setup.c index edc9ad2..cd8523a 100644 --- a/games/trek/setup.c +++ b/games/trek/setup.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/trek/shield.c b/games/trek/shield.c index 0e5c250..6cf1114 100644 --- a/games/trek/shield.c +++ b/games/trek/shield.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/trek/snova.c b/games/trek/snova.c index 9a925eb..54b9bb3 100644 --- a/games/trek/snova.c +++ b/games/trek/snova.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/trek/srscan.c b/games/trek/srscan.c index aed7080..1733e99 100644 --- a/games/trek/srscan.c +++ b/games/trek/srscan.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/trek/systemname.c b/games/trek/systemname.c index fa54511..0a1ed19 100644 --- a/games/trek/systemname.c +++ b/games/trek/systemname.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/trek/torped.c b/games/trek/torped.c index be5c0da..502bc74 100644 --- a/games/trek/torped.c +++ b/games/trek/torped.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/trek/utility.c b/games/trek/utility.c index f972f18..5625d40 100644 --- a/games/trek/utility.c +++ b/games/trek/utility.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/trek/visual.c b/games/trek/visual.c index 52d41fe..1a8e291 100644 --- a/games/trek/visual.c +++ b/games/trek/visual.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/trek/warp.c b/games/trek/warp.c index d8bb7ba..1a70033 100644 --- a/games/trek/warp.c +++ b/games/trek/warp.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/trek/win.c b/games/trek/win.c index 05ae643..47b664a 100644 --- a/games/trek/win.c +++ b/games/trek/win.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/worm/worm.c b/games/worm/worm.c index 08f66a1..6c40362 100644 --- a/games/worm/worm.c +++ b/games/worm/worm.c @@ -29,6 +29,8 @@ * 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 diff --git a/games/wump/wump.c b/games/wump/wump.c index ecab0c9..8c1f32c 100644 --- a/games/wump/wump.c +++ b/games/wump/wump.c @@ -33,6 +33,8 @@ * 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 |