Skip to content

Commit

Permalink
Relicense under AGPLv3 and update information in readme.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
orwell96 committed Feb 15, 2020
1 parent 1bb1d82 commit 9d7b21c
Show file tree
Hide file tree
Showing 4 changed files with 169 additions and 88 deletions.
20 changes: 20 additions & 0 deletions advtrains/init.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@

--[[
Advanced Trains - Minetest Mod
Copyright (C) 2016-2020 Moritz Blei (orwell96) and contributors
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
]]

local lot = os.clock()
minetest.log("action", "[advtrains] Loading...")

Expand Down
Loading

0 comments on commit 9d7b21c

Please sign in to comment.