UNPKG

2.85 kBPlain TextView Raw
1dygraphs is MIT-licenced:
2
3Copyright (c) 2006, 2009, 2011, 2012, 2013, 2017
4 Dan Vanderkam <danvdk@gmail.com>
5Copyright (c) 2011 Paul Felix <paul.eric.felix@gmail.com>
6Copyright (c) 2011, 2013 Robert Konigsberg <konigsberg@google.com>
7Copyright (c) 2013 David Eberlein <david.eberlein@ch.sauter-bc.com>
8Copyright (c) 2013 Google, Inc.
9Copyright (c) 2014 mirabilos <m@mirbsd.org>
10Copyright (c) 2015 Petr Shevtsov <petr.shevtsov@gmail.com>
11Copyright (c) 2022, 2023 mirabilos <t.glaser@tarent.de>
12 Deutsche Telekom LLCTO
13and numerous contributors (see git log)
14
15Some tests additionally are:
16
17Copyright (c) 2011, 2012 Google, Inc. <danvk@google.com>
18or contributed by:
19- Benoit Boivin <benoitboivin.pro@gmail.com>
20- Paul Felix <paul.eric.felix@gmail.com>
21- Marek Janda <nyx@nyx.cz>
22- Robert Konigsberg <konigsberg@google.com>
23- George Madrid <gmadrid@gmail.com>
24- Anthony Robledo <antrob@google.com>
25- Fr. Sauter AG <julian.eichstaedt@ch.sauter-bc.com>
26- Fr. Sauter AG <david.eberlein@ch.sauter-bc.com>
27- Ümit Seren <uemit.seren@gmail.com>
28- Sergey Slepian <sergeyslepian@gmail.com>
29- Dan Vanderkam <dan@dygraphs.com>
30
31Parts of the documentation are or make use of code that is:
32
33Copyright (c) 2012 Google, Inc.
34- Robert Konigsberg <konigsberg@google.com>
35
36The automatically added browser-pack shim is:
37
38Copyright (c) 2013, 2014 James Halliday <mail@substack.net>
39Copyright (c) 2013 Roman Shtylman <shtylman@gmail.com>
40Copyright (c) 2013 Esa-Matti Suuronen <esa-matti@suuronen.org>
41Copyright (c) 2018 Philipp Simon Schmidt <github@philippsimon.de>
42
43Permission is hereby granted, free of charge, to any person
44obtaining a copy of this software and associated documentation
45files (the "Software"), to deal in the Software without
46restriction, including without limitation the rights to use,
47copy, modify, merge, publish, distribute, sublicense, and/or sell
48copies of the Software, and to permit persons to whom the
49Software is furnished to do so, subject to the following
50conditions:
51
52The above copyright notice and this permission notice shall be
53included in all copies or substantial portions of the Software.
54
55THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
56EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
57OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
58NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
59HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
60WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
61FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
62OTHER DEALINGS IN THE SOFTWARE.
63
64The documentation and gallery uses Bootstrap and jQuery; see the
65relevant licence files of those external libraries for details.
66
67The icons under common/ are CC0-licenced and adapted by mirabilos.
68In Debian, /usr/share/common-licenses/CC0-1.0 has the full text.