Skip to content

Commit

Permalink
aboutdialog: Add license
Browse files Browse the repository at this point in the history
  • Loading branch information
Nano77 committed Feb 9, 2014
1 parent 93b3d7b commit b05d504
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gdm3setup.in
Original file line number Diff line number Diff line change
Expand Up @@ -880,6 +880,7 @@ class Application(Gtk.Application):
aboutdialog.set_program_name("GDM3setup")
aboutdialog.set_comments(_("An interface to configure GDM3"))
aboutdialog.set_copyright("Copyright \xc2\xa9 2011-2013 NanoArch")
aboutdialog.set_license_type(Gtk.License.GPL_2_0)
aboutdialog.set_logo_icon_name("preferences-desktop-theme")
aboutdialog.set_website("https://github.com/Nano77/gdm3setup/")

Expand Down

0 comments on commit b05d504

Please sign in to comment.