File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ # Copyright (c) 2024 - 2024, Oracle and/or its affiliates. All rights reserved.
2
+ # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/.
3
+
4
+ """This package contains the provenance tools for software components."""
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2023 - 2023 , Oracle and/or its affiliates. All rights reserved.
1
+ # Copyright (c) 2023 - 2024 , Oracle and/or its affiliates. All rights reserved.
2
2
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/.
3
3
4
- """This package contains the dependency resolvers for Java projects ."""
4
+ """This package contains the repository and commit finding tools for software components ."""
Original file line number Diff line number Diff line change 9
9
10
10
from macaron .errors import ProvenanceError
11
11
from macaron .json_tools import JsonType , json_extract
12
- from macaron .repo_finder .provenance_extractor import (
12
+ from macaron .provenance .provenance_extractor import (
13
13
check_if_repository_purl_and_url_match ,
14
14
extract_repo_and_commit_from_provenance ,
15
15
)
You can’t perform that action at this time.
0 commit comments