1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
|
This package was started by Roland Mas <lolando@debian.org> on Monday
the 3rd of December, 2001.
It was assembled from various messages posted on the gnu.emacs.sources
newsgroup, as well as from various collections of Emacs Lisp files
found on the web.
Author/copyright info for gnus-junk.el:
,----
| ;;; gnus-junk.el --- a response to junk e-mails
|
| ;; Copyright (C) 1996,1997 Robert Bihlmeyer
|
| ;; Author: Robert Bihlmeyer <robbe@orcus.priv.at>
| [...]
| ;; This program is free software; you can redistribute it and/or modify it
| ;; under the terms of the GNU General Public License as published by the Free
| ;; Software Foundation; either version 2, or (at your option) any later
| ;; version.
`----
Author/copyright info for message-x.el:
,----
| ;; message-x.el -- customizable completion in message headers
| ;; Copyright (C) 1998 Kai Grojohann
| [...]
| ;; Author: Kai Grossjohann <grossjohann@ls6.informatik.uni-dortmund.de>
| ;; Keywords: news, mail, compose, completion
| [...]
| ;; This is free software; you can redistribute it and/or modify
| ;; it under the terms of the GNU General Public License as published by
| ;; the Free Software Foundation; either version 2, or (at your option)
| ;; any later version.
`----
Author/copyright info for nntodo.el:
,----
| ;;; nntodo.el --- Manage todo items with Gnus
|
| ;; Copyright (C) 1999 by Kai Grossjohann.
|
| ;; Authors: Kai.Grossjohann@CS.Uni-Dortmund.DE,
| ;; John Wiegley <johnw@gnu.org>
| [...]
| ;; This file is free software; you can redistribute it and/or modify
| ;; it under the terms of the GNU General Public License as published by
| ;; the Free Software Foundation; either version 2, or (at your option)
| ;; any later version.
`----
Author/copyright info for nnnil.el:
,----
| ;;; nnnil.el: empty, read-only backend for Gnus -*- emacs-lisp -*-
| ;;; <URL:http://multivac.cwru.edu/gnus/#nnnil>
| ;;; Written and placed in the public domain by Paul Jarc <prj@po.cwru.edu>.
`----
Author/copyright info for nnir.el:
,----
| ;;; nnir.el --- search mail with various search engines -*- coding: iso-8859-1 -*-
| ;; Copyright (C) 1998 Kai Grojohann
| [...]
| ;; Author: Kai Grojohann <grossjohann@ls6.cs.uni-dortmund.de>
| [...]
| ;; This is free software; you can redistribute it and/or modify
| ;; it under the terms of the GNU General Public License as published by
| ;; the Free Software Foundation; either version 2, or (at your option)
| ;; any later version.
`----
Author/copyright info for nnmaildir.el:
,----
| ;;; nnmaildir.el: maildir backend for Gnus -*- emacs-lisp -*-
| ;;; <URL:http://multivac.cwru.edu./nnmaildir/>
| ;;; This software is copyright by Paul Jarc <prj@po.cwru.edu>. It is
| ;;; entirely devoid of warranty. Permission is granted to everyone to
| ;;; use, modify, copy, and redistribute it as specified by the GNU
| ;;; General Public License, version 2 or (if desired) any later version.
`----
|