aboutsummaryrefslogtreecommitdiff
path: root/licentia
diff options
context:
space:
mode:
Diffstat (limited to 'licentia')
-rw-r--r--licentia/source/program/licentia/license/notice.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/licentia/source/program/licentia/license/notice.lux b/licentia/source/program/licentia/license/notice.lux
index 3a5edf3c0..47ba277d9 100644
--- a/licentia/source/program/licentia/license/notice.lux
+++ b/licentia/source/program/licentia/license/notice.lux
@@ -21,7 +21,7 @@
(def: .public (copyright_holder holder)
(-> //copyright.Holder Text)
- (let [(^slots [//time.#start //time.#end]) (value@ //copyright.#period holder)
+ (let [(^open "[0]") (value@ //copyright.#period holder)
single_year? (n.= start end)
period_section (if single_year?
(%.nat start)