]> git.proxmox.com Git - mirror_xterm.js.git/commitdiff
Add license
authorDaniel Imms <daimms@microsoft.com>
Wed, 1 Feb 2017 18:21:43 +0000 (10:21 -0800)
committerDaniel Imms <daimms@microsoft.com>
Wed, 1 Feb 2017 18:21:43 +0000 (10:21 -0800)
src/Renderer.ts

index e43c77a2b591aa3521f7d7d9a74b250bab11e115..15f36e6990326323a4fb7926c29228cba43c6d9c 100644 (file)
@@ -1,3 +1,7 @@
+/**
+ * @license MIT
+ */
+
 import { ITerminal } from './Interfaces';
 
 /**