From 0ae1287e9972dc3788fb7b132f1275335bb74756 Mon Sep 17 00:00:00 2001 From: Marius Brehler Date: Thu, 22 Feb 2024 14:21:24 +0100 Subject: [PATCH] Add copyright and licensing information (#37) --- 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