aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/licentia/license/copyright.lux
diff options
context:
space:
mode:
authorEduardo Julian2021-06-14 18:33:54 -0400
committerEduardo Julian2021-06-14 18:33:54 -0400
commit519c0c0c71cdf7ce3dfc64b9781ab826760b3d94 (patch)
tree75fa0672afceff129e5e75afb7a5fed197ce1773 /stdlib/source/program/licentia/license/copyright.lux
parentaf3e6e2cb011dc2ad9204440990731a2f272716d (diff)
Extracted Licentia out of the standard library.
Diffstat (limited to 'stdlib/source/program/licentia/license/copyright.lux')
-rw-r--r--stdlib/source/program/licentia/license/copyright.lux8
1 files changed, 0 insertions, 8 deletions
diff --git a/stdlib/source/program/licentia/license/copyright.lux b/stdlib/source/program/licentia/license/copyright.lux
deleted file mode 100644
index 872af9d2b..000000000
--- a/stdlib/source/program/licentia/license/copyright.lux
+++ /dev/null
@@ -1,8 +0,0 @@
-(.module:
- [lux #*]
- [//
- [time (#+ Year Period)]])
-
-(type: #export Holder
- {#name Text
- #period (Period Year)})