aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/licentia/license/extension.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/program/licentia/license/extension.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/program/licentia/license/extension.lux b/stdlib/source/program/licentia/license/extension.lux
index 83da58873..68b5f6669 100644
--- a/stdlib/source/program/licentia/license/extension.lux
+++ b/stdlib/source/program/licentia/license/extension.lux
@@ -2,7 +2,7 @@
[lux #*
[data
["." text
- format]
+ ["%" format (#+ format)]]
[collection
["." list ("#;." monoid)]]]]
["." // (#+ Extension)
@@ -93,7 +93,7 @@
" must notify the software community of the availability of the " _.source-code-form
" to any " _.extension
" created by " _.recipient
- " within " (%n start)
+ " within " (%.nat start)
" month(s) of the date " _.recipient
" initially does " _.deploy
", and include in such notification a description of the " _.extension
@@ -101,7 +101,7 @@
" via an " _.electronic-distribution-mechanism)
on-duration (format "The " _.source-code-form
" must remain available via an " _.electronic-distribution-mechanism
- " for no less than " (%n end)
+ " for no less than " (%.nat end)
" month(s) after the date " _.recipient
" ceases to " _.deploy)
on-responsibility (format _.recipient
@@ -116,7 +116,7 @@
" in excess of the actual cost of duplication and distribution of said copy that " _.recipient
" incurs")
on-changes (format "Should such instructions change, " _.recipient
- " must notify the software community of revised instructions within " (%n start)
+ " must notify the software community of revised instructions within " (%.nat start)
" month(s) of the date of change")
on-accesibility (format _.recipient
" must provide notification by posting to appropriate " ($.or news-sources)