Mercurial > emacs
changeset 67465:a55ee709ec8d
Update copyright pending Emacs 22.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 10 Dec 2005 05:46:09 +0000 |
parents | 757a5ae466cd |
children | f9832f025dd5 |
files | lisp/calendar/appt.el lisp/calendar/cal-bahai.el lisp/calendar/cal-china.el lisp/calendar/cal-coptic.el lisp/calendar/cal-dst.el lisp/calendar/cal-french.el lisp/calendar/cal-hebrew.el lisp/calendar/cal-islam.el lisp/calendar/cal-iso.el lisp/calendar/cal-julian.el lisp/calendar/cal-mayan.el lisp/calendar/cal-move.el lisp/calendar/cal-persia.el lisp/calendar/cal-tex.el lisp/calendar/cal-x.el lisp/calendar/calendar.el lisp/calendar/diary-lib.el lisp/calendar/holidays.el lisp/calendar/lunar.el lisp/calendar/parse-time.el lisp/calendar/solar.el lisp/calendar/time-date.el lisp/calendar/timeclock.el lisp/calendar/todo-mode.el |
diffstat | 24 files changed, 60 insertions(+), 27 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calendar/appt.el Sat Dec 10 05:46:09 2005 +0000 +++ b/lisp/calendar/appt.el Sat Dec 10 05:46:09 2005 +0000 @@ -1,6 +1,7 @@ ;;; appt.el --- appointment notification functions -;; Copyright (C) 1989, 1990, 1994, 1998, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 1989, 1990, 1994, 1998, 2001, 2002, 2003, 2004, 2005 +;; Free Software Foundation, Inc. ;; Author: Neil Mager <neilm@juliet.ll.mit.edu> ;; Maintainer: Glenn Morris <rgm@gnu.org> @@ -235,6 +236,8 @@ (cond ((eq appt-display-format 'window) (funcall appt-disp-window-function (number-to-string mins) + ;; TODO - use calendar-month-abbrev-array rather + ;; than %b? (format-time-string "%a %b %e " (current-time)) string) (run-at-time (format "%d sec" appt-display-duration)
--- a/lisp/calendar/cal-bahai.el Sat Dec 10 05:46:09 2005 +0000 +++ b/lisp/calendar/cal-bahai.el Sat Dec 10 05:46:09 2005 +0000 @@ -1,6 +1,6 @@ ;;; cal-bahai.el --- calendar functions for the Baha'i calendar. -;; Copyright (C) 2001 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org> ;; Keywords: calendar
--- a/lisp/calendar/cal-china.el Sat Dec 10 05:46:09 2005 +0000 +++ b/lisp/calendar/cal-china.el Sat Dec 10 05:46:09 2005 +0000 @@ -1,8 +1,10 @@ ;;; cal-china.el --- calendar functions for the Chinese calendar -;; Copyright (C) 1995, 1997 Free Software Foundation, Inc. +;; Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005 +;; Free Software Foundation, Inc. ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> +;; Maintainer: Glenn Morris <rgm@gnu.org> ;; Keywords: calendar ;; Human-Keywords: Chinese calendar, calendar, holidays, diary
--- a/lisp/calendar/cal-coptic.el Sat Dec 10 05:46:09 2005 +0000 +++ b/lisp/calendar/cal-coptic.el Sat Dec 10 05:46:09 2005 +0000 @@ -1,8 +1,10 @@ ;;; cal-coptic.el --- calendar functions for the Coptic/Ethiopic calendars -;; Copyright (C) 1995, 1997 Free Software Foundation, Inc. +;; Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005 +;; Free Software Foundation, Inc. ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> +;; Maintainer: Glenn Morris <rgm@gnu.org> ;; Keywords: calendar ;; Human-Keywords: Coptic calendar, Ethiopic calendar, calendar, diary
--- a/lisp/calendar/cal-dst.el Sat Dec 10 05:46:09 2005 +0000 +++ b/lisp/calendar/cal-dst.el Sat Dec 10 05:46:09 2005 +0000 @@ -1,9 +1,11 @@ ;;; cal-dst.el --- calendar functions for daylight savings rules -;; Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation, Inc. +;; Copyright (C) 1993, 1994, 1995, 1996, 2001, 2002, 2003, 2004, 2005 +;; Free Software Foundation, Inc. ;; Author: Paul Eggert <eggert@twinsun.com> ;; Edward M. Reingold <reingold@cs.uiuc.edu> +;; Maintainer: Glenn Morris <rgm@gnu.org> ;; Keywords: calendar ;; Human-Keywords: daylight savings time, calendar, diary, holidays
--- a/lisp/calendar/cal-french.el Sat Dec 10 05:46:09 2005 +0000 +++ b/lisp/calendar/cal-french.el Sat Dec 10 05:46:09 2005 +0000 @@ -1,8 +1,10 @@ ;;; cal-french.el --- calendar functions for the French Revolutionary calendar -;; Copyright (C) 1988, 89, 92, 94, 95, 1997 Free Software Foundation, Inc. +;; Copyright (C) 1988, 1989, 1992, 1994, 1995, 1997, 2001, 2002, 2003, +;; 2004, 2005 Free Software Foundation, Inc. ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> +;; Maintainer: Glenn Morris <rgm@gnu.org> ;; Keywords: calendar ;; Human-Keywords: French Revolutionary calendar, calendar, diary
--- a/lisp/calendar/cal-hebrew.el Sat Dec 10 05:46:09 2005 +0000 +++ b/lisp/calendar/cal-hebrew.el Sat Dec 10 05:46:09 2005 +0000 @@ -1,9 +1,11 @@ ;;; cal-hebrew.el --- calendar functions for the Hebrew calendar -;; Copyright (C) 1995, 1997, 2003 Free Software Foundation, Inc. +;; Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005 +;; Free Software Foundation, Inc. ;; Author: Nachum Dershowitz <nachum@cs.uiuc.edu> ;; Edward M. Reingold <reingold@cs.uiuc.edu> +;; Maintainer: Glenn Morris <rgm@gnu.org> ;; Keywords: calendar ;; Human-Keywords: Hebrew calendar, calendar, diary
--- a/lisp/calendar/cal-islam.el Sat Dec 10 05:46:09 2005 +0000 +++ b/lisp/calendar/cal-islam.el Sat Dec 10 05:46:09 2005 +0000 @@ -1,8 +1,10 @@ ;;; cal-islam.el --- calendar functions for the Islamic calendar -;; Copyright (C) 1995, 1997, 2001, 2003 Free Software Foundation, Inc. +;; Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005 +;; Free Software Foundation, Inc. ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> +;; Maintainer: Glenn Morris <rgm@gnu.org> ;; Keywords: calendar ;; Human-Keywords: Islamic calendar, calendar, diary
--- a/lisp/calendar/cal-iso.el Sat Dec 10 05:46:09 2005 +0000 +++ b/lisp/calendar/cal-iso.el Sat Dec 10 05:46:09 2005 +0000 @@ -1,6 +1,7 @@ ;;; cal-iso.el --- calendar functions for the ISO calendar -;; Copyright (C) 1995, 1997, 2004 Free Software Foundation, Inc. +;; Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005 +;; Free Software Foundation, Inc. ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> ;; Maintainer: Glenn Morris <rgm@gnu.org>
--- a/lisp/calendar/cal-julian.el Sat Dec 10 05:46:09 2005 +0000 +++ b/lisp/calendar/cal-julian.el Sat Dec 10 05:46:09 2005 +0000 @@ -1,8 +1,10 @@ ;;; cal-julian.el --- calendar functions for the Julian calendar -;; Copyright (C) 1995, 1997 Free Software Foundation, Inc. +;; Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005 +;; Free Software Foundation, Inc. ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> +;; Maintainer: Glenn Morris <rgm@gnu.org> ;; Keywords: calendar ;; Human-Keywords: Julian calendar, Julian day number, calendar, diary
--- a/lisp/calendar/cal-mayan.el Sat Dec 10 05:46:09 2005 +0000 +++ b/lisp/calendar/cal-mayan.el Sat Dec 10 05:46:09 2005 +0000 @@ -1,9 +1,11 @@ ;;; cal-mayan.el --- calendar functions for the Mayan calendars -;; Copyright (C) 1992, 1993, 1995, 1997 Free Software Foundation, Inc. +;; Copyright (C) 1992, 1993, 1995, 1997, 2001, 2002, 2003, 2004, 2005 +;; Free Software Foundation, Inc. ;; Author: Stewart M. Clamen <clamen@cs.cmu.edu> ;; Edward M. Reingold <reingold@cs.uiuc.edu> +;; Maintainer: Glenn Morris <rgm@gnu.org> ;; Keywords: calendar ;; Human-Keywords: Mayan calendar, Maya, calendar, diary
--- a/lisp/calendar/cal-move.el Sat Dec 10 05:46:09 2005 +0000 +++ b/lisp/calendar/cal-move.el Sat Dec 10 05:46:09 2005 +0000 @@ -1,6 +1,7 @@ ;;; cal-move.el --- calendar functions for movement in the calendar -;; Copyright (C) 1995, 2005 Free Software Foundation, Inc. +;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005 +;; Free Software Foundation, Inc. ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> ;; Maintainer: Glenn Morris <rgm@gnu.org>
--- a/lisp/calendar/cal-persia.el Sat Dec 10 05:46:09 2005 +0000 +++ b/lisp/calendar/cal-persia.el Sat Dec 10 05:46:09 2005 +0000 @@ -1,8 +1,10 @@ ;;; cal-persia.el --- calendar functions for the Persian calendar -;; Copyright (C) 1996, 1997 Free Software Foundation, Inc. +;; Copyright (C) 1996, 1997, 2001, 2002, 2003, 2004, 2005 +;; Free Software Foundation, Inc. ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> +;; Maintainer: Glenn Morris <rgm@gnu.org> ;; Keywords: calendar ;; Human-Keywords: Persian calendar, calendar, diary
--- a/lisp/calendar/cal-tex.el Sat Dec 10 05:46:09 2005 +0000 +++ b/lisp/calendar/cal-tex.el Sat Dec 10 05:46:09 2005 +0000 @@ -1,9 +1,11 @@ ;;; cal-tex.el --- calendar functions for printing calendars with LaTeX -;; Copyright (C) 1995 Free Software Foundation, Inc. +;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005 +;; Free Software Foundation, Inc. ;; Author: Steve Fisk <fisk@bowdoin.edu> ;; Edward M. Reingold <reingold@cs.uiuc.edu> +;; Maintainer: Glenn Morris <rgm@gnu.org> ;; Keywords: calendar ;; Human-Keywords: Calendar, LaTeX
--- a/lisp/calendar/cal-x.el Sat Dec 10 05:46:09 2005 +0000 +++ b/lisp/calendar/cal-x.el Sat Dec 10 05:46:09 2005 +0000 @@ -1,6 +1,7 @@ ;;; cal-x.el --- calendar windows in dedicated frames in X -;; Copyright (C) 1994, 1995, 2005 Free Software Foundation, Inc. +;; Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, 2005 +;; Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.sunysb.edu> ;; Edward M. Reingold <reingold@cs.uiuc.edu>
--- a/lisp/calendar/calendar.el Sat Dec 10 05:46:09 2005 +0000 +++ b/lisp/calendar/calendar.el Sat Dec 10 05:46:09 2005 +0000 @@ -1,7 +1,7 @@ ;;; calendar.el --- calendar functions ;; Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1997, -;; 2000, 2001, 2003, 2004, 2005 Free Software Foundation, Inc. +;; 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> ;; Maintainer: Glenn Morris <rgm@gnu.org>
--- a/lisp/calendar/diary-lib.el Sat Dec 10 05:46:09 2005 +0000 +++ b/lisp/calendar/diary-lib.el Sat Dec 10 05:46:09 2005 +0000 @@ -1,7 +1,7 @@ ;;; diary-lib.el --- diary functions -;; Copyright (C) 1989, 1990, 1992, 1993, 1994, 1995, 2003, 2004, 2005 -;; Free Software Foundation, Inc. +;; Copyright (C) 1989, 1990, 1992, 1993, 1994, 1995, 2001, 2002, 2003, +;; 2004, 2005 Free Software Foundation, Inc. ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> ;; Maintainer: Glenn Morris <rgm@gnu.org>
--- a/lisp/calendar/holidays.el Sat Dec 10 05:46:09 2005 +0000 +++ b/lisp/calendar/holidays.el Sat Dec 10 05:46:09 2005 +0000 @@ -1,7 +1,7 @@ ;;; holidays.el --- holiday functions for the calendar package -;; Copyright (C) 1989, 1990, 1992, 1993, 1994, 1997, 2004 Free -;; Software Foundation, Inc. +;; Copyright (C) 1989, 1990, 1992, 1993, 1994, 1997, 2001, 2002, 2003, +;; 2004, 2005 Free Software Foundation, Inc. ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> ;; Maintainer: Glenn Morris <rgm@gnu.org>
--- a/lisp/calendar/lunar.el Sat Dec 10 05:46:09 2005 +0000 +++ b/lisp/calendar/lunar.el Sat Dec 10 05:46:09 2005 +0000 @@ -1,8 +1,10 @@ ;;; lunar.el --- calendar functions for phases of the moon -;; Copyright (C) 1992, 1993, 1995, 1997 Free Software Foundation, Inc. +;; Copyright (C) 1992, 1993, 1995, 1997, 2001, 2002, 2003, 2004, 2005 +;; Free Software Foundation, Inc. ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> +;; Maintainer: Glenn Morris <rgm@gnu.org> ;; Keywords: calendar ;; Human-Keywords: moon, lunar phases, calendar, diary
--- a/lisp/calendar/parse-time.el Sat Dec 10 05:46:09 2005 +0000 +++ b/lisp/calendar/parse-time.el Sat Dec 10 05:46:09 2005 +0000 @@ -1,6 +1,7 @@ ;;; parse-time.el --- parsing time strings -;; Copyright (C) 1996, 2000 by Free Software Foundation, Inc. +;; Copyright (C) 1996, 2000, 2001, 2002, 2003, 2004, 2005 +;; Free Software Foundation, Inc. ;; Author: Erik Naggum <erik@naggum.no> ;; Keywords: util
--- a/lisp/calendar/solar.el Sat Dec 10 05:46:09 2005 +0000 +++ b/lisp/calendar/solar.el Sat Dec 10 05:46:09 2005 +0000 @@ -1,6 +1,7 @@ ;;; solar.el --- calendar functions for solar events -;; Copyright (C) 1992, 1993, 1995, 1997, 2003 Free Software Foundation, Inc. +;; Copyright (C) 1992, 1993, 1995, 1997, 2001, 2002, 2003, 2004, 2005 +;; Free Software Foundation, Inc. ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> ;; Denis B. Roegel <Denis.Roegel@loria.fr>
--- a/lisp/calendar/time-date.el Sat Dec 10 05:46:09 2005 +0000 +++ b/lisp/calendar/time-date.el Sat Dec 10 05:46:09 2005 +0000 @@ -1,6 +1,7 @@ ;;; time-date.el --- Date and time handling functions -;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2005 -;; Free Software Foundation, Inc. + +;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 +;; Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Masanobu Umeda <umerin@mse.kyutech.ac.jp>
--- a/lisp/calendar/timeclock.el Sat Dec 10 05:46:09 2005 +0000 +++ b/lisp/calendar/timeclock.el Sat Dec 10 05:46:09 2005 +0000 @@ -1,6 +1,7 @@ ;;; timeclock.el --- mode for keeping track of how much you work -;; Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 +;; Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org> ;; Created: 25 Mar 1999
--- a/lisp/calendar/todo-mode.el Sat Dec 10 05:46:09 2005 +0000 +++ b/lisp/calendar/todo-mode.el Sat Dec 10 05:46:09 2005 +0000 @@ -1,6 +1,7 @@ ;;; todo-mode.el --- major mode for editing TODO list files -;; Copyright (C) 1997, 1999, 2001 Free Software Foundation, Inc. +;; Copyright (C) 1997, 1999, 2001, 2002, 2003, 2004, 2005 +;; Free Software Foundation, Inc. ;; Author: Oliver Seidel <os10000@seidel-space.de> ;; [Not clear the above works, July 2000]