aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/licentia/license/copyright.lux
blob: 872af9d2bb3dd112d36ac040e462308facd3c890 (plain)
1
2
3
4
5
6
7
8
(.module:
  [lux #*]
  [//
   [time (#+ Year Period)]])

(type: #export Holder
  {#name Text
   #period (Period Year)})