Merge pull request #2307 from a1346054/fixes

Fix redirect in license file and remove trailing whitespace elsewhere
This commit is contained in:
Vidar Holen 2021-08-26 19:46:16 -07:00 committed by GitHub
commit ecacc2e9bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 8 deletions

View File

@ -26,4 +26,3 @@ do
done done
gh release upload "$tag" "${files[@]}" --clobber || exit 1 gh release upload "$tag" "${files[@]}" --clobber || exit 1
done done

View File

@ -681,4 +681,4 @@ into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read Public License instead of this License. But first, please read
<https://www.gnu.org/philosophy/why-not-lgpl.html>. <https://www.gnu.org/licenses/why-not-lgpl.html>.

View File

@ -75,4 +75,3 @@ find . -name '.git' -prune -o -type f -name '*.hs' -print |
do do
modify "$file" detestify modify "$file" detestify
done done