1
0
mirror of https://github.com/gryf/wicd.git synced 2026-02-17 06:35:45 +01:00

Adding myself to authors

This commit is contained in:
David Paleino
2011-11-09 17:12:32 +01:00
parent 93c6a29fb0
commit 02163b745f
4 changed files with 5 additions and 2 deletions

View File

@@ -327,7 +327,7 @@ class appGui(object):
dialog = gtk.AboutDialog()
dialog.set_name("Wicd")
dialog.set_version(daemon.Hello())
dialog.set_authors([ "Adam Blackburn", "Dan O'Reilly", "Andrew Psaltis" ])
dialog.set_authors([ "Adam Blackburn", "Dan O'Reilly", "Andrew Psaltis", "David Paleino"])
dialog.set_website("http://wicd.sourceforge.net")
dialog.run()
dialog.destroy()

View File

@@ -9,6 +9,7 @@ contained within them.
# Copyright (C) 2008-2009 Adam Blackburn
# Copyright (C) 2008-2009 Dan O'Reilly
# Copyright (C) 2009 Andrew Psaltis
# Copyright (C) 2011 David Paleino
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License Version 2 as