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:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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",
|
||||||
"---------------------------------------------------"]
|
"---------------------------------------------------"]
|
||||||
|
|||||||
Reference in New Issue
Block a user