Add attribution for text-input v1 protocol

This was not added together with the protocol. This change also
disambiguates v1 and v2 as two separate entries, since the
licenses are different.

Change-Id: I2309aced67ae69bc2d8117688e5d7b1074e8bf8f
Reviewed-by: Dominik Holland <dominik.holland@qt.io>
This commit is contained in:
Eskil Abrahamsen Blomfeldt 2022-02-23 07:55:37 +01:00
parent 4878afdd37
commit 3345c04e24

View File

@ -220,8 +220,25 @@
},
{
"Id": "wayland-text-input-unstable",
"Name": "Wayland Text Input Protocol",
"Id": "wayland-text-input-unstable-v1",
"Name": "Wayland Text Input Protocol v1",
"QDocModule": "qtwaylandcompositor",
"QtUsage": "Used in the Qt Wayland platform plugin",
"File": "text-input-unstable-v1.xml",
"Description": "Adds support for text input and input methods to applications running on Wayland servers that only support text-input-unstable-v1.",
"Homepage": "https://wayland.freedesktop.org",
"Version": "unstable v1",
"DownloadLocation": "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/blob/main/unstable/text-input/text-input-unstable-v1.xml",
"LicenseId": "MIT",
"License": "MIT LIcense",
"License file": "MIT_LICENSE.txt",
"Copyright": "Copyright © 2012, 2013 Intel Corporation"
},
{
"Id": "wayland-text-input-unstable-v2",
"Name": "Wayland Text Input Protocol v2",
"QDocModule": "qtwaylandcompositor",
"QtUsage": "Used in the Qt Wayland Compositor, and the Qt Wayland platform plugin.",
"Files": "text-input-unstable-v2.xml",