llamafile
English
jartine commited on
Commit
d0016f2
1 Parent(s): f297b8e

Update LICENSE

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