-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
183 lines (138 loc) · 5.51 KB
/
Copy pathNOTICE
File metadata and controls
183 lines (138 loc) · 5.51 KB
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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
Copyright 2026 LinkedIn Corporation
All Rights Reserved.
Copyright 2026 LinkedIn Corporation. All Rights Reserved.
Licensed under the LinkedIn Learning Exercise File License (the "License").
See LICENSE in the project root for license information.
ATTRIBUTIONS
Prisma
Repository: https://github.com/prisma/prisma
Copyright (c) Prisma Data, Inc. and Contributors
License: Apache-2.0
@prisma/client
Repository: https://github.com/prisma/prisma
Copyright (c) Prisma Data, Inc. and Contributors
License: Apache-2.0
React
Repository: https://github.com/facebook/react
Copyright (c) Meta Platforms, Inc. and Contributors
License: MIT
React DOM
Repository: https://github.com/facebook/react
Copyright (c) Meta Platforms, Inc. and Contributors
License: MIT
Next.js
Repository: https://github.com/vercel/next.js
Copyright (c) Vercel, Inc.
License: MIT
TypeScript
Repository: https://github.com/microsoft/TypeScript
Copyright (c) Microsoft Corporation
License: MIT
ESLint
Repository: https://github.com/eslint/eslint
Copyright OpenJS Foundation and Contributors
License: MIT
eslint-config-next
Repository: https://github.com/vercel/next.js
Copyright (c) Vercel, Inc.
License: MIT
Tailwind CSS
Repository: https://github.com/tailwindlabs/tailwindcss
Copyright (c) Tailwind Labs, Inc.
License: MIT
PostCSS
Repository: https://github.com/postcss/postcss
Copyright PostCSS Contributors
License: MIT
Autoprefixer
Repository: https://github.com/postcss/autoprefixer
Copyright PostCSS Contributors
License: MIT
clsx
Repository: https://github.com/lukeed/clsx
Copyright (c) Luke Edwards
License: MIT
lucide-react
Repository: https://github.com/lucide-icons/lucide
Copyright (c) Lucide Contributors
License: ISC
tsx
Repository: https://github.com/privatenumber/tsx
Copyright (c) tsx Contributors
License: MIT
vitest
Repository: https://github.com/vitest-dev/vitest
Copyright Vitest Contributors
License: MIT
@types/node
Repository: https://github.com/DefinitelyTyped/DefinitelyTyped
Copyright DefinitelyTyped Contributors
License: MIT
@types/react
Repository: https://github.com/DefinitelyTyped/DefinitelyTyped
Copyright DefinitelyTyped Contributors
License: MIT
@types/react-dom
Repository: https://github.com/DefinitelyTyped/DefinitelyTyped
Copyright DefinitelyTyped Contributors
License: MIT
EXTERNAL REPOSITORIES/DEPENDENCIES
Please note, this project may automatically load third party code from
external repositories (for example, NPM modules, Composer packages,
or other dependencies). If so, such third party code may be subject
to other license terms than as set forth above. In addition, such
third party code may also depend on and load multiple tiers of
dependencies. Please review the applicable licenses of the additional
dependencies.
THIRD PARTY CODE LICENSES
======================================================================
MIT LICENSE
======================================================================
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
======================================================================
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
Licensed under the Apache License, Version 2.0 (the "License");
you may not use these files except in compliance with the License.
You may obtain a copy of the License at
http://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.
======================================================================
ISC LICENSE
======================================================================
Permission to use, copy, modify, and/or distribute this software
for any purpose with or without fee is hereby granted, provided
that the above copyright notice and this permission notice appear
in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS.
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.