From db664d68f89ccb0208e77491aaec5109574bcc05 Mon Sep 17 00:00:00 2001
From: ShadowNinja <shadowninja@minetest.net>
Date: Thu, 14 Nov 2013 19:11:20 -0500
Subject: License tweaks

---
 legacy.lua | 2 --
 1 file changed, 2 deletions(-)

(limited to 'legacy.lua')

diff --git a/legacy.lua b/legacy.lua
index 6356c38..82fa4ee 100644
--- a/legacy.lua
+++ b/legacy.lua
@@ -44,8 +44,6 @@ minetest.register_chatcommand("legacy_load_areas", {
 		minetest.chat_send_player(name, "Converted areas saved. Done.")
 end})
 
--- The old load function from node_ownership (with minor modifications)
--- Licensed GPLv2 as it is only slightly modified.
 function areas:node_ownership_load()
 	local filename = minetest.get_worldpath().."/owners.tbl"
 	tables, err = loadfile(filename)
-- 
cgit v1.2.3