• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Experimental package creation tool for MinGW.org


Commit MetaInfo

Revision97c78cbbc01812b78452007c020ff569aa0a35fd (tree)
Zeit2020-08-20 23:54:15
AutorKeith Marshall <keith@user...>
CommiterKeith Marshall

Log Message

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.

Ändern Zusammenfassung

Diff

--- a/src/modules/licence.sh
+++ b/src/modules/licence.sh
@@ -15,7 +15,7 @@ test "x$APPSUITE_CMD" = "x$APPNAME" || APPSUITE_CMD="$cmd ($APPNAME)"
1515
1616 AUTHOR=${AUTHOR-"Keith Marshall"}
1717 COPYRIGHT_HOLDER=${COPYRIGHT_HOLDER-"MinGW.org Project"}
18-COPYRIGHT_YEARS=${COPYRIGHT_YEARS-"2011-2018"}
18+COPYRIGHT_YEARS=${COPYRIGHT_YEARS-"2011-2020"}
1919
2020 # Copyright notice.
2121 #
@@ -28,7 +28,7 @@ ETX
2828 # Licence document (full text).
2929 #
3030 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.
3232
3333 Permission is hereby granted, free of charge, to any person obtaining a copy
3434 of this software and associated documentation files (the "Software"), to deal