]> git.proxmox.com Git - mirror_xterm.js.git/blobdiff - src/utils/Browser.js
Update documentation with cleaner license declaration
[mirror_xterm.js.git] / src / utils / Browser.js
index 47b756eca573c833e800f6ed2b76507e81ee9b5d..cd13e02758aaf83f9e311ab5814c29665651e71f 100644 (file)
@@ -1,12 +1,7 @@
 /**
- * xterm.js: xterm, in the browser
- * Copyright (c) 2016, SourceLair Private Company <www.sourcelair.com> (MIT License)
- */
-
-/**
- * Browser utilities module. This module contains attributes and methods to help with
- * identifying the current browser and platform.
+ * Attributes and methods to help with identifying the current browser and platform.
  * @module xterm/utils/Browser
+ * @license MIT
  */
 
 import { contains } from './Generic.js';