UNPKG

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