project-repo / cagebreak

Cagebreak: A Wayland Tiling Compositor Inspired by Ratpoison
MIT License
279 stars 20 forks source link

Minor thing with SPDX license tags #39

Closed maxhbr closed 1 year ago

maxhbr commented 1 year ago

Hey,

I really like that you are using SPDX license tags in the header comments as proposed by https://reuse.software/spec/, but I think they contain an unwanted " " (space). E.g.

https://github.com/project-repo/cagebreak/blob/3d86ea36b69601da90d8c801c2329adfb36524c7/cagebreak.c#L2

should probably be

// SPDX-License-Identifier: MIT
project-repo commented 1 year ago

Hi maxhbr,

thanks a lot for pointing this out. This will be fixed with the next release. We will do a hotfix if time permits but we don't judge to be quite critical enough to drop everything and fix it.

cheers project-repo

project-repo commented 1 year ago

Hi maxhbr

We have just released Cagebreak 2.1.0 including a fix for this issue.

Thank you for your help!

cheers project-repo