diff options
author | Eduardo Julian | 2021-09-14 02:01:49 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-09-14 02:01:49 -0400 |
commit | 1c93f003f73116202b1f964b0d1b6d3f07b69fb0 (patch) | |
tree | 925f64cd59ab2ce48bccf6dd4df1142296d2094a /licentia/source | |
parent | bca1a9cdcf837e184378d5e6339a969e40d1dbab (diff) |
No more "^slots".
Diffstat (limited to 'licentia/source')
-rw-r--r-- | licentia/source/program/licentia/license/notice.lux | 2 |
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) |