# HG changeset patch # User Björn Ricks # Date 1314860612 -7200 # Node ID 99639833968d90fe4b170357eb14895beace32dc # Parent 8c7e0fd31e886b08c33ecff4b2a6122e6163f172 Add me as author in files that I did touch diff -r 8c7e0fd31e88 -r 99639833968d getan.py --- a/getan.py Thu Sep 01 08:39:09 2011 +0200 +++ b/getan.py Thu Sep 01 09:03:32 2011 +0200 @@ -2,6 +2,7 @@ # -*- coding: utf-8 -*- # # (c) 2010 by Ingo Weinzierl +# (c) 2011 by Björn Ricks # # A python worklog-alike to log what you have 'getan' (done). # diff -r 8c7e0fd31e88 -r 99639833968d getan/backend.py --- a/getan/backend.py Thu Sep 01 08:39:09 2011 +0200 +++ b/getan/backend.py Thu Sep 01 09:03:32 2011 +0200 @@ -3,6 +3,7 @@ # (c) 2008, 2009, 2010 by # Sascha L. Teichmann # Ingo Weinzierl +# (c) 2011 Björn Ricks # # This is Free Software licensed unter the terms of GPLv3 or later. # For details see LICENSE coming with the source of 'getan'. diff -r 8c7e0fd31e88 -r 99639833968d getan/states.py --- a/getan/states.py Thu Sep 01 08:39:09 2011 +0200 +++ b/getan/states.py Thu Sep 01 09:03:32 2011 +0200 @@ -2,6 +2,7 @@ # -*- coding: utf-8 -*- # # (c) 2010 by Ingo Weinzierl +# (c) 2011 by Björn Ricks # # This is Free Software licensed under the terms of GPLv3 or later. # For details see LICENSE coming with the source of 'getan'.