Add LICENSE, document GPL ffmpeg-core dep, skip Pages redeploy on docs/workflow changes#24
Merged
Merged
Conversation
… on doc/workflow-only changes video-shrinker's own code is MIT. The CPU-fallback encoder bundles an FFmpeg build compiled with libx264/libx265 (GPL-2.0-or-later), documented in a new README section with a link to the matching upstream source. deploy.yml gets paths-ignore for README.md and .github/** so editing docs or workflows doesn't trigger a full Pages rebuild and force the PWA update prompt on visitors for a change with no user-facing effect.
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.
Summary
LICENSEfor video-shrinker's own code.@ffmpeg/core) is actually GPL-2.0-or-later (compiled with libx264/libx265), with a link to the matching upstream source at v0.12.10.deploy.yml:paths-ignoreforREADME.mdand.github/**so doc/workflow-only pushes to main don't trigger a Pages rebuild (which would force the PWA "update available" prompt on every visitor for no user-facing change).Test plan
src/)@ffmpeg/core@0.12.10's upstream Dockerfile enables--enable-gpl --enable-libx264 --enable-libx265, matching the license claim