aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/server.rb
diff options
context:
space:
mode:
authorKevin Redon <kevredon@mail.tsaitgaist.info>2011-05-02 12:34:31 +0200
committerKevin Redon <kevredon@mail.tsaitgaist.info>2011-05-02 12:34:31 +0200
commitcbd7c97b726b7e361ce3e5fafaee8cb67d1aa495 (patch)
tree13acd249bbfd7419529d6ae4b172dfa2ac4da0ee /src/lib/server.rb
parent5eeb316f9c19e0e95f7adc5201af3bd204bbcc0e (diff)
add gpl3 license
Diffstat (limited to 'src/lib/server.rb')
-rw-r--r--src/lib/server.rb18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/lib/server.rb b/src/lib/server.rb
index 68c073a..ea5a952 100644
--- a/src/lib/server.rb
+++ b/src/lib/server.rb
@@ -1,3 +1,21 @@
+=begin
+This file is part of SAP.
+
+SAP 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.
+
+SAP 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 SAP. If not, see <http://www.gnu.org/licenses/>.
+
+Copyright (C) 2011 Kevin "tsaitgaist" Redon kevredon@mail.tsaitgaist.info
+=end
# this is the server part of the SAP
# it implements the state machine for the server
# this is an abstract class