Add REUSE licensing for non-code files

CC-BY-4.0 for documentation, CC0-1.0 for examples and .gitignore,
HPND for wlr-layer-shell protocol.

Also switch to GPL-3.0-only
This commit is contained in:
Ben Buhse 2026-02-11 14:43:43 -06:00
commit bb612c273e
No known key found for this signature in database
GPG key ID: 7916ACFCD38FD0B4
22 changed files with 312 additions and 22 deletions

16
REUSE.toml Normal file
View file

@ -0,0 +1,16 @@
version = 1
[[annotations]]
path = ["README.md"]
SPDX-FileCopyrightText = "2026 Ben Buhse <me@benbuhse.email>"
SPDX-License-Identifier = "CC-BY-4.0"
[[annotations]]
path = ["protocol/wlr-layer-shell-unstable-v1.xml"]
SPDX-FileCopyrightText = "2017 Drew DeVault"
SPDX-License-Identifier = "HPND"
[[annotations]]
path = [".gitignore", "examples/**"]
SPDX-FileCopyrightText = "2026 Ben Buhse <me@benbuhse.email>"
SPDX-License-Identifier = "CC0-1.0"