From d55061915ad550a3edf26612e02574a7e8670415 Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Thu, 4 Jun 2026 17:46:24 -0700 Subject: [PATCH 1/2] Relicense under FSL-1.1-ALv2 --- LICENSE | 150 +++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 105 insertions(+), 45 deletions(-) diff --git a/LICENSE b/LICENSE index f411fee4..82593d62 100644 --- a/LICENSE +++ b/LICENSE @@ -1,45 +1,105 @@ -Fair Source License, version 0.9 - -Copyright (C) 2023 Cirrus Labs, Inc. - -Licensor: Cirrus Labs, Inc. - -Software: Orchard - -Use Limitation: 4 users. User is defined as a device running macOS operating system. -The Use Limitation does not apply to devices used by a single individual. - -License Grant. Licensor hereby grants to each recipient of the -Software ("you") a non-exclusive, non-transferable, royalty-free and -fully-paid-up license, under all of the Licensor's copyright and -patent rights, to use, copy, distribute, prepare derivative works of, -publicly perform and display the Software, subject to the Use -Limitation and the conditions set forth below. - -Use Limitation. The license granted above allows use by up to the -number of users per entity set forth above (the "Use Limitation"). For -determining the number of users, "you" includes all affiliates, -meaning legal entities controlling, controlled by, or under common -control with you. If you exceed the Use Limitation, your use is -subject to payment of Licensor's then-current list price for licenses. - -Conditions. Redistribution in source code or other forms must include -a copy of this license document to be provided in a reasonable -manner. Any redistribution of the Software is only allowed subject to -this license. - -Trademarks. This license does not grant you any right in the -trademarks, service marks, brand names or logos of Licensor. - -DISCLAIMER. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OR -CONDITION, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. LICENSORS HEREBY DISCLAIM ALL LIABILITY, WHETHER IN -AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE. - -Termination. If you violate the terms of this license, your rights -will terminate automatically and will not be reinstated without the -prior written consent of Licensor. Any such termination will not -affect the right of others who may have received copies of the -Software from you. +# Functional Source License, Version 1.1, ALv2 Future License + +## Abbreviation + +FSL-1.1-ALv2 + +## Notice + +Copyright 2026 OpenAI + +## Terms and Conditions + +### Licensor ("We") + +The party offering the Software under these Terms and Conditions. + +### The Software + +The "Software" is each version of the software that we make available under +these Terms and Conditions, as indicated by our inclusion of these Terms and +Conditions with the Software. + +### License Grant + +Subject to your compliance with this License Grant and the Patents, +Redistribution and Trademark clauses below, we hereby grant you the right to +use, copy, modify, create derivative works, publicly perform, publicly display +and redistribute the Software for any Permitted Purpose identified below. + +### Permitted Purpose + +A Permitted Purpose is any purpose other than a Competing Use. A Competing Use +means making the Software available to others in a commercial product or +service that: + +1. substitutes for the Software; + +2. substitutes for any other product or service we offer using the Software + that exists as of the date we make the Software available; or + +3. offers the same or substantially similar functionality as the Software. + +Permitted Purposes specifically include using the Software: + +1. for your internal use and access; + +2. for non-commercial education; + +3. for non-commercial research; and + +4. in connection with professional services that you provide to a licensee + using the Software in accordance with these Terms and Conditions. + +### Patents + +To the extent your use for a Permitted Purpose would necessarily infringe our +patents, the license grant above includes a license under our patents. If you +make a claim against any party that the Software infringes or contributes to +the infringement of any patent, then your patent license to the Software ends +immediately. + +### Redistribution + +The Terms and Conditions apply to all copies, modifications and derivatives of +the Software. + +If you redistribute any copies, modifications or derivatives of the Software, +you must include a copy of or a link to these Terms and Conditions and not +remove any copyright notices provided in or with the Software. + +### Disclaimer + +THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTIES OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING WITHOUT LIMITATION WARRANTIES OF FITNESS FOR A PARTICULAR +PURPOSE, MERCHANTABILITY, TITLE OR NON-INFRINGEMENT. + +IN NO EVENT WILL WE HAVE ANY LIABILITY TO YOU ARISING OUT OF OR RELATED TO THE +SOFTWARE, INCLUDING INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES, +EVEN IF WE HAVE BEEN INFORMED OF THEIR POSSIBILITY IN ADVANCE. + +### Trademarks + +Except for displaying the License Details and identifying us as the origin of +the Software, you have no right under these Terms and Conditions to use our +trademarks, trade names, service marks or product names. + +## Grant of Future License + +We hereby irrevocably grant you an additional license to use the Software under +the Apache License, Version 2.0 that is effective on the second anniversary of +the date we make the Software available. On or after that date, you may use the +Software under the Apache License, Version 2.0, in which case the following +will apply: + +Licensed under the Apache License, Version 2.0 (the "License"); you may not use +this file except in compliance with the License. + +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software distributed +under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR +CONDITIONS OF ANY KIND, either express or implied. See the License for the +specific language governing permissions and limitations under the License. From 96b3d308a256ad363bbfbaa20cf55492ad22cde5 Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Fri, 5 Jun 2026 08:55:48 -0700 Subject: [PATCH 2/2] Use project lifetime in copyright notice --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 82593d62..4d1dd208 100644 --- a/LICENSE +++ b/LICENSE @@ -6,7 +6,7 @@ FSL-1.1-ALv2 ## Notice -Copyright 2026 OpenAI +Copyright 2023-2026 OpenAI ## Terms and Conditions