-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
89 lines (72 loc) · 5.33 KB
/
Copy pathNOTICE
File metadata and controls
89 lines (72 loc) · 5.33 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
AxonOS Kernels
Copyright (c) 2026 Denis Yermakou <connect@axonos.org>
This product includes software developed by Denis Yermakou
as part of the AxonOS project (https://axonos.org).
────────────────────────────────────────────────────────────────────
ATTRIBUTION REQUIREMENT (Apache License 2.0, Section 4d)
────────────────────────────────────────────────────────────────────
If You distribute the Work or Derivative Works thereof, You must
include a readable copy of this NOTICE file in any Derivative Works
that You distribute, in at least one of the following places:
(a) within a NOTICE text file distributed as part of the Derivative
Works;
(b) within the Source form or documentation, if provided along with
the Derivative Works; or
(c) within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear.
Contents of this NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution notices
within Derivative Works that You distribute, alongside or as an
addendum to the NOTICE text from the Work, provided that such
additional attribution notices cannot be construed as modifying the
License.
────────────────────────────────────────────────────────────────────
TRADEMARK
────────────────────────────────────────────────────────────────────
"AxonOS" is an unregistered word mark of Denis Yermakou. Permission
is granted to use the name "AxonOS" to refer to the project, its
documentation, and unmodified releases of the software. Permission
is NOT granted to use the name "AxonOS" to identify modified or
derivative software in a manner that could imply endorsement by, or
affiliation with, the original AxonOS project.
If You distribute a modified version, You should choose a distinct
project name to avoid confusion. You may state that Your project is
"based on AxonOS" or "derived from AxonOS" as a factual descriptor.
────────────────────────────────────────────────────────────────────
PATENT GRANT (Apache License 2.0, Section 3)
────────────────────────────────────────────────────────────────────
Subject to the terms and conditions of the Apache License 2.0, each
Contributor hereby grants to You a perpetual, worldwide,
non-exclusive, no-charge, royalty-free, irrevocable (except as
stated in Section 3 of the License) patent license to make, have
made, use, offer to sell, sell, import, and otherwise transfer the
Work, where such license applies only to those patent claims
licensable by such Contributor that are necessarily infringed by
their Contribution(s) alone or by combination of their
Contribution(s) with the Work to which such Contribution(s) was
submitted.
If You institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work or
a Contribution incorporated within the Work constitutes direct or
contributory patent infringement, then any patent licenses granted
to You under this License for that Work shall terminate as of the
date such litigation is filed.
────────────────────────────────────────────────────────────────────
THIRD-PARTY COMPONENTS
────────────────────────────────────────────────────────────────────
The bare-metal firmware crate `axonos-firmware-stm32f407` depends on
the following third-party Rust crates, each licensed permissively:
cortex-m (Apache-2.0 OR MIT) — Rust Embedded WG
cortex-m-rt (Apache-2.0 OR MIT) — Rust Embedded WG
panic-halt (Apache-2.0 OR MIT) — Jorge Aparicio
Their respective licences and attributions are preserved in the
generated dependency tree and are reproduced in the crates'
published metadata on crates.io.
────────────────────────────────────────────────────────────────────
CONTACT
────────────────────────────────────────────────────────────────────
Author: Denis Yermakou
Primary email: connect@axonos.org
Project website: https://axonos.org
Source repositories: https://github.com/AxonOS-org
Security disclosure: security@axonos.org