]> git.proxmox.com Git - mirror_xterm.js.git/blobdiff - src/handlers/Clipboard.js
Update documentation with cleaner license declaration
[mirror_xterm.js.git] / src / handlers / Clipboard.js
index 1cb07ebbd1f1bce81ed961d479b87c289d3c4583..70c625e4d59e3737165cafaf48a305edf5b955b3 100644 (file)
@@ -1,12 +1,8 @@
 /**
- * xterm.js: xterm, in the browser
- * Copyright (c) 2016, SourceLair Private Company <www.sourcelair.com> (MIT License)
- */
-
-/**
- * Clipboard handler module. This module contains methods for handling all
- * clipboard-related events appropriately in the terminal.
+ * Clipboard handler module: exports methods for handling all clipboard-related events in the
+ * terminal.
  * @module xterm/handlers/Clipboard
+ * @license MIT
  */
 
 /**