• Joined on 2023年10月09日
floriansnow commented on pull request fsfe/reuse-tool#1360 2026年06月07日 10:50:21 +02:00
Add support for Twig comments

Good point; you convinced me! Would you mind adding a short comment explaining that? Otherwise someone will eventually forget and possibly merge the two again.

floriansnow commented on pull request fsfe/reuse-tool#1355 2026年06月07日 10:48:46 +02:00
Add support for perl module and scripts

Perhaps I or someone else merged something and made a mistake. I agree that this change is not rocket science, but the bar for being copyrightable is very low and I'd rather err on the side of...

floriansnow pushed to main at fsfe/reuse-tool 2026年05月25日 21:40:45 +02:00
00af8a7294 Merge pull request 'feat: Add .python-version file support' (#1334) from sorairolake/reuse-tool:feature/python-version-file into main
a0bffa8305 feat: Add .python-version file support
Compare 2 commits »
floriansnow merged pull request fsfe/reuse-tool#1334 2026年05月25日 21:40:43 +02:00
feat: Add `.python-version` file support
floriansnow merged pull request fsfe/reuse-tool#1340 2026年05月25日 21:39:35 +02:00
file types: add a bunch of Starlark extensions
floriansnow pushed to main at fsfe/reuse-tool 2026年05月25日 21:39:22 +02:00
bbe7672aa7
Merge remote-tracking branch 'origin/pr/1340'
ba5c140c6c file types: add a bunch of Starlark extensions
Compare 2 commits »
floriansnow merged pull request fsfe/reuse-tool#1345 2026年05月25日 21:35:05 +02:00
Add --replace-license flag
floriansnow commented on pull request fsfe/reuse-tool#1345 2026年05月25日 21:34:55 +02:00
Add --replace-license flag

It looks great now! Thank you!

floriansnow pushed to main at fsfe/reuse-tool 2026年05月25日 21:34:43 +02:00
6ab41c23f5
Merge remote-tracking branch 'origin/pr/1345'
79fb75fc27 merge with main
4921eb0980 address feedback
9af8c2f03e Replace placeholder in changelog.d entry
3423597f40 Move code "handling" mutual --no-replace & --replace-license to function
Compare 7 commits »
floriansnow commented on pull request fsfe/reuse-tool#1351 2026年05月25日 21:23:28 +02:00
Fix poor performance of REUSE.toml discovery

It doesn't have to be your real name, a pseudonym is fine (and a way of contact is nice). Your contribution will have your pseudonym in the commit forever. Is that ok for you?

floriansnow merged pull request fsfe/reuse-tool#1353 2026年05月25日 21:20:14 +02:00
use 'c' comment style for .odin files
floriansnow pushed to main at fsfe/reuse-tool 2026年05月25日 21:19:49 +02:00
e9ac516c83
use 'c' comment style for .odin files
floriansnow pushed to main at fsfe/reuse-tool 2026年05月25日 21:02:29 +02:00
d41942c8b3 Merge pull request 'Add comment style support for Pascal and Delphi' (#1354) from jgsdavies/reuse-tool:main into main
cb5282c1a5 add pr num
d4bc9ac47d Add comment style support for Pascal and Delphi
Compare 3 commits »
floriansnow merged pull request fsfe/reuse-tool#1354 2026年05月25日 21:02:25 +02:00
Add comment style support for Pascal and Delphi
floriansnow pushed to main at jgsdavies/reuse-tool 2026年05月25日 20:59:57 +02:00
cb5282c1a5 add pr num
d4bc9ac47d Add comment style support for Pascal and Delphi
acf5994a27
Translated using Weblate (Portuguese (Brazil))
0fb77a2e99
Added translation using Weblate (Portuguese (Brazil))
90ed5341d4
Translated using Weblate (Spanish)
Compare 5 commits »
floriansnow commented on pull request fsfe/reuse-tool#1355 2026年05月25日 20:55:32 +02:00
Add support for perl module and scripts

LGTM. Please add yourself to the copyright lines of the touched files because in most jurisdictions, it's not possible to just forgo copyright.

floriansnow commented on pull request fsfe/reuse-tool#1360 2026年05月25日 20:53:24 +02:00
Add support for Twig comments

Thank you for adding Twig support. However, the style appears to be identical to Jinja2, so let's please use that instead here.

floriansnow commented on issue fsfe/reuse-tool#1179 2026年04月15日 07:10:36 +02:00
Ignore empty files in reuse annotate

I agree, the behavior here should be the same as for lint.

floriansnow commented on pull request fsfe/reuse-tool#1353 2026年04月15日 07:10:14 +02:00
use 'c' comment style for .odin files

LGTM! Please make sure to add yourself to the authors file and to the copyright header.

floriansnow commented on pull request fsfe/reuse-tool#1351 2026年04月15日 07:09:17 +02:00
Fix poor performance of REUSE.toml discovery

This is very good and quite honestly, I'm not sure why bd2a531 ever switched away from iter_files(). @carmenbianca do you want to weigh in on something I may have missed?