aboutsummaryrefslogtreecommitdiff
path: root/licentia
diff options
context:
space:
mode:
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