chore: regenerate diffusion-cpp NOTICE#1955
Merged
Merged
Conversation
Run notice-generate skill to refresh the NOTICE file format and pick up post-1901 attributions in the new sorted SPDX-grouped layout. No required attributions are added or removed; this is a deterministic re-emission of the existing model / JS / C++ dependency lists in the canonical format produced by .cursor/skills/notice-generate. Co-authored-by: Cursor <cursoragent@cursor.com>
Adds the upstream repository + copyright block already present in packages/registry-server/NOTICE for the Real-ESRGAN BSD-3-Clause models distributed by @qvac/diffusion-cpp. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
aegioscy
reviewed
May 11, 2026
Contributor
Author
|
/review |
Contributor
Tier-based Approval Status |
aegioscy
approved these changes
May 11, 2026
jpgaribotti
approved these changes
May 11, 2026
Contributor
Author
|
/review |
Proletter
pushed a commit
that referenced
this pull request
May 24, 2026
* chore: regenerate diffusion-cpp NOTICE Run notice-generate skill to refresh the NOTICE file format and pick up post-1901 attributions in the new sorted SPDX-grouped layout. No required attributions are added or removed; this is a deterministic re-emission of the existing model / JS / C++ dependency lists in the canonical format produced by .cursor/skills/notice-generate. Co-authored-by: Cursor <cursoragent@cursor.com> * chore: add RealESRGAN copyright attribution to diffusion-cpp NOTICE Adds the upstream repository + copyright block already present in packages/registry-server/NOTICE for the Real-ESRGAN BSD-3-Clause models distributed by @qvac/diffusion-cpp. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * Update images license --------- Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Regenerate
packages/diffusion-cpp/NOTICEusing.cursor/skills/notice-generateafter the merge of #1901, which shipped the new standaloneEsrganUpscalerAPI but did not include a NOTICE refresh.Why
The NOTICE on
mainis structurally stale relative to the canonical output of thenotice-generateskill — it uses an older verbose per-package format rather than the current sorted SPDX-grouped layout. No required attributions are added or removed; this is a deterministic re-emission.What changed
packages/diffusion-cpp/NOTICE:+21 / -203(net -182 lines, 358 → 155 lines after format change)Coverage produced by the skill (
scan types: models-engine, js, cppfor@qvac/diffusion-cpp):npm install --production --ignore-scriptsggml,picojson,stable-diffusion-cpp,stb,libc++(LLVM runtime)The
pythonscan type is correctly skipped —diffusion-cpphas no Python code (verified byfind packages/diffusion-cpp -name "requirements*.txt" -o -name "pyproject.toml" -o -name "*.py"→ 0 matches).How to verify
The skill is deterministic — re-running on identical input produces identical output, so any future regeneration on the same dep tree will be a no-op.
Test plan
Made with Cursor