aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/play
diff options
context:
space:
mode:
authorThien-Thi Nguyen <[email protected]>2005-05-12 01:35:20 +0000
committerThien-Thi Nguyen <[email protected]>2005-05-12 01:35:20 +0000
commit0ec2b560eaf693a1d0d0abb7fb605779a9b39579 (patch)
treeaf1c03b9b2cac27b01168900a3fad93f74769b04 /lisp/play
parentaa3280d6987e060c7e4c98ea1505c5b6996287b9 (diff)
Update years in copyright notice; nfc.
Diffstat (limited to 'lisp/play')
-rw-r--r--lisp/play/5x5.el2
-rw-r--r--lisp/play/animate.el2
-rw-r--r--lisp/play/blackbox.el2
-rw-r--r--lisp/play/decipher.el2
-rw-r--r--lisp/play/doctor.el2
-rw-r--r--lisp/play/fortune.el2
-rw-r--r--lisp/play/gamegrid.el2
-rw-r--r--lisp/play/gametree.el2
-rw-r--r--lisp/play/handwrite.el2
-rw-r--r--lisp/play/landmark.el2
-rw-r--r--lisp/play/life.el2
-rw-r--r--lisp/play/morse.el2
-rw-r--r--lisp/play/mpuz.el2
-rw-r--r--lisp/play/pong.el2
-rw-r--r--lisp/play/snake.el2
-rw-r--r--lisp/play/tetris.el2
-rw-r--r--lisp/play/zone.el2
17 files changed, 17 insertions, 17 deletions
diff --git a/lisp/play/5x5.el b/lisp/play/5x5.el
index 83d67958f4..a7860244a8 100644
--- a/lisp/play/5x5.el
+++ b/lisp/play/5x5.el
@@ -1,6 +1,6 @@
;;; 5x5.el --- simple little puzzle game
-;; Copyright (C) 1999,2000 Free Software Foundation, Inc.
+;; Copyright (C) 1999,2000,2005 Free Software Foundation, Inc.
;; Author: Dave Pearson <[email protected]>
;; Maintainer: Dave Pearson <[email protected]>
diff --git a/lisp/play/animate.el b/lisp/play/animate.el
index dcbf3bc261..c7d659e0c9 100644
--- a/lisp/play/animate.el
+++ b/lisp/play/animate.el
@@ -1,6 +1,6 @@
;;; animate.el --- make text dance
-;; Copyright (C) 2001 Free Software Foundation, Inc.
+;; Copyright (C) 2001,2005 Free Software Foundation, Inc.
;; Maintainer: Richard Stallman <[email protected]>
;; Keywords: games
diff --git a/lisp/play/blackbox.el b/lisp/play/blackbox.el
index 4d6cbfbeaf..6fad15b815 100644
--- a/lisp/play/blackbox.el
+++ b/lisp/play/blackbox.el
@@ -1,6 +1,6 @@
;;; blackbox.el --- blackbox game in Emacs Lisp
-;; Copyright (C) 1985, 1986, 1987, 1992, 2001, 2002 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 1986, 1987, 1992, 2001, 2005 Free Software Foundation, Inc.
;; Author: F. Thomas May <[email protected]>
;; Adapted-By: ESR
diff --git a/lisp/play/decipher.el b/lisp/play/decipher.el
index 00bcbbf13c..f314a10a9e 100644
--- a/lisp/play/decipher.el
+++ b/lisp/play/decipher.el
@@ -1,6 +1,6 @@
;;; decipher.el --- cryptanalyze monoalphabetic substitution ciphers
;;
-;; Copyright (C) 1995, 1996, 2003 Free Software Foundation, Inc.
+;; Copyright (C) 1995, 1996, 2003, 2005 Free Software Foundation, Inc.
;;
;; Author: Christopher J. Madsen <[email protected]>
;; Keywords: games
diff --git a/lisp/play/doctor.el b/lisp/play/doctor.el
index 3cbb16fc2d..798abbc790 100644
--- a/lisp/play/doctor.el
+++ b/lisp/play/doctor.el
@@ -1,6 +1,6 @@
;;; doctor.el --- psychological help for frustrated users
-;; Copyright (C) 1985, 1987, 1994, 1996, 2000 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 1987, 1994, 1996, 2000, 2005 Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: games
diff --git a/lisp/play/fortune.el b/lisp/play/fortune.el
index 3919f57e78..fed7cf5b17 100644
--- a/lisp/play/fortune.el
+++ b/lisp/play/fortune.el
@@ -1,6 +1,6 @@
;;; fortune.el --- use fortune to create signatures
-;; Copyright (C) 1999, 2001 Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2001, 2005 Free Software Foundation, Inc.
;; Author: Holger Schauer <[email protected]>
;; Keywords: games utils mail
diff --git a/lisp/play/gamegrid.el b/lisp/play/gamegrid.el
index 54a8f361c9..404f587114 100644
--- a/lisp/play/gamegrid.el
+++ b/lisp/play/gamegrid.el
@@ -1,6 +1,6 @@
;;; gamegrid.el --- library for implementing grid-based games on Emacs
-;; Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+;; Copyright (C) 1997, 1998, 2005 Free Software Foundation, Inc.
;; Author: Glynn Clements <[email protected]>
;; Version: 1.02
diff --git a/lisp/play/gametree.el b/lisp/play/gametree.el
index 0ccb16be94..f79ded4955 100644
--- a/lisp/play/gametree.el
+++ b/lisp/play/gametree.el
@@ -1,6 +1,6 @@
;;; gametree.el --- manage game analysis trees in Emacs
-;; Copyright (C) 1997 Free Software Foundation, Inc
+;; Copyright (C) 1997, 1999 Free Software Foundation, Inc
;; Author: Ian T Zimmerman <[email protected]>
;; Created: Wed Dec 10 07:41:46 PST 1997
diff --git a/lisp/play/handwrite.el b/lisp/play/handwrite.el
index 1149944492..e4efcd1311 100644
--- a/lisp/play/handwrite.el
+++ b/lisp/play/handwrite.el
@@ -1,6 +1,6 @@
;;; handwrite.el --- turns your emacs buffer into a handwritten document -*- coding: iso-latin-1; -*-
-;; (C) Copyright 1996 Free Software Foundation, Inc.
+;; (C) Copyright 1996, 2005 Free Software Foundation, Inc.
;; Author: Danny Roozendaal (was: <[email protected]>)
;; Created: October 21 1996
diff --git a/lisp/play/landmark.el b/lisp/play/landmark.el
index 4b5e8f68c2..87ebd88fd5 100644
--- a/lisp/play/landmark.el
+++ b/lisp/play/landmark.el
@@ -1,6 +1,6 @@
;;; landmark.el --- neural-network robot that learns landmarks
-;; Copyright (c) 1996, 1997, 2000, 2003 Free Software Foundation, Inc.
+;; Copyright (c) 1996, 1997, 2000, 2003, 2005 Free Software Foundation, Inc.
;; Author: Terrence Brannon (was: <[email protected]>)
;; Created: December 16, 1996 - first release to usenet
diff --git a/lisp/play/life.el b/lisp/play/life.el
index e92ac20849..53c9389c24 100644
--- a/lisp/play/life.el
+++ b/lisp/play/life.el
@@ -1,6 +1,6 @@
;;; life.el --- John Horton Conway's `Life' game for GNU Emacs
-;; Copyright (C) 1988, 2001, 2004 Free Software Foundation, Inc.
+;; Copyright (C) 1988, 2001, 2005 Free Software Foundation, Inc.
;; Author: Kyle Jones <kyleuunet.uu.net>
;; Maintainer: FSF
diff --git a/lisp/play/morse.el b/lisp/play/morse.el
index ce4e4877e5..ccdf38cedb 100644
--- a/lisp/play/morse.el
+++ b/lisp/play/morse.el
@@ -1,6 +1,6 @@
;;; morse.el --- convert text to morse code and back -*- coding: utf-8 -*-
-;; Copyright (C) 1995, 2002, 2004 Free Software Foundation, Inc.
+;; Copyright (C) 1995, 2002, 2005 Free Software Foundation, Inc.
;; Author: Rick Farnbach <[email protected]>
;; Keywords: games
diff --git a/lisp/play/mpuz.el b/lisp/play/mpuz.el
index 1a667606da..a637a2e98d 100644
--- a/lisp/play/mpuz.el
+++ b/lisp/play/mpuz.el
@@ -1,6 +1,6 @@
;;; mpuz.el --- multiplication puzzle for GNU Emacs
-;; Copyright (C) 1990, 2002 Free Software Foundation, Inc.
+;; Copyright (C) 1990, 2002, 2005 Free Software Foundation, Inc.
;; Author: Philippe Schnoebelen <[email protected]>
;; Overhauled: Daniel Pfeiffer <[email protected]>
diff --git a/lisp/play/pong.el b/lisp/play/pong.el
index 05e9e488e3..66661835f5 100644
--- a/lisp/play/pong.el
+++ b/lisp/play/pong.el
@@ -1,6 +1,6 @@
;;; pong.el --- classical implementation of pong
-;; Copyright 1999, 2000, 2001 by Free Software Foundation, Inc.
+;; Copyright 1999, 2000, 2001, 2005 by Free Software Foundation, Inc.
;; Author: Benjamin Drieu <[email protected]>
;; Keywords: games
diff --git a/lisp/play/snake.el b/lisp/play/snake.el
index d21b25f598..71c460feae 100644
--- a/lisp/play/snake.el
+++ b/lisp/play/snake.el
@@ -1,6 +1,6 @@
;;; snake.el --- implementation of Snake for Emacs
-;; Copyright (C) 1997 Free Software Foundation, Inc.
+;; Copyright (C) 1997, 2002 Free Software Foundation, Inc.
;; Author: Glynn Clements <[email protected]>
;; Created: 1997-09-10
diff --git a/lisp/play/tetris.el b/lisp/play/tetris.el
index ddf647d6a8..045534c2ce 100644
--- a/lisp/play/tetris.el
+++ b/lisp/play/tetris.el
@@ -1,6 +1,6 @@
;;; tetris.el --- implementation of Tetris for Emacs
-;; Copyright (C) 1997 Free Software Foundation, Inc.
+;; Copyright (C) 1997, 2002 Free Software Foundation, Inc.
;; Author: Glynn Clements <[email protected]>
;; Version: 2.01
diff --git a/lisp/play/zone.el b/lisp/play/zone.el
index 80d0760bed..40e8de790b 100644
--- a/lisp/play/zone.el
+++ b/lisp/play/zone.el
@@ -1,6 +1,6 @@
;;; zone.el --- idle display hacks
-;; Copyright (C) 2000, 2001, 2004 Free Software Foundation, Inc.
+;; Copyright (C) 2000, 2001, 2005 Free Software Foundation, Inc.
;; Author: Victor Zandy <[email protected]>
;; Maintainer: Thien-Thi Nguyen <[email protected]>