mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
about: use the standard license type
Use the standard gpl-2-0 license type of GtkAboutDialog, instead of the custom license text: this way, the dialog will show a translated text with the license type, and a link to the full license text. Reviewed-by: Cole Robinson <crobinso@redhat.com> Signed-off-by: Pino Toscano <ptoscano@redhat.com>
This commit is contained in:
parent
cd603672a8
commit
ebaf153e91
20
ui/about.ui
20
ui/about.ui
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!-- Generated with glade 3.20.0 -->
|
<!-- Generated with glade 3.36.0 -->
|
||||||
<interface>
|
<interface>
|
||||||
<requires lib="gtk+" version="3.22"/>
|
<requires lib="gtk+" version="3.22"/>
|
||||||
<object class="GtkAboutDialog" id="vmm-about">
|
<object class="GtkAboutDialog" id="vmm-about">
|
||||||
@ -11,20 +11,6 @@
|
|||||||
<property name="comments" translatable="yes">Powered by libvirt</property>
|
<property name="comments" translatable="yes">Powered by libvirt</property>
|
||||||
<property name="website">https://virt-manager.org/</property>
|
<property name="website">https://virt-manager.org/</property>
|
||||||
<property name="website_label">https://virt-manager.org/</property>
|
<property name="website_label">https://virt-manager.org/</property>
|
||||||
<property name="license"> 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 Foundation; either version 2 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
</property>
|
|
||||||
<property name="authors">Daniel P. Berrange <berrange@redhat.com>
|
<property name="authors">Daniel P. Berrange <berrange@redhat.com>
|
||||||
Cole Robinson <crobinso@redhat.com>
|
Cole Robinson <crobinso@redhat.com>
|
||||||
Hugh O. Brock <hbrock@redhat.com>
|
Hugh O. Brock <hbrock@redhat.com>
|
||||||
@ -36,6 +22,7 @@ Jeremy Perry <jeperry@redhat.com>
|
|||||||
Jakub Steiner <jsteiner@redhat.com>
|
Jakub Steiner <jsteiner@redhat.com>
|
||||||
</property>
|
</property>
|
||||||
<property name="logo_icon_name">virt-manager</property>
|
<property name="logo_icon_name">virt-manager</property>
|
||||||
|
<property name="license_type">gpl-2-0</property>
|
||||||
<signal name="delete-event" handler="on_vmm_about_delete_event" swapped="no"/>
|
<signal name="delete-event" handler="on_vmm_about_delete_event" swapped="no"/>
|
||||||
<signal name="response" handler="on_vmm_about_response" swapped="no"/>
|
<signal name="response" handler="on_vmm_about_response" swapped="no"/>
|
||||||
<child internal-child="vbox">
|
<child internal-child="vbox">
|
||||||
@ -55,5 +42,8 @@ Jakub Steiner <jsteiner@redhat.com>
|
|||||||
</child>
|
</child>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
|
<child type="titlebar">
|
||||||
|
<placeholder/>
|
||||||
|
</child>
|
||||||
</object>
|
</object>
|
||||||
</interface>
|
</interface>
|
||||||
|
Loading…
Reference in New Issue
Block a user