diff options
Diffstat (limited to 'lisp/play')
-rw-r--r-- | lisp/play/spook.el | 5 | ||||
-rw-r--r-- | lisp/play/studly.el | 5 | ||||
-rw-r--r-- | lisp/play/yow.el | 5 |
3 files changed, 6 insertions, 9 deletions
diff --git a/lisp/play/spook.el b/lisp/play/spook.el index 86beefdaac6..6ec0f454a1f 100644 --- a/lisp/play/spook.el +++ b/lisp/play/spook.el @@ -1,11 +1,10 @@ ;;; spook.el --- spook phrase utility for overloading the NSA line eater +;; Copyright (C) 1988 Free Software Foundation, Inc. + ;; Maintainer: FSF -;; Last-Modified: 05 Dec 1991 ;; Keywords: games -;; Copyright (C) 1988 Free Software Foundation, Inc. - ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify diff --git a/lisp/play/studly.el b/lisp/play/studly.el index 23509fc90ab..1f215003c96 100644 --- a/lisp/play/studly.el +++ b/lisp/play/studly.el @@ -1,11 +1,10 @@ ;;; studly.el --- StudlyCaps (tm)(r)(c)(xxx) -;; Maintainer: FSF -;; Keywords: games - ;;; This is in the public domain, since it was distributed ;;; by its author without a copyright notice in 1986. +;; Keywords: games + ;;; Code: (defun studlify-region (begin end) diff --git a/lisp/play/yow.el b/lisp/play/yow.el index 3a091fc8bbb..e226f74db2a 100644 --- a/lisp/play/yow.el +++ b/lisp/play/yow.el @@ -1,11 +1,10 @@ ;;; yow.el --- generate random zippyisms +;; Copyright (C) 1985, 1987 Free Software Foundation, Inc. + ;; Maintainer: FSF -;; Last-Modified: 14 Jun 1992 ;; Keywords: games -;; Copyright (C) 1985, 1987 Free Software Foundation, Inc. - ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify |