diff --git a/opentrafficshaper/POE/Filter/HybridHTTP/WebSocketFrame.pm b/opentrafficshaper/POE/Filter/HybridHTTP/WebSocketFrame.pm
index b073023c03330c4fd0bf45681386ae7708e8c840..5e792dbc88d902343f2dfc7e6af221b8866f3215 100644
--- a/opentrafficshaper/POE/Filter/HybridHTTP/WebSocketFrame.pm
+++ b/opentrafficshaper/POE/Filter/HybridHTTP/WebSocketFrame.pm
@@ -1,5 +1,18 @@
-# POE::Filter::HybridHTTP::WebSocketFrame - Copyright 2013, AllworldIT
+# POE::Filter::HybridHTTP::WebSocketFrame - Copyright 2013-2014, AllworldIT
 # Hybrid HTTP filter support for WebSocketFrames
+#
+# 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/>.
 
 ##
 # Code originally based on Protocol::WebSocket::Frame
@@ -314,3 +327,4 @@ sub _mask {
 }
 
 1;
+# vim: ts=4