summaryrefslogtreecommitdiffstats
path: root/games/robots
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/robots
parentf5564ba49c55a78ebd82f9d237b83113afb7796d (diff)
downloadFreeBSD-src-ecc8d489403ddff78c214db39def15049d5dae6a.zip
FreeBSD-src-ecc8d489403ddff78c214db39def15049d5dae6a.tar.gz
Add $FreeBSD$
Diffstat (limited to 'games/robots')
-rw-r--r--games/robots/init_field.c2
-rw-r--r--games/robots/main.c2
-rw-r--r--games/robots/make_level.c2
-rw-r--r--games/robots/move.c2
-rw-r--r--games/robots/move_robs.c2
-rw-r--r--games/robots/play_level.c2
-rw-r--r--games/robots/query.c2
-rw-r--r--games/robots/rnd_pos.c2
-rw-r--r--games/robots/score.c2
9 files changed, 18 insertions, 0 deletions
diff --git a/games/robots/init_field.c b/games/robots/init_field.c
index c20665a..7ed38df 100644
--- a/games/robots/init_field.c
+++ b/games/robots/init_field.c
@@ -29,6 +29,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * $FreeBSD$
*/
#ifndef lint
diff --git a/games/robots/main.c b/games/robots/main.c
index 936007c..6ca6f88 100644
--- a/games/robots/main.c
+++ b/games/robots/main.c
@@ -29,6 +29,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * $FreeBSD$
*/
#ifndef lint
diff --git a/games/robots/make_level.c b/games/robots/make_level.c
index 5221faf..a6f06ef 100644
--- a/games/robots/make_level.c
+++ b/games/robots/make_level.c
@@ -29,6 +29,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * $FreeBSD$
*/
#ifndef lint
diff --git a/games/robots/move.c b/games/robots/move.c
index 4641d98..d3f0d07 100644
--- a/games/robots/move.c
+++ b/games/robots/move.c
@@ -29,6 +29,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * $FreeBSD$
*/
#ifndef lint
diff --git a/games/robots/move_robs.c b/games/robots/move_robs.c
index 1951354..bfc2c5c 100644
--- a/games/robots/move_robs.c
+++ b/games/robots/move_robs.c
@@ -29,6 +29,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * $FreeBSD$
*/
#ifndef lint
diff --git a/games/robots/play_level.c b/games/robots/play_level.c
index ed35dd6..dd72a15 100644
--- a/games/robots/play_level.c
+++ b/games/robots/play_level.c
@@ -29,6 +29,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * $FreeBSD$
*/
#ifndef lint
diff --git a/games/robots/query.c b/games/robots/query.c
index c01def4..f7f046e 100644
--- a/games/robots/query.c
+++ b/games/robots/query.c
@@ -29,6 +29,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * $FreeBSD$
*/
#ifndef lint
diff --git a/games/robots/rnd_pos.c b/games/robots/rnd_pos.c
index 348bf35..971b331 100644
--- a/games/robots/rnd_pos.c
+++ b/games/robots/rnd_pos.c
@@ -29,6 +29,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * $FreeBSD$
*/
#ifndef lint
diff --git a/games/robots/score.c b/games/robots/score.c
index 62d97d4..54c66ad 100644
--- a/games/robots/score.c
+++ b/games/robots/score.c
@@ -29,6 +29,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * $FreeBSD$
*/
#ifndef lint
OpenPOWER on IntegriCloud