X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/540ae1f8ada2b51a34ec244473f45bc03714019a..cb4efac6793d18892dde09c631895cb98c3df470:/tools/crunchstat-summary/crunchstat_summary/synchronizer.js diff --git a/tools/crunchstat-summary/crunchstat_summary/synchronizer.js b/tools/crunchstat-summary/crunchstat_summary/synchronizer.js index 43c65a7509..562ee839e0 100644 --- a/tools/crunchstat-summary/crunchstat_summary/synchronizer.js +++ b/tools/crunchstat-summary/crunchstat_summary/synchronizer.js @@ -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,8 +35,31 @@ * 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 + * 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 */