diff options
author | Eduardo Julian | 2019-02-07 20:08:16 -0400 |
---|---|---|
committer | Eduardo Julian | 2019-02-07 20:08:16 -0400 |
commit | 3ade0e1af5a2ea05c58958ad8612691d60193d0d (patch) | |
tree | fcb6fb7b351b2af98c25414e240c45cd79869451 /stdlib/source/program/licentia | |
parent | 5f15b52079bd4ce7638cbfbc1c63cea53e4ffec7 (diff) |
Small improvements & fixes.
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/program/licentia.lux | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/stdlib/source/program/licentia.lux b/stdlib/source/program/licentia.lux index 29ecc7eab..42af77bf2 100644 --- a/stdlib/source/program/licentia.lux +++ b/stdlib/source/program/licentia.lux @@ -14,6 +14,7 @@ (.module: [lux #* [control + [remember (#+ to-do)] [monad (#+ do)] ["." parser]] [data @@ -33,6 +34,10 @@ ["/." input] ["/." output]]) +(with-expansions [<expiry> (as-is "2019-04-01")] + (to-do <expiry> "Replace _.work with _.covered-work or _.licensed-work") + (to-do <expiry> "Create a short notice to add as a comment to each file in the _.work")) + (import: #long java/lang/String (trim [] String)) |