mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-07 20:35:31 +00:00
data: Clarify metainfo copyright to be CC0-1.0
Adust debian/copyright accordingly.
This commit is contained in:
parent
b95cccd510
commit
f6db8cb5ba
2 changed files with 13 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<component type="desktop">
|
<component type="desktop">
|
||||||
<id>sm.puri.Calls</id>
|
<id>sm.puri.Calls</id>
|
||||||
<metadata_license>CC0</metadata_license>
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
<project_license>GPL-3.0+</project_license>
|
<project_license>GPL-3.0+</project_license>
|
||||||
<name>Calls</name>
|
<name>Calls</name>
|
||||||
<summary>A phone dialer and call handler</summary>
|
<summary>A phone dialer and call handler</summary>
|
||||||
|
|
12
debian/copyright
vendored
12
debian/copyright
vendored
|
@ -11,6 +11,10 @@ Files: src/wayland/wlr-layer-shell-unstable-v1.xml
|
||||||
Copyright: Copyright © 2017 Drew DeVault
|
Copyright: Copyright © 2017 Drew DeVault
|
||||||
License: X11
|
License: X11
|
||||||
|
|
||||||
|
Files: data/sm.puri.Calls.metainfo.xml
|
||||||
|
Copyright: 2018 Purism SPC
|
||||||
|
License: CC0-1.0
|
||||||
|
|
||||||
License: GPL-3+
|
License: GPL-3+
|
||||||
This program is free software; you can redistribute it and/or modify it under
|
This program is free software; you can redistribute it and/or modify it under
|
||||||
the terms of the GNU General Public License as published by the Free Software
|
the terms of the GNU General Public License as published by the Free Software
|
||||||
|
@ -47,3 +51,11 @@ License: X11
|
||||||
RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
|
RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
|
||||||
CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
|
CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
|
||||||
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
|
License: CC0-1.0
|
||||||
|
To the extent possible under law, the author(s) have dedicated all
|
||||||
|
copyright and related and neighboring rights to this software to the public
|
||||||
|
domain worldwide. This software is distributed without any warranty.
|
||||||
|
.
|
||||||
|
On Debian systems, the complete text of the CC0 license, version 1.0,
|
||||||
|
can be found in /usr/share/common-licenses/CC0-1.0.
|
||||||
|
|
Loading…
Reference in a new issue