aboutsummaryrefslogtreecommitdiffstats
path: root/ramaskrik-program.rb
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2018-09-25 20:57:48 +0200
committerHarald Eilertsen <haraldei@anduin.net>2018-09-25 20:59:14 +0200
commit539925343dd0ca3d769883178f33845aadf0a8bd (patch)
tree5533c31430950ec6ce41b3ba432c8311ffb797f6 /ramaskrik-program.rb
parentfdbc3ad8a7ce49ab9745a61e79a34b59d754bbc0 (diff)
downloadramaskrik-program-539925343dd0ca3d769883178f33845aadf0a8bd.tar.gz
ramaskrik-program-539925343dd0ca3d769883178f33845aadf0a8bd.tar.bz2
ramaskrik-program-539925343dd0ca3d769883178f33845aadf0a8bd.zip
Add license
Diffstat (limited to 'ramaskrik-program.rb')
-rw-r--r--ramaskrik-program.rb16
1 files changed, 16 insertions, 0 deletions
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 <haraldei@anduin.net>
+#
+# 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/>.
+
require 'date'
require 'nokogiri'
require 'open-uri'