You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LICENSE
+88Lines changed: 88 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,3 +19,91 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
19
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
20
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
21
SOFTWARE.
22
+
23
+
"""
24
+
This license applies to the astro paper theme originating from the <https://github.com/satnaing/astro-paper> repository:
25
+
26
+
Copyright (c) 2023 Sat Naing
27
+
28
+
Permission is hereby granted, free of charge, to any person obtaining a copy
29
+
of this software and associated documentation files (the "Software"), to deal
30
+
in the Software without restriction, including without limitation the rights
31
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
32
+
copies of the Software, and to permit persons to whom the Software is
33
+
furnished to do so, subject to the following conditions:
34
+
35
+
The above copyright notice and this permission notice shall be included in all
36
+
copies or substantial portions of the Software.
37
+
38
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
39
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
40
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
41
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
42
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
43
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
44
+
SOFTWARE.
45
+
"""
46
+
47
+
"""
48
+
This license applies to Astro originating from the <https://github.com/withastro/astro> repository:
49
+
50
+
MIT License
51
+
52
+
Copyright (c) 2021 Fred K. Schott
53
+
54
+
Permission is hereby granted, free of charge, to any person obtaining a copy
55
+
of this software and associated documentation files (the "Software"), to deal
56
+
in the Software without restriction, including without limitation the rights
57
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
58
+
copies of the Software, and to permit persons to whom the Software is
59
+
furnished to do so, subject to the following conditions:
60
+
61
+
The above copyright notice and this permission notice shall be included in all
62
+
copies or substantial portions of the Software.
63
+
64
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
65
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
66
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
67
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
68
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
69
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
70
+
SOFTWARE.
71
+
"""
72
+
73
+
"""
74
+
This license applies to parts of the `packages/create-astro` and `packages/astro` subdirectories originating from the <https://github.com/sveltejs/kit> repository:
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:
79
+
80
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
81
+
82
+
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.
83
+
"""
84
+
85
+
"""
86
+
This license applies to parts of the `packages/create-astro` and `packages/astro` subdirectories originating from the <https://github.com/vitejs/vite> repository:
87
+
88
+
MIT License
89
+
90
+
Copyright (c) 2019-present, Yuxi (Evan) You and Vite contributors
91
+
92
+
Permission is hereby granted, free of charge, to any person obtaining a copy
93
+
of this software and associated documentation files (the "Software"), to deal
94
+
in the Software without restriction, including without limitation the rights
95
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
96
+
copies of the Software, and to permit persons to whom the Software is
97
+
furnished to do so, subject to the following conditions:
98
+
99
+
The above copyright notice and this permission notice shall be included in all
100
+
copies or substantial portions of the Software.
101
+
102
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
103
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
104
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
105
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
106
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
107
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
0 commit comments