From 3ade0e1af5a2ea05c58958ad8612691d60193d0d Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 7 Feb 2019 20:08:16 -0400 Subject: Small improvements & fixes. --- stdlib/source/program/licentia.lux | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'stdlib/source/program/licentia.lux') 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 [ (as-is "2019-04-01")] + (to-do "Replace _.work with _.covered-work or _.licensed-work") + (to-do "Create a short notice to add as a comment to each file in the _.work")) + (import: #long java/lang/String (trim [] String)) -- cgit v1.2.3