From: Isidor Zeuner Date: Tue, 6 Apr 2021 20:44:39 +0000 (+0200) Subject: license annotation in source file X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=8baf4d82939b8240b869c67993ca5f006b7049d9;p=lmz_opening_hours.git license annotation in source file --- diff --git a/init.lua b/init.lua index abb0e5a..76367b7 100644 --- a/init.lua +++ b/init.lua @@ -1,3 +1,9 @@ +-- Description: Configure and enforce server opening hours +-- Author: Elias Fleckenstein +-- Author: Isidor Zeuner +-- For license see LICENSE +-- ------------------------------------------------------------------- + local modname = minetest.get_current_modname() local storage = minetest.get_mod_storage() local S = minetest.get_translator("lmz_opening_hours")