Commit 3a21b4e73e21810eff7ce4591213df7a1f9c8f49
Respace the licence notice
as ventilated proseGreg K Nicholson committed on 10/15/2017, 11:16:29 PM
Parent: 1338c020316a3eb9679397cf649ef5278a25fe1c
Files changed
scuttleblog.py | changed |
scuttleblog.py | ||
---|---|---|
@@ -5,20 +5,25 @@ | ||
5 | 5 … | Scuttleblog |
6 | 6 … | |
7 | 7 … | Copyright (C) 2017 Greg K Nicholson |
8 | 8 … | |
9 | - This program is free software: you can redistribute it and/or modify | |
10 | - it under the terms of the GNU Affero 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. | |
9 … | + This program is free software: | |
10 … | + you can redistribute it and/or modify it | |
11 … | + under the terms of the GNU Affero General Public License | |
12 … | + as published by the Free Software Foundation, | |
13 … | + either version 3 of the License, | |
14 … | + or (at your option) any later version. | |
13 | 15 … | |
14 | 16 … | This program 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 Affero General Public License for more details. | |
17 … | + but WITHOUT ANY WARRANTY; | |
18 … | + without even the implied warranty | |
19 … | + of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
20 … | + See the GNU Affero General Public License for more details. | |
18 | 21 … | |
19 | - You should have received a copy of the GNU Affero General Public License | |
20 | - along with this program. If not, see <https://www.gnu.org/licenses/>. | |
22 … | + You should have received a copy | |
23 … | + of the GNU Affero General Public License | |
24 … | + along with this program. | |
25 … | + If not, see <https://www.gnu.org/licenses/>. | |
21 | 26 … | |
22 | 27 … | """ |
23 | 28 … | |
24 | 29 … | import datetime |
Built with git-ssb-web