From 9224e54bf175ebe13c3fae42f04b649413c737e7 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 7 Apr 2022 03:27:59 -0400 Subject: De-sigil-ification: & --- licentia/source/program/licentia/license/grant.lux | 28 +++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'licentia') 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 -- cgit v1.2.3