jartine commited on
Commit
2785897
1 Parent(s): cb357ab

Update README.md

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