diff options
author | Joe Robinson <joe@lc8n.com> | 2015-09-23 00:23:09 +0100 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2015-09-23 00:23:09 +0100 |
commit | 537d43739339805f6530e202a8270e4653be7788 (patch) | |
tree | 094e7d4a04c3b9fcdbe199a350ea5f1d01e0f62f | |
parent | b9df2ff872e30da1f912cfc895c1a9e79213ca52 (diff) |
Add license
-rw-r--r-- | LICENSE | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -0,0 +1,16 @@ +blaweather - a ruby weather forecast program +Copyright (C) 2015 Joe Robinson + +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. + +You should have received a copy of the GNU General Public License +along with this program. If not, see <http://www.gnu.org/licenses/>. + |