From 7a7c1a942098c6aa563985ab8a347544153e4f97 Mon Sep 17 00:00:00 2001 From: Marius Brehler Date: Tue, 20 Feb 2024 09:31:46 +0100 Subject: [PATCH] Add copyright and licensing information --- tests/integration_tests/test_scheduling_marking.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/integration_tests/test_scheduling_marking.py b/tests/integration_tests/test_scheduling_marking.py index b37c301..48459c6 100644 --- a/tests/integration_tests/test_scheduling_marking.py +++ b/tests/integration_tests/test_scheduling_marking.py @@ -1,3 +1,9 @@ +# Copyright The PFDL Contributors +# +# Licensed under the MIT License. +# For details on the licensing terms, see the LICENSE file. +# SPDX-License-Identifier: MIT + """Contains integration tests to check the marking of the petri net.""" # standard libraries