From a44254bd08c368d424a9a7fd0a1ba18195b269a6 Mon Sep 17 00:00:00 2001 From: Chris Boden Date: Fri, 25 Dec 2015 13:14:36 -0500 Subject: [PATCH] Cleanup --- LICENSE | 2 +- src/Handshake/RequestVerifier.php | 2 -- src/Messaging/Streaming/MessageStreamer.php | 4 ++-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index 66857ea..7f8c128 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2011-2014 Chris Boden +Copyright (c) 2011-2016 Chris Boden Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/Handshake/RequestVerifier.php b/src/Handshake/RequestVerifier.php index e3c57de..87d069a 100644 --- a/src/Handshake/RequestVerifier.php +++ b/src/Handshake/RequestVerifier.php @@ -1,9 +1,7 @@ newFrame(pack('n', $code), true, Frame::OP_CLOSE); } -} \ No newline at end of file +}