aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/licentia.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/program/licentia.lux5
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))