summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiko Lehto <nikle@cendio.se>2020-02-11 14:20:56 +0100
committerNiko Lehto <nikle@cendio.se>2020-02-17 11:29:41 +0100
commitfe5aa6408aed83ec07e640cc9c0249688a7b710b (patch)
treefde1b584ebd956271b9acc8ee366b4dfb2bcbb32
parent183cab0ecaa57865d777779dbeb3826cfce8d296 (diff)
downloadnovnc-fe5aa6408aed83ec07e640cc9c0249688a7b710b.tar.gz
Add missing copyright header for Inflator.js
-rw-r--r--core/inflator.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/inflator.js b/core/inflator.js
index fe9f8c7..b7af040 100644
--- a/core/inflator.js
+++ b/core/inflator.js
@@ -1,3 +1,11 @@
+/*
+ * noVNC: HTML5 VNC client
+ * Copyright (C) 2020 The noVNC Authors
+ * Licensed under MPL 2.0 (see LICENSE.txt)
+ *
+ * See README.md for usage and integration instructions.
+ */
+
import { inflateInit, inflate, inflateReset } from "../vendor/pako/lib/zlib/inflate.js";
import ZStream from "../vendor/pako/lib/zlib/zstream.js";