Mercurial > emacs
changeset 79716:54006a859bcc
Add 2008 to copyright years.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Mon, 07 Jan 2008 02:00:47 +0000 |
parents | e68f97372143 |
children | a1342e6e097a |
files | lisp/play/5x5.el lisp/play/animate.el lisp/play/blackbox.el lisp/play/bruce.el lisp/play/cookie1.el lisp/play/decipher.el lisp/play/dissociate.el lisp/play/doctor.el lisp/play/dunnet.el lisp/play/fortune.el lisp/play/gamegrid.el lisp/play/gametree.el lisp/play/gomoku.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/solitaire.el lisp/play/spook.el lisp/play/tetris.el lisp/play/yow.el lisp/play/zone.el |
diffstat | 25 files changed, 25 insertions(+), 25 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/play/5x5.el Mon Jan 07 01:58:14 2008 +0000 +++ b/lisp/play/5x5.el Mon Jan 07 02:00:47 2008 +0000 @@ -1,7 +1,7 @@ ;;; 5x5.el --- simple little puzzle game ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Dave Pearson <davep@davep.org> ;; Maintainer: Dave Pearson <davep@davep.org>
--- a/lisp/play/animate.el Mon Jan 07 01:58:14 2008 +0000 +++ b/lisp/play/animate.el Mon Jan 07 02:00:47 2008 +0000 @@ -1,7 +1,7 @@ ;;; animate.el --- make text dance ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007 Free Software Foundation, Inc. +;; 2006, 2007, 2008 Free Software Foundation, Inc. ;; Maintainer: Richard Stallman <rms@gnu.org> ;; Keywords: games
--- a/lisp/play/blackbox.el Mon Jan 07 01:58:14 2008 +0000 +++ b/lisp/play/blackbox.el Mon Jan 07 02:00:47 2008 +0000 @@ -1,7 +1,7 @@ ;;; blackbox.el --- blackbox game in Emacs Lisp ;; Copyright (C) 1985, 1986, 1987, 1992, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: F. Thomas May <uw-nsr!uw-warp!tom@beaver.cs.washington.edu> ;; Adapted-By: ESR
--- a/lisp/play/bruce.el Mon Jan 07 01:58:14 2008 +0000 +++ b/lisp/play/bruce.el Mon Jan 07 02:00:47 2008 +0000 @@ -2,7 +2,7 @@ ;;; Decency Act snoops, if any. ;; Copyright (C) 1988, 1993, 1997, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: games
--- a/lisp/play/cookie1.el Mon Jan 07 01:58:14 2008 +0000 +++ b/lisp/play/cookie1.el Mon Jan 07 02:00:47 2008 +0000 @@ -1,7 +1,7 @@ ;;; cookie1.el --- retrieve random phrases from fortune cookie files ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007 Free Software Foundation, Inc. +;; 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> ;; Maintainer: FSF
--- a/lisp/play/decipher.el Mon Jan 07 01:58:14 2008 +0000 +++ b/lisp/play/decipher.el Mon Jan 07 02:00:47 2008 +0000 @@ -1,7 +1,7 @@ ;;; decipher.el --- cryptanalyze monoalphabetic substitution ciphers ;; ;; Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; ;; Author: Christopher J. Madsen <chris_madsen@geocities.com> ;; Keywords: games
--- a/lisp/play/dissociate.el Mon Jan 07 01:58:14 2008 +0000 +++ b/lisp/play/dissociate.el Mon Jan 07 02:00:47 2008 +0000 @@ -1,7 +1,7 @@ ;;; dissociate.el --- scramble text amusingly for Emacs ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007 Free Software Foundation, Inc. +;; 2006, 2007, 2008 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: games
--- a/lisp/play/doctor.el Mon Jan 07 01:58:14 2008 +0000 +++ b/lisp/play/doctor.el Mon Jan 07 02:00:47 2008 +0000 @@ -1,7 +1,7 @@ ;;; doctor.el --- psychological help for frustrated users ;; Copyright (C) 1985, 1987, 1994, 1996, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: games
--- a/lisp/play/dunnet.el Mon Jan 07 01:58:14 2008 +0000 +++ b/lisp/play/dunnet.el Mon Jan 07 02:00:47 2008 +0000 @@ -1,7 +1,7 @@ ;;; dunnet.el --- text adventure for Emacs ;; Copyright (C) 1992, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Ron Schnell <ronnie@driver-aces.com> ;; Created: 25 Jul 1992
--- a/lisp/play/fortune.el Mon Jan 07 01:58:14 2008 +0000 +++ b/lisp/play/fortune.el Mon Jan 07 02:00:47 2008 +0000 @@ -1,7 +1,7 @@ ;;; fortune.el --- use fortune to create signatures ;; Copyright (C) 1999, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Holger Schauer <Holger.Schauer@gmx.de> ;; Keywords: games utils mail
--- a/lisp/play/gamegrid.el Mon Jan 07 01:58:14 2008 +0000 +++ b/lisp/play/gamegrid.el Mon Jan 07 02:00:47 2008 +0000 @@ -1,7 +1,7 @@ ;;; gamegrid.el --- library for implementing grid-based games on Emacs ;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Glynn Clements <glynn@sensei.co.uk> ;; Version: 1.02
--- a/lisp/play/gametree.el Mon Jan 07 01:58:14 2008 +0000 +++ b/lisp/play/gametree.el Mon Jan 07 02:00:47 2008 +0000 @@ -1,7 +1,7 @@ ;;; gametree.el --- manage game analysis trees in Emacs ;; Copyright (C) 1997, 1999, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Ian T Zimmerman <itz@rahul.net> ;; Created: Wed Dec 10 07:41:46 PST 1997
--- a/lisp/play/gomoku.el Mon Jan 07 01:58:14 2008 +0000 +++ b/lisp/play/gomoku.el Mon Jan 07 02:00:47 2008 +0000 @@ -1,7 +1,7 @@ ;;; gomoku.el --- Gomoku game between you and Emacs ;; Copyright (C) 1988, 1994, 1996, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Philippe Schnoebelen <phs@lsv.ens-cachan.fr> ;; Maintainer: FSF
--- a/lisp/play/handwrite.el Mon Jan 07 01:58:14 2008 +0000 +++ b/lisp/play/handwrite.el Mon Jan 07 02:00:47 2008 +0000 @@ -1,7 +1,7 @@ ;;; handwrite.el --- turns your emacs buffer into a handwritten document -*- coding: iso-latin-1; -*- ;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007 Free Software Foundation, Inc. +;; 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Danny Roozendaal (was: <danny@tvs.kun.nl>) ;; Created: October 21 1996
--- a/lisp/play/landmark.el Mon Jan 07 01:58:14 2008 +0000 +++ b/lisp/play/landmark.el Mon Jan 07 02:00:47 2008 +0000 @@ -1,7 +1,7 @@ ;;; landmark.el --- neural-network robot that learns landmarks ;; Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 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 Mon Jan 07 01:58:14 2008 +0000 +++ b/lisp/play/life.el Mon Jan 07 02:00:47 2008 +0000 @@ -1,7 +1,7 @@ ;;; life.el --- John Horton Conway's `Life' game for GNU Emacs ;; Copyright (C) 1988, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Kyle Jones <kyleuunet.uu.net> ;; Maintainer: FSF
--- a/lisp/play/morse.el Mon Jan 07 01:58:14 2008 +0000 +++ b/lisp/play/morse.el Mon Jan 07 02:00:47 2008 +0000 @@ -1,7 +1,7 @@ ;;; morse.el --- convert text to morse code and back -*- coding: utf-8 -*- ;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007 Free Software Foundation, Inc. +;; 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Rick Farnbach <rick_farnbach@MENTORG.COM> ;; Keywords: games
--- a/lisp/play/mpuz.el Mon Jan 07 01:58:14 2008 +0000 +++ b/lisp/play/mpuz.el Mon Jan 07 02:00:47 2008 +0000 @@ -1,7 +1,7 @@ ;;; mpuz.el --- multiplication puzzle for GNU Emacs ;; Copyright (C) 1990, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007 Free Software Foundation, Inc. +;; 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Philippe Schnoebelen <phs@lsv.ens-cachan.fr> ;; Overhauled: Daniel Pfeiffer <occitan@esperanto.org>
--- a/lisp/play/pong.el Mon Jan 07 01:58:14 2008 +0000 +++ b/lisp/play/pong.el Mon Jan 07 02:00:47 2008 +0000 @@ -1,7 +1,7 @@ ;;; pong.el --- classical implementation of pong ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Benjamin Drieu <bdrieu@april.org> ;; Keywords: games
--- a/lisp/play/snake.el Mon Jan 07 01:58:14 2008 +0000 +++ b/lisp/play/snake.el Mon Jan 07 02:00:47 2008 +0000 @@ -1,7 +1,7 @@ ;;; snake.el --- implementation of Snake for Emacs ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007 Free Software Foundation, Inc. +;; 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Glynn Clements <glynn@sensei.co.uk> ;; Created: 1997-09-10
--- a/lisp/play/solitaire.el Mon Jan 07 01:58:14 2008 +0000 +++ b/lisp/play/solitaire.el Mon Jan 07 02:00:47 2008 +0000 @@ -1,7 +1,7 @@ ;;; solitaire.el --- game of solitaire in Emacs Lisp ;; Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007 Free Software Foundation, Inc. +;; 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Jan Schormann <Jan.Schormann@rechen-gilde.de> ;; Created: Fri afternoon, Jun 3, 1994
--- a/lisp/play/spook.el Mon Jan 07 01:58:14 2008 +0000 +++ b/lisp/play/spook.el Mon Jan 07 02:00:47 2008 +0000 @@ -1,7 +1,7 @@ ;;; spook.el --- spook phrase utility for overloading the NSA line eater ;; Copyright (C) 1988, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: games
--- a/lisp/play/tetris.el Mon Jan 07 01:58:14 2008 +0000 +++ b/lisp/play/tetris.el Mon Jan 07 02:00:47 2008 +0000 @@ -1,7 +1,7 @@ ;;; tetris.el --- implementation of Tetris for Emacs ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007 Free Software Foundation, Inc. +;; 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Glynn Clements <glynn@sensei.co.uk> ;; Version: 2.01
--- a/lisp/play/yow.el Mon Jan 07 01:58:14 2008 +0000 +++ b/lisp/play/yow.el Mon Jan 07 02:00:47 2008 +0000 @@ -1,7 +1,7 @@ ;;; yow.el --- quote random zippyisms ;; Copyright (C) 1993, 1994, 1995, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Author: Richard Mlynarik
--- a/lisp/play/zone.el Mon Jan 07 01:58:14 2008 +0000 +++ b/lisp/play/zone.el Mon Jan 07 02:00:47 2008 +0000 @@ -1,7 +1,7 @@ ;;; zone.el --- idle display hacks ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Victor Zandy <zandy@cs.wisc.edu> ;; Maintainer: Thien-Thi Nguyen <ttn@gnu.org>