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

View file

@ -1,6 +1,6 @@
// SPDX-FileCopyrightText: 2025 Ben Buhse <me@benbuhse.email>
//
// SPDX-License-Identifier: GPL-3.0-or-later
// SPDX-License-Identifier: GPL-3.0-only
const Window = @This();