Experimental package creation tool for MinGW.org
Revision | 97c78cbbc01812b78452007c020ff569aa0a35fd (tree) |
---|---|
Zeit | 2020-08-20 23:54:15 |
Autor | Keith Marshall <keith@user...> |
Commiter | Keith Marshall |
Update licence document.
* src/modules/licence.sh (COPYRIGHT_YEARS): Adjust date range.
(licence vs. license): Correct typo; adopt World English spelling.
(MIT): Note that this is the MIT/X11 variant of the licence.
@@ -15,7 +15,7 @@ test "x$APPSUITE_CMD" = "x$APPNAME" || APPSUITE_CMD="$cmd ($APPNAME)" | ||
15 | 15 | |
16 | 16 | AUTHOR=${AUTHOR-"Keith Marshall"} |
17 | 17 | COPYRIGHT_HOLDER=${COPYRIGHT_HOLDER-"MinGW.org Project"} |
18 | -COPYRIGHT_YEARS=${COPYRIGHT_YEARS-"2011-2018"} | |
18 | +COPYRIGHT_YEARS=${COPYRIGHT_YEARS-"2011-2020"} | |
19 | 19 | |
20 | 20 | # Copyright notice. |
21 | 21 | # |
@@ -28,7 +28,7 @@ ETX | ||
28 | 28 | # Licence document (full text). |
29 | 29 | # |
30 | 30 | test "x$3" = xfull && cat <<-ETX |
31 | -$APPNAME is licensed under the terms of the MIT license. | |
31 | +$APPNAME is licensed under the terms of the MIT/X11 licence. | |
32 | 32 | |
33 | 33 | Permission is hereby granted, free of charge, to any person obtaining a copy |
34 | 34 | of this software and associated documentation files (the "Software"), to deal |