diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-11-16 02:45:03 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-11-16 02:45:03 +0000 |
commit | 879099e5568801911b66f1ea9085fed24fc12560 (patch) | |
tree | fb2e5c560049a27cac421b3293dfa3b8caf766de | |
parent | 1588197d6acff94e3df0cbfb327cd1144c7fa830 (diff) |
Notes
241 files changed, 416 insertions, 0 deletions
diff --git a/games/adventure/crc.c b/games/adventure/crc.c index 4f3b971e4b662..19b0f90aacf5d 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 90352d6d08587..79b91c3d73280 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 9e81fb8cdeff4..f1a790de67647 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 54e41b5bb9bdc..4b53659720787 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 bdd37f7589cbb..6bd549ea24bad 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 26d7c1e673655..24c4352214dd7 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 deb5c53fccf84..70eefa40fe58a 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 326cc9463822b..eff6d5f183964 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 06bc49e3bad9b..d7d8b95c11b17 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 ad93d1c07635b..36ee49f96f05f 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 6ee41244d01c2..acefad55d7a23 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 81cac2a3121ec..972f0ee591209 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 ca128a60f27bc..8b3286f589764 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 0198f738f1039..00a5946f97542 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 0822ee743be3b..620ce05b525c6 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 8176666708c89..1446248ebe713 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 ac4ac1cd3ec18..c545e3901e47a 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 f19cbd12daf9b..8a4ddc4b39138 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 67c3f12bc8d52..a989d65565df9 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 36d9a27cb60ed..a8dda644c190a 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 e62f192440a59..a82939b746009 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 69763d85e5b6d..a54ee4bb9dd23 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 4ef1ca4fbd367..d8f074dc1022c 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 9bdee20295a6e..2aa1409e0e6b5 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 e87e5b6f8820a..4409ba9d09618 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 37cf2531c02a8..643f037234f7d 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 bc76924499182..45a91318426ed 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 fb05667d561f6..bd9dd74638405 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 8afc04fe0aed0..9af086b2fb264 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 d53bcab0519bf..d3b18fb3f63eb 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 4835327c25aee..af65af4e4d761 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 5bc55e7896523..9d229be277c12 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 2ec0feb82bcac..7d3a37e5af760 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 1ba9e4152e5fe..158167167ec52 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 8aaf66dca98cc..7eb72ee1c28b3 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 7c34dad2545ab..8992919570061 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 9e44d7036e64d..c91070a0a39c4 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 d2405ce284da7..f3542b65ac57f 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 c6d9c4ebdf457..216bc0cc6e29c 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 e2f107466c85f..e04fc62082675 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 728e7fcc353ac..8a95e5f473aa4 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 9488e8158d63c..cc2d44b51bc83 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 239011bb29bcb..93c5ebf3d29fe 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 16550534cf24a..df8e2bec84660 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 b4c2f151953c6..32a2436fe6f43 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 073a04afddf28..7a5d1aa20025c 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 a350004ba0ebb..f4ee2a98a695c 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 f9ed6b542c305..0e63a733db328 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 653ab4be6cc40..2cea11299e34f 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 4d5ae668504b9..cf1babd1c5ee6 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 00b5c1e4507b4..3cca1a0a100e8 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 0e46ebce689f3..30a6a96f2ef9e 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 18da738dfe9c4..2a29e7990024c 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 d4a05b8222124..69eb2a86a02ee 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 5c8288144ed88..6863b6096019a 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 e36cfcca9d66c..5eedbf5919963 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 1227eb923dd8a..b8dd66ffafba2 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 bc49510a26679..538bd7fb3234f 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 423955d2940ac..14f74e429fae8 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 aa4387abbee92..c47a3531a6040 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 f1a767779af1d..9c0a64cf06362 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 0ddd2bd0edb71..c089b446cc81d 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 d5ea219b4b8c4..d3bf27f6cbc01 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 9e07ece414bde..f8e2ea98e7868 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 66949b87afe1d..d5af8430b727a 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 f011f675fb8a0..82afd61b7064e 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 06629d55ef5ae..af3080f1c7ba9 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 bcf23b621d746..7ad6385f732a3 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 ae7d204b17e7a..f41e00e12d5bf 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 3217923d274e2..cad724f81bf5b 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 bee24f954c30e..66cf634588a0c 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 6fe23ac7c11f0..d377e2177d399 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 a94c24de2a199..2ed2d4160f227 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 f89b3a8d19a52..237fada71f69d 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 9fef91b04864d..f55d96c948d56 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 a1c966cd912e9..ad47e7e771157 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 1fd754ac1282b..1c3a4a51c442e 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 30ef8c1338c27..3610494754ec0 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 08593abf2f461..1beaa1a20f761 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 eb412f1edf908..fcbd581361cfb 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 f7104b600367f..00c9584bbc429 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 bdc282308c7e7..f9d4a4acfe299 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 ee5f139993ce1..2a3d5caac4b05 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 5fd7ba1f23292..d6b3e37cc2b1b 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 c0ef9932ee91b..fcb0a85de7750 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 340a9b7a37881..cb9fb5e2d2f31 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 9d4b860ff6b6d..b0a015abc905e 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 f123d37f790bf..232863d9fc9ab 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 43ce418e6d401..ce11e82aec7b9 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 d828297684ff8..ea0cc82c1953b 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 13a033d19c5e3..2817359866049 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 6b41c2cdb118c..bb6564a90a656 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 7ec0f93c93417..d8a89c7db3223 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 bc225071c5e54..d0b3b5815b01b 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 cb8a97d4e1cf2..913aef3bee4d5 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 abe34b50baeb4..87817444c6ad8 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 a82c9f9a509b9..a4369032464b7 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 d0609a1cb6d44..a23e763e8c419 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 835ecc3dfbd91..8bc7f36c608b1 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 ba3505d19b4f3..784e12c68cbc1 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 bfec47f219966..38ffac274fbe0 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 e1472b56906f9..1d3212412f95c 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 1097ba55e1173..1d75449fcf81a 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 022cf691014d8..3d435979e22d9 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 193271e0acd37..720e7e6fdd8aa 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 1cd98cce439f4..9223651b8f1db 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 f140f35a42ae1..1d2451a66e5fc 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 6d54149400d7a..610bfb659a9af 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 7757d4c1c0e32..12c1303a7e172 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 2ba71b757a12d..f1f09dd80b221 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 d1c60165d7ada..c10ea05482741 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 bbb63dc300d60..360b65d09aa99 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 ba0802c220502..50d32908b9f27 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 53bdfd3e6e201..db4761c262c37 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 951d449ccc635..b0192c520eb00 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 6bfb50187119b..9fa19d9a83246 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 a8fd45c4f9284..0d06d6ff27164 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 03f3727d7887a..a7fac5d1f0975 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 c42723e8bb29a..a5540312783ca 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 041c976a65bde..909cec1ac2795 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 343773effbd6a..2f6f21cdb59b8 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 d50d3ac3b2be5..509187574dce4 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 cbb1b569d0fa4..7b294fa93a0cd 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 769bf20944a9a..230e7bcebae48 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 993cc8b8494d7..06ac28d80345d 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 4419acb95092f..702801fa257dd 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 0b32d427734a6..c5c8b939e07bd 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 70d4779310103..e75155410683a 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 be7fdb35d2b5e..ff1939823b9ef 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 500225efa3b31..65f96450e69d4 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 3584e68102386..3a18dba80bd12 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 9d88a535157ca..6aaaf2a83ccf7 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 b2c5c156958da..ff96b6029cc70 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 8c877be758cf6..c8281d596f97a 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 befc800d5e814..7cf62481e766b 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 dcf13ba483689..e3c60ba053e81 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 1c38cc4619031..72a97a4bc9ffe 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 31ac766019de9..b91a8d91cb81f 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 168a393ee1a17..9efb7f8b5e596 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 470325f6513f7..3bf601c1366f8 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 f69d4437c9b53..f03141dc2376d 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 a81e340444a91..7f79d8f75c7c6 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 08b3c03586c5c..5f3ef36154176 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 2f5998c899e7a..6eb8130b1774c 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 d3910a0327d9c..021b89b46e8b8 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 24aae313c7449..14d6bdca0a872 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 542674cba6b56..16ef1a6545122 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 42f5a1d76059c..af74b56dbfefa 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 2f24352a96400..e17630ca53dc4 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 959578f64cd26..28035cb6615f3 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 dfb1777ab7ce2..a6f2d6e689b99 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 fa893bd998d1f..51040d9127a58 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 84fd89a0a3ced..6bd470699a54c 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 7211de5bccfd3..9859def3311c7 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 027ef40813622..962ae9009a75f 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 4b6a74f7c81d0..404ba8f38b4c1 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 5f5e5c12160a6..92ea28b329888 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 c20665a663c25..7ed38df9801b0 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 936007cbb1236..6ca6f882786fc 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 5221faf18b5d0..a6f06efe520c8 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 4641d98317a7d..d3f0d07812ffb 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 1951354e165be..bfc2c5c88857e 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 ed35dd616a749..dd72a153e5be8 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 c01def45742c8..f7f046e9141da 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 348bf3542ba74..971b331439607 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 62d97d401f574..54c66ad969993 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 95fd11e2f007d..e2e29db13240e 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 f9891539864e0..c721711c79b6d 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 08110169bf0d5..28ac6e39b1e51 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 9a20837e9f082..0c32a4b2c28d1 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 d7659b3e50020..4335a46cc86de 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 adc8c74e46773..2086a865b0274 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 daa78b19b6861..8b55e146bb501 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 ddf55fda97c7f..a41b9d9eb2ebd 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 c07f5e1377dd6..fe9f25fc49a8c 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 6a02cd4f2ed19..fe873580149db 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 e7fab20794a4f..f538b65d7de0c 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 0700be22b5442..1f450c860c7ab 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 239be81f39814..2c9c27aac0f14 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 e4952756290dc..3dc0b1a496166 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 027c1b10f4772..5d656d731570f 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 5252c4434515c..d65257919726f 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 7e1e3c4e5e3f1..62aa101d04e2c 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 efaf2757ad19a..cbb3c737af673 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 46a3420ec957e..b2e6988ad56b7 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 37c4aa64789ec..8bb7f81439c8c 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 29e7899c69bbb..256425d4c4714 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 c6151e3872227..874d0712c6256 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 ad2c4773a937f..09294193d7ed9 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 23ef38461f503..ac1040ed9b5d7 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 f281e76f47975..e487aaf84f42b 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 a8e3292380f62..8949173a653b2 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 4daaa594431b3..aa6f5419b4c04 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 e7afd9535a1c3..6ad01cc78717e 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 ab663a9ea41a8..786d284cc6b17 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 34dd2652a1625..bd61e38cf670d 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 5d98f39c1e087..259612d2dddf5 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 b266e55255d3c..874793b919674 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 db7d19cbd4a9f..da0ca7dcc3863 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 e7fae71767b04..553b5338f05fe 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 23187c51a9422..8d923c46c1613 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 2f208b2bb7b96..0be2a7b34c298 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 42801de9cf897..b183f1388843f 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 2081c0ebafb39..a230cf2e29ede 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 2567d00bad15a..9f14123ded51f 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 fe751eb13d1c1..0bcf91b7a8632 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 1afc65b3fcf14..8b7e97dd2a2c4 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 944cae8670ea0..3ff212c5489d0 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 34bfb3cb1a7e3..504daff91f24f 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 cdcee6ad65b7c..e77fbc465d262 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 cdd7e97064244..2e361dc3cfb54 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 4a0f938d7bf90..1589c48cdeb9c 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 562118635a840..12c7fbc7885bd 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 731f3e1855c1e..2fd11fc27f2f0 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 e2d4049da0ead..6f3244a43ef52 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 afd4d227e8bdd..4f2a9434b9fb6 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 33c612d058312..69e3fb1b6c77e 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 072cf6af0a4fd..79ebe48341e18 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 8cc80e309f1ce..c7be2c2463a43 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 bfd84f9a26fcc..a4dc143f3a470 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 08c671065bf8a..36d85b2b0c243 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 9a76d12c248ca..983315f85c536 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 9a5198bf0efbf..3522f3072afc7 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 7be1b14649500..cd57891f9b251 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 f1202048bb08c..a2e252a105f9f 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 cf47d576113f5..f156ad80285f9 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 0889a69e8c52a..224c0fcbfb95c 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 3f4d3f1b63f1d..3b68005c86164 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 8e4d9b8f9ac94..652fb31c194cf 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 edc9ad22b6833..cd8523a5baa25 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 0e5c2507ba8ed..6cf11145c0b5e 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 9a925eb27e5e2..54b9bb36fb218 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 aed708064455f..1733e99bb40c2 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 fa54511797ab8..0a1ed1980d701 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 be5c0da7d8bb1..502bc74c99ee5 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 f972f18cf9eae..5625d40cb0199 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 52d41fe5971c7..1a8e2917f7847 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 d8bb7bae671f2..1a70033a22d89 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 05ae643b1ef5d..47b664a77ca51 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 08f66a1dfc646..6c403626be0ed 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 ecab0c9e137d4..8c1f32c28e777 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 |