Skip to content

Commit

Permalink
add copyright note
Browse files Browse the repository at this point in the history
  • Loading branch information
jerch committed Oct 25, 2019
1 parent 6f8cbc5 commit d733ce3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bin/install-addons.js
Original file line number Diff line number Diff line change
@@ -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');
Expand Down

0 comments on commit d733ce3

Please sign in to comment.