comparison lisp/erc/erc-dcc.el @ 94660:2a734255bcc7

Switch to recommended form of GPLv3 permissions notice.
author Glenn Morris <rgm@gnu.org>
date Tue, 06 May 2008 03:34:27 +0000
parents 84357f6e06d1
children 7a2a452a3e7d
comparison
equal deleted inserted replaced
94659:b631bc2a3818 94660:2a734255bcc7
10 ;; Keywords: comm, processes 10 ;; Keywords: comm, processes
11 ;; Created: 1994-01-23 11 ;; Created: 1994-01-23
12 12
13 ;; This file is part of GNU Emacs. 13 ;; This file is part of GNU Emacs.
14 14
15 ;; GNU Emacs is free software; you can redistribute it and/or modify 15 ;; GNU Emacs is free software: you can redistribute it and/or modify
16 ;; it under the terms of the GNU General Public License as published by 16 ;; it under the terms of the GNU General Public License as published by
17 ;; the Free Software Foundation; either version 3, or (at your option) 17 ;; the Free Software Foundation, either version 3 of the License, or
18 ;; any later version. 18 ;; (at your option) any later version.
19 19
20 ;; GNU Emacs is distributed in the hope that it will be useful, 20 ;; GNU Emacs is distributed in the hope that it will be useful,
21 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of 21 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
22 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 22 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23 ;; GNU General Public License for more details. 23 ;; GNU General Public License for more details.
24 24
25 ;; You should have received a copy of the GNU General Public License 25 ;; You should have received a copy of the GNU General Public License
26 ;; along with GNU Emacs; see the file COPYING. If not, write to the 26 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
27 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
28 ;; Boston, MA 02110-1301, USA.
29 27
30 ;;; Commentary: 28 ;;; Commentary:
31 29
32 ;; This file provides Direct Client-to-Client support for ERC. 30 ;; This file provides Direct Client-to-Client support for ERC.
33 ;; 31 ;;