-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
166 lines (112 loc) · 4.72 KB
/
NOTICE
File metadata and controls
166 lines (112 loc) · 4.72 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
ECHIDNA - Extensible Cognitive Hybrid Intelligence for Deductive Neural Assistance
Copyright (c) 2024-2025 ECHIDNA Project Contributors
This project is dual-licensed under:
1. MIT License
2. Palimpsest License v0.6
You may choose to use this software under the terms of either license.
================================================================================
LICENSES
This software is licensed under the following licenses:
1. MIT License
Full text available in: LICENSES/MIT.txt
SPDX-License-Identifier: MIT
2. Palimpsest License v0.6
Full text available in: LICENSES/Palimpsest-0.6.txt
SPDX-License-Identifier: Palimpsest-0.6
================================================================================
THIRD-PARTY SOFTWARE
This project includes or depends on third-party software components with their
own licenses. See the respective component directories and files for details.
Rust Dependencies:
- See Cargo.toml for complete list
- Run `cargo license` for dependency licenses
Julia Packages:
- See Project.toml and Manifest.toml for complete list
- All Julia packages respect their individual licenses
ReScript/Deno Dependencies:
- See package configuration for complete list
Theorem Provers (integrated, not included):
- Agda - BSD-3-Clause
- Coq/Rocq - LGPL-2.1
- Lean - Apache-2.0
- Isabelle - BSD-3-Clause
- Z3 - MIT
- CVC5 - BSD-3-Clause
- Metamath - Public Domain
- HOL Light - BSD-2-Clause
- Mizar - GPL-3.0
- PVS - GPL-2.0
- ACL2 - BSD-3-Clause
- HOL4 - BSD-3-Clause
================================================================================
REUSE COMPLIANCE
This project is compliant with REUSE Software Licensing specifications.
For detailed copyright and licensing information, see:
- .reuse/dep5 - Bulk copyright declarations
- Individual file headers - SPDX license identifiers
- LICENSES/ directory - Full license texts
To verify compliance, run:
reuse lint
================================================================================
RSR/CCCP COMPLIANCE
This project follows the Rhodium Standard Repository (RSR) and
Cloud Computing Compliance Package (CCCP) guidelines.
For more information:
https://rhodium-standard.org
================================================================================
ATTRIBUTION REQUIREMENTS
When using this software, you must:
1. Retain all copyright notices
2. Retain all license texts
3. Attribute the ECHIDNA Project Contributors
4. Include a copy of this NOTICE file (or equivalent attribution)
For MIT License:
- Include copyright notice and permission notice in all copies
For Palimpsest License:
- Retain attribution notices
- Document modifications
- Preserve transparency requirements
- Respect ethical use provisions
================================================================================
SECURITY
For security vulnerabilities, please see SECURITY.md and contact:
security@echidna-project.org
Do not disclose security issues publicly until they have been addressed.
================================================================================
CONTRIBUTIONS
All contributions to this project are licensed under the same dual license
(MIT AND Palimpsest-0.6) unless explicitly stated otherwise.
By contributing, you certify that:
1. You have the right to submit the contribution
2. You agree to license it under the project's licenses
3. You understand the contribution will be publicly available
See CONTRIBUTING.md for details.
================================================================================
TRADEMARKS
"ECHIDNA" and related marks may be trademarks of the ECHIDNA Project.
Use of these marks must comply with trademark guidelines (when established).
================================================================================
CITATIONS
If you use this software in academic work, please cite:
@software{echidna2025,
title = {ECHIDNA: Extensible Cognitive Hybrid Intelligence for
Deductive Neural Assistance},
author = {ECHIDNA Project Contributors},
year = {2025},
url = {https://github.com/hyperpolymath/echidna},
license = {MIT AND Palimpsest-0.6}
}
See CITATION.cff for machine-readable citation metadata.
================================================================================
CONTACT
Project Repository: https://github.com/hyperpolymath/echidna
Issue Tracker: https://github.com/hyperpolymath/echidna/-/issues
Documentation: See docs/ directory
================================================================================
ACKNOWLEDGMENTS
Built on foundations from the theorem proving community
Thanks to all theorem prover communities
Thanks to all contributors (see AUTHORS.md)
================================================================================
Last Updated: 2025-11-22
Version: 0.1.0