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
88e6695f
Commit
88e6695f
authored
Feb 05, 2006
by
Romain Francoise
Browse files
Update copyright notices of all files in the gnus directory.
parent
0cf36656
Changes
117
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
23 additions
and
19 deletions
+23
-19
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+4
-0
lisp/gnus/binhex.el
lisp/gnus/binhex.el
+1
-1
lisp/gnus/canlock.el
lisp/gnus/canlock.el
+1
-1
lisp/gnus/compface.el
lisp/gnus/compface.el
+1
-1
lisp/gnus/deuglify.el
lisp/gnus/deuglify.el
+1
-1
lisp/gnus/dig.el
lisp/gnus/dig.el
+1
-1
lisp/gnus/dns.el
lisp/gnus/dns.el
+1
-1
lisp/gnus/earcon.el
lisp/gnus/earcon.el
+1
-1
lisp/gnus/flow-fill.el
lisp/gnus/flow-fill.el
+1
-1
lisp/gnus/format-spec.el
lisp/gnus/format-spec.el
+1
-1
lisp/gnus/gnus-agent.el
lisp/gnus/gnus-agent.el
+1
-1
lisp/gnus/gnus-async.el
lisp/gnus/gnus-async.el
+1
-1
lisp/gnus/gnus-audio.el
lisp/gnus/gnus-audio.el
+1
-1
lisp/gnus/gnus-bcklg.el
lisp/gnus/gnus-bcklg.el
+1
-1
lisp/gnus/gnus-cache.el
lisp/gnus/gnus-cache.el
+1
-1
lisp/gnus/gnus-cite.el
lisp/gnus/gnus-cite.el
+1
-1
lisp/gnus/gnus-delay.el
lisp/gnus/gnus-delay.el
+1
-1
lisp/gnus/gnus-demon.el
lisp/gnus/gnus-demon.el
+1
-1
lisp/gnus/gnus-diary.el
lisp/gnus/gnus-diary.el
+1
-1
lisp/gnus/gnus-dired.el
lisp/gnus/gnus-dired.el
+1
-1
No files found.
lisp/gnus/ChangeLog
View file @
88e6695f
2006-02-05 Romain Francoise <romain@orebokech.com>
Update copyright notices of all files in the gnus directory.
2006-02-03 Reiner Steib <Reiner.Steib@gmx.de>
* gnus-util.el (gnus-error): Describe `args'.
...
...
lisp/gnus/binhex.el
View file @
88e6695f
;;; binhex.el --- elisp native binhex decode
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: Shenghuo Zhu <zsh@cs.rochester.edu>
;; Keywords: binhex news
...
...
lisp/gnus/canlock.el
View file @
88e6695f
;;; canlock.el --- functions for Cancel-Lock feature
;; Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: Katsumi Yamaoka <yamaoka@jpl.org>
;; Keywords: news, cancel-lock, hmac, sha1, rfc2104
...
...
lisp/gnus/compface.el
View file @
88e6695f
;;; compface.el --- functions for converting X-Face headers
;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
;; Copyright (C) 2002, 2003, 2004, 2005
, 2006
Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
;; Keywords: news
...
...
lisp/gnus/deuglify.el
View file @
88e6695f
;;; deuglify.el --- deuglify broken Outlook (Express) articles
;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
;; Copyright (C) 2002, 2003, 2004, 2005
, 2006
Free Software Foundation, Inc.
;; Copyright (C) 2001, 2002 Raymond Scholz
;; Author: Raymond Scholz <rscholz@zonix.de>
...
...
lisp/gnus/dig.el
View file @
88e6695f
;;; dig.el --- Domain Name System dig interface
;; Copyright (C) 2000, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: Simon Josefsson <simon@josefsson.org>
;; Keywords: DNS BIND dig
...
...
lisp/gnus/dns.el
View file @
88e6695f
;;; dns.el --- Domain Name Service lookups
;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
;; Copyright (C) 2002, 2003, 2004, 2005
, 2006
Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
;; Keywords: network
...
...
lisp/gnus/earcon.el
View file @
88e6695f
;;; earcon.el --- Sound effects for messages
;; Copyright (C) 1996, 2000, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: Steven L. Baur <steve@miranova.com>
...
...
lisp/gnus/flow-fill.el
View file @
88e6695f
;;; flow-fill.el --- interpret RFC2646 "flowed" text
;; Copyright (C) 2000, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: Simon Josefsson <jas@pdc.kth.se>
;; Keywords: mail
...
...
lisp/gnus/format-spec.el
View file @
88e6695f
;;; format-spec.el --- functions for formatting arbitrary formatting strings
;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
;; Keywords: tools
...
...
lisp/gnus/gnus-agent.el
View file @
88e6695f
;;; gnus-agent.el --- unplugged support for Gnus
;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
;; This file is part of GNU Emacs.
...
...
lisp/gnus/gnus-async.el
View file @
88e6695f
;;; gnus-async.el --- asynchronous support for Gnus
;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
;; Keywords: news
...
...
lisp/gnus/gnus-audio.el
View file @
88e6695f
;;; gnus-audio.el --- Sound effects for Gnus
;; Copyright (C) 1996, 2000, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: Steven L. Baur <steve@miranova.com>
;; Keywords: news, mail, multimedia
...
...
lisp/gnus/gnus-bcklg.el
View file @
88e6695f
;;; gnus-bcklg.el --- backlog functions for Gnus
;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
;; Keywords: news
...
...
lisp/gnus/gnus-cache.el
View file @
88e6695f
;;; gnus-cache.el --- cache interface for Gnus
;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
;; 2004, 2005 Free Software Foundation, Inc.
;; 2004, 2005
, 2006
Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
;; Keywords: news
...
...
lisp/gnus/gnus-cite.el
View file @
88e6695f
;;; gnus-cite.el --- parse citations in articles for Gnus
;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
;; 2004, 2005 Free Software Foundation, Inc.
;; 2004, 2005
, 2006
Free Software Foundation, Inc.
;; Author: Per Abhiddenware
...
...
lisp/gnus/gnus-delay.el
View file @
88e6695f
;;; gnus-delay.el --- Delayed posting of articles
;; Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
;; Copyright (C) 2001, 2002, 2003, 2004, 2005
, 2006
Free Software Foundation, Inc.
;; Author: Kai Grojohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
;; Keywords: mail, news, extensions
...
...
lisp/gnus/gnus-demon.el
View file @
88e6695f
;;; gnus-demon.el --- daemonic Gnus behaviour
;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
;; Keywords: news
...
...
lisp/gnus/gnus-diary.el
View file @
88e6695f
;;; gnus-diary.el --- Wrapper around the NNDiary Gnus backend
;; Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
;; Copyright (C) 2001, 2002, 2003, 2004, 2005
, 2006
Free Software Foundation, Inc.
;; Copyright (C) 1999, 2000, 2001 Didier Verna.
;; Author: Didier Verna <didier@xemacs.org>
...
...
lisp/gnus/gnus-dired.el
View file @
88e6695f
;;; gnus-dired.el --- utility functions where gnus and dired meet
;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Authors: Benjamin Rutt <brutt@bloomington.in.us>,
;; Shenghuo Zhu <zsh@cs.rochester.edu>
...
...
Prev
1
2
3
4
5
6
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