aboutsummaryrefslogtreecommitdiff
path: root/licentia
diff options
context:
space:
mode:
authorEduardo Julian2022-04-07 03:27:59 -0400
committerEduardo Julian2022-04-07 03:27:59 -0400
commit9224e54bf175ebe13c3fae42f04b649413c737e7 (patch)
treedab2b19f79e79020792ee0bfe0fb6abe522639a3 /licentia
parent7542b0addd9eaf01dd5f1c4c8a39b67f51a4bd06 (diff)
De-sigil-ification: &
Diffstat (limited to 'licentia')
-rw-r--r--licentia/source/program/licentia/license/grant.lux28
1 files changed, 14 insertions, 14 deletions
diff --git a/licentia/source/program/licentia/license/grant.lux b/licentia/source/program/licentia/license/grant.lux
index 08a989bce..9be9208f1 100644
--- a/licentia/source/program/licentia/license/grant.lux
+++ b/licentia/source/program/licentia/license/grant.lux
@@ -1,15 +1,15 @@
(.using
- [library
- [lux "*"
- [data
- ["[0]" text
- ["%" format {"+" format}]]]]]
+ [library
+ [lux "*"
+ [data
+ ["[0]" text
+ ["%" format {"+" format}]]]]]
+ [//
+ [time {"+" Days}]
+ ["_" term]
+ ["[0]" definition]
[//
- [time {"+" Days}]
- ["_" term]
- ["[0]" definition]
- [//
- ["$" document]]])
+ ["$" document]]])
(def: grant_header
(format "Subject to the terms and conditions of " _.license
@@ -61,10 +61,10 @@
" under " _.license
" for " _.licensed_work
" shall terminate as of the date such litigation is filed")]
- ($.paragraph (list& grant
- (if retaliation?
- (list retaliation_clause)
- (list))))))
+ ($.paragraph (partial_list grant
+ (if retaliation?
+ (list retaliation_clause)
+ (list))))))
(def: .public date
($.sentence (format "The licenses granted in " _.license