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 d5a923a commit f6cf5a9Copy full SHA for f6cf5a9
examples/org/spdx/examples/FullSpdxV3Example.java
@@ -1,3 +1,12 @@
1
+/**
2
+ * SPDX-FileContributor: Gary O'Neall
3
+ * SPDX-FileCopyrightText: Copyright (c) 2025 Source Auditor Inc.
4
+ * SPDX-FileType: SOURCE
5
+ * SPDX-License-Identifier: Apache-2.0
6
+ *
7
+ * Full example of an SPDX document using all classes
8
+ */
9
+
10
package org.spdx.examples;
11
12
import com.fasterxml.jackson.databind.JsonNode;
0 commit comments