|
2 | 2 | # Copyright (c) 2013-2016 by Elizabeth Fischer
|
3 | 3 | #
|
4 | 4 | # This program is free software: you can redistribute it and/or modify
|
5 |
| -# it under the terms of the GNU General Public License as published by |
6 |
| -# the Free Software Foundation, either version 3 of the License, or |
| 5 | +# it under the terms of the GNU Lesser General Public License as published |
| 6 | +# by the Free Software Foundation, either version 3 of the License, or |
7 | 7 | # (at your option) any later version.
|
8 | 8 | #
|
9 | 9 | # This program is distributed in the hope that it will be useful,
|
10 | 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
|
11 | 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
12 |
| -# GNU General Public License for more details. |
| 12 | +# GNU Lesser General Public License for more details. |
13 | 13 | #
|
14 |
| -# You should have received a copy of the GNU General Public License |
| 14 | +# You should have received a copy of the GNU Lesser General Public License |
15 | 15 | # along with this program. If not, see <http://www.gnu.org/licenses/>.
|
16 | 16 |
|
17 | 17 | import re
|
|
23 | 23 | "Copyright (c) 2013-2016 by Elizabeth Fischer",
|
24 | 24 | "",
|
25 | 25 | "This program is free software: you can redistribute it and/or modify",
|
26 |
| -"it under the terms of the GNU General Public License as published by", |
27 |
| -"the Free Software Foundation, either version 3 of the License, or", |
| 26 | +"it under the terms of the GNU Lesser General Public License as published", |
| 27 | +"by the Free Software Foundation, either version 3 of the License, or", |
28 | 28 | "(at your option) any later version.",
|
29 | 29 | "",
|
30 | 30 | "This program is distributed in the hope that it will be useful,",
|
31 | 31 | "but WITHOUT ANY WARRANTY; without even the implied warranty of",
|
32 | 32 | "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the",
|
33 |
| -"GNU General Public License for more details.", |
| 33 | +"GNU Lesser General Public License for more details.", |
34 | 34 | "",
|
35 |
| -"You should have received a copy of the GNU General Public License", |
| 35 | +"You should have received a copy of the GNU Lesser General Public License", |
36 | 36 | "along with this program. If not, see <http://www.gnu.org/licenses/>."
|
37 | 37 | ]
|
38 | 38 |
|
|
0 commit comments