diff options
author | Glenn Morris <rgm@gnu.org> | 2007-11-30 05:09:42 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-11-30 05:09:42 +0000 |
commit | 393209d6fc1ad24576d8cfecfebd954d87cd0f05 (patch) | |
tree | 5660b34e43c4ac11bedc8b334143e5687bfb0a1d /lisp/gnus/nnmaildir.el | |
parent | d63a593b124b895d3c74aaa7ce6597a9ccf2e19b (diff) | |
download | emacs-393209d6fc1ad24576d8cfecfebd954d87cd0f05.tar.gz |
Clarify license.
Diffstat (limited to 'lisp/gnus/nnmaildir.el')
-rw-r--r-- | lisp/gnus/nnmaildir.el | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/lisp/gnus/nnmaildir.el b/lisp/gnus/nnmaildir.el index 04b6af72aed..bfb55db30a9 100644 --- a/lisp/gnus/nnmaildir.el +++ b/lisp/gnus/nnmaildir.el @@ -1,25 +1,11 @@ ;;; nnmaildir.el --- maildir backend for Gnus -;; Public domain. + +;; This file is in the public domain. ;; Author: Paul Jarc <prj@po.cwru.edu> ;; This file is part of GNU Emacs. -;; GNU Emacs 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 3, or (at your option) -;; any later version. - -;; GNU Emacs is distributed in the hope that it will be useful, -;; but WITHOUT ANY WARRANTY; without even the implied warranty of -;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -;; GNU General Public License for more details. - -;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -;; Boston, MA 02110-1301, USA. - ;;; Commentary: ;; Maildir format is documented at <URL:http://cr.yp.to/proto/maildir.html> |