Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# License Information
This project is a reference implementation that combines multiple open-source components, each under their respective licenses, along with custom build systems and documentation under MIT license.
## Custom Components License (MIT)
Copyright (c) 2017-2024 Arm Limited
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
## Component Licenses
This project includes components under the following licenses:
### MIT License
- arm-compute-library
- armnn
- SOAFEE/EWAOL
- kas
- resize-tool
### Apache-2.0 License
- armnn tensorflow lite
- containerd
- docker
- k3s
- runc
- flatbuffers
- openvswitch
### GPL-2.0-only License
- kvm
- dpdk
- xen
- Yocto/Yocto Linux/Preempt-rt
### Other Licenses
- go (BSD-3-Clause)
- usbids (GPL-3.0-only)
- libosinfo (LGPL-2.1-only & GPL-2.0-only)
## Modifications and Patches
The following components may include modifications with patches included in this repository:
- arm-compute-library
- armnn
- armnn tensorflow lite
- Yocto/Yocto Linux/Preempt-rt
## Restrictions
This project explicitly prohibits:
1. Code that performs emulation of execution of instructions from:
- Arm instruction set
- Any 3rd party instruction set (Intel x86/AMD64/MIPS/RISC-V/etc.)
2. Code that performs emulation of:
- Arm hardware IP (GIC, Coresight, System MMU, etc)
- Any 3rd party hardware IP
## Documentation and Build System
All newly created software files, including the build system and documentation, are licensed under the MIT License as specified above.
## Third-Party Licenses
For the full text of third-party licenses, please refer to the respective projects:
- Apache 2.0: https://www.apache.org/licenses/LICENSE-2.0
- GPL 2.0: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
- GPL 3.0: https://www.gnu.org/licenses/gpl-3.0.en.html
- LGPL 2.1: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
- BSD 3-Clause: https://opensource.org/licenses/BSD-3-Clause