Skip to content

Commit

Permalink
utils/dependency_cross_matcher: Add license and description comments
Browse files Browse the repository at this point in the history
Signed-off-by: Tomás González <[email protected]>
  • Loading branch information
tgonzalezorlandoarm committed Nov 28, 2023
1 parent 105c449 commit 6fa0f5c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions utils/dependency_cross_matcher.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6fa0f5c

Please sign in to comment.