From 5e4544d5fcebfe936a979c079e8e7851b6657fe7 Mon Sep 17 00:00:00 2001 From: Niko Lehto Date: Tue, 11 Feb 2020 14:20:56 +0100 Subject: [PATCH] Add missing copyright header for Inflator.js --- kasmweb/core/inflator.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/kasmweb/core/inflator.js b/kasmweb/core/inflator.js index fe9f8c7..b7af040 100644 --- a/kasmweb/core/inflator.js +++ b/kasmweb/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";