Skip to content

Commit 80cf2a2

Browse files
Merge pull request #11 from acplt/feature/mit_license
Change License to MIT License change was approved by all current contributors: Sebastian Heppner sebastian.heppner@plt.rwth-aachen.de Torben Miny (b. Deppe) t.miny@plt.rwth-aachen.de Leon Möller leon.moeller@plt.rwth-aachen.de Michael Thies m.thies@plt.rwth-aachen.de Igor Garmaev i.garmaev@plt.rwth-aachen.de
2 parents 0805f1f + 1b8e1b9 commit 80cf2a2

56 files changed

Lines changed: 188 additions & 672 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

LICENSE

Lines changed: 21 additions & 441 deletions
Large diffs are not rendered by default.

NOTICE

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,18 @@
11
Eclipse BaSyx Python SDK
22
========================
33

4-
Copyright 2019-2021 the Eclipse BaSyx Authors.
4+
Copyright 2019-2022 the Eclipse BaSyx Authors.
55

66
The Eclipse BaSyx Python SDK was started as a Python implementation of the Industry 4.0 Asset Administration Shell
77
under the name of PyI40AAS at the Chair of Process Control Engineering, RWTH Aachen University
88
(https://www.plt.rwth-aachen.de/) as a part of the project "BaSys 4.2", funded by the German Federal Ministry
99
of Education and Research (BMBF), grant number 01IS19022.
1010

1111

12-
Declared Project Licenses
13-
-------------------------
14-
This artifacts of this project are made available under the terms of:
15-
16-
* the Eclipse Public License v2.0
17-
https://www.eclipse.org/legal/epl-2.0
18-
SPDX-License-Identifier: EPL-2.0
19-
20-
or
21-
22-
* the Apache License, Version 2.0
23-
https://www.apache.org/licenses/LICENSE-2.0
24-
SPDX-License-Identifier: Apache-2.0
12+
Declared Project License
13+
------------------------
14+
The artifacts of this project are made available under the terms of the MIT License.
15+
Please refer to the LICENSE file for more information.
2516

2617

2718
Third-party Work in this Repository

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,9 @@ The BaSyx Python SDK project provides the `basax.aas` Python package with 6 subm
3232

3333
## License
3434

35-
The BaSyx Python SDK project is dual-licensed under the terms of the Eclipse Public License - v 2.0 and the
36-
Apache License Version 2.0. Choose either of the two licenses that better suits your needs.
35+
The BaSyx Python SDK project is licensed under the terms of the MIT License.
3736

38-
SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
37+
SPDX-License-Identifier: MIT
3938

4039
For more information, especially considering the licenses of included third-party works, please consult the `NOTICE`
4140
file.

basyx/aas/adapter/_generic.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Copyright (c) 2020 the Eclipse BaSyx Authors
22
#
3-
# This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0
4-
# which is available at https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0 which is available
5-
# at https://www.apache.org/licenses/LICENSE-2.0.
3+
# This program and the accompanying materials are made available under the terms of the MIT License, available in
4+
# the LICENSE file of this project.
65
#
7-
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
6+
# SPDX-License-Identifier: MIT
87
"""
98
The dicts defined in this module are used in the json and xml modules to translate enum members of our
109
implementation to the respective string and vice versa.

basyx/aas/adapter/aasx.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Copyright (c) 2020 the Eclipse BaSyx Authors
22
#
3-
# This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0
4-
# which is available at https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0 which is available
5-
# at https://www.apache.org/licenses/LICENSE-2.0.
3+
# This program and the accompanying materials are made available under the terms of the MIT License, available in
4+
# the LICENSE file of this project.
65
#
7-
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
6+
# SPDX-License-Identifier: MIT
87
"""
98
.. _adapter.aasx:
109

basyx/aas/adapter/json/json_deserialization.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Copyright (c) 2020 the Eclipse BaSyx Authors
22
#
3-
# This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0
4-
# which is available at https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0 which is available
5-
# at https://www.apache.org/licenses/LICENSE-2.0.
3+
# This program and the accompanying materials are made available under the terms of the MIT License, available in
4+
# the LICENSE file of this project.
65
#
7-
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
6+
# SPDX-License-Identifier: MIT
87
"""
98
.. _adapter.json.json_deserialization:
109

basyx/aas/adapter/json/json_serialization.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Copyright (c) 2020 the Eclipse BaSyx Authors
22
#
3-
# This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0
4-
# which is available at https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0 which is available
5-
# at https://www.apache.org/licenses/LICENSE-2.0.
3+
# This program and the accompanying materials are made available under the terms of the MIT License, available in
4+
# the LICENSE file of this project.
65
#
7-
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
6+
# SPDX-License-Identifier: MIT
87
"""
98
.. _adapter.json.json_serialization:
109

basyx/aas/adapter/xml/xml_deserialization.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Copyright (c) 2020 the Eclipse BaSyx Authors
22
#
3-
# This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0
4-
# which is available at https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0 which is available
5-
# at https://www.apache.org/licenses/LICENSE-2.0.
3+
# This program and the accompanying materials are made available under the terms of the MIT License, available in
4+
# the LICENSE file of this project.
65
#
7-
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
6+
# SPDX-License-Identifier: MIT
87
"""
98
.. _adapter.xml.xml_deserialization:
109

basyx/aas/adapter/xml/xml_serialization.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Copyright (c) 2020 the Eclipse BaSyx Authors
22
#
3-
# This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0
4-
# which is available at https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0 which is available
5-
# at https://www.apache.org/licenses/LICENSE-2.0.
3+
# This program and the accompanying materials are made available under the terms of the MIT License, available in
4+
# the LICENSE file of this project.
65
#
7-
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
6+
# SPDX-License-Identifier: MIT
87
"""
98
.. _adapter.xml.xml_serialization:
109

basyx/aas/backend/backends.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Copyright (c) 2020 the Eclipse BaSyx Authors
22
#
3-
# This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0
4-
# which is available at https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0 which is available
5-
# at https://www.apache.org/licenses/LICENSE-2.0.
3+
# This program and the accompanying materials are made available under the terms of the MIT License, available in
4+
# the LICENSE file of this project.
65
#
7-
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
6+
# SPDX-License-Identifier: MIT
87
"""
98
This module provides a registry and and abstract base class for Backends. A :class:`~.Backend` is a class that allows to
109
synchronize Referable AAS objects or their included data with external data sources such as a remote API or a local

0 commit comments

Comments
 (0)