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 9de3ae2 commit d5a923aCopy full SHA for d5a923a
examples/org/spdx/examples/ExpandedLicenseExampleV3.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
+ * Example of serializing a single expanded license
8
+ */
9
+
10
package org.spdx.examples;
11
12
import com.fasterxml.jackson.databind.JsonNode;
0 commit comments