From 5ff298f3d4016ca606c2b65697254f1fef2b1201 Mon Sep 17 00:00:00 2001 From: Nicholas Jones Date: Fri, 19 Sep 2014 09:21:29 -0700 Subject: [PATCH] Added License file and headers. --- LICENSE.txt | 16 ++++++++++++++++ .../minetestlauncher/FileGetter.java | 19 +++++++++++++++++++ .../awesomecoding/minetestlauncher/Main.java | 19 +++++++++++++++++++ 3 files changed, 54 insertions(+) create mode 100644 LICENSE.txt diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..78e0040 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,16 @@ +Minetest Launcher +Copyright (C) 2014 Nicholas Jones + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU Lesser General Public License as published by +the Free Software Foundation; either version 2.1 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 Lesser General Public License for more details. + +You should have received a copy of the GNU Lesser General Public License along +with this program; if not, write to the Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \ No newline at end of file diff --git a/src/com/awesomecoding/minetestlauncher/FileGetter.java b/src/com/awesomecoding/minetestlauncher/FileGetter.java index a79f3ed..85ff1ca 100644 --- a/src/com/awesomecoding/minetestlauncher/FileGetter.java +++ b/src/com/awesomecoding/minetestlauncher/FileGetter.java @@ -1,3 +1,22 @@ +/* + Minetest Launcher + Copyright (C) 2014 Nicholas Jones + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 2.1 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 Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +*/ + package com.awesomecoding.minetestlauncher; import java.io.BufferedInputStream; diff --git a/src/com/awesomecoding/minetestlauncher/Main.java b/src/com/awesomecoding/minetestlauncher/Main.java index 7bae5c1..6f4b089 100644 --- a/src/com/awesomecoding/minetestlauncher/Main.java +++ b/src/com/awesomecoding/minetestlauncher/Main.java @@ -1,3 +1,22 @@ +/* + Minetest Launcher + Copyright (C) 2014 Nicholas Jones + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 2.1 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 Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +*/ + package com.awesomecoding.minetestlauncher; import java.awt.EventQueue;