diff options
| author | Thien-Thi Nguyen | 2005-05-12 01:35:20 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2005-05-12 01:35:20 +0000 |
| commit | 0ec2b560eaf693a1d0d0abb7fb605779a9b39579 (patch) | |
| tree | af1c03b9b2cac27b01168900a3fad93f74769b04 | |
| parent | aa3280d6987e060c7e4c98ea1505c5b6996287b9 (diff) | |
| download | emacs-0ec2b560eaf693a1d0d0abb7fb605779a9b39579.tar.gz emacs-0ec2b560eaf693a1d0d0abb7fb605779a9b39579.zip | |
Update years in copyright notice; nfc.
| -rw-r--r-- | lisp/play/5x5.el | 2 | ||||
| -rw-r--r-- | lisp/play/animate.el | 2 | ||||
| -rw-r--r-- | lisp/play/blackbox.el | 2 | ||||
| -rw-r--r-- | lisp/play/decipher.el | 2 | ||||
| -rw-r--r-- | lisp/play/doctor.el | 2 | ||||
| -rw-r--r-- | lisp/play/fortune.el | 2 | ||||
| -rw-r--r-- | lisp/play/gamegrid.el | 2 | ||||
| -rw-r--r-- | lisp/play/gametree.el | 2 | ||||
| -rw-r--r-- | lisp/play/handwrite.el | 2 | ||||
| -rw-r--r-- | lisp/play/landmark.el | 2 | ||||
| -rw-r--r-- | lisp/play/life.el | 2 | ||||
| -rw-r--r-- | lisp/play/morse.el | 2 | ||||
| -rw-r--r-- | lisp/play/mpuz.el | 2 | ||||
| -rw-r--r-- | lisp/play/pong.el | 2 | ||||
| -rw-r--r-- | lisp/play/snake.el | 2 | ||||
| -rw-r--r-- | lisp/play/tetris.el | 2 | ||||
| -rw-r--r-- | lisp/play/zone.el | 2 | ||||
| -rw-r--r-- | lisp/term/mac-win.el | 2 | ||||
| -rw-r--r-- | lisp/term/sun.el | 2 | ||||
| -rw-r--r-- | lisp/term/tty-colors.el | 2 | ||||
| -rw-r--r-- | lisp/term/w32-win.el | 2 | ||||
| -rw-r--r-- | lisp/term/x-win.el | 2 | ||||
| -rw-r--r-- | lisp/term/xterm.el | 2 |
23 files changed, 23 insertions, 23 deletions
diff --git a/lisp/play/5x5.el b/lisp/play/5x5.el index 83d67958f44..a7860244a8a 100644 --- a/lisp/play/5x5.el +++ b/lisp/play/5x5.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; 5x5.el --- simple little puzzle game | 1 | ;;; 5x5.el --- simple little puzzle game |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999,2000 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999,2000,2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Dave Pearson <davep@davep.org> | 5 | ;; Author: Dave Pearson <davep@davep.org> |
| 6 | ;; Maintainer: Dave Pearson <davep@davep.org> | 6 | ;; Maintainer: Dave Pearson <davep@davep.org> |
diff --git a/lisp/play/animate.el b/lisp/play/animate.el index dcbf3bc2610..c7d659e0c99 100644 --- a/lisp/play/animate.el +++ b/lisp/play/animate.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; animate.el --- make text dance | 1 | ;;; animate.el --- make text dance |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001,2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: Richard Stallman <rms@gnu.org> | 5 | ;; Maintainer: Richard Stallman <rms@gnu.org> |
| 6 | ;; Keywords: games | 6 | ;; Keywords: games |
diff --git a/lisp/play/blackbox.el b/lisp/play/blackbox.el index 4d6cbfbeaf8..6fad15b8155 100644 --- a/lisp/play/blackbox.el +++ b/lisp/play/blackbox.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; blackbox.el --- blackbox game in Emacs Lisp | 1 | ;;; blackbox.el --- blackbox game in Emacs Lisp |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987, 1992, 2001, 2002 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1986, 1987, 1992, 2001, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: F. Thomas May <uw-nsr!uw-warp!tom@beaver.cs.washington.edu> | 5 | ;; Author: F. Thomas May <uw-nsr!uw-warp!tom@beaver.cs.washington.edu> |
| 6 | ;; Adapted-By: ESR | 6 | ;; Adapted-By: ESR |
diff --git a/lisp/play/decipher.el b/lisp/play/decipher.el index 00bcbbf13c5..f314a10a9e2 100644 --- a/lisp/play/decipher.el +++ b/lisp/play/decipher.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; decipher.el --- cryptanalyze monoalphabetic substitution ciphers | 1 | ;;; decipher.el --- cryptanalyze monoalphabetic substitution ciphers |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 1995, 1996, 2003 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995, 1996, 2003, 2005 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| 5 | ;; Author: Christopher J. Madsen <chris_madsen@geocities.com> | 5 | ;; Author: Christopher J. Madsen <chris_madsen@geocities.com> |
| 6 | ;; Keywords: games | 6 | ;; Keywords: games |
diff --git a/lisp/play/doctor.el b/lisp/play/doctor.el index 3cbb16fc2dc..798abbc790a 100644 --- a/lisp/play/doctor.el +++ b/lisp/play/doctor.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; doctor.el --- psychological help for frustrated users | 1 | ;;; doctor.el --- psychological help for frustrated users |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1987, 1994, 1996, 2000 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1987, 1994, 1996, 2000, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: games | 6 | ;; Keywords: games |
diff --git a/lisp/play/fortune.el b/lisp/play/fortune.el index 3919f57e78c..fed7cf5b179 100644 --- a/lisp/play/fortune.el +++ b/lisp/play/fortune.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; fortune.el --- use fortune to create signatures | 1 | ;;; fortune.el --- use fortune to create signatures |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2001 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2001, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Holger Schauer <Holger.Schauer@gmx.de> | 5 | ;; Author: Holger Schauer <Holger.Schauer@gmx.de> |
| 6 | ;; Keywords: games utils mail | 6 | ;; Keywords: games utils mail |
diff --git a/lisp/play/gamegrid.el b/lisp/play/gamegrid.el index 54a8f361c99..404f5871144 100644 --- a/lisp/play/gamegrid.el +++ b/lisp/play/gamegrid.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; gamegrid.el --- library for implementing grid-based games on Emacs | 1 | ;;; gamegrid.el --- library for implementing grid-based games on Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 1998, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Glynn Clements <glynn@sensei.co.uk> | 5 | ;; Author: Glynn Clements <glynn@sensei.co.uk> |
| 6 | ;; Version: 1.02 | 6 | ;; Version: 1.02 |
diff --git a/lisp/play/gametree.el b/lisp/play/gametree.el index 0ccb16be942..f79ded4955e 100644 --- a/lisp/play/gametree.el +++ b/lisp/play/gametree.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; gametree.el --- manage game analysis trees in Emacs | 1 | ;;; gametree.el --- manage game analysis trees in Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997 Free Software Foundation, Inc | 3 | ;; Copyright (C) 1997, 1999 Free Software Foundation, Inc |
| 4 | 4 | ||
| 5 | ;; Author: Ian T Zimmerman <itz@rahul.net> | 5 | ;; Author: Ian T Zimmerman <itz@rahul.net> |
| 6 | ;; Created: Wed Dec 10 07:41:46 PST 1997 | 6 | ;; Created: Wed Dec 10 07:41:46 PST 1997 |
diff --git a/lisp/play/handwrite.el b/lisp/play/handwrite.el index 11499444920..e4efcd13110 100644 --- a/lisp/play/handwrite.el +++ b/lisp/play/handwrite.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; handwrite.el --- turns your emacs buffer into a handwritten document -*- coding: iso-latin-1; -*- | 1 | ;;; handwrite.el --- turns your emacs buffer into a handwritten document -*- coding: iso-latin-1; -*- |
| 2 | 2 | ||
| 3 | ;; (C) Copyright 1996 Free Software Foundation, Inc. | 3 | ;; (C) Copyright 1996, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Danny Roozendaal (was: <danny@tvs.kun.nl>) | 5 | ;; Author: Danny Roozendaal (was: <danny@tvs.kun.nl>) |
| 6 | ;; Created: October 21 1996 | 6 | ;; Created: October 21 1996 |
diff --git a/lisp/play/landmark.el b/lisp/play/landmark.el index 4b5e8f68c2c..87ebd88fd58 100644 --- a/lisp/play/landmark.el +++ b/lisp/play/landmark.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; landmark.el --- neural-network robot that learns landmarks | 1 | ;;; landmark.el --- neural-network robot that learns landmarks |
| 2 | 2 | ||
| 3 | ;; Copyright (c) 1996, 1997, 2000, 2003 Free Software Foundation, Inc. | 3 | ;; Copyright (c) 1996, 1997, 2000, 2003, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Terrence Brannon (was: <brannon@rana.usc.edu>) | 5 | ;; Author: Terrence Brannon (was: <brannon@rana.usc.edu>) |
| 6 | ;; Created: December 16, 1996 - first release to usenet | 6 | ;; Created: December 16, 1996 - first release to usenet |
diff --git a/lisp/play/life.el b/lisp/play/life.el index e92ac208491..53c9389c245 100644 --- a/lisp/play/life.el +++ b/lisp/play/life.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; life.el --- John Horton Conway's `Life' game for GNU Emacs | 1 | ;;; life.el --- John Horton Conway's `Life' game for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 2001, 2004 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1988, 2001, 2005 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: FSF |
diff --git a/lisp/play/morse.el b/lisp/play/morse.el index ce4e4877e5e..ccdf38cedb0 100644 --- a/lisp/play/morse.el +++ b/lisp/play/morse.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; morse.el --- convert text to morse code and back -*- coding: utf-8 -*- | 1 | ;;; morse.el --- convert text to morse code and back -*- coding: utf-8 -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 2002, 2004 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995, 2002, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Rick Farnbach <rick_farnbach@MENTORG.COM> | 5 | ;; Author: Rick Farnbach <rick_farnbach@MENTORG.COM> |
| 6 | ;; Keywords: games | 6 | ;; Keywords: games |
diff --git a/lisp/play/mpuz.el b/lisp/play/mpuz.el index 1a667606da3..a637a2e98d1 100644 --- a/lisp/play/mpuz.el +++ b/lisp/play/mpuz.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mpuz.el --- multiplication puzzle for GNU Emacs | 1 | ;;; mpuz.el --- multiplication puzzle for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 2002 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1990, 2002, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Philippe Schnoebelen <phs@lsv.ens-cachan.fr> | 5 | ;; Author: Philippe Schnoebelen <phs@lsv.ens-cachan.fr> |
| 6 | ;; Overhauled: Daniel Pfeiffer <occitan@esperanto.org> | 6 | ;; Overhauled: Daniel Pfeiffer <occitan@esperanto.org> |
diff --git a/lisp/play/pong.el b/lisp/play/pong.el index 05e9e488e3d..66661835f5e 100644 --- a/lisp/play/pong.el +++ b/lisp/play/pong.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; pong.el --- classical implementation of pong | 1 | ;;; pong.el --- classical implementation of pong |
| 2 | 2 | ||
| 3 | ;; Copyright 1999, 2000, 2001 by Free Software Foundation, Inc. | 3 | ;; Copyright 1999, 2000, 2001, 2005 by Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Benjamin Drieu <bdrieu@april.org> | 5 | ;; Author: Benjamin Drieu <bdrieu@april.org> |
| 6 | ;; Keywords: games | 6 | ;; Keywords: games |
diff --git a/lisp/play/snake.el b/lisp/play/snake.el index d21b25f598f..71c460feae5 100644 --- a/lisp/play/snake.el +++ b/lisp/play/snake.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; snake.el --- implementation of Snake for Emacs | 1 | ;;; snake.el --- implementation of Snake for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 2002 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Glynn Clements <glynn@sensei.co.uk> | 5 | ;; Author: Glynn Clements <glynn@sensei.co.uk> |
| 6 | ;; Created: 1997-09-10 | 6 | ;; Created: 1997-09-10 |
diff --git a/lisp/play/tetris.el b/lisp/play/tetris.el index ddf647d6a8c..045534c2cea 100644 --- a/lisp/play/tetris.el +++ b/lisp/play/tetris.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; tetris.el --- implementation of Tetris for Emacs | 1 | ;;; tetris.el --- implementation of Tetris for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 2002 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Glynn Clements <glynn@sensei.co.uk> | 5 | ;; Author: Glynn Clements <glynn@sensei.co.uk> |
| 6 | ;; Version: 2.01 | 6 | ;; Version: 2.01 |
diff --git a/lisp/play/zone.el b/lisp/play/zone.el index 80d0760bed2..40e8de790b3 100644 --- a/lisp/play/zone.el +++ b/lisp/play/zone.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; zone.el --- idle display hacks | 1 | ;;; zone.el --- idle display hacks |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2004 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000, 2001, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Victor Zandy <zandy@cs.wisc.edu> | 5 | ;; Author: Victor Zandy <zandy@cs.wisc.edu> |
| 6 | ;; Maintainer: Thien-Thi Nguyen <ttn@gnu.org> | 6 | ;; Maintainer: Thien-Thi Nguyen <ttn@gnu.org> |
diff --git a/lisp/term/mac-win.el b/lisp/term/mac-win.el index 64623e76ce9..8fbbc7cd41a 100644 --- a/lisp/term/mac-win.el +++ b/lisp/term/mac-win.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mac-win.el --- parse switches controlling interface with Mac window system -*-coding: iso-2022-7bit;-*- | 1 | ;;; mac-win.el --- parse switches controlling interface with Mac window system -*-coding: iso-2022-7bit;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, 2005 | 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2005 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Andrew Choi <akochoi@mac.com> | 6 | ;; Author: Andrew Choi <akochoi@mac.com> |
diff --git a/lisp/term/sun.el b/lisp/term/sun.el index e0564d44ecb..238bb2f7212 100644 --- a/lisp/term/sun.el +++ b/lisp/term/sun.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; sun.el --- keybinding for standard default sunterm keys | 1 | ;;; sun.el --- keybinding for standard default sunterm keys |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1987 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1987, 2001 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Jeff Peck <peck@sun.com> | 5 | ;; Author: Jeff Peck <peck@sun.com> |
| 6 | ;; Keywords: terminals | 6 | ;; Keywords: terminals |
diff --git a/lisp/term/tty-colors.el b/lisp/term/tty-colors.el index 1de35822b39..62308a5460e 100644 --- a/lisp/term/tty-colors.el +++ b/lisp/term/tty-colors.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; tty-colors.el --- color support for character terminals | 1 | ;;; tty-colors.el --- color support for character terminals |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eli Zaretskii | 5 | ;; Author: Eli Zaretskii |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el index ca3c0e2e963..f99eff9ef1a 100644 --- a/lisp/term/w32-win.el +++ b/lisp/term/w32-win.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; w32-win.el --- parse switches controlling interface with W32 window system | 1 | ;;; w32-win.el --- parse switches controlling interface with W32 window system |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 1994, 2003, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Kevin Gallo | 5 | ;; Author: Kevin Gallo |
| 6 | ;; Keywords: terminals | 6 | ;; Keywords: terminals |
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 17ec969e45b..c37c98f6781 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; x-win.el --- parse relevant switches and set up for X -*-coding: iso-2022-7bit;-*- | 1 | ;;; x-win.el --- parse relevant switches and set up for X -*-coding: iso-2022-7bit;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 2001, 2002 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 1994, 2001, 2002, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: FSF | 5 | ;; Author: FSF |
| 6 | ;; Keywords: terminals, i18n | 6 | ;; Keywords: terminals, i18n |
diff --git a/lisp/term/xterm.el b/lisp/term/xterm.el index d4fe99f1f6a..b55f18f6883 100644 --- a/lisp/term/xterm.el +++ b/lisp/term/xterm.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; xterm.el --- define function key sequences and standard colors for xterm | 1 | ;;; xterm.el --- define function key sequences and standard colors for xterm |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 2002, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995, 2002, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: FSF | 5 | ;; Author: FSF |
| 6 | ;; Keywords: terminals | 6 | ;; Keywords: terminals |