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>
42 lines
1.7 KiB
Plaintext
42 lines
1.7 KiB
Plaintext
<!--
|
|
SPDX-FileCopyrightText: 2011 Giovanni Campagna <gcampagna@src.gnome.org>
|
|
|
|
SPDX-License-Identifier: CC0-1.0
|
|
-->
|
|
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
|
|
xmlns:foaf="http://xmlns.com/foaf/0.1/"
|
|
xmlns:gnome="http://api.gnome.org/doap-extensions#"
|
|
xmlns="http://usefulinc.com/ns/doap#">
|
|
|
|
<name xml:lang="en">gnome-shell-extensions</name>
|
|
<shortdesc xml:lang="en">Modify and extend GNOME Shell functionality and behavior</shortdesc>
|
|
<description xml:lang="en">
|
|
GNOME Shell Extensions is a collection of extensions providing
|
|
additional and optional functionality to GNOME Shell.
|
|
Most extensions can be installed by configuring --prefix=$HOME/.local,
|
|
and will be picked automatically at next login.
|
|
</description>
|
|
<homepage rdf:resource="https://wiki.gnome.org/Projects/GnomeShell/Extensions" />
|
|
<mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gnome-shell-list" />
|
|
<download-page rdf:resource="http://download.gnome.org/sources/gnome-shell-extensions/" />
|
|
<bug-database rdf:resource="https://gitlab.gnome.org/GNOME/gnome-shell-extensions/issues" />
|
|
|
|
<category rdf:resource="http://api.gnome.org/doap-extensions#core" />
|
|
<programming-language>JavaScript</programming-language>
|
|
|
|
<maintainer>
|
|
<foaf:Person>
|
|
<foaf:name>Florian Müllner</foaf:name>
|
|
<foaf:mbox rdf:resource="mailto:fmuellner@gnome.org" />
|
|
<gnome:userid>fmuellner</gnome:userid>
|
|
</foaf:Person>
|
|
</maintainer>
|
|
<maintainer>
|
|
<foaf:Person>
|
|
<foaf:name>Marge Bot</foaf:name>
|
|
<gnome:userid>marge-bot</gnome:userid>
|
|
</foaf:Person>
|
|
</maintainer>
|
|
</Project>
|