From 8ed394abf3ac5c5ea70819cdb2801f6ed6a9b749 Mon Sep 17 00:00:00 2001 From: Andrew Psaltis Date: Thu, 1 Jan 2009 00:36:08 -0500 Subject: [PATCH] curses/*.py: updated copyrights to include 2009 curses/wicd-curses.py: Fixed missing comma in the About Dialog text --- curses/curses_misc.py | 2 +- curses/prefs_curses.py | 2 +- curses/wicd-curses.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/curses/curses_misc.py b/curses/curses_misc.py index 45e3a46..91d9c2a 100644 --- a/curses/curses_misc.py +++ b/curses/curses_misc.py @@ -5,7 +5,7 @@ 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 # it under the terms of the GNU General Public License as published by diff --git a/curses/prefs_curses.py b/curses/prefs_curses.py index f6a8dfb..3dd275a 100644 --- a/curses/prefs_curses.py +++ b/curses/prefs_curses.py @@ -1,6 +1,6 @@ #!/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 # it under the terms of the GNU General Public License as published by diff --git a/curses/wicd-curses.py b/curses/wicd-curses.py index 2582371..aa5ac35 100644 --- a/curses/wicd-curses.py +++ b/curses/wicd-curses.py @@ -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 # 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',"///")," http://wicd.net \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", " |---------| Andrew Psaltis (this ui)\n", "---------------------------------------------------"]