aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2018-02-05 07:36:03 +0100
committerHerbert Valerio Riedel <hvr@gnu.org>2018-02-05 10:05:42 +0100
commitbeb5a37119e99b8d414ca8f5729e01af6b767e7e (patch)
treeb485ba2786aefedde22ebe5329ccc6f2abca0c74 /CHANGES.md
parent9618091679cdbbcaac7622c0ff78f90a4fb58d83 (diff)
Add `SPDX-License-Identifier` as alised for "license" module header tokens
C.f. SPDX 2.1 - Appendix V https://spdx.org/spdx-specification-21-web-version#h.twlc0ztnng3b The tag should appear on its own line in the source file, generally as part of a comment. SPDX-License-Identifier: <SPDX License Expression> Cherry-picked from #743
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 38346c00..ab2ef01a 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -28,6 +28,9 @@
* Overhaul Haddock's rendering of kind signatures so that invisible kind
parameters are not printed (#681)
+ * Recognise `SPDX-License-Identifier` as alias for `License` in module header
+ parser (#743)
+
## Changes in version 2.18.1
* Synopsis is working again (#599)