diff options
Diffstat (limited to 'games/battlestar')
-rw-r--r-- | games/battlestar/com1.c | 2 | ||||
-rw-r--r-- | games/battlestar/com2.c | 2 | ||||
-rw-r--r-- | games/battlestar/com3.c | 2 | ||||
-rw-r--r-- | games/battlestar/com4.c | 2 | ||||
-rw-r--r-- | games/battlestar/com5.c | 2 | ||||
-rw-r--r-- | games/battlestar/cypher.c | 2 | ||||
-rw-r--r-- | games/battlestar/fly.c | 2 | ||||
-rw-r--r-- | games/battlestar/getcom.c | 2 | ||||
-rw-r--r-- | games/battlestar/misc.c | 2 | ||||
-rw-r--r-- | games/battlestar/parse.c | 2 | ||||
-rw-r--r-- | games/battlestar/room.c | 2 | ||||
-rw-r--r-- | games/battlestar/save.c | 2 |
12 files changed, 24 insertions, 0 deletions
diff --git a/games/battlestar/com1.c b/games/battlestar/com1.c index 37cf253..643f037 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 bc76924..45a91318 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 fb05667..bd9dd74 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 8afc04f..9af086b 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 d53bcab..d3b18fb 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 4835327..af65af4 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 5bc55e7..9d229be 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 2ec0feb..7d3a37e 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 1ba9e41..1581671 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 8aaf66d..7eb72ee 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 7c34dad..8992919 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 9e44d70..c91070a0 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 |