lib/ardtweeno/serialparser.rb in ardtweeno-0.5.0 vs lib/ardtweeno/serialparser.rb in ardtweeno-0.6.0
- old
+ new
@@ -1,10 +1,27 @@
+=begin
####################################################################################################
# @author David Kirwan https://github.com/davidkirwan/ardtweeno
-# @description Ardtweeno SerialParser subsystem
+# @description Ardtweeno Gateway
#
-# @date 05-06-2013
+# @date 2014-08-12
####################################################################################################
+
+This file is part of Ardtweeno.
+
+Ardtweeno 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
+any later version.
+
+Ardtweeno 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 Foobar. If not, see <http://www.gnu.org/licenses/>.
+=end
# Imports
require 'rubygems'
require 'serialport'
require 'logger'