diff options
Diffstat (limited to 'lisp/play')
-rw-r--r-- | lisp/play/5x5.el | 4 | ||||
-rw-r--r-- | lisp/play/animate.el | 4 | ||||
-rw-r--r-- | lisp/play/blackbox.el | 4 | ||||
-rw-r--r-- | lisp/play/bruce.el | 4 | ||||
-rw-r--r-- | lisp/play/cookie1.el | 4 | ||||
-rw-r--r-- | lisp/play/decipher.el | 4 | ||||
-rw-r--r-- | lisp/play/dissociate.el | 4 | ||||
-rw-r--r-- | lisp/play/doctor.el | 4 | ||||
-rw-r--r-- | lisp/play/dunnet.el | 4 | ||||
-rw-r--r-- | lisp/play/fortune.el | 4 | ||||
-rw-r--r-- | lisp/play/gamegrid.el | 4 | ||||
-rw-r--r-- | lisp/play/gametree.el | 4 | ||||
-rw-r--r-- | lisp/play/gomoku.el | 4 | ||||
-rw-r--r-- | lisp/play/handwrite.el | 4 | ||||
-rw-r--r-- | lisp/play/landmark.el | 4 | ||||
-rw-r--r-- | lisp/play/life.el | 4 | ||||
-rw-r--r-- | lisp/play/morse.el | 4 | ||||
-rw-r--r-- | lisp/play/mpuz.el | 4 | ||||
-rw-r--r-- | lisp/play/pong.el | 4 | ||||
-rw-r--r-- | lisp/play/snake.el | 4 | ||||
-rw-r--r-- | lisp/play/solitaire.el | 4 | ||||
-rw-r--r-- | lisp/play/spook.el | 4 | ||||
-rw-r--r-- | lisp/play/tetris.el | 4 | ||||
-rw-r--r-- | lisp/play/yow.el | 4 | ||||
-rw-r--r-- | lisp/play/zone.el | 4 |
25 files changed, 50 insertions, 50 deletions
diff --git a/lisp/play/5x5.el b/lisp/play/5x5.el index f012f132352..f76ad703fe7 100644 --- a/lisp/play/5x5.el +++ b/lisp/play/5x5.el @@ -21,8 +21,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Commentary: diff --git a/lisp/play/animate.el b/lisp/play/animate.el index c7d659e0c99..8e45bafc51c 100644 --- a/lisp/play/animate.el +++ b/lisp/play/animate.el @@ -19,8 +19,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Commentary: diff --git a/lisp/play/blackbox.el b/lisp/play/blackbox.el index 02f8cb5eeb0..ccb90f3b664 100644 --- a/lisp/play/blackbox.el +++ b/lisp/play/blackbox.el @@ -20,8 +20,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Commentary: diff --git a/lisp/play/bruce.el b/lisp/play/bruce.el index 57db4cff8cb..f91484d4c2d 100644 --- a/lisp/play/bruce.el +++ b/lisp/play/bruce.el @@ -21,8 +21,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Commentary: diff --git a/lisp/play/cookie1.el b/lisp/play/cookie1.el index 24cde55373c..3ff307562ed 100644 --- a/lisp/play/cookie1.el +++ b/lisp/play/cookie1.el @@ -21,8 +21,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Commentary: diff --git a/lisp/play/decipher.el b/lisp/play/decipher.el index 86e6a35b646..263ee14652a 100644 --- a/lisp/play/decipher.el +++ b/lisp/play/decipher.el @@ -19,8 +19,8 @@ ;; ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Commentary: ;; diff --git a/lisp/play/dissociate.el b/lisp/play/dissociate.el index 63bc7b7d2df..e2ed98ec730 100644 --- a/lisp/play/dissociate.el +++ b/lisp/play/dissociate.el @@ -19,8 +19,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Commentary: diff --git a/lisp/play/doctor.el b/lisp/play/doctor.el index 7b81daa7782..d2b8156b15a 100644 --- a/lisp/play/doctor.el +++ b/lisp/play/doctor.el @@ -19,8 +19,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Commentary: diff --git a/lisp/play/dunnet.el b/lisp/play/dunnet.el index 290ee6ebf5d..1d1adb81bf8 100644 --- a/lisp/play/dunnet.el +++ b/lisp/play/dunnet.el @@ -21,8 +21,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Commentary: diff --git a/lisp/play/fortune.el b/lisp/play/fortune.el index fed7cf5b179..f6c5ec3571f 100644 --- a/lisp/play/fortune.el +++ b/lisp/play/fortune.el @@ -19,8 +19,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Commentary: ;; This utility allows you to automatically cut regions to a fortune diff --git a/lisp/play/gamegrid.el b/lisp/play/gamegrid.el index 404f5871144..df68343ddc2 100644 --- a/lisp/play/gamegrid.el +++ b/lisp/play/gamegrid.el @@ -21,8 +21,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Commentary: diff --git a/lisp/play/gametree.el b/lisp/play/gametree.el index abab58d6018..78add5932f3 100644 --- a/lisp/play/gametree.el +++ b/lisp/play/gametree.el @@ -20,8 +20,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Commentary: diff --git a/lisp/play/gomoku.el b/lisp/play/gomoku.el index 611c095fbd1..74ddfd3539c 100644 --- a/lisp/play/gomoku.el +++ b/lisp/play/gomoku.el @@ -21,8 +21,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Commentary: diff --git a/lisp/play/handwrite.el b/lisp/play/handwrite.el index e4efcd13110..2d668f84485 100644 --- a/lisp/play/handwrite.el +++ b/lisp/play/handwrite.el @@ -20,8 +20,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Commentary: ;; diff --git a/lisp/play/landmark.el b/lisp/play/landmark.el index 3dc5e8ad320..feab5de1bc3 100644 --- a/lisp/play/landmark.el +++ b/lisp/play/landmark.el @@ -26,8 +26,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Commentary: diff --git a/lisp/play/life.el b/lisp/play/life.el index 53c9389c245..df678d9ecdf 100644 --- a/lisp/play/life.el +++ b/lisp/play/life.el @@ -20,8 +20,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Commentary: diff --git a/lisp/play/morse.el b/lisp/play/morse.el index ccdf38cedb0..1e3c43cbf80 100644 --- a/lisp/play/morse.el +++ b/lisp/play/morse.el @@ -19,8 +19,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Commentary: diff --git a/lisp/play/mpuz.el b/lisp/play/mpuz.el index e354da6a04b..22d4216ab0e 100644 --- a/lisp/play/mpuz.el +++ b/lisp/play/mpuz.el @@ -20,8 +20,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Commentary: diff --git a/lisp/play/pong.el b/lisp/play/pong.el index 66661835f5e..00f740a5f08 100644 --- a/lisp/play/pong.el +++ b/lisp/play/pong.el @@ -19,8 +19,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to -;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Commentary: diff --git a/lisp/play/snake.el b/lisp/play/snake.el index e676d734755..8909f3fada2 100644 --- a/lisp/play/snake.el +++ b/lisp/play/snake.el @@ -20,8 +20,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Commentary: diff --git a/lisp/play/solitaire.el b/lisp/play/solitaire.el index 22dcea47599..3c36b0e0464 100644 --- a/lisp/play/solitaire.el +++ b/lisp/play/solitaire.el @@ -20,8 +20,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to -;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Commentary: diff --git a/lisp/play/spook.el b/lisp/play/spook.el index d76960fc038..a19140e9657 100644 --- a/lisp/play/spook.el +++ b/lisp/play/spook.el @@ -20,8 +20,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Commentary: diff --git a/lisp/play/tetris.el b/lisp/play/tetris.el index 5b8746bb1d7..7ef997a9865 100644 --- a/lisp/play/tetris.el +++ b/lisp/play/tetris.el @@ -21,8 +21,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Commentary: diff --git a/lisp/play/yow.el b/lisp/play/yow.el index 3be9a99bf79..794271fd952 100644 --- a/lisp/play/yow.el +++ b/lisp/play/yow.el @@ -20,8 +20,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Commentary: diff --git a/lisp/play/zone.el b/lisp/play/zone.el index 40e8de790b3..a075729ab99 100644 --- a/lisp/play/zone.el +++ b/lisp/play/zone.el @@ -21,8 +21,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Commentary: |