From e3f780b87b99bcabc0017c8be86375c667489f02 Mon Sep 17 00:00:00 2001 From: Chris Schlaeger Date: Fri, 15 Aug 2014 20:01:00 +0200 Subject: All files are now explicitely GNU GPLv2 licensed. --- spec/FlexiTable_spec.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'spec/FlexiTable_spec.rb') diff --git a/spec/FlexiTable_spec.rb b/spec/FlexiTable_spec.rb index dedc9cb..f08e59a 100644 --- a/spec/FlexiTable_spec.rb +++ b/spec/FlexiTable_spec.rb @@ -1,3 +1,15 @@ +#!/usr/bin/env ruby -w +# encoding: UTF-8 +# +# = FlexiTable_spec.rb -- PostRunner - Manage the data from your Garmin sport devices. +# +# Copyright (c) 2014 by Chris Schlaeger +# +# 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. +# + require 'postrunner/FlexiTable' describe PostRunner::FlexiTable do -- cgit v1.2.3