12731: Add copyright notice, MIT license text, and source commit hash.
authorTom Morris <tfmorris@veritasgenetics.com>
Mon, 4 Dec 2017 17:22:39 +0000 (12:22 -0500)
committerTom Morris <tfmorris@veritasgenetics.com>
Mon, 4 Dec 2017 17:22:39 +0000 (12:22 -0500)
Arvados-DCO-1.1-Signed-off-by: Tom Morris <tfmorris@veritasgenetics.com>

tools/crunchstat-summary/crunchstat_summary/synchronizer.js

index 43c65a75098b1e098d553b5bdac326c1c286e2c1..78c8d4278f32b2050ff006d168cf61213804645a 100644 (file)
  * The `range` option has no effect unless `zoom` is true (the default).
  *
  * SPDX-License-Identifier: MIT
- * Original source: https://github.com/danvk/dygraphs/blob/master/src/extras/synchronizer.js 
+ * Original source: https://github.com/danvk/dygraphs/blob/master/src/extras/synchronizer.js
+ * at commit b55a71d768d2f8de62877c32b3aec9e9975ac389
+ *
+ * Copyright (c) 2009 Dan Vanderkam
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use,
+ * copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following
+ * conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
  */
 (function() {
 /* global Dygraph:false */