changeset 62249:eaa9acd9122c

Update years in copyright notice; nfc.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Thu, 12 May 2005 01:35:20 +0000
parents 4cbb908883bf
children 0592fa6c5b5c
files lisp/play/5x5.el lisp/play/animate.el lisp/play/blackbox.el lisp/play/decipher.el lisp/play/doctor.el lisp/play/fortune.el lisp/play/gamegrid.el lisp/play/gametree.el lisp/play/handwrite.el lisp/play/landmark.el lisp/play/life.el lisp/play/morse.el lisp/play/mpuz.el lisp/play/pong.el lisp/play/snake.el lisp/play/tetris.el lisp/play/zone.el lisp/term/mac-win.el lisp/term/sun.el lisp/term/tty-colors.el lisp/term/w32-win.el lisp/term/x-win.el lisp/term/xterm.el
diffstat 23 files changed, 23 insertions(+), 23 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/play/5x5.el	Thu May 12 00:53:05 2005 +0000
+++ b/lisp/play/5x5.el	Thu May 12 01:35:20 2005 +0000
@@ -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 <davep@davep.org>
 ;; Maintainer: Dave Pearson <davep@davep.org>
--- a/lisp/play/animate.el	Thu May 12 00:53:05 2005 +0000
+++ b/lisp/play/animate.el	Thu May 12 01:35:20 2005 +0000
@@ -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 <rms@gnu.org>
 ;; Keywords: games
--- a/lisp/play/blackbox.el	Thu May 12 00:53:05 2005 +0000
+++ b/lisp/play/blackbox.el	Thu May 12 01:35:20 2005 +0000
@@ -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 <uw-nsr!uw-warp!tom@beaver.cs.washington.edu>
 ;; Adapted-By: ESR
--- a/lisp/play/decipher.el	Thu May 12 00:53:05 2005 +0000
+++ b/lisp/play/decipher.el	Thu May 12 01:35:20 2005 +0000
@@ -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 <chris_madsen@geocities.com>
 ;; Keywords: games
--- a/lisp/play/doctor.el	Thu May 12 00:53:05 2005 +0000
+++ b/lisp/play/doctor.el	Thu May 12 01:35:20 2005 +0000
@@ -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
--- a/lisp/play/fortune.el	Thu May 12 00:53:05 2005 +0000
+++ b/lisp/play/fortune.el	Thu May 12 01:35:20 2005 +0000
@@ -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 <Holger.Schauer@gmx.de>
 ;; Keywords: games utils mail
--- a/lisp/play/gamegrid.el	Thu May 12 00:53:05 2005 +0000
+++ b/lisp/play/gamegrid.el	Thu May 12 01:35:20 2005 +0000
@@ -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 <glynn@sensei.co.uk>
 ;; Version: 1.02
--- a/lisp/play/gametree.el	Thu May 12 00:53:05 2005 +0000
+++ b/lisp/play/gametree.el	Thu May 12 01:35:20 2005 +0000
@@ -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 <itz@rahul.net>
 ;; Created: Wed Dec 10 07:41:46 PST 1997
--- a/lisp/play/handwrite.el	Thu May 12 00:53:05 2005 +0000
+++ b/lisp/play/handwrite.el	Thu May 12 01:35:20 2005 +0000
@@ -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: <danny@tvs.kun.nl>)
 ;; Created: October 21 1996
--- a/lisp/play/landmark.el	Thu May 12 00:53:05 2005 +0000
+++ b/lisp/play/landmark.el	Thu May 12 01:35:20 2005 +0000
@@ -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: <brannon@rana.usc.edu>)
 ;; Created: December 16, 1996 - first release to usenet
--- a/lisp/play/life.el	Thu May 12 00:53:05 2005 +0000
+++ b/lisp/play/life.el	Thu May 12 01:35:20 2005 +0000
@@ -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
--- a/lisp/play/morse.el	Thu May 12 00:53:05 2005 +0000
+++ b/lisp/play/morse.el	Thu May 12 01:35:20 2005 +0000
@@ -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 <rick_farnbach@MENTORG.COM>
 ;; Keywords: games
--- a/lisp/play/mpuz.el	Thu May 12 00:53:05 2005 +0000
+++ b/lisp/play/mpuz.el	Thu May 12 01:35:20 2005 +0000
@@ -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 <phs@lsv.ens-cachan.fr>
 ;; Overhauled: Daniel Pfeiffer <occitan@esperanto.org>
--- a/lisp/play/pong.el	Thu May 12 00:53:05 2005 +0000
+++ b/lisp/play/pong.el	Thu May 12 01:35:20 2005 +0000
@@ -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 <bdrieu@april.org>
 ;; Keywords: games
--- a/lisp/play/snake.el	Thu May 12 00:53:05 2005 +0000
+++ b/lisp/play/snake.el	Thu May 12 01:35:20 2005 +0000
@@ -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 <glynn@sensei.co.uk>
 ;; Created: 1997-09-10
--- a/lisp/play/tetris.el	Thu May 12 00:53:05 2005 +0000
+++ b/lisp/play/tetris.el	Thu May 12 01:35:20 2005 +0000
@@ -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 <glynn@sensei.co.uk>
 ;; Version: 2.01
--- a/lisp/play/zone.el	Thu May 12 00:53:05 2005 +0000
+++ b/lisp/play/zone.el	Thu May 12 01:35:20 2005 +0000
@@ -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 <zandy@cs.wisc.edu>
 ;; Maintainer: Thien-Thi Nguyen <ttn@gnu.org>
--- a/lisp/term/mac-win.el	Thu May 12 00:53:05 2005 +0000
+++ b/lisp/term/mac-win.el	Thu May 12 01:35:20 2005 +0000
@@ -1,6 +1,6 @@
 ;;; mac-win.el --- parse switches controlling interface with Mac window system -*-coding: iso-2022-7bit;-*-
 
-;; Copyright (C) 1999, 2000, 2002, 2003, 2004, 2005
+;; Copyright (C) 1999, 2000, 2002, 2003, 2005
 ;;   Free Software Foundation, Inc.
 
 ;; Author: Andrew Choi <akochoi@mac.com>
--- a/lisp/term/sun.el	Thu May 12 00:53:05 2005 +0000
+++ b/lisp/term/sun.el	Thu May 12 01:35:20 2005 +0000
@@ -1,6 +1,6 @@
 ;;; sun.el --- keybinding for standard default sunterm keys
 
-;; Copyright (C) 1987 Free Software Foundation, Inc.
+;; Copyright (C) 1987, 2001 Free Software Foundation, Inc.
 
 ;; Author: Jeff Peck <peck@sun.com>
 ;; Keywords: terminals
--- a/lisp/term/tty-colors.el	Thu May 12 00:53:05 2005 +0000
+++ b/lisp/term/tty-colors.el	Thu May 12 01:35:20 2005 +0000
@@ -1,6 +1,6 @@
 ;;; tty-colors.el --- color support for character terminals
 
-;; Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2000, 2001, 2002, 2005 Free Software Foundation, Inc.
 
 ;; Author: Eli Zaretskii
 ;; Maintainer: FSF
--- a/lisp/term/w32-win.el	Thu May 12 00:53:05 2005 +0000
+++ b/lisp/term/w32-win.el	Thu May 12 01:35:20 2005 +0000
@@ -1,6 +1,6 @@
 ;;; w32-win.el --- parse switches controlling interface with W32 window system
 
-;; Copyright (C) 1993, 1994, 2003, 2004, 2005  Free Software Foundation, Inc.
+;; Copyright (C) 1993, 1994, 2003, 2005  Free Software Foundation, Inc.
 
 ;; Author: Kevin Gallo
 ;; Keywords: terminals
--- a/lisp/term/x-win.el	Thu May 12 00:53:05 2005 +0000
+++ b/lisp/term/x-win.el	Thu May 12 01:35:20 2005 +0000
@@ -1,6 +1,6 @@
 ;;; x-win.el --- parse relevant switches and set up for X  -*-coding: iso-2022-7bit;-*-
 
-;; Copyright (C) 1993, 1994, 2001, 2002 Free Software Foundation, Inc.
+;; Copyright (C) 1993, 1994, 2001, 2002, 2005 Free Software Foundation, Inc.
 
 ;; Author: FSF
 ;; Keywords: terminals, i18n
--- a/lisp/term/xterm.el	Thu May 12 00:53:05 2005 +0000
+++ b/lisp/term/xterm.el	Thu May 12 01:35:20 2005 +0000
@@ -1,6 +1,6 @@
 ;;; xterm.el --- define function key sequences and standard colors for xterm
 
-;; Copyright (C) 1995, 2002, 2004, 2005  Free Software Foundation, Inc.
+;; Copyright (C) 1995, 2002, 2005  Free Software Foundation, Inc.
 
 ;; Author: FSF
 ;; Keywords: terminals