Skip to content

Commit d4b1132

Browse files
authored
docs: remove JTransforms mention from license (#506)
## Description Since we are no longer using JTransforms, this PR gets rid of the JTransforms part in the license. ### Introduces a breaking change? - [ ] Yes - [ ] No ### Type of change - [ ] Bug fix (change which fixes an issue) - [ ] New feature (change which adds functionality) - [ ] Documentation update (improves or adds clarity to existing documentation) - [ ] Other (chores, tests, code style improvements etc.) ### Tested on - [ ] iOS - [ ] Android ### Testing instructions <!-- Provide step-by-step instructions on how to test your changes. Include setup details if necessary. --> ### Screenshots <!-- Add screenshots here, if applicable --> ### Related issues <!-- Link related issues here using #issue-number --> ### Checklist - [ ] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have updated the documentation accordingly - [ ] My changes generate no new warnings ### Additional notes <!-- Include any additional information, assumptions, or context that reviewers might need to understand this PR. -->
1 parent 421dc36 commit d4b1132

1 file changed

Lines changed: 15 additions & 43 deletions

File tree

LICENSE

Lines changed: 15 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -14,66 +14,38 @@ copies or substantial portions of the Software.
1414

1515
This software includes components from the ExecuTorch library, which is licensed under the BSD 3-Clause license. The license and copyright notice for ExecuTorch are as follows:
1616

17+
BSD License
18+
19+
For "ExecuTorch" software
20+
1721
Copyright (c) Meta Platforms, Inc. and affiliates.
1822
Copyright 2023 Arm Limited and/or its affiliates.
1923
Copyright (c) Qualcomm Innovation Center, Inc.
2024
Copyright (c) 2023 Apple Inc.
2125
Copyright (c) 2024 MediaTek Inc.
26+
Copyright 2023 NXP
2227

2328
Redistribution and use in source and binary forms, with or without modification,
2429
are permitted provided that the following conditions are met:
2530

26-
- Redistributions of source code must retain the above copyright notice, this
27-
list of conditions and the following disclaimer.
28-
29-
- Redistributions in binary form must reproduce the above copyright notice,
30-
this list of conditions and the following disclaimer in the documentation
31-
and/or other materials provided with the distribution.
32-
33-
- Neither the name Meta nor the names of its contributors may be used to
34-
endorse or promote products derived from this software without specific
35-
prior written permission.
36-
37-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
38-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
39-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
40-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
41-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
42-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
43-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
44-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
45-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
46-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31+
* Redistributions of source code must retain the above copyright notice, this
32+
list of conditions and the following disclaimer.
4733

48-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
49-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
50-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
51-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
52-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
53-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
54-
SOFTWARE.
55-
56-
This software includes components from the JTransforms library. The license and copyright notice for this library are as follows:
57-
JTransforms
58-
Copyright (c) 2007 onward, Piotr Wendykier
59-
All rights reserved.
60-
61-
Redistribution and use in source and binary forms, with or without
62-
modification, are permitted provided that the following conditions are met:
63-
64-
1. Redistributions of source code must retain the above copyright notice, this
65-
list of conditions and the following disclaimer.
66-
2. Redistributions in binary form must reproduce the above copyright notice,
34+
* Redistributions in binary form must reproduce the above copyright notice,
6735
this list of conditions and the following disclaimer in the documentation
6836
and/or other materials provided with the distribution.
6937

38+
* Neither the name Meta nor the names of its contributors may be used to
39+
endorse or promote products derived from this software without specific
40+
prior written permission.
41+
7042
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
7143
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
7244
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
73-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
45+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
7446
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
7547
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
76-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
77-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
48+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
49+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
7850
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
7951
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

0 commit comments

Comments
 (0)