summaryrefslogtreecommitdiffstats
path: root/games/trek
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>1999-11-16 02:45:03 +0000
committerbillf <billf@FreeBSD.org>1999-11-16 02:45:03 +0000
commitecc8d489403ddff78c214db39def15049d5dae6a (patch)
treefb2e5c560049a27cac421b3293dfa3b8caf766de /games/trek
parentf5564ba49c55a78ebd82f9d237b83113afb7796d (diff)
downloadFreeBSD-src-ecc8d489403ddff78c214db39def15049d5dae6a.zip
FreeBSD-src-ecc8d489403ddff78c214db39def15049d5dae6a.tar.gz
Add $FreeBSD$
Diffstat (limited to 'games/trek')
-rw-r--r--games/trek/abandon.c2
-rw-r--r--games/trek/attack.c2
-rw-r--r--games/trek/autover.c2
-rw-r--r--games/trek/capture.c2
-rw-r--r--games/trek/check_out.c2
-rw-r--r--games/trek/checkcond.c2
-rw-r--r--games/trek/compkl.c2
-rw-r--r--games/trek/computer.c2
-rw-r--r--games/trek/damage.c2
-rw-r--r--games/trek/damaged.c2
-rw-r--r--games/trek/dcrept.c2
-rw-r--r--games/trek/destruct.c2
-rw-r--r--games/trek/dock.c2
-rw-r--r--games/trek/dumpgame.c2
-rw-r--r--games/trek/dumpme.c2
-rw-r--r--games/trek/dumpssradio.c2
-rw-r--r--games/trek/events.c2
-rw-r--r--games/trek/getpar.c2
-rw-r--r--games/trek/help.c2
-rw-r--r--games/trek/impulse.c2
-rw-r--r--games/trek/initquad.c2
-rw-r--r--games/trek/kill.c2
-rw-r--r--games/trek/klmove.c2
-rw-r--r--games/trek/lrscan.c2
-rw-r--r--games/trek/main.c2
-rw-r--r--games/trek/move.c2
-rw-r--r--games/trek/nova.c2
-rw-r--r--games/trek/out.c2
-rw-r--r--games/trek/phaser.c2
-rw-r--r--games/trek/ram.c2
-rw-r--r--games/trek/rest.c2
-rw-r--r--games/trek/schedule.c2
-rw-r--r--games/trek/score.c2
-rw-r--r--games/trek/setup.c2
-rw-r--r--games/trek/shield.c2
-rw-r--r--games/trek/snova.c2
-rw-r--r--games/trek/srscan.c2
-rw-r--r--games/trek/systemname.c2
-rw-r--r--games/trek/torped.c2
-rw-r--r--games/trek/utility.c2
-rw-r--r--games/trek/visual.c2
-rw-r--r--games/trek/warp.c2
-rw-r--r--games/trek/win.c2
43 files changed, 86 insertions, 0 deletions
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
OpenPOWER on IntegriCloud