From 6fa0f5ce141a221a7ce0155d74aa45691482ae03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Gonz=C3=A1lez?= Date: Fri, 24 Nov 2023 17:29:29 +0000 Subject: [PATCH] utils/dependency_cross_matcher: Add license and description comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tomás González --- utils/dependency_cross_matcher.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/utils/dependency_cross_matcher.py b/utils/dependency_cross_matcher.py index 9aa8de3..5dfff22 100644 --- a/utils/dependency_cross_matcher.py +++ b/utils/dependency_cross_matcher.py @@ -1,3 +1,9 @@ +# Copyright 2023 Contributors to the Parsec project. +# SPDX-License-Identifier: Apache-2.0 + +# Checks the version mismatches for dependencies in Cargo based repositories: +# * In parsec-tool itself +# * Between parsec and parsec-tool import argparse import re import os