summaryrefslogtreecommitdiff
path: root/filters/strip-solutions.lua
diff options
context:
space:
mode:
authorpacien2022-12-01 16:48:25 +0100
committerpacien2022-12-01 16:48:25 +0100
commit354f741e767e8b5845ccfe78b16588adde887c6d (patch)
tree3122f97f3ad7c473c8c8286849f1354ee93f54b2 /filters/strip-solutions.lua
parent44f992828b0e08303a2468eb656fde884ab81c71 (diff)
downloadmarkdown-course-website-354f741e767e8b5845ccfe78b16588adde887c6d.tar.gz
use less restrictive licence
This is necessary to allow the solutions to be kept private.
Diffstat (limited to 'filters/strip-solutions.lua')
-rw-r--r--filters/strip-solutions.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/filters/strip-solutions.lua b/filters/strip-solutions.lua
index 2bba42f..24221d4 100644
--- a/filters/strip-solutions.lua
+++ b/filters/strip-solutions.lua
@@ -3,7 +3,7 @@
3-- Useful to generate public and private handouts from the same source. 3-- Useful to generate public and private handouts from the same source.
4-- 4--
5-- Author: Pacien TRAN-GIRARD 5-- Author: Pacien TRAN-GIRARD
6-- Licence: EUPL-1.2 6-- Licence: CC BY-NC 4.0
7 7
8strip_solutions = os.getenv('STRIP_SOLUTIONS') 8strip_solutions = os.getenv('STRIP_SOLUTIONS')
9 9