-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLICENCE
141 lines (120 loc) · 7.19 KB
/
LICENCE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
Project contributors
Jere Koski GitHub: JeToKo
Joona Prehti GitHub: Jondelele
Joonas Hiltunen GitHub: Jontzii
Martti Grönholm GitHub: Marakke
Mikko Pirhonen GitHub: Mikkooo
Sara Brentini GitHub: Sbrentini
Vivian Lunnikivi GitHub: vlunn
Release 2 contributors
Aki Lempola GitHub: akilemp
Aleksander Ilves GitHub: alekilves
Clarine Kirui GitHub: clarch
Eetu Pulkkinen GitHub: eetulauri
Juho Karhunen GitHub: juhonski
Matias Honkanen GitHub: MatHonka
Severi Lehikoinen GitHub: Sevq
The MIT License (MIT)
Copyright (c) 2022 Lempola, Aki; Ilves, Aleksander; Kirui, Clarine; Pulkkinen, Eetu; Karhunen, Juho; Honkanen, Matias; Lehikoinen, Severi.
Copyright (c) 2021 Brentini, Sara; Grönholm, Martti; Hiltunen, Joonas; Lunnikivi, Vivian; Pirhonen, Mikko; Prehti, Joona; Koski, Jere.
Copyright (c) Facebook, Inc. and its affiliates.
Copyright (c) 2013-present, Facebook, Inc.
Copyright JS Foundation and other contributors <https://js.foundation/>
Copyright 2019 JS Foundation and other contributors
Copyright OpenJS Foundation and other contributors, <www.openjsf.org>
Copyright (c) 2019 TypeScript ESLint and other contributors
Copyright (c) 2021 typicode
Copyright (c) 2016 Andrey Okonetchnikov
Copyright © James Long and contributors
Copyright (c) 2014-present Matt Zabriskie
Copyright (c) © 2018-2020 Hossein Dehnokhalaji
Copyright (c) React Training 2015-2019
Copyright(c) Remix Software 2020-2021
Copyright (c) Emotion team and other contributors
Copyright (c) 2020 Lotus
Copyright (c) 2014 Call-Em-All
Copyright (c) 2017 Kent C. Dodds
Copyright (c) 2020 Giorgio Polvara
Copyright (c) 2013 Troy Goode <[email protected]>
Copyright (c) 2009-2014 TJ Holowaychuk <[email protected]>
Copyright (c) 2014 TJ Holowaychuk <[email protected]>
Copyright (c) 2013-2014 Roman Shtylman <[email protected]>
Copyright (c) 2014-2015 Douglas Christopher Wilson <[email protected]>
Copyright (c) 2014-2017 Douglas Christopher Wilson <[email protected]>
Copyright (c) 2015 Douglas Christopher Wilson <[email protected]>
Copyright (c) 2014 José F. Romaniello
Copyright (c) 2010 Chris O'Hara <[email protected]>
Copyright (c) 2012-2021 Evan Hahn, Adam Baldwin
Copyright (c) 2015 Auth0, Inc. <[email protected]> (http://auth0.com)
Copyright (c) 2010-2013 LearnBoost [email protected]
Copyright (c) 2013-2021 Automattic
Copyright (c) 2014 Jonathan Ong <[email protected]>
Copyright (c) 2014 Blake Embrey ([email protected])
Copyright (c) 2017, 2018, 2019, 2020, 2021 Simon Lydell and contributors
Copyright (c) 2015 Toru Nagashima
Copyright (c) 2010 - present, Remy Sharp, https://remysharp.com <[email protected]>
Copyright (c) 2016-2018 ts-jest
Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
Copyright (c) Contributors https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/jest/index.d.ts
Copyright (c) Contributors https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/luxon/index.d.ts
Copyright (c) Contributors https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/node/index.d.ts
Copyright (c) Contributors https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/react/index.d.ts
Copyright (c) Contributors https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/react-dom/index.d.ts
Copyright (c) Contributors https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/react-router-dom/index.d.ts
Copyright (c) Contributors https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/cookie-parser/index.d.ts
Copyright (c) Contributors https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/cors/index.d.ts
Copyright (c) Contributors https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/express/index.d.ts
Copyright (c) Contributors https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/express-unless/index.d.ts
Copyright (c) Contributors https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/jsonwebtoken/index.d.ts
Copyright (c) Contributors https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/lodash/index.d.ts
Copyright (c) Contributors https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/morgan/index.d.ts
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.
====
Apache License 2.0
Copyright Typescript
Copyright Google
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
====
BSD 2-Clause License
Copyright JS Foundation and other contributors, https://js.foundation
Copyright (c) 2015, Scott Motte
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.