diff options
author | Julien Valroff <julien@kirya.net> | 2012-06-15 07:43:58 +0200 |
---|---|---|
committer | Julien Valroff <julien@kirya.net> | 2012-06-15 07:43:58 +0200 |
commit | 0ec2f227ec926f91f935fa342448b38fce4f017b (patch) | |
tree | 9c50f9bb232ac849eac886f1e1dd1f14d6fd550b /rapid/errorlog.py | |
parent | a7ad6daafa77f93383acfeddf1d2e8ff0a6a079a (diff) | |
parent | d6033c914c071aa57ac8ea4ccb03a55bd0506a3a (diff) |
Merge tag 'upstream/0.4.4'
Upstream version 0.4.4
Diffstat (limited to 'rapid/errorlog.py')
-rw-r--r-- | rapid/errorlog.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/rapid/errorlog.py b/rapid/errorlog.py index 9b35a52..d391b89 100644 --- a/rapid/errorlog.py +++ b/rapid/errorlog.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: latin1 -*- -### Copyright (C) 2011 Damon Lynch <damonlynch@gmail.com> +### Copyright (C) 2011-2012 Damon Lynch <damonlynch@gmail.com> ### 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 @@ -15,7 +15,8 @@ ### You should have received a copy of the GNU General Public License ### along with this program; if not, write to the Free Software -### Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 +### USA import gtk |