Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2f043267
Commit
2f043267
authored
Jan 07, 2008
by
Glenn Morris
Browse files
Add 2008 to copyright years.
parent
38141d20
Changes
139
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
20 additions
and
20 deletions
+20
-20
lisp/mail/blessmail.el
lisp/mail/blessmail.el
+1
-1
lisp/mail/emacsbug.el
lisp/mail/emacsbug.el
+1
-1
lisp/mail/footnote.el
lisp/mail/footnote.el
+1
-1
lisp/mail/mail-extr.el
lisp/mail/mail-extr.el
+1
-1
lisp/mail/mail-hist.el
lisp/mail/mail-hist.el
+1
-1
lisp/mail/mail-utils.el
lisp/mail/mail-utils.el
+1
-1
lisp/mail/mailabbrev.el
lisp/mail/mailabbrev.el
+1
-1
lisp/mail/mailalias.el
lisp/mail/mailalias.el
+1
-1
lisp/mail/mailclient.el
lisp/mail/mailclient.el
+1
-1
lisp/mail/mailheader.el
lisp/mail/mailheader.el
+1
-1
lisp/mail/metamail.el
lisp/mail/metamail.el
+1
-1
lisp/mail/mspools.el
lisp/mail/mspools.el
+1
-1
lisp/mail/reporter.el
lisp/mail/reporter.el
+1
-1
lisp/mail/rfc2368.el
lisp/mail/rfc2368.el
+1
-1
lisp/mail/rfc822.el
lisp/mail/rfc822.el
+1
-1
lisp/mail/rmail-spam-filter.el
lisp/mail/rmail-spam-filter.el
+1
-1
lisp/mail/rmail.el
lisp/mail/rmail.el
+1
-1
lisp/mail/rmailedit.el
lisp/mail/rmailedit.el
+1
-1
lisp/mail/rmailkwd.el
lisp/mail/rmailkwd.el
+1
-1
lisp/mail/rmailmsc.el
lisp/mail/rmailmsc.el
+1
-1
No files found.
lisp/mail/blessmail.el
View file @
2f043267
;;; blessmail.el --- decide whether movemail needs special privileges -*- no-byte-compile: t -*-
;; Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005,
;; 2006, 2007 Free Software Foundation, Inc.
;; 2006, 2007
, 2008
Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: internal
...
...
lisp/mail/emacsbug.el
View file @
2f043267
;;; emacsbug.el --- command to report Emacs bugs to appropriate mailing list
;; Copyright (C) 1985, 1994, 1997, 1998, 2000, 2001, 2002, 2003,
;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
;; 2004, 2005, 2006, 2007
, 2008
Free Software Foundation, Inc.
;; Author: K. Shane Hartman
;; Maintainer: FSF
...
...
lisp/mail/footnote.el
View file @
2f043267
;;; footnote.el --- footnote support for message mode -*- coding: iso-latin-1;-*-
;; Copyright (C) 1997, 2000, 2001, 2002, 2003, 2004,
;; 2005, 2006, 2007 Free Software Foundation, Inc.
;; 2005, 2006, 2007
, 2008
Free Software Foundation, Inc.
;; Author: Steven L Baur <steve@xemacs.org>
;; Keywords: mail, news
...
...
lisp/mail/mail-extr.el
View file @
2f043267
;;; mail-extr.el --- extract full name and address from RFC 822 mail header -*- coding: utf-8 -*-
;; Copyright (C) 1991, 1992, 1993, 1994, 1997, 2001, 2002, 2003, 2004,
;; 2005, 2006, 2007 Free Software Foundation, Inc.
;; 2005, 2006, 2007
, 2008
Free Software Foundation, Inc.
;; Author: Joe Wells <jbw@cs.bu.edu>
;; Maintainer: FSF
...
...
lisp/mail/mail-hist.el
View file @
2f043267
;;; mail-hist.el --- headers and message body history for outgoing mail
;; Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005,
;; 2006, 2007 Free Software Foundation, Inc.
;; 2006, 2007
, 2008
Free Software Foundation, Inc.
;; Author: Karl Fogel <kfogel@red-bean.com>
;; Created: March, 1994
...
...
lisp/mail/mail-utils.el
View file @
2f043267
;;; mail-utils.el --- utility functions used both by rmail and rnews
;; Copyright (C) 1985, 2001, 2002, 2003, 2004,
;; 2005, 2006, 2007 Free Software Foundation, Inc.
;; 2005, 2006, 2007
, 2008
Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: mail, news
...
...
lisp/mail/mailabbrev.el
View file @
2f043267
;;; mailabbrev.el --- abbrev-expansion of mail aliases
;; Copyright (C) 1985, 1986, 1987, 1992, 1993, 1996, 1997, 2000, 2001,
;; 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
;; 2002, 2003, 2004, 2005, 2006, 2007
, 2008
Free Software Foundation, Inc.
;; Author: Jamie Zawinski <jwz@lucid.com>, now <jwz@jwz.org>
;; Maintainer: FSF
...
...
lisp/mail/mailalias.el
View file @
2f043267
;;; mailalias.el --- expand and complete mailing address aliases
;; Copyright (C) 1985, 1987, 1995, 1996, 1997, 2001, 2002, 2003,
;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
;; 2004, 2005, 2006, 2007
, 2008
Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: mail
...
...
lisp/mail/mailclient.el
View file @
2f043267
;;; mailclient.el --- mail sending via system's mail client. -*- byte-compile-dynamic: t -*-
;; Copyright (C) 2005, 2006, 2007 Free Software Foundation
;; Copyright (C) 2005, 2006, 2007
, 2008
Free Software Foundation
;; Author: David Reitter <david.reitter@gmail.com>
;; Keywords: mail
...
...
lisp/mail/mailheader.el
View file @
2f043267
;;; mailheader.el --- mail header parsing, merging, formatting
;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005,
;; 2006, 2007 Free Software Foundation, Inc.
;; 2006, 2007
, 2008
Free Software Foundation, Inc.
;; Author: Erik Naggum <erik@naggum.no>
;; Keywords: tools, mail, news
...
...
lisp/mail/metamail.el
View file @
2f043267
;;; metamail.el --- Metamail interface for GNU Emacs
;; Copyright (C) 1993, 1996, 2001, 2002, 2003, 2004,
;; 2005, 2006, 2007 Free Software Foundation, Inc.
;; 2005, 2006, 2007
, 2008
Free Software Foundation, Inc.
;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp>
;; Keywords: mail, news, mime, multimedia
...
...
lisp/mail/mspools.el
View file @
2f043267
;;; mspools.el --- show mail spools waiting to be read
;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005,
;; 2006, 2007 Free Software Foundation, Inc.
;; 2006, 2007
, 2008
Free Software Foundation, Inc.
;; Author: Stephen Eglen <stephen@gnu.org>
;; Maintainer: Stephen Eglen <stephen@gnu.org>
...
...
lisp/mail/reporter.el
View file @
2f043267
;;; reporter.el --- customizable bug reporting of lisp programs
;; Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003,
;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
;; 2004, 2005, 2006, 2007
, 2008
Free Software Foundation, Inc.
;; Author: 1993-1998 Barry A. Warsaw
;; Maintainer: FSF
...
...
lisp/mail/rfc2368.el
View file @
2f043267
;;; rfc2368.el --- support for rfc2368
;; Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004,
;; 2005, 2006, 2007 Free Software Foundation, Inc.
;; 2005, 2006, 2007
, 2008
Free Software Foundation, Inc.
;; Author: Sen Nagata <sen@eccosys.com>
;; Keywords: mail
...
...
lisp/mail/rfc822.el
View file @
2f043267
;;; rfc822.el --- hairy rfc822 parser for mail and news and suchlike
;; Copyright (C) 1986, 1987, 1990, 2001, 2002, 2003, 2004,
;; 2005, 2006, 2007 Free Software Foundation, Inc.
;; 2005, 2006, 2007
, 2008
Free Software Foundation, Inc.
;; Author: Richard Mlynarik <mly@eddie.mit.edu>
;; Maintainer: FSF
...
...
lisp/mail/rmail-spam-filter.el
View file @
2f043267
;;; rmail-spam-filter.el --- spam filter for rmail, the emacs mail reader.
;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007
, 2008
Free Software Foundation, Inc.
;; Keywords: email, spam, filter, rmail
;; Author: Eli Tziperman <eli AT deas.harvard.edu>
...
...
lisp/mail/rmail.el
View file @
2f043267
;;; rmail.el --- main code of "RMAIL" mail reader for Emacs
;; Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1996, 1997, 1998,
;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
, 2008
Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: mail
...
...
lisp/mail/rmailedit.el
View file @
2f043267
;;; rmailedit.el --- "RMAIL edit mode" Edit the current message
;; Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004,
;; 2005, 2006, 2007 Free Software Foundation, Inc.
;; 2005, 2006, 2007
, 2008
Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: mail
...
...
lisp/mail/rmailkwd.el
View file @
2f043267
;;; rmailkwd.el --- part of the "RMAIL" mail reader for Emacs
;; Copyright (C) 1985, 1988, 1994, 2001, 2002, 2003, 2004,
;; 2005, 2006, 2007 Free Software Foundation, Inc.
;; 2005, 2006, 2007
, 2008
Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: mail
...
...
lisp/mail/rmailmsc.el
View file @
2f043267
;;; rmailmsc.el --- miscellaneous support functions for the RMAIL mail reader
;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005,
;; 2006, 2007 Free Software Foundation, Inc.
;; 2006, 2007
, 2008
Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: mail
...
...
Prev
1
2
3
4
5
…
7
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment