jartine commited on
Commit
2e5ecfc
1 Parent(s): 2469a81

Update LICENSE

Browse files
Files changed (1) hide show
  1. LICENSE +123 -0
LICENSE ADDED
@@ -0,0 +1,123 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ --------------------------------------------------------------------------------
2
+ WEIGHTS LICENSE
3
+ --------------------------------------------------------------------------------
4
+
5
+ Copyright 2024 Mistral AI
6
+
7
+ Licensed under the Apache License, Version 2.0 (the "License");
8
+ you may not use this file except in compliance with the License.
9
+ You may obtain a copy of the License at
10
+
11
+ http://www.apache.org/licenses/LICENSE-2.0
12
+
13
+ Unless required by applicable law or agreed to in writing, software
14
+ distributed under the License is distributed on an "AS IS" BASIS,
15
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ See the License for the specific language governing permissions and
17
+ limitations under the License.
18
+
19
+ --------------------------------------------------------------------------------
20
+ SOFTWARE LICENSES
21
+ --------------------------------------------------------------------------------
22
+
23
+ llamafile (Apache 2.0)
24
+ Copyright 2024 Mozilla Foundation
25
+
26
+ Licensed under the Apache License, Version 2.0 (the "License");
27
+ you may not use this file except in compliance with the License.
28
+ You may obtain a copy of the License at
29
+
30
+ http://www.apache.org/licenses/LICENSE-2.0
31
+
32
+ Unless required by applicable law or agreed to in writing, software
33
+ distributed under the License is distributed on an "AS IS" BASIS,
34
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
35
+ See the License for the specific language governing permissions and
36
+ limitations under the License.
37
+
38
+ Cosmopolitan (ISC)
39
+ Copyright 2024 Justine Alexandra Roberts Tunney
40
+
41
+ Permission to use, copy, modify, and/or distribute this software for
42
+ any purpose with or without fee is hereby granted, provided that the
43
+ above copyright notice and this permission notice appear in all copies.
44
+
45
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
46
+ WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
47
+ WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
48
+ AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
49
+ DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
50
+ PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
51
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
52
+ PERFORMANCE OF THIS SOFTWARE.
53
+
54
+ llama.cpp (MIT License)
55
+ Copyright (c) 2023 Georgi Gerganov
56
+ Copyright (c) 2023 Iwan Kawrakow
57
+ Copyright (c) 2023 Jeffrey Quesnelle and Bowen Peng.
58
+ Copyright (c) 2023 Yuji Hirose
59
+ Copyright (c) 2022 Niels Lohmann <https://nlohmann.me>
60
+ Copyright (c) 2022 Bjoern Hoehrmann <bjoern@hoehrmann.de>
61
+ Copyright (c) 2017 Sean Barrett
62
+
63
+ Permission is hereby granted, free of charge, to any person obtaining a copy
64
+ of this software and associated documentation files (the "Software"), to deal
65
+ in the Software without restriction, including without limitation the rights
66
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
67
+ copies of the Software, and to permit persons to whom the Software is
68
+ furnished to do so, subject to the following conditions:
69
+
70
+ The above copyright notice and this permission notice shall be included in all
71
+ copies or substantial portions of the Software.
72
+
73
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
74
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
75
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
76
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
77
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
78
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
79
+ SOFTWARE.
80
+
81
+ strftime (BSD-3)
82
+ Copyright 1989 The Regents of the University of California
83
+
84
+ *NSYNC (Apache 2.0)
85
+ Copyright 2016 Google, Inc.
86
+ https://github.com/google/nsync
87
+
88
+ puff (zlib License)
89
+ Copyright 2002-2013 Mark Adler
90
+
91
+ Smoothsort (MIT License)
92
+ Copyright 2011 Valentin Ochs
93
+ Discovered by Edsger Dijkstra
94
+
95
+ OpenBSD Strings (ISC)
96
+ Copyright (c) 1998, 2015 Todd C. Miller <millert@openbsd.org>
97
+
98
+ Optimized Routines (MIT License)
99
+ Copyright 2022 ARM Limited
100
+
101
+ Cosmopolitan libelftc demangle (BSD-2)
102
+ Copyright (c) 2007 Hyogeol Lee <hyogeollee@gmail.com>
103
+ Copyright (c) 2015-2017 Kai Wang <kaiwang27@gmail.com>
104
+ Copyright (c) 2024 Justine Tunney <jtunney@gmail.com>
105
+
106
+ FreeBSD libm (BSD-2 License)
107
+ Copyright (c) 1992-2024 The FreeBSD Project.
108
+ Copyright (c) 2005-2011 Bruce D. Evans, Steven G. Kargl, David Schultz
109
+ Copyright (c) 2009-2013 Steven G. Kargl
110
+
111
+ fdlibm (fdlibm license)
112
+ Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
113
+
114
+ Musl libc (MIT License)
115
+ Copyright 2005-2014 Rich Felker, et. al.
116
+
117
+ gdtoa (MIT License)
118
+ The author of this software is David M. Gay
119
+ Kudos go to Guy L. Steele, Jr. and Jon L. White
120
+ Copyright (C) 1997, 1998, 2000 by Lucent Technologies
121
+
122
+ OpenBSD Sorting (BSD-3)
123
+ Copyright 1993 The Regents of the University of California