chore: make sure all python files have the correct header

Signed-off-by: EstherLerouzic <esther.lerouzic@orange.com>
Change-Id: Ifdd6a566fda74c5b7d417f9d61c51d4d3da07bfd
This commit is contained in:
EstherLerouzic
2025-05-30 16:10:11 +02:00
parent 7bc9461547
commit 7a1b15a916
39 changed files with 306 additions and 56 deletions

View File

@@ -1,11 +1,15 @@
#!/usr/bin/env python3
# Module name: test_path_computation_functions.py
# Version:
# License: BSD 3-Clause Licence
# Copyright (c) 2018, Telecom Infra Project
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: BSD-3-Clause
# test_path_computation_functions
# Copyright (C) 2025 Telecom Infra Project and GNPy contributors
# see AUTHORS.rst for a list of contributors
"""
@author: esther.lerouzic
test path computation functions
"""