Skip to content

Commit 37f5a3e

Browse files
committed
update copyright
1 parent 92ee7b3 commit 37f5a3e

11 files changed

+11
-11
lines changed

compliance_tool/aas_compliance_tool/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020 the Eclipse BaSyx Authors
1+
# Copyright (c) 2024 the Eclipse BaSyx Authors
22
#
33
# This program and the accompanying materials are made available under the terms of the MIT License, available in
44
# the LICENSE file of this project.

compliance_tool/aas_compliance_tool/compliance_check_aasx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020 the Eclipse BaSyx Authors
1+
# Copyright (c) 2024 the Eclipse BaSyx Authors
22
#
33
# This program and the accompanying materials are made available under the terms of the MIT License, available in
44
# the LICENSE file of this project.

compliance_tool/aas_compliance_tool/compliance_check_json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020 the Eclipse BaSyx Authors
1+
# Copyright (c) 2024 the Eclipse BaSyx Authors
22
#
33
# This program and the accompanying materials are made available under the terms of the MIT License, available in
44
# the LICENSE file of this project.

compliance_tool/aas_compliance_tool/compliance_check_xml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020 the Eclipse BaSyx Authors
1+
# Copyright (c) 2024 the Eclipse BaSyx Authors
22
#
33
# This program and the accompanying materials are made available under the terms of the MIT License, available in
44
# the LICENSE file of this project.

compliance_tool/aas_compliance_tool/state_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020 the Eclipse BaSyx Authors
1+
# Copyright (c) 2024 the Eclipse BaSyx Authors
22
#
33
# This program and the accompanying materials are made available under the terms of the MIT License, available in
44
# the LICENSE file of this project.

compliance_tool/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright (c) 2019-2021 the Eclipse BaSyx Authors
2+
# Copyright (c) 2024-2021 the Eclipse BaSyx Authors
33
#
44
# This program and the accompanying materials are made available under the terms of the MIT License, available in
55
# the LICENSE file of this project.

compliance_tool/test/test_aas_compliance_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020 the Eclipse BaSyx Authors
1+
# Copyright (c) 2024 the Eclipse BaSyx Authors
22
#
33
# This program and the accompanying materials are made available under the terms of the MIT License, available in
44
# the LICENSE file of this project.

compliance_tool/test/test_compliance_check_aasx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020 the Eclipse BaSyx Authors
1+
# Copyright (c) 2024 the Eclipse BaSyx Authors
22
#
33
# This program and the accompanying materials are made available under the terms of the MIT License, available in
44
# the LICENSE file of this project.

compliance_tool/test/test_compliance_check_json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020 the Eclipse BaSyx Authors
1+
# Copyright (c) 2024 the Eclipse BaSyx Authors
22
#
33
# This program and the accompanying materials are made available under the terms of the MIT License, available in
44
# the LICENSE file of this project.

compliance_tool/test/test_compliance_check_xml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020 the Eclipse BaSyx Authors
1+
# Copyright (c) 2024 the Eclipse BaSyx Authors
22
#
33
# This program and the accompanying materials are made available under the terms of the MIT License, available in
44
# the LICENSE file of this project.

0 commit comments

Comments
 (0)