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