-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
26 lines (20 loc) · 1.13 KB
/
Copy pathNOTICE
File metadata and controls
26 lines (20 loc) · 1.13 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
odxtools-java-core
==================
This project is a Java 25 reimplementation of the `odxtools` ODX/PDX
diagnostic-database library. It is a derivative work of the original Python
project:
odxtools — https://github.com/mercedes-benz/odxtools
Copyright (c) The odxtools authors (MBition GmbH / Mercedes-Benz Group AG)
Licensed under the MIT License.
Class names, concepts, the public API shape, and the behavioral contract of
this port follow the upstream Python implementation, which serves as its
behavior oracle. The MIT license and copyright of the original project are
retained alongside the copyright of the Java port (see LICENSE).
Bundled third-party material
----------------------------
- `odxtools-core/src/main/resources/schema/odx.xsd` and `odx-xhtml.xsd`
are the ASAM ODX (MCD-2 D) XML schemas (ODX 2.2.0). They are the property of
ASAM e.V. and are redistributed for validation convenience only; their use is
governed by ASAM's own terms, not by this project's MIT license.
- `examples/somersault.pdx` is the public synthetic sample database shipped by
the upstream odxtools project (no real vehicle data).