|
6 | 6 |
|
7 | 7 | ;; This file is not part of GNU Emacs.
|
8 | 8 |
|
9 |
| -;; All rights reserved. |
10 |
| -;; |
11 |
| -;; Redistribution and use in source and binary forms, with or without |
12 |
| -;; modification, are permitted provided that the following conditions |
13 |
| -;; are met: |
14 |
| -;; |
15 |
| -;; * Redistributions of source code must retain the above |
16 |
| -;; copyright notice, this list of conditions and the following |
17 |
| -;; disclaimer. |
18 |
| -;; |
19 |
| -;; * Redistributions in binary form must reproduce the above |
20 |
| -;; copyright notice, this list of conditions and the following |
21 |
| -;; disclaimer in the documentation and/or other materials |
22 |
| -;; provided with the distribution. |
23 |
| -;; |
24 |
| -;; * The name of Roel van Dijk and the names of contributors may |
25 |
| -;; NOT be used to endorse or promote products derived from this |
26 |
| -;; software without specific prior written permission. |
27 |
| -;; |
28 |
| -;; THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
29 |
| -;; "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
30 |
| -;; LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
31 |
| -;; FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
32 |
| -;; COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
33 |
| -;; INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
34 |
| -;; (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
35 |
| -;; SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
36 |
| -;; HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, |
37 |
| -;; STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
38 |
| -;; ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
39 |
| -;; OF THE POSSIBILITY OF SUCH DAMAGE. |
| 9 | +;; This file is free software; you can redistribute it and/or modify |
| 10 | +;; it under the terms of the GNU General Public License as published by |
| 11 | +;; the Free Software Foundation; either version 3 of the License, or |
| 12 | +;; (at your option) any later version. |
| 13 | + |
| 14 | +;; This file is distributed in the hope that it will be useful, |
| 15 | +;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 16 | +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 17 | +;; GNU General Public License for more details. |
| 18 | + |
| 19 | +;; You should have received a copy of the GNU General Public License |
| 20 | +;; along with this program. If not, see <http://www.gnu.org/licenses/>. |
40 | 21 |
|
41 | 22 | ;;; Commentary:
|
42 | 23 |
|
|
0 commit comments