diff options
| author | Glenn Morris | 2014-02-09 17:34:22 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-02-09 17:34:22 -0800 |
| commit | 34dc21db6e57ebbad81a196002fcd3cc557f096e (patch) | |
| tree | af967b20dcee5af033a0fd63f464bab0b7569cb1 /lisp/play | |
| parent | 411141fb8e659c11194b40b6fc645b7226c76d12 (diff) | |
| download | emacs-34dc21db6e57ebbad81a196002fcd3cc557f096e.tar.gz emacs-34dc21db6e57ebbad81a196002fcd3cc557f096e.zip | |
Replace "Maintainer: FSF" with the emacs-devel mailing address
Diffstat (limited to 'lisp/play')
| -rw-r--r-- | lisp/play/cookie1.el | 2 | ||||
| -rw-r--r-- | lisp/play/dissociate.el | 2 | ||||
| -rw-r--r-- | lisp/play/doctor.el | 2 | ||||
| -rw-r--r-- | lisp/play/gomoku.el | 2 | ||||
| -rw-r--r-- | lisp/play/hanoi.el | 2 | ||||
| -rw-r--r-- | lisp/play/life.el | 2 | ||||
| -rw-r--r-- | lisp/play/spook.el | 2 | ||||
| -rw-r--r-- | lisp/play/studly.el | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/lisp/play/cookie1.el b/lisp/play/cookie1.el index 9541317b420..38619b1d26a 100644 --- a/lisp/play/cookie1.el +++ b/lisp/play/cookie1.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;; Copyright (C) 1993, 2001-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 2001-2014 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> | 5 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: emacs-devel@gnu.org |
| 7 | ;; Keywords: games, extensions | 7 | ;; Keywords: games, extensions |
| 8 | ;; Created: Mon Mar 22 17:06:26 1993 | 8 | ;; Created: Mon Mar 22 17:06:26 1993 |
| 9 | 9 | ||
diff --git a/lisp/play/dissociate.el b/lisp/play/dissociate.el index 0ef0a1db157..0d980d6ba5e 100644 --- a/lisp/play/dissociate.el +++ b/lisp/play/dissociate.el | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 2001-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 2001-2014 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: emacs-devel@gnu.org |
| 6 | ;; Keywords: games | 6 | ;; Keywords: games |
| 7 | 7 | ||
| 8 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/play/doctor.el b/lisp/play/doctor.el index dfd2d72edee..13e6f8ee87a 100644 --- a/lisp/play/doctor.el +++ b/lisp/play/doctor.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;; Copyright (C) 1985, 1987, 1994, 1996, 2000-2014 Free Software | 3 | ;; Copyright (C) 1985, 1987, 1994, 1996, 2000-2014 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: emacs-devel@gnu.org |
| 7 | ;; Keywords: games | 7 | ;; Keywords: games |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/play/gomoku.el b/lisp/play/gomoku.el index bc1e34de9f2..1cd1f81b6f8 100644 --- a/lisp/play/gomoku.el +++ b/lisp/play/gomoku.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Philippe Schnoebelen <phs@lsv.ens-cachan.fr> | 6 | ;; Author: Philippe Schnoebelen <phs@lsv.ens-cachan.fr> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: emacs-devel@gnu.org |
| 8 | ;; Adapted-By: ESR, Daniel Pfeiffer <occitan@esperanto.org> | 8 | ;; Adapted-By: ESR, Daniel Pfeiffer <occitan@esperanto.org> |
| 9 | ;; Keywords: games | 9 | ;; Keywords: games |
| 10 | 10 | ||
diff --git a/lisp/play/hanoi.el b/lisp/play/hanoi.el index 9e8b6ff97eb..b868db68f30 100644 --- a/lisp/play/hanoi.el +++ b/lisp/play/hanoi.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; hanoi.el --- towers of hanoi in Emacs | 1 | ;;; hanoi.el --- towers of hanoi in Emacs |
| 2 | 2 | ||
| 3 | ;; Author: Damon Anton Permezel | 3 | ;; Author: Damon Anton Permezel |
| 4 | ;; Maintainer: FSF | 4 | ;; Maintainer: emacs-devel@gnu.org |
| 5 | ;; Keywords: games | 5 | ;; Keywords: games |
| 6 | 6 | ||
| 7 | ; Author (a) 1985, Damon Anton Permezel | 7 | ; Author (a) 1985, Damon Anton Permezel |
diff --git a/lisp/play/life.el b/lisp/play/life.el index 3dbf8e64a45..a79fc9c0b7e 100644 --- a/lisp/play/life.el +++ b/lisp/play/life.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;; Copyright (C) 1988, 2001-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1988, 2001-2014 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Kyle Jones <kyleuunet.uu.net> | 5 | ;; Author: Kyle Jones <kyleuunet.uu.net> |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: emacs-devel@gnu.org |
| 7 | ;; Keywords: games | 7 | ;; Keywords: games |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/play/spook.el b/lisp/play/spook.el index 2733789e042..fdc3c6915aa 100644 --- a/lisp/play/spook.el +++ b/lisp/play/spook.el | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 1993, 2001-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1988, 1993, 2001-2014 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: emacs-devel@gnu.org |
| 6 | ;; Keywords: games | 6 | ;; Keywords: games |
| 7 | ;; Created: May 1987 | 7 | ;; Created: May 1987 |
| 8 | 8 | ||
diff --git a/lisp/play/studly.el b/lisp/play/studly.el index d28304df1e5..f6aae4548b1 100644 --- a/lisp/play/studly.el +++ b/lisp/play/studly.el | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | ;; This file is part of GNU Emacs. | 6 | ;; This file is part of GNU Emacs. |
| 7 | 7 | ||
| 8 | ;; Maintainer: FSF | 8 | ;; Maintainer: emacs-devel@gnu.org |
| 9 | ;; Keywords: games | 9 | ;; Keywords: games |
| 10 | 10 | ||
| 11 | ;;; Commentary: | 11 | ;;; Commentary: |