diff options
author | Mike Gerwitz <mtg@gnu.org> | 2019-03-04 23:22:05 -0500 |
---|---|---|
committer | Mike Gerwitz <mtg@gnu.org> | 2019-03-04 23:23:04 -0500 |
commit | e9ed79ffdf5a2b8cd1ebb430960a9e40178cad23 (patch) | |
tree | a1ba3053e964814625d9c695c97df7f7231fef54 | |
parent | ac37bdef63e7b808c1207fce9fe55034d3756fa3 (diff) | |
download | thoughts-e9ed79ffdf5a2b8cd1ebb430960a9e40178cad23.tar.gz thoughts-e9ed79ffdf5a2b8cd1ebb430960a9e40178cad23.tar.bz2 thoughts-e9ed79ffdf5a2b8cd1ebb430960a9e40178cad23.zip |
Makefile: License header fix
Mangled accidentally by a {dist=>www } replacement.
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,12 +2,12 @@ # # Copyright (C) 2013, 2018, 2019 Mike Gerwitz # -# This program is free software: you can rewww-ribute it and/or modify +# This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# This program is www-ributed in the hope that it will be useful, +# This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. |