summaryrefslogtreecommitdiffstats
path: root/games/adventure
diff options
context:
space:
mode:
Diffstat (limited to 'games/adventure')
-rw-r--r--games/adventure/crc.c2
-rw-r--r--games/adventure/done.c2
-rw-r--r--games/adventure/init.c2
-rw-r--r--games/adventure/io.c2
-rw-r--r--games/adventure/main.c2
-rw-r--r--games/adventure/subr.c2
-rw-r--r--games/adventure/vocab.c2
-rw-r--r--games/adventure/wizard.c2
8 files changed, 16 insertions, 0 deletions
diff --git a/games/adventure/crc.c b/games/adventure/crc.c
index 4f3b971..19b0f90 100644
--- a/games/adventure/crc.c
+++ b/games/adventure/crc.c
@@ -32,6 +32,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * $FreeBSD$
*/
#ifndef lint
diff --git a/games/adventure/done.c b/games/adventure/done.c
index 90352d6..79b91c3 100644
--- a/games/adventure/done.c
+++ b/games/adventure/done.c
@@ -34,6 +34,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * $FreeBSD$
*/
#ifndef lint
diff --git a/games/adventure/init.c b/games/adventure/init.c
index 9e81fb8..f1a790d 100644
--- a/games/adventure/init.c
+++ b/games/adventure/init.c
@@ -34,6 +34,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * $FreeBSD$
*/
#ifndef lint
diff --git a/games/adventure/io.c b/games/adventure/io.c
index 54e41b5..4b53659 100644
--- a/games/adventure/io.c
+++ b/games/adventure/io.c
@@ -34,6 +34,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * $FreeBSD$
*/
#ifndef lint
diff --git a/games/adventure/main.c b/games/adventure/main.c
index bdd37f7..6bd549e 100644
--- a/games/adventure/main.c
+++ b/games/adventure/main.c
@@ -34,6 +34,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * $FreeBSD$
*/
#ifndef lint
diff --git a/games/adventure/subr.c b/games/adventure/subr.c
index 26d7c1e..24c4352 100644
--- a/games/adventure/subr.c
+++ b/games/adventure/subr.c
@@ -34,6 +34,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * $FreeBSD$
*/
#ifndef lint
diff --git a/games/adventure/vocab.c b/games/adventure/vocab.c
index deb5c53..70eefa4 100644
--- a/games/adventure/vocab.c
+++ b/games/adventure/vocab.c
@@ -34,6 +34,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * $FreeBSD$
*/
#ifndef lint
diff --git a/games/adventure/wizard.c b/games/adventure/wizard.c
index 326cc94..eff6d5f 100644
--- a/games/adventure/wizard.c
+++ b/games/adventure/wizard.c
@@ -34,6 +34,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * $FreeBSD$
*/
#ifndef lint
OpenPOWER on IntegriCloud