Skip to content

Add REUSE compliance: LICENSES/, .reuse/dep5, and fix invalid SPDX ex…#9

Merged
hilmarf merged 2 commits into
mainfrom
fix/reuse-compliance
May 19, 2026
Merged

Add REUSE compliance: LICENSES/, .reuse/dep5, and fix invalid SPDX ex…#9
hilmarf merged 2 commits into
mainfrom
fix/reuse-compliance

Conversation

@hilmarf

@hilmarf hilmarf commented May 19, 2026

Copy link
Copy Markdown
Member

…pressions

  • Add LICENSES/Apache-2.0.txt (copy of LICENSE) as required by REUSE spec
  • Add .reuse/dep5 to provide copyright/license info for files without inline headers
  • Fix invalid SPDX expressions in OtelImplJavadocTest and OtelInternalJavadocTest by wrapping embedded SPDX-License-Identifier strings in REUSE-IgnoreStart/End comments to prevent the REUSE linter from treating test fixture content as actual license declarations

hilmarf added 2 commits May 19, 2026 18:03
…pressions

- Add LICENSES/Apache-2.0.txt (copy of LICENSE) as required by REUSE spec
- Add .reuse/dep5 to provide copyright/license info for files without inline headers
- Fix invalid SPDX expressions in OtelImplJavadocTest and OtelInternalJavadocTest
  by wrapping embedded SPDX-License-Identifier strings in REUSE-IgnoreStart/End
  comments to prevent the REUSE linter from treating test fixture content as
  actual license declarations
Signed-off-by: Hilmar Falkenberg <hilmar.falkenberg@sap.com>
@hilmarf
hilmarf force-pushed the fix/reuse-compliance branch from ad16585 to 1807314 Compare May 19, 2026 16:04
@hilmarf
hilmarf marked this pull request as ready for review May 19, 2026 16:04
@hilmarf
hilmarf merged commit 51ba6a5 into main May 19, 2026
21 of 24 checks passed
@hilmarf
hilmarf deleted the fix/reuse-compliance branch May 19, 2026 16:05
@hilmarf
hilmarf restored the fix/reuse-compliance branch June 4, 2026 07:41
hilmarf added a commit that referenced this pull request Jun 4, 2026
#9)

* Add REUSE compliance: LICENSES/, .reuse/dep5, and fix invalid SPDX expressions

- Add LICENSES/Apache-2.0.txt (copy of LICENSE) as required by REUSE spec
- Add .reuse/dep5 to provide copyright/license info for files without inline headers
- Fix invalid SPDX expressions in OtelImplJavadocTest and OtelInternalJavadocTest
  by wrapping embedded SPDX-License-Identifier strings in REUSE-IgnoreStart/End
  comments to prevent the REUSE linter from treating test fixture content as
  actual license declarations

* reuse convert-dep5

Signed-off-by: Hilmar Falkenberg <hilmar.falkenberg@sap.com>

---------

Signed-off-by: Hilmar Falkenberg <hilmar.falkenberg@sap.com>
@hilmarf
hilmarf deleted the fix/reuse-compliance branch June 4, 2026 07:41
hilmarf added a commit that referenced this pull request Jun 10, 2026
#9)

* Add REUSE compliance: LICENSES/, .reuse/dep5, and fix invalid SPDX expressions

- Add LICENSES/Apache-2.0.txt (copy of LICENSE) as required by REUSE spec
- Add .reuse/dep5 to provide copyright/license info for files without inline headers
- Fix invalid SPDX expressions in OtelImplJavadocTest and OtelInternalJavadocTest
  by wrapping embedded SPDX-License-Identifier strings in REUSE-IgnoreStart/End
  comments to prevent the REUSE linter from treating test fixture content as
  actual license declarations

* reuse convert-dep5

Signed-off-by: Hilmar Falkenberg <hilmar.falkenberg@sap.com>

---------

Signed-off-by: Hilmar Falkenberg <hilmar.falkenberg@sap.com>
hilmarf added a commit that referenced this pull request Jun 10, 2026
#9)

* Add REUSE compliance: LICENSES/, .reuse/dep5, and fix invalid SPDX expressions

- Add LICENSES/Apache-2.0.txt (copy of LICENSE) as required by REUSE spec
- Add .reuse/dep5 to provide copyright/license info for files without inline headers
- Fix invalid SPDX expressions in OtelImplJavadocTest and OtelInternalJavadocTest
  by wrapping embedded SPDX-License-Identifier strings in REUSE-IgnoreStart/End
  comments to prevent the REUSE linter from treating test fixture content as
  actual license declarations

* reuse convert-dep5

Signed-off-by: Hilmar Falkenberg <hilmar.falkenberg@sap.com>

---------

Signed-off-by: Hilmar Falkenberg <hilmar.falkenberg@sap.com>
hilmarf added a commit that referenced this pull request Jun 10, 2026
#9)

* Add REUSE compliance: LICENSES/, .reuse/dep5, and fix invalid SPDX expressions

- Add LICENSES/Apache-2.0.txt (copy of LICENSE) as required by REUSE spec
- Add .reuse/dep5 to provide copyright/license info for files without inline headers
- Fix invalid SPDX expressions in OtelImplJavadocTest and OtelInternalJavadocTest
  by wrapping embedded SPDX-License-Identifier strings in REUSE-IgnoreStart/End
  comments to prevent the REUSE linter from treating test fixture content as
  actual license declarations

* reuse convert-dep5

Signed-off-by: Hilmar Falkenberg <hilmar.falkenberg@sap.com>

---------

Signed-off-by: Hilmar Falkenberg <hilmar.falkenberg@sap.com>
hilmarf added a commit that referenced this pull request Jun 26, 2026
#9)

* Add REUSE compliance: LICENSES/, .reuse/dep5, and fix invalid SPDX expressions

- Add LICENSES/Apache-2.0.txt (copy of LICENSE) as required by REUSE spec
- Add .reuse/dep5 to provide copyright/license info for files without inline headers
- Fix invalid SPDX expressions in OtelImplJavadocTest and OtelInternalJavadocTest
  by wrapping embedded SPDX-License-Identifier strings in REUSE-IgnoreStart/End
  comments to prevent the REUSE linter from treating test fixture content as
  actual license declarations

* reuse convert-dep5

Signed-off-by: Hilmar Falkenberg <hilmar.falkenberg@sap.com>

---------

Signed-off-by: Hilmar Falkenberg <hilmar.falkenberg@sap.com>
hilmarf added a commit that referenced this pull request Jun 26, 2026
#9)

* Add REUSE compliance: LICENSES/, .reuse/dep5, and fix invalid SPDX expressions

- Add LICENSES/Apache-2.0.txt (copy of LICENSE) as required by REUSE spec
- Add .reuse/dep5 to provide copyright/license info for files without inline headers
- Fix invalid SPDX expressions in OtelImplJavadocTest and OtelInternalJavadocTest
  by wrapping embedded SPDX-License-Identifier strings in REUSE-IgnoreStart/End
  comments to prevent the REUSE linter from treating test fixture content as
  actual license declarations

* reuse convert-dep5

Signed-off-by: Hilmar Falkenberg <hilmar.falkenberg@sap.com>

---------

Signed-off-by: Hilmar Falkenberg <hilmar.falkenberg@sap.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant