From 87608ee7771b3d21f38dca2542269eb44b94fbad Mon Sep 17 00:00:00 2001 From: jpanther Date: Thu, 11 May 2017 14:52:57 +1000 Subject: [PATCH] Add license bits --- data.lua | 22 ++++++++++++++++++++++ info.json | 1 + 2 files changed, 23 insertions(+) diff --git a/data.lua b/data.lua index 70d7d99..86218ea 100644 --- a/data.lua +++ b/data.lua @@ -1,3 +1,25 @@ +-------------------------- +-- COPYRIGHT & LICENSE -- +-------------------------- + +-- Dectorio, a Factorio mod +-- Copyright (c) 2017 James "PantherX" Panther + +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU 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 General Public License for more details. + +-- A copy of the GNU General Public License is packaged along with +-- this program. You can also see . + +-------------------------- + --data.lua require("prototypes.entity.entities") diff --git a/info.json b/info.json index d80afb0..f2826ce 100644 --- a/info.json +++ b/info.json @@ -7,5 +7,6 @@ "homepage": "https://github.com/jpanther/Dectorio", "factorio_version": "0.15", "dependencies": ["base >= 0.15"], + "license": "GNU GPLv3", "description": "Adds decorative elements to beautify your factory. Currently includes coloured signals, stone and concrete walls, wooden floorboards and painted concrete styles." } \ No newline at end of file