From bc72b81812087cb58d1a1a525d14c2e79a2a3490 Mon Sep 17 00:00:00 2001 From: luk3yx Date: Thu, 1 Oct 2020 13:51:49 +1300 Subject: [PATCH] Update license URL --- example_sscsm.lua | 2 +- sscsm_init.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example_sscsm.lua b/example_sscsm.lua index 4a723b0..3e59740 100644 --- a/example_sscsm.lua +++ b/example_sscsm.lua @@ -3,7 +3,7 @@ -- Testing code -- -- Copyright © 2019 by luk3yx --- License: https://git.minetest.land/luk3yx/sscsm/src/branch/master/LICENSE.md +-- License: https://luk3yx.mit-license.org/@2019 -- --[==[ diff --git a/sscsm_init.lua b/sscsm_init.lua index 35093e2..d787c50 100644 --- a/sscsm_init.lua +++ b/sscsm_init.lua @@ -3,7 +3,7 @@ -- Initial code sent to the client -- -- Copyright © 2019 by luk3yx --- License: https://git.minetest.land/luk3yx/sscsm/src/branch/master/LICENSE.md +-- License: https://luk3yx.mit-license.org/@2019 -- -- Make sure both table.unpack and unpack exist.