Skip to content

Commit 008d8ec

Browse files
authored
Relicense core to FSL (#388)
* relicense to FSL * changelog
1 parent dea1807 commit 008d8ec

File tree

2 files changed

+112
-19
lines changed

2 files changed

+112
-19
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
- Relicense core to FSL-1.1-ALv2. [#388](https://github.com/sourcebot-dev/sourcebot/pull/388)
12+
1013
## [4.5.2] - 2025-07-19
1114

1215
### Changed

LICENSE

Lines changed: 109 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,112 @@ Portions of this software are licensed as follows:
44

55
- All content that resides under the "ee/", "packages/web/src/ee/", and "packages/shared/src/ee/" directories of this repository, if these directories exist, is licensed under the license defined in "ee/LICENSE".
66
- All third party components incorporated into the Sourcebot Software are licensed under the original license provided by the owner of the applicable component.
7-
- Content outside of the above mentioned directories or restrictions above is available under the "MIT Expat" license as defined below.
8-
9-
Permission is hereby granted, free of charge, to any person obtaining a copy
10-
of this software and associated documentation files (the "Software"), to deal
11-
in the Software without restriction, including without limitation the rights
12-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13-
copies of the Software, and to permit persons to whom the Software is
14-
furnished to do so, subject to the following conditions:
15-
16-
The above copyright notice and this permission notice shall be included in all
17-
copies or substantial portions of the Software.
18-
19-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25-
SOFTWARE.
7+
- Content outside of the above mentioned directories or restrictions above is available under the "Functional Source License" as defined below.
8+
9+
---
10+
11+
# Functional Source License, Version 1.1, ALv2 Future License
12+
13+
## Abbreviation
14+
15+
FSL-1.1-ALv2
16+
17+
## Notice
18+
19+
Copyright 2025 Taqla Inc.
20+
21+
## Terms and Conditions
22+
23+
### Licensor ("We")
24+
25+
The party offering the Software under these Terms and Conditions.
26+
27+
### The Software
28+
29+
The "Software" is each version of the software that we make available under
30+
these Terms and Conditions, as indicated by our inclusion of these Terms and
31+
Conditions with the Software.
32+
33+
### License Grant
34+
35+
Subject to your compliance with this License Grant and the Patents,
36+
Redistribution and Trademark clauses below, we hereby grant you the right to
37+
use, copy, modify, create derivative works, publicly perform, publicly display
38+
and redistribute the Software for any Permitted Purpose identified below.
39+
40+
### Permitted Purpose
41+
42+
A Permitted Purpose is any purpose other than a Competing Use. A Competing Use
43+
means making the Software available to others in a commercial product or
44+
service that:
45+
46+
1. substitutes for the Software;
47+
48+
2. substitutes for any other product or service we offer using the Software
49+
that exists as of the date we make the Software available; or
50+
51+
3. offers the same or substantially similar functionality as the Software.
52+
53+
Permitted Purposes specifically include using the Software:
54+
55+
1. for your internal use and access;
56+
57+
2. for non-commercial education;
58+
59+
3. for non-commercial research; and
60+
61+
4. in connection with professional services that you provide to a licensee
62+
using the Software in accordance with these Terms and Conditions.
63+
64+
### Patents
65+
66+
To the extent your use for a Permitted Purpose would necessarily infringe our
67+
patents, the license grant above includes a license under our patents. If you
68+
make a claim against any party that the Software infringes or contributes to
69+
the infringement of any patent, then your patent license to the Software ends
70+
immediately.
71+
72+
### Redistribution
73+
74+
The Terms and Conditions apply to all copies, modifications and derivatives of
75+
the Software.
76+
77+
If you redistribute any copies, modifications or derivatives of the Software,
78+
you must include a copy of or a link to these Terms and Conditions and not
79+
remove any copyright notices provided in or with the Software.
80+
81+
### Disclaimer
82+
83+
THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTIES OF ANY KIND, EXPRESS OR
84+
IMPLIED, INCLUDING WITHOUT LIMITATION WARRANTIES OF FITNESS FOR A PARTICULAR
85+
PURPOSE, MERCHANTABILITY, TITLE OR NON-INFRINGEMENT.
86+
87+
IN NO EVENT WILL WE HAVE ANY LIABILITY TO YOU ARISING OUT OF OR RELATED TO THE
88+
SOFTWARE, INCLUDING INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES,
89+
EVEN IF WE HAVE BEEN INFORMED OF THEIR POSSIBILITY IN ADVANCE.
90+
91+
### Trademarks
92+
93+
Except for displaying the License Details and identifying us as the origin of
94+
the Software, you have no right under these Terms and Conditions to use our
95+
trademarks, trade names, service marks or product names.
96+
97+
## Grant of Future License
98+
99+
We hereby irrevocably grant you an additional license to use the Software under
100+
the Apache License, Version 2.0 that is effective on the second anniversary of
101+
the date we make the Software available. On or after that date, you may use the
102+
Software under the Apache License, Version 2.0, in which case the following
103+
will apply:
104+
105+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
106+
this file except in compliance with the License.
107+
108+
You may obtain a copy of the License at
109+
110+
http://www.apache.org/licenses/LICENSE-2.0
111+
112+
Unless required by applicable law or agreed to in writing, software distributed
113+
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
114+
CONDITIONS OF ANY KIND, either express or implied. See the License for the
115+
specific language governing permissions and limitations under the License.

0 commit comments

Comments
 (0)