add copyright note

This commit is contained in:
Jörg Breitbart
2019-10-25 19:27:29 +02:00
parent 6f8cbc56eb
commit d733ce3e63
+7
View File
@@ -1,3 +1,10 @@
/**
* Copyright (c) 2019 The xterm.js authors. All rights reserved.
* @license MIT
*
* Script to initialize addon packages under "addons/" with outer deps.
*/
const path = require('path');
const cp = require('child_process');
const fs = require('fs');