comparison lisp/international/utf-7.el @ 94684:bfec2b1b2136

Switch to recommended form of GPLv3 permissions notice.
author Glenn Morris <rgm@gnu.org>
date Tue, 06 May 2008 08:06:51 +0000
parents 1e3a407766b9
children a374273bf2a5
comparison
equal deleted inserted replaced
94683:f3e86c1007e8 94684:bfec2b1b2136
1 ;;; utf-7.el --- utf-7 coding system 1 ;;; utf-7.el --- utf-7 coding system
2 2
3 ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 3 ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008
4 ;; Free Software Foundation, Inc.
4 5
5 ;; Author: Dave Love <fx@gnu.org> 6 ;; Author: Dave Love <fx@gnu.org>
6 ;; Keywords: i18n, mail 7 ;; Keywords: i18n, mail
7 8
8 ;; This file is free software; you can redistribute it and/or modify 9 ;; This file is part of GNU Emacs.
10
11 ;; GNU Emacs is free software: you can redistribute it and/or modify
9 ;; 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
10 ;; the Free Software Foundation; either version 3, or (at your option) 13 ;; the Free Software Foundation, either version 3 of the License, or
11 ;; any later version. 14 ;; (at your option) any later version.
12 15
13 ;; This file is distributed in the hope that it will be useful, 16 ;; GNU Emacs is distributed in the hope that it will be useful,
14 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of 17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
15 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 ;; GNU General Public License for more details. 19 ;; GNU General Public License for more details.
17 20
18 ;; 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
19 ;; along with GNU Emacs; see the file COPYING. If not, write to 22 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
20 ;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21 ;; Boston, MA 02110-1301, USA.
22 23
23 ;;; Commentary: 24 ;;; Commentary:
24 25
25 ;; Defines a coding system for UTF-7, defined in RFC 2152. Non-ASCII 26 ;; Defines a coding system for UTF-7, defined in RFC 2152. Non-ASCII
26 ;; segments are encoded as base64-encoded big endian UTF-16. Also 27 ;; segments are encoded as base64-encoded big endian UTF-16. Also