diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 77abb6b0..98bffe30 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -57,7 +57,7 @@ jobs: python3 -m pip install tox-gh-actions - name: Run Linters - uses: pre-commit/action@v3.0.0 + uses: ./.github/actions/pre-commit-action - name: Run the daparized databroker binary run: | diff --git a/.project-creation/run.py b/.project-creation/run.py index b06579a0..7f7179fa 100644 --- a/.project-creation/run.py +++ b/.project-creation/run.py @@ -12,20 +12,6 @@ # # SPDX-License-Identifier: Apache-2.0 -# Copyright (c) 2023 Contributors to the Eclipse Foundation - -# This program and the accompanying materials are made available under the -# terms of the Apache License, Version 2.0 which is available at -# https://www.apache.org/licenses/LICENSE-2.0. - -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. - -# SPDX-License-Identifier: Apache-2.0 - import argparse import json import os diff --git a/examples/dog-mode/src/vehicle_model/proto/hvac_pb2.py b/examples/dog-mode/src/vehicle_model/proto/hvac_pb2.py index 8aff1377..67016ef8 100644 --- a/examples/dog-mode/src/vehicle_model/proto/hvac_pb2.py +++ b/examples/dog-mode/src/vehicle_model/proto/hvac_pb2.py @@ -1,17 +1,4 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2023-2024 Contributors to the Eclipse Foundation -# This program and the accompanying materials are made available under the -# terms of the Apache License, Version 2.0 which is available at -# https://www.apache.org/licenses/LICENSE-2.0. -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. -# -# SPDX-License-Identifier: Apache-2.0 - # Generated by the protocol buffer compiler. DO NOT EDIT! # source: hvac.proto """Generated protocol buffer code.""" diff --git a/examples/dog-mode/src/vehicle_model/proto/hvac_pb2.pyi b/examples/dog-mode/src/vehicle_model/proto/hvac_pb2.pyi index 4a00410b..b35b6d5c 100644 --- a/examples/dog-mode/src/vehicle_model/proto/hvac_pb2.pyi +++ b/examples/dog-mode/src/vehicle_model/proto/hvac_pb2.pyi @@ -1,17 +1,3 @@ -# Copyright (c) 2023-2024 Contributors to the Eclipse Foundation -# -# This program and the accompanying materials are made available under the -# terms of the Apache License, Version 2.0 which is available at -# https://www.apache.org/licenses/LICENSE-2.0. -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. -# -# SPDX-License-Identifier: Apache-2.0 - """ @generated by mypy-protobuf. Do not edit manually! isort:skip_file diff --git a/examples/dog-mode/src/vehicle_model/proto/hvac_pb2_grpc.py b/examples/dog-mode/src/vehicle_model/proto/hvac_pb2_grpc.py index 98290b63..99fbb5c4 100644 --- a/examples/dog-mode/src/vehicle_model/proto/hvac_pb2_grpc.py +++ b/examples/dog-mode/src/vehicle_model/proto/hvac_pb2_grpc.py @@ -1,17 +1,3 @@ -# Copyright (c) 2023-2024 Contributors to the Eclipse Foundation -# -# This program and the accompanying materials are made available under the -# terms of the Apache License, Version 2.0 which is available at -# https://www.apache.org/licenses/LICENSE-2.0. -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. -# -# SPDX-License-Identifier: Apache-2.0 - # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT! """Client and server classes corresponding to protobuf-defined services.""" import grpc diff --git a/velocitas_sdk/proto/broker_pb2.pyi b/velocitas_sdk/proto/broker_pb2.pyi index ce71364d..239bc5e3 100644 --- a/velocitas_sdk/proto/broker_pb2.pyi +++ b/velocitas_sdk/proto/broker_pb2.pyi @@ -1,19 +1,6 @@ """ @generated by mypy-protobuf. Do not edit manually! isort:skip_file -Copyright (c) 2022-2023 Contributors to the Eclipse Foundation - -This program and the accompanying materials are made available under the -terms of the Apache License, Version 2.0 which is available at -https://www.apache.org/licenses/LICENSE-2.0. - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -License for the specific language governing permissions and limitations -under the License. - -SPDX-License-Identifier: Apache-2.0 """ import builtins import collections.abc diff --git a/velocitas_sdk/proto/collector_pb2.pyi b/velocitas_sdk/proto/collector_pb2.pyi index 5f2d682a..b3c81b21 100644 --- a/velocitas_sdk/proto/collector_pb2.pyi +++ b/velocitas_sdk/proto/collector_pb2.pyi @@ -1,19 +1,6 @@ """ @generated by mypy-protobuf. Do not edit manually! isort:skip_file -Copyright (c) 2022-2023 Contributors to the Eclipse Foundation - -This program and the accompanying materials are made available under the -terms of the Apache License, Version 2.0 which is available at -https://www.apache.org/licenses/LICENSE-2.0. - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -License for the specific language governing permissions and limitations -under the License. - -SPDX-License-Identifier: Apache-2.0 """ import builtins import collections.abc diff --git a/velocitas_sdk/proto/types_pb2.pyi b/velocitas_sdk/proto/types_pb2.pyi index 2da1461b..4fbecf7c 100644 --- a/velocitas_sdk/proto/types_pb2.pyi +++ b/velocitas_sdk/proto/types_pb2.pyi @@ -1,19 +1,6 @@ """ @generated by mypy-protobuf. Do not edit manually! isort:skip_file -Copyright (c) 2023-2024 Contributors to the Eclipse Foundation - -This program and the accompanying materials are made available under the -terms of the Apache License, Version 2.0 which is available at -https://www.apache.org/licenses/LICENSE-2.0. - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -License for the specific language governing permissions and limitations -under the License. - -SPDX-License-Identifier: Apache-2.0 """ import builtins import collections.abc