Philipp Hörist pushed to branch master at gajim / gajim

Commits:
ef75e93c by Philipp Hörist at 2017-09-13T21:52:18+02:00
Change License in AboutDialog

- - - - -


1 changed file:

- gajim/dialogs.py


Changes:

=====================================
gajim/dialogs.py
=====================================
--- a/gajim/dialogs.py
+++ b/gajim/dialogs.py
@@ -1294,7 +1294,7 @@ class AboutDialog(Gtk.AboutDialog):
         self.set_name('Gajim')
         self.set_version(app.version)
         self.set_copyright('Copyright © 2003-2017 Gajim Team')
-        self.set_license_type(Gtk.License.GPL_3_0)
+        self.set_license_type(Gtk.License.GPL_3_0_ONLY)
         self.set_website('https://gajim.org/')
 
         gtk_ver = '%i.%i.%i' % (



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/ef75e93c707609997d757d96ad79db0bfdc96ea3

---
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/ef75e93c707609997d757d96ad79db0bfdc96ea3
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to