>> Does the reuse tool place HTML comments before the <html> tag? That >> should probably be fixed in the tool. > It should, if you are confident this is a problem. Reported at https://github.com/fsfe/reuse-tool/issues/878 >>> I don't feel strongly about it; I prefer to stick to what the tool >>> produces as it makes my life easier. >> This works: reuse annotate example.scm --copyright "Some One" >> --license MIT --copyright-style string --merge-copyrights > I meant to say I find the output agreeable; I meant to say that I don't, and that the tool can produce either kind of output ("Copyright" or "SPDX-Copyright-Text") using command line switches without resorting to templates. > having the copyright holders > bloc separated from the license identifier by a blank line makes both > easy to visually differentiate. Fair enough. The blank line is not a big deal. >> It uses ";" instead of the more sensible ";;" or ";;;". > That's a problem known upstream [0] for which I've sent a PR in [1]. > > [0]https://github.com/fsfe/reuse-tool/issues/637 > [1]https://github.com/fsfe/reuse-tool/pull/874 Cool.