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 27, 2023
1 parent c190d6e commit 263202d
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 263202d

Please sign in to comment.