summaryrefslogtreecommitdiff
path: root/lib/postrunner.rb
diff options
context:
space:
mode:
authorChris Schlaeger <chris@linux.com>2014-08-15 20:01:00 +0200
committerChris Schlaeger <chris@linux.com>2014-08-15 20:01:00 +0200
commite3f780b87b99bcabc0017c8be86375c667489f02 (patch)
tree266646b604e308e2e357114b20efbe59dd132ec6 /lib/postrunner.rb
parent23e44d54a2d86113987cd6fa8f53ccad8071ba8a (diff)
downloadpostrunner-e3f780b87b99bcabc0017c8be86375c667489f02.zip
All files are now explicitely GNU GPLv2 licensed.
Diffstat (limited to 'lib/postrunner.rb')
-rw-r--r--lib/postrunner.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/postrunner.rb b/lib/postrunner.rb
index 6d241e6..8e79a74 100644
--- a/lib/postrunner.rb
+++ b/lib/postrunner.rb
@@ -1,3 +1,15 @@
+#!/usr/bin/env ruby -w
+# encoding: UTF-8
+#
+# = postrunner.rb -- PostRunner - Manage the data from your Garmin sport devices.
+#
+# Copyright (c) 2014 by Chris Schlaeger <cs@taskjuggler.org>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of version 2 of the GNU General Public License as
+# published by the Free Software Foundation.
+#
+
$:.unshift(File.join(File.dirname(__FILE__), '..', '..', 'fit4ruby', 'lib'))
$:.unshift(File.dirname(__FILE__))