mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-06 21:11:35 -07:00
Merge pull request #2307 from a1346054/fixes
Fix redirect in license file and remove trailing whitespace elsewhere
This commit is contained in:
commit
ecacc2e9bb
5 changed files with 6 additions and 8 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
2
LICENSE
2
LICENSE
|
@ -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>.
|
||||||
|
|
|
@ -75,4 +75,3 @@ find . -name '.git' -prune -o -type f -name '*.hs' -print |
|
||||||
do
|
do
|
||||||
modify "$file" detestify
|
modify "$file" detestify
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue