b7f285d733
Provide all licenses used in the project in a LICENSES folder and add SPDX license and copyright information for all files in accordance with the Reuse Software[0] specification. The copyright information is based on the file's git history, using a fairly generous definition of "non-trivial". As of the spec recommendation, the information is generally added as comments in the files themselves, except for - NEWS, README and similar top-level standard files, so that a SPDX code isn't the first thing people encounter - files that don't support comments (json) or where they'd be a bit awkward (.desktop, .service) - anything under po/, to not interfere with translation teams Those are covered by a .reuse/dep5 files, except for image assets, where separate .license files are used (It would be possible to add comments to SVG files, but I don't trust image editors to preserve them). [0] https://reuse.software/ Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/224>
23 lines
689 B
Plaintext
23 lines
689 B
Plaintext
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
|
Upstream-Name: gnome-shell-extensions
|
|
Upstream-Contact: Florian Müllner <fmuellner@gnome.org>
|
|
Source: https://gitlab.gnome.org/GNOME/gnome-shell-extensions
|
|
|
|
Files: NEWS README.md HACKING.md data/HACKING
|
|
Copyright: No rights reserved
|
|
License: CC0-1.0
|
|
|
|
Files: *.json.in *.desktop.in *.gschema.override
|
|
Copyright: Florian Müllner <fmuellner@gnome.org>
|
|
License: GPL-2.0-or-later
|
|
|
|
# managed by translation teams
|
|
Files: po/*.po
|
|
Copyright: GNOME Translation Teams <i18n@gnome.org>
|
|
License: GPL-2.0-or-later
|
|
|
|
# managed by translation teams
|
|
Files: po/LINGUAS po/POTFILES.in
|
|
Copyright: No rights reserved
|
|
License: CC0-1.0
|