diff options
author | Eduardo Julian | 2022-06-12 14:19:07 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-06-12 14:19:07 -0400 |
commit | 616ce8051f59f956fedc57780f5a8fefa16dd61d (patch) | |
tree | d0cf43811d8414730cd52fb0d509c7cbc7032cda /licentia/source/program | |
parent | 8c3a1afab9efeb86e2f53d743551fc689fbad257 (diff) |
Re-named "partial_list" to "list.partial".
Diffstat (limited to '')
-rw-r--r-- | licentia/source/program/licentia/license/grant.lux | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/licentia/source/program/licentia/license/grant.lux b/licentia/source/program/licentia/license/grant.lux index bd319a1dc..4982d5e0d 100644 --- a/licentia/source/program/licentia/license/grant.lux +++ b/licentia/source/program/licentia/license/grant.lux @@ -3,7 +3,9 @@ [lux (.except) [data ["[0]" text - ["%" format (.only format)]]]]] + ["%" format (.only format)]] + [collection + ["[0]" list]]]]] [// [time (.only Days)] ["_" term] @@ -61,7 +63,7 @@ " under " _.license " for " _.licensed_work " shall terminate as of the date such litigation is filed")] - ($.paragraph (partial_list grant + ($.paragraph (list.partial grant (if retaliation? (list retaliation_clause) (list)))))) |