From 539925343dd0ca3d769883178f33845aadf0a8bd Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Tue, 25 Sep 2018 20:57:48 +0200 Subject: Add license --- ramaskrik-program.rb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ramaskrik-program.rb') diff --git a/ramaskrik-program.rb b/ramaskrik-program.rb index 9097522..8b6fd1e 100644 --- a/ramaskrik-program.rb +++ b/ramaskrik-program.rb @@ -1,3 +1,19 @@ +# Ramaskrik Program Schedule plotter. +# Copyright (C) 2018 Harald Eilertsen +# +# 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 . + require 'date' require 'nokogiri' require 'open-uri' -- cgit v1.2.3