comparison lisp/mail/pmaildesc.el @ 98012:f4a921de2099

Fix copyright years and license notices.
author Glenn Morris <rgm@gnu.org>
date Sat, 06 Sep 2008 02:28:43 +0000
parents cc9bb337ef7c
children 72564311fb7b
comparison
equal deleted inserted replaced
98011:073472b9e9db 98012:f4a921de2099
1 ;;; pmaildesc.el --- Low level message descriptor library for Pmail. 1 ;;; pmaildesc.el --- Low level message descriptor library for Pmail.
2 2
3 ;; Copyright (C) 2002, 2006 Free Software Foundation, Inc. 3 ;; Copyright (C) 2002, 2003, 2004, 2006, 2006, 2007, 2008
4 ;; Free Software Foundation, Inc.
4 5
5 ;; Maintainer: FSF 6 ;; Maintainer: FSF
6 ;; Keywords: mail 7 ;; Keywords: mail
7 8
8 ;; This file is part of GNU Emacs. 9 ;; This file is part of GNU Emacs.
9 10
10 ;; GNU Emacs is free software; you can redistribute it and/or modify 11 ;; GNU Emacs is free software: you can redistribute it and/or modify
11 ;; it under the terms of the GNU General Public License as published by 12 ;; it under the terms of the GNU General Public License as published by
12 ;; the Free Software Foundation; either version 2, or (at your option) 13 ;; the Free Software Foundation, either version 3 of the License, or
13 ;; any later version. 14 ;; (at your option) any later version.
14 15
15 ;; GNU Emacs is distributed in the hope that it will be useful, 16 ;; GNU Emacs is distributed in the hope that it will be useful,
16 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of 17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 ;; GNU General Public License for more details. 19 ;; GNU General Public License for more details.
19 20
20 ;; You should have received a copy of the GNU General Public License 21 ;; You should have received a copy of the GNU General Public License
21 ;; along with GNU Emacs; see the file COPYING. If not, write to the 22 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23 ;; Boston, MA 02111-1307, USA.
24 23
25 ;;; Commentary: 24 ;;; Commentary:
26 25
27 ;;; This package provides low level functions for tracking messages in Pmail. 26 ;;; This package provides low level functions for tracking messages in Pmail.
28 27