<div dir="ltr">My 2c from the peanut gallery...<div><br></div><div>Having the license file IN the folder is consistent with the repo and package scenarios where the license file(s) are at/near the root of the content being licensed. Also helps ensure the license info stays near the files it targets in copy/paste scenarios. </div><div><br></div><div>I would try to find some symmetry from the top down rather than bottom up.</div><div><br></div><div>Jeff</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Mar 9, 2020 at 10:47 AM Carmen Bianca Bakker <<a href="mailto:carmenbianca@fsfe.org">carmenbianca@fsfe.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Lars, all,<br>
<br>
Je ven, 2020-03-06 je 15:41 +0000, Geyer-Blaumeiser Lars (IOC/PDL4)<br>
skribis:<br>
> Some thoughts here<br>
> <br>
> You propse to have the file right beside the folder. I understand this due to the similarity to the mechanism for files, but I would rather prefer to have the file inside the folder. Why, because it makes the connection to the folder clearer, if the file is beside the folder it might be difficult to see the association because, e.g., dependending on the browser the files might be shown separately from the folders and the association for a human looking at the parent folder is difficult.<br>
<br>
This makes sense as an accessibility/discoverability feature. It also,<br>
however, removes the most attractive feature of `folder.license`, which<br>
is that it would be equivalent to `file.license`. <br>
<br>
> Will the license file allow to reflect multiple licenses, it could be that the copyright holder and even the licenses differ for the different files referenced? Or which mechanism would allow to make as few license references as possible but allowing the possibility of different information for different sets of files?<br>
<br>
As written, it wouldn't. The file would contain a simple REUSE header<br>
that indiscriminately applies to all files in the directory.<br>
<br>
---<br>
<br>
I'm more inclined to slowly deprecate DEP5 and replace it with a format<br>
that was built for purpose. We're currently kind of co-opting DEP5,<br>
which has a lot of features that we don't need, a syntax which is<br>
difficult to parse, and some instructions in its specification that<br>
contradict the REUSE Specification. Also, generally, the DEP5<br>
specification is a bit of a drag to read.<br>
<br>
On the tooling end, replacing DEP5 with something else would get rid of<br>
a dependency on `python-debian`. It would also enable people to write<br>
REUSE tooling in languages that do not have library support for DEP5.<br>
<br>
There's an interesting choice that could be made here, though. Instead<br>
of having the configuration be *global*, what if we mixed the best of<br>
both worlds? So instead of having the configuration in `.reuse/dep5-<br>
replacement.json`, what if we put it in the directories?<br>
<br>
This would have one very clear benefit: The closer that the file is to<br>
the source, the more detectable it is.<br>
<br>
The disadvantage is that scattered configuration can be a pain in the<br>
behind.<br>
<br>
There are some more design things that need to be figured out:<br>
<br>
- The format should probably be able to handle globs ("*", "*.png",<br>
etc.)<br>
- Should the format be able to handle individual files? ("README.rst",<br>
".gitkeep")<br>
- Should the format allow licensing of files that are deeper in the<br>
directory tree? ("**/*.png", "resources/vid/*.mp4")<br>
- Should the format allow "overriding" of existing notices? (e.g., it<br>
contains ".gitignore" even though ".gitignore" already contains a REUSE<br>
header. Currently with DEP5, the licensing information is simply<br>
combined)<br>
<br>
... Probably some more things that I'm forgetting. Maybe another time<br>
:)<br>
<br>
Yours with kindness,<br>
Carmen<br>
<br>
<br>
_______________________________________________<br>
REUSE mailing list<br>
<a href="mailto:REUSE@lists.fsfe.org" target="_blank">REUSE@lists.fsfe.org</a><br>
<a href="https://lists.fsfe.org/mailman/listinfo/reuse" rel="noreferrer" target="_blank">https://lists.fsfe.org/mailman/listinfo/reuse</a><br>
<br>
This mailing list is covered by the FSFE's Code of Conduct. All<br>
participants are kindly asked to be excellent to each other:<br>
<a href="https://fsfe.org/about/codeofconduct" rel="noreferrer" target="_blank">https://fsfe.org/about/codeofconduct</a><br>
</blockquote></div>