debian/copyright: Fix issues reported by licenserecon#4373
Merged
3v1n0 merged 5 commits intoubuntu:masterfrom Feb 17, 2026
Merged
debian/copyright: Fix issues reported by licenserecon#43733v1n0 merged 5 commits intoubuntu:masterfrom
3v1n0 merged 5 commits intoubuntu:masterfrom
Conversation
That copyright is already applied to all files below icons/ by the stanza above.
Declare copyright and licenses for files for which licenserecon aka lrc reported discrepancies.
Contributor
Author
|
There is one issue left which lrc reports:
Alternatively, we could skip lrc in the diff --git a/.github/workflows/build-deb.yaml b/.github/workflows/build-deb.yaml
index dfb69d7fd..902e2afd9 100644
--- a/.github/workflows/build-deb.yaml
+++ b/.github/workflows/build-deb.yaml
@@ -22,6 +22,7 @@ jobs:
uses: canonical/desktop-engineering/gh-actions/common/build-debian@main
with:
docker-image: ubuntu:${{ env.UBUNTU_VERSION }}
+ lrc: skip
- name: Install generated debs
uses: kohlerdominik/docker-run-action@v2.0.0 |
Contributor
Author
Or only skip the check for |
a3cc0ae to
5594af3
Compare
Contributor
|
Thanks |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Declare copyright and licenses for files for which licenserecon aka lrc reported discrepancies.
Also fixes some formatting issues. See commit messages for details.
Context: We're about to merge canonical/desktop-engineering#97 which runs lrc as part of the
build-debaction.UDENG-8725