From 81fccee9063b409f325faf1b3489a347f12f2b1a Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Mon, 29 Aug 2016 16:20:11 -0700 Subject: [PATCH] Add copyright line --- src/CompositionHelper.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/CompositionHelper.js b/src/CompositionHelper.js index 46bdab91..eeadd83a 100644 --- a/src/CompositionHelper.js +++ b/src/CompositionHelper.js @@ -1,3 +1,8 @@ +/** + * xterm.js: xterm, in the browser + * Copyright (c) 2016, SourceLair Limited (MIT License) + */ + /** * Encapsulates the logic for handling compositionstart, compositionupdate and compositionend * events, displaying the in-progress composition to the UI and forwarding the final composition