We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08110b8 commit b99f789Copy full SHA for b99f789
1 file changed
src/packagedcode/buildpack.py
@@ -1,3 +1,12 @@
1
+#
2
+# Copyright (c) nexB Inc. and others. All rights reserved.
3
+# ScanCode is a trademark of nexB Inc.
4
+# SPDX-License-Identifier: Apache-2.0
5
+# See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
6
+# See https://github.com/nexB/scancode-toolkit for support or download.
7
+# See https://aboutcode.org for more information about nexB OSS projects.
8
9
+
10
import toml
11
from packagedcode import models
12
from packageurl import PackageURL
0 commit comments