Create LICENSE
Browse files
LICENSE
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*** License Agreement ***
|
2 |
+
|
3 |
+
genomeocean: a pretrained microbial genome foundational model (genomeoceanLLM)
|
4 |
+
Copyright (c) 2025, The Regents of the University of California, through Lawrence Berkeley
|
5 |
+
National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy)
|
6 |
+
and Northwestern University. All rights reserved.
|
7 |
+
|
8 |
+
Redistribution and use in source and binary forms, with or without
|
9 |
+
modification, are permitted provided that the following conditions are met:
|
10 |
+
|
11 |
+
(1) Redistributions of source code must retain the above copyright notice,
|
12 |
+
this list of conditions and the following disclaimer.
|
13 |
+
|
14 |
+
(2) Redistributions in binary form must reproduce the above copyright
|
15 |
+
notice, this list of conditions and the following disclaimer in the
|
16 |
+
documentation and/or other materials provided with the distribution.
|
17 |
+
|
18 |
+
(3) Neither the name of the University of California, Lawrence Berkeley
|
19 |
+
National Laboratory, U.S. Dept. of Energy, Northwestern University nor
|
20 |
+
the names of its contributors may be used to endorse or promote products
|
21 |
+
derived from this software without specific prior written permission.
|
22 |
+
|
23 |
+
|
24 |
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
25 |
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
26 |
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
27 |
+
IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
|
28 |
+
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
29 |
+
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
30 |
+
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
31 |
+
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
32 |
+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
|
33 |
+
OF SUCH DAMAGE.
|
34 |
+
|
35 |
+
You are under no obligation whatsoever to provide any bug fixes, patches,
|
36 |
+
or upgrades to the features, functionality or performance of the source
|
37 |
+
code ("Enhancements") to anyone; however, if you choose to make your
|
38 |
+
Enhancements available either publicly, or directly to Lawrence Berkeley
|
39 |
+
National Laboratory, without imposing a separate written license agreement
|
40 |
+
for such Enhancements, then you hereby grant the following license: a
|
41 |
+
non-exclusive, royalty-free perpetual license to install, use, modify,
|
42 |
+
prepare derivative works, incorporate into other computer software,
|
43 |
+
distribute, and sublicense such enhancements or derivative works thereof,
|
44 |
+
in binary and source code form.
|