diff options
author | Eduardo Julian | 2023-01-13 16:58:37 -0400 |
---|---|---|
committer | Eduardo Julian | 2023-01-13 16:58:37 -0400 |
commit | 91bc060bc498a0d2418198cfcb9dc39636d1d867 (patch) | |
tree | 9375bf48bab29d4a966eeef229a17bec6bcbc4d5 /lux-cl | |
parent | 913171900fd11272ca328ded6553a56423db1e13 (diff) |
Re-licensed to MPL 2.0
Diffstat (limited to 'lux-cl')
-rw-r--r-- | lux-cl/project.clj | 3 | ||||
-rw-r--r-- | lux-cl/source/program.lux | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lux-cl/project.clj b/lux-cl/project.clj index f39ec0f9d..c2a8dab41 100644 --- a/lux-cl/project.clj +++ b/lux-cl/project.clj @@ -1,3 +1,6 @@ +;; This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. +;; If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + (def version "0.6.0-SNAPSHOT") (def repo "https://github.com/LuxLang/lux") (def sonatype-releases "https://oss.sonatype.org/service/local/staging/deploy/maven2/") diff --git a/lux-cl/source/program.lux b/lux-cl/source/program.lux index 8b68a960d..92bc72299 100644 --- a/lux-cl/source/program.lux +++ b/lux-cl/source/program.lux @@ -1,3 +1,6 @@ +... This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. +... If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + (.require [lux (.except) [program (.only program)] |