1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-19 20:38:00 +01:00

curses/*.py: updated copyrights to include 2009

curses/wicd-curses.py: Fixed missing comma in the About Dialog text
This commit is contained in:
Andrew Psaltis
2009-01-01 00:36:08 -05:00
parent f0466be6b8
commit 8ed394abf3
3 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
wicd-curses. wicd-curses.
""" """
# Copyright (C) 2008 Andrew Psaltis # Copyright (C) 2008-9 Andrew Psaltis
# This program is free software; you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# Copyright (C) 2008 Andrew Psaltis # Copyright (C) 2008-9 Andrew Psaltis
# This program is free software; you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by

View File

@@ -7,7 +7,7 @@ at least get a network connection. Or those who don't like using X. :-)
""" """
# Copyright (C) 2008 Andrew Psaltis # Copyright (C) 2008-9 Andrew Psaltis
# This program is free software; you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by
@@ -220,7 +220,7 @@ def about_dialog(body):
('green',"\\|| \\\\")," |+| ",('green',"// ||/ \n"), ('green',"\\|| \\\\")," |+| ",('green',"// ||/ \n"),
('green'," \\\\\\")," |+| ",('green',"///")," http://wicd.net \n", ('green'," \\\\\\")," |+| ",('green',"///")," http://wicd.net \n",
('green'," \\\\\\")," |+| ",('green',"///")," Brought to you by:\n", ('green'," \\\\\\")," |+| ",('green',"///")," Brought to you by:\n",
('green'," \\\\\\")," |+| "('green',"///")," Adam Blackburn (wicd)\n", ('green'," \\\\\\")," |+| ",('green',"///")," Adam Blackburn (wicd)\n",
" ___|+|___ Dan O'Reilly (wicd)\n", " ___|+|___ Dan O'Reilly (wicd)\n",
" |---------| Andrew Psaltis (this ui)\n", " |---------| Andrew Psaltis (this ui)\n",
"---------------------------------------------------"] "---------------------------------------------------"]