mirror of
https://github.com/gryf/wicd.git
synced 2025-12-18 20:10:20 +01:00
wicd: update list of authors
This commit is contained in:
1
AUTHORS
1
AUTHORS
@@ -1,3 +1,4 @@
|
|||||||
|
Tom Van Braeckel (tomvanbraeckel@gmail.com)
|
||||||
Adam Blackburn (compwiz18@gmail.com)
|
Adam Blackburn (compwiz18@gmail.com)
|
||||||
Dan O'Reilly (oreilldf@gmail.com)
|
Dan O'Reilly (oreilldf@gmail.com)
|
||||||
Andrew Psaltis (ampsaltis@gmail.com)
|
Andrew Psaltis (ampsaltis@gmail.com)
|
||||||
|
|||||||
@@ -216,11 +216,12 @@ def about_dialog(body):
|
|||||||
" http://launchpad.net/wicd\n",
|
" http://launchpad.net/wicd\n",
|
||||||
('green', " \\\\\\"), " |+| ", ('green', "///"), " ",
|
('green', " \\\\\\"), " |+| ", ('green', "///"), " ",
|
||||||
_('Brought to you by:'), "\n",
|
_('Brought to you by:'), "\n",
|
||||||
('green', " \\\\\\"), " |+| ", ('green', "///"), " Adam Blackburn\n",
|
('green', " \\\\\\"), " |+| ", ('green', "///"), " * Tom Van Braeckel\n",
|
||||||
" ___|+|___ Dan O'Reilly\n",
|
" __|+|__ * Adam Blackburn\n",
|
||||||
" ____|+|____ Andrew Psaltis\n",
|
" ___|+|___ * Dan O'Reilly\n",
|
||||||
" |-----------| David Paleino\n"]
|
" ____|+|____ * Andrew Psaltis\n",
|
||||||
about = TextDialog(theText, 17, 55, header=('header', _('About Wicd')))
|
" |-----------| * David Paleino\n"]
|
||||||
|
about = TextDialog(theText, 18, 55, header=('header', _('About Wicd')))
|
||||||
about.run(ui, body)
|
about.run(ui, body)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -435,6 +435,7 @@ class appGui(object):
|
|||||||
dialog.set_name("Wicd")
|
dialog.set_name("Wicd")
|
||||||
dialog.set_version(daemon.Hello())
|
dialog.set_version(daemon.Hello())
|
||||||
dialog.set_authors([
|
dialog.set_authors([
|
||||||
|
"Tom Van Braeckel",
|
||||||
"Adam Blackburn",
|
"Adam Blackburn",
|
||||||
"Dan O'Reilly",
|
"Dan O'Reilly",
|
||||||
"Andrew Psaltis",
|
"Andrew Psaltis",
|
||||||
|
|||||||
4
setup.py
4
setup.py
@@ -700,8 +700,8 @@ to easily add encryption methods used. It ships with some common
|
|||||||
encryption types, such as WPA and WEP. Wicd will automatically
|
encryption types, such as WPA and WEP. Wicd will automatically
|
||||||
connect at startup to any preferred network within range.
|
connect at startup to any preferred network within range.
|
||||||
""",
|
""",
|
||||||
author = "Adam Blackburn, Dan O'Reilly, Andrew Psaltis, David Paleino",
|
author = "Tom Van Braeckel, Adam Blackburn, Dan O'Reilly, Andrew Psaltis, David Paleino",
|
||||||
author_email = "compwiz18@gmail.com, oreilldf@gmail.com, ampsaltis@gmail.com, d.paleino@gmail.com",
|
author_email = "tomvanbraeckel@gmail.com, compwiz18@gmail.com, oreilldf@gmail.com, ampsaltis@gmail.com, d.paleino@gmail.com",
|
||||||
url = "https://launchpad.net/wicd",
|
url = "https://launchpad.net/wicd",
|
||||||
license = "http://www.gnu.org/licenses/old-licenses/gpl-2.0.html",
|
license = "http://www.gnu.org/licenses/old-licenses/gpl-2.0.html",
|
||||||
py_modules = py_modules,
|
py_modules = py_modules,
|
||||||
|
|||||||
Reference in New Issue
Block a user