From 735dfb4710bac33fae32ae8faae7c02269fb8d38 Mon Sep 17 00:00:00 2001 From: Benjamin Woodruff Date: Wed, 7 Mar 2018 23:19:38 -0800 Subject: [PATCH] Add copyright header to shared/atlas/Types.ts --- src/shared/atlas/Types.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/shared/atlas/Types.ts b/src/shared/atlas/Types.ts index b69dfe0d..e8bb6b0a 100644 --- a/src/shared/atlas/Types.ts +++ b/src/shared/atlas/Types.ts @@ -1 +1,6 @@ +/** + * Copyright (c) 2017 The xterm.js authors. All rights reserved. + * @license MIT + */ + export const CHAR_ATLAS_CELL_SPACING = 1;