summaryrefslogtreecommitdiff
path: root/core/inflator.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/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";