Do not pipe into `grep -q`, because that stops reading as soon as a
[arvados.git] / tools / crunchstat-summary / crunchstat_summary / synchronizer.js
index 78c8d4278f32b2050ff006d168cf61213804645a..562ee839e0832c9b6d394c00f62c9a524f89d30a 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright (c) 2009 Dan Vanderkam. All rights reserved.
+//
+// SPDX-License-Identifier: MIT
+
 /**
  * Synchronize zooming and/or selections between a set of dygraphs.
  *
@@ -31,7 +35,6 @@
  * You may also set `range: false` if you wish to only sync the x-axis.
  * 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
  * at commit b55a71d768d2f8de62877c32b3aec9e9975ac389
  *