From 001e16e08148ec78f8e967c317ceefc214b3ec20 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Sun, 3 May 2020 06:45:12 -0700 Subject: [PATCH] Copyright --- addons/xterm-addon-ligatures/bin/download-fonts.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/addons/xterm-addon-ligatures/bin/download-fonts.js b/addons/xterm-addon-ligatures/bin/download-fonts.js index 0342f848..12790fb5 100644 --- a/addons/xterm-addon-ligatures/bin/download-fonts.js +++ b/addons/xterm-addon-ligatures/bin/download-fonts.js @@ -1,3 +1,8 @@ +/** + * Copyright (c) 2018 The xterm.js authors. All rights reserved. + * @license MIT + */ + const fs = require('fs'); const path = require('path'); const util = require('util');