summaryrefslogtreecommitdiffstats
path: root/games/cribbage
diff options
context:
space:
mode:
Diffstat (limited to 'games/cribbage')
-rw-r--r--games/cribbage/cards.c2
-rw-r--r--games/cribbage/crib.c2
-rw-r--r--games/cribbage/io.c2
-rw-r--r--games/cribbage/score.c2
-rw-r--r--games/cribbage/support.c2
5 files changed, 10 insertions, 0 deletions
diff --git a/games/cribbage/cards.c b/games/cribbage/cards.c
index 239011b..93c5ebf 100644
--- a/games/cribbage/cards.c
+++ b/games/cribbage/cards.c
@@ -29,6 +29,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * $FreeBSD$
*/
#ifndef lint
diff --git a/games/cribbage/crib.c b/games/cribbage/crib.c
index 1655053..df8e2be 100644
--- a/games/cribbage/crib.c
+++ b/games/cribbage/crib.c
@@ -29,6 +29,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * $FreeBSD$
*/
#ifndef lint
diff --git a/games/cribbage/io.c b/games/cribbage/io.c
index b4c2f15..32a2436 100644
--- a/games/cribbage/io.c
+++ b/games/cribbage/io.c
@@ -29,6 +29,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * $FreeBSD$
*/
#ifndef lint
diff --git a/games/cribbage/score.c b/games/cribbage/score.c
index 073a04a..7a5d1aa 100644
--- a/games/cribbage/score.c
+++ b/games/cribbage/score.c
@@ -29,6 +29,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * $FreeBSD$
*/
#ifndef lint
diff --git a/games/cribbage/support.c b/games/cribbage/support.c
index a350004..f4ee2a9 100644
--- a/games/cribbage/support.c
+++ b/games/cribbage/support.c
@@ -29,6 +29,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * $FreeBSD$
*/
#ifndef lint
OpenPOWER on IntegriCloud