diff options
| author | Glenn Morris | 2007-11-28 07:50:42 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-11-28 07:50:42 +0000 |
| commit | d19895e4cfa12ac877a3befb77c94710ab7dda7d (patch) | |
| tree | 9e117bf2eecc7eda14fc59cf122515780d06d737 | |
| parent | fd06c65349347a7b38a51a159a579b9b99aa4f99 (diff) | |
| download | emacs-d19895e4cfa12ac877a3befb77c94710ab7dda7d.tar.gz emacs-d19895e4cfa12ac877a3befb77c94710ab7dda7d.zip | |
Standardize license text.
| -rw-r--r-- | lisp/gnus/ntlm.el | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/lisp/gnus/ntlm.el b/lisp/gnus/ntlm.el index 47866934b92..126f6688f0d 100644 --- a/lisp/gnus/ntlm.el +++ b/lisp/gnus/ntlm.el | |||
| @@ -7,18 +7,20 @@ | |||
| 7 | ;; Version: 1.00 | 7 | ;; Version: 1.00 |
| 8 | ;; Created: February 2001 | 8 | ;; Created: February 2001 |
| 9 | 9 | ||
| 10 | ;; This program is free software; you can redistribute it and/or modify | 10 | ;; This file is part of GNU Emacs. |
| 11 | |||
| 12 | ;; 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 | 13 | ;; it under the terms of the GNU General Public License as published by |
| 12 | ;; the Free Software Foundation; either version 3, or (at your option) | 14 | ;; the Free Software Foundation; either version 3, or (at your option) |
| 13 | ;; any later version. | 15 | ;; any later version. |
| 14 | ;; | 16 | |
| 15 | ;; This program is distributed in the hope that it will be useful, | 17 | ;; GNU Emacs is distributed in the hope that it will be useful, |
| 16 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | 18 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 17 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 19 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 18 | ;; GNU General Public License for more details. | 20 | ;; GNU General Public License for more details. |
| 19 | ;; | 21 | |
| 20 | ;; You should have received a copy of the GNU General Public License | 22 | ;; You should have received a copy of the GNU General Public License |
| 21 | ;; along with this program; see the file COPYING. If not, write to the | 23 | ;; along with GNU Emacs; see the file COPYING. If not, write to the |
| 22 | ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | 24 | ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 23 | ;; Boston, MA 02110-1301, USA. | 25 | ;; Boston, MA 02110-1301, USA. |
| 24 | 26 | ||