Description: Don't include LICENSE-MIT-SockJS in the combined output.
 In the upstream version, the LICENSE-MIT-SockJS file is included verbatim
 in the JavaScript comments of the combined, generated JS output files.
 There's no real need to do that as the license is already clarified in
 the package, and the license information provided is confusing at best.
Author: Tonnerre LOMBARD <tonnerre@ancient-solutions.com>
Forwarded: not-needed
Last-Update: 2014-01-18

Index: sockjs/lib/all.js
===================================================================
--- sockjs.orig/lib/all.js	2014-01-18 04:43:32.000000000 +0100
+++ sockjs/lib/all.js	2014-01-18 04:43:32.000000000 +0100
@@ -1,7 +1,4 @@
-/* SockJS client, version <!-- version -->, http://sockjs.org, MIT License
-
-<!-- include LICENSE-MIT-SockJS -->
-*/
+/* SockJS client, version <!-- version -->, http://sockjs.org, MIT License */
 
 // JSON2 by Douglas Crockford (minified).
 <!-- include lib/json2.min.js -->
