1- MIT License
1+ # LICENSE
22
3- Copyright (c) 2023 Safe Ecosystem Foundation
3+ This repository contains code developed at different points in time and under
4+ different ownership and licensing terms.
5+
6+ ### A) Historical Code (up to and including February 16, 2026): MIT
7+
8+ All commits made **up to and including 2026-02-16** are:
9+ - Copyright (c) Safe Ecosystem Foundation (SEF)
10+ - Licensed under the **MIT License**
11+
12+ A snapshot of the final SEF/MIT state is available under the Git tag:
13+ - `sef-mit-final`
14+
15+ Use of the historical code is governed by the MIT License below.
16+
17+ ### B) New Code (from February 17, 2026 onward): FSL-1.1-MIT
18+
19+ All commits made **on or after 2026-02-17** are:
20+ - Copyright (c) Safe Labs GmbH
21+ - Licensed under the **Functional Source License, Version 1.1, MIT Future
22+ License** (`FSL-1.1-MIT`)
23+
24+ ### No retroactive relicensing of MIT code
25+
26+ Nothing in this repository retroactively changes the MIT license terms granted
27+ by SEF for the historical code. The licensing boundary is defined solely by
28+ commit date.
29+
30+ ---
31+
32+ # MIT License (SEF historical code)
33+
34+ Copyright (c) 2022-2026 Safe Ecosystem Foundation
435
536Permission is hereby granted, free of charge, to any person obtaining a copy
637of this software and associated documentation files (the "Software"), to deal
@@ -19,3 +50,111 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1950LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2051OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2152SOFTWARE.
53+
54+ ---
55+
56+ # Functional Source License v1.1 (MIT Future License) (Safe Labs new code)
57+
58+ ## Abbreviation
59+
60+ FSL-1.1-MIT
61+
62+ ## Notice
63+
64+ Copyright 2026, Safe Labs GmbH
65+
66+ ## Terms and Conditions
67+
68+ ### Licensor ("We")
69+
70+ The party offering the Software under these Terms and Conditions.
71+
72+ ### The Software
73+
74+ The "Software" is each version of the software that we make available under
75+ these Terms and Conditions, as indicated by our inclusion of these Terms and
76+ Conditions with the Software.
77+
78+ ### License Grant
79+
80+ Subject to your compliance with this License Grant and the Patents,
81+ Redistribution and Trademark clauses below, we hereby grant you the right to
82+ use, copy, modify, create derivative works, publicly perform, publicly display
83+ and redistribute the Software for any Permitted Purpose identified below.
84+
85+ ### Permitted Purpose
86+
87+ A Permitted Purpose is any purpose other than a Competing Use. A Competing Use
88+ means making the Software available to others in a commercial product or
89+ service that:
90+
91+ 1. substitutes for the Software;
92+ 2. substitutes for any other product or service we offer using the Software
93+ that exists as of the date we make the Software available; or
94+ 3. offers the same or substantially similar functionality as the Software.
95+
96+ Permitted Purposes specifically include using the Software:
97+
98+ 1. for your internal use and access;
99+ 2. for non-commercial education;
100+ 3. for non-commercial research; and
101+ 4. in connection with professional services that you provide to a licensee
102+ using the Software in accordance with these Terms and Conditions.
103+
104+ ### Patents
105+
106+ To the extent your use for a Permitted Purpose would necessarily infringe our
107+ patents, the license grant above includes a license under our patents. If you
108+ make a claim against any party that the Software infringes or contributes to
109+ the infringement of any patent, then your patent license to the Software ends
110+ immediately.
111+
112+ ### Redistribution
113+
114+ The Terms and Conditions apply to all copies, modifications and derivatives of
115+ the Software.
116+
117+ If you redistribute any copies, modifications or derivatives of the Software,
118+ you must include a copy of or a link to these Terms and Conditions and not
119+ remove any copyright notices provided in or with the Software.
120+
121+ ### Disclaimer
122+
123+ THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTIES OF ANY KIND, EXPRESS OR
124+ IMPLIED, INCLUDING WITHOUT LIMITATION WARRANTIES OF FITNESS FOR A PARTICULAR
125+ PURPOSE, MERCHANTABILITY, TITLE OR NON-INFRINGEMENT.
126+
127+ IN NO EVENT WILL WE HAVE ANY LIABILITY TO YOU ARISING OUT OF OR RELATED TO THE
128+ SOFTWARE, INCLUDING INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES,
129+ EVEN IF WE HAVE BEEN INFORMED OF THEIR POSSIBILITY IN ADVANCE.
130+
131+ ### Trademarks
132+
133+ Except for displaying the License Details and identifying us as the origin of
134+ the Software, you have no right under these Terms and Conditions to use our
135+ trademarks, trade names, service marks or product names.
136+
137+ ## Grant of Future License
138+
139+ We hereby irrevocably grant you an additional license to use the Software under
140+ the MIT license that is effective on the second anniversary of the date we make
141+ the Software available. On or after that date, you may use the Software under
142+ the MIT license, in which case the following will apply:
143+
144+ Permission is hereby granted, free of charge, to any person obtaining a copy of
145+ this software and associated documentation files (the "Software"), to deal in
146+ the Software without restriction, including without limitation the rights to
147+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
148+ of the Software, and to permit persons to whom the Software is furnished to do
149+ so, subject to the following conditions:
150+
151+ The above copyright notice and this permission notice shall be included in all
152+ copies or substantial portions of the Software.
153+
154+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
155+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
156+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
157+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
158+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
159+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
160+ SOFTWARE.
0 commit comments