You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. -->
Copy file name to clipboardExpand all lines: LICENSE
+15-43Lines changed: 15 additions & 43 deletions
Original file line number
Diff line number
Diff line change
@@ -14,66 +14,38 @@ copies or substantial portions of the Software.
14
14
15
15
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:
16
16
17
+
BSD License
18
+
19
+
For "ExecuTorch" software
20
+
17
21
Copyright (c) Meta Platforms, Inc. and affiliates.
18
22
Copyright 2023 Arm Limited and/or its affiliates.
19
23
Copyright (c) Qualcomm Innovation Center, Inc.
20
24
Copyright (c) 2023 Apple Inc.
21
25
Copyright (c) 2024 MediaTek Inc.
26
+
Copyright 2023 NXP
22
27
23
28
Redistribution and use in source and binary forms, with or without modification,
24
29
are permitted provided that the following conditions are met:
25
30
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.
47
33
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,
67
35
this list of conditions and the following disclaimer in the documentation
68
36
and/or other materials provided with the distribution.
69
37
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
+
70
42
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
71
43
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
72
44
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
74
46
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
75
47
(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
78
50
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
79
51
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 commit comments