Skip to content

Commit 6fa0f5c

Browse files
utils/dependency_cross_matcher: Add license and description comments
Signed-off-by: Tomás González <[email protected]>
1 parent 105c449 commit 6fa0f5c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

utils/dependency_cross_matcher.py

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Copyright 2023 Contributors to the Parsec project.
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
# Checks the version mismatches for dependencies in Cargo based repositories:
5+
# * In parsec-tool itself
6+
# * Between parsec and parsec-tool
17
import argparse
28
import re
39
import os

0 commit comments

Comments
 (0)