Skip to content

Commit b32767d

Browse files
committed
Update license headers for MIT license
1 parent 0805f1f commit b32767d

53 files changed

Lines changed: 159 additions & 212 deletions

Some content is hidden

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

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

basyx/aas/backend/couchdb.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 adds the functionality of storing and retrieving :class:`~aas.model.base.Identifiable` objects in a CouchDB.
109

basyx/aas/compliance_tool/cli.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
"""
109
Command line script which is a compliance tool for creating and checking json and xml files in compliance with

basyx/aas/compliance_tool/compliance_check_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
Module which offers functions to use in a confirmation tool related to AASX files
109

0 commit comments

Comments
 (0)