From ea137afd57fe0ed058fd8f6528f7c836260d3132 Mon Sep 17 00:00:00 2001 From: Sebastian Schleemilch Date: Tue, 6 Aug 2024 12:46:02 +0200 Subject: [PATCH] Added missing copyright header Signed-off-by: Sebastian Schleemilch --- tests/vspec/test_consistency/test_consistency.py | 7 +++++++ tests/vspec/test_datatypes/test.vspec | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/tests/vspec/test_consistency/test_consistency.py b/tests/vspec/test_consistency/test_consistency.py index eb2bd839..e1f46ab0 100644 --- a/tests/vspec/test_consistency/test_consistency.py +++ b/tests/vspec/test_consistency/test_consistency.py @@ -1,3 +1,10 @@ +# Copyright (c) 2023 Contributors to COVESA +# +# This program and the accompanying materials are made available under the +# terms of the Mozilla Public License 2.0 which is available at +# https://www.mozilla.org/en-US/MPL/2.0/ +# +# SPDX-License-Identifier: MPL-2.0 import pytest from pathlib import Path import subprocess diff --git a/tests/vspec/test_datatypes/test.vspec b/tests/vspec/test_datatypes/test.vspec index e1dda362..f50409b5 100644 --- a/tests/vspec/test_datatypes/test.vspec +++ b/tests/vspec/test_datatypes/test.vspec @@ -1,3 +1,10 @@ +# Copyright (c) 2024 Contributors to COVESA +# +# This program and the accompanying materials are made available under the +# terms of the Mozilla Public License 2.0 which is available at +# https://www.mozilla.org/en-US/MPL/2.0/ +# +# SPDX-License-Identifier: MPL-2.0 # A: type: branch