Add missing copyright header for Inflator.js

This commit is contained in:
Niko Lehto 2020-02-11 14:20:56 +01:00
parent 183cab0eca
commit fe5aa6408a
1 changed files with 8 additions and 0 deletions

View File

@ -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";