From 4a0d3936e8bdb617934d726af6de5d01823509fa Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Fri, 15 Jan 2010 00:15:41 +0100 Subject: [PATCH] Update copyright and remove tab intentation indications. --- radicale.py | 4 ++-- radicale/__init__.py | 4 ++-- radicale/acl/__init__.py | 4 ++-- radicale/acl/fake.py | 4 ++-- radicale/acl/htpasswd.py | 4 ++-- radicale/calendar.py | 4 ++-- radicale/config.py | 4 ++-- radicale/ical.py | 4 ++-- radicale/support/__init__.py | 4 ++-- radicale/support/plain.py | 4 ++-- radicale/xmlutils.py | 4 ++-- setup.py | 4 ++-- 12 files changed, 24 insertions(+), 24 deletions(-) diff --git a/radicale.py b/radicale.py index cd3876c..96d52e0 100755 --- a/radicale.py +++ b/radicale.py @@ -1,8 +1,8 @@ #!/usr/bin/python -# -*- coding: utf-8; indent-tabs-mode: nil; -*- +# -*- coding: utf-8 -*- # # This file is part of Radicale Server - Calendar Server -# Copyright © 2008-2009 Guillaume Ayoub +# Copyright © 2008-2010 Guillaume Ayoub # Copyright © 2008 Nicolas Kandel # Copyright © 2008 Pascal Halter # diff --git a/radicale/__init__.py b/radicale/__init__.py index 1b65d96..53daef7 100644 --- a/radicale/__init__.py +++ b/radicale/__init__.py @@ -1,7 +1,7 @@ -# -*- coding: utf-8; indent-tabs-mode: nil; -*- +# -*- coding: utf-8 -*- # # This file is part of Radicale Server - Calendar Server -# Copyright © 2008-2009 Guillaume Ayoub +# Copyright © 2008-2010 Guillaume Ayoub # Copyright © 2008 Nicolas Kandel # Copyright © 2008 Pascal Halter # diff --git a/radicale/acl/__init__.py b/radicale/acl/__init__.py index 75b3052..7d5463d 100644 --- a/radicale/acl/__init__.py +++ b/radicale/acl/__init__.py @@ -1,7 +1,7 @@ -# -*- coding: utf-8; indent-tabs-mode: nil; -*- +# -*- coding: utf-8 -*- # # This file is part of Radicale Server - Calendar Server -# Copyright © 2008-2009 Guillaume Ayoub +# Copyright © 2008-2010 Guillaume Ayoub # Copyright © 2008 Nicolas Kandel # Copyright © 2008 Pascal Halter # diff --git a/radicale/acl/fake.py b/radicale/acl/fake.py index e37cdc0..5db1282 100644 --- a/radicale/acl/fake.py +++ b/radicale/acl/fake.py @@ -1,7 +1,7 @@ -# -*- coding: utf-8; indent-tabs-mode: nil; -*- +# -*- coding: utf-8 -*- # # This file is part of Radicale Server - Calendar Server -# Copyright © 2008-2009 Guillaume Ayoub +# Copyright © 2008-2010 Guillaume Ayoub # Copyright © 2008 Nicolas Kandel # Copyright © 2008 Pascal Halter # diff --git a/radicale/acl/htpasswd.py b/radicale/acl/htpasswd.py index f764776..d723994 100644 --- a/radicale/acl/htpasswd.py +++ b/radicale/acl/htpasswd.py @@ -1,7 +1,7 @@ -# -*- coding: utf-8; indent-tabs-mode: nil; -*- +# -*- coding: utf-8 -*- # # This file is part of Radicale Server - Calendar Server -# Copyright © 2008-2009 Guillaume Ayoub +# Copyright © 2008-2010 Guillaume Ayoub # Copyright © 2008 Nicolas Kandel # Copyright © 2008 Pascal Halter # diff --git a/radicale/calendar.py b/radicale/calendar.py index 5830a20..2a3fe8e 100644 --- a/radicale/calendar.py +++ b/radicale/calendar.py @@ -1,7 +1,7 @@ -# -*- coding: utf-8; indent-tabs-mode: nil; -*- +# -*- coding: utf-8 -*- # # This file is part of Radicale Server - Calendar Server -# Copyright © 2008-2009 Guillaume Ayoub +# Copyright © 2008-2010 Guillaume Ayoub # Copyright © 2008 Nicolas Kandel # Copyright © 2008 Pascal Halter # diff --git a/radicale/config.py b/radicale/config.py index 1321a6e..08a2da7 100644 --- a/radicale/config.py +++ b/radicale/config.py @@ -1,7 +1,7 @@ -# -*- coding: utf-8; indent-tabs-mode: nil; -*- +# -*- coding: utf-8 -*- # # This file is part of Radicale Server - Calendar Server -# Copyright © 2008-2009 Guillaume Ayoub +# Copyright © 2008-2010 Guillaume Ayoub # Copyright © 2008 Nicolas Kandel # Copyright © 2008 Pascal Halter # diff --git a/radicale/ical.py b/radicale/ical.py index 2f1e824..9227eeb 100644 --- a/radicale/ical.py +++ b/radicale/ical.py @@ -1,7 +1,7 @@ -# -*- coding: utf-8; indent-tabs-mode: nil; -*- +# -*- coding: utf-8 -*- # # This file is part of Radicale Server - Calendar Server -# Copyright © 2008-2009 Guillaume Ayoub +# Copyright © 2008-2010 Guillaume Ayoub # Copyright © 2008 Nicolas Kandel # Copyright © 2008 Pascal Halter # diff --git a/radicale/support/__init__.py b/radicale/support/__init__.py index cc4df88..169496e 100644 --- a/radicale/support/__init__.py +++ b/radicale/support/__init__.py @@ -1,7 +1,7 @@ -# -*- coding: utf-8; indent-tabs-mode: nil; -*- +# -*- coding: utf-8 -*- # # This file is part of Radicale Server - Calendar Server -# Copyright © 2008-2009 Guillaume Ayoub +# Copyright © 2008-2010 Guillaume Ayoub # Copyright © 2008 Nicolas Kandel # Copyright © 2008 Pascal Halter # diff --git a/radicale/support/plain.py b/radicale/support/plain.py index b8c276c..bf59957 100644 --- a/radicale/support/plain.py +++ b/radicale/support/plain.py @@ -1,7 +1,7 @@ -# -*- coding: utf-8; indent-tabs-mode: nil; -*- +# -*- coding: utf-8 -*- # # This file is part of Radicale Server - Calendar Server -# Copyright © 2008-2009 Guillaume Ayoub +# Copyright © 2008-2010 Guillaume Ayoub # Copyright © 2008 Nicolas Kandel # Copyright © 2008 Pascal Halter # diff --git a/radicale/xmlutils.py b/radicale/xmlutils.py index bbf6380..6c912a5 100644 --- a/radicale/xmlutils.py +++ b/radicale/xmlutils.py @@ -1,7 +1,7 @@ -# -*- coding: utf-8; indent-tabs-mode: nil; -*- +# -*- coding: utf-8 -*- # # This file is part of Radicale Server - Calendar Server -# Copyright © 2008-2009 Guillaume Ayoub +# Copyright © 2008-2010 Guillaume Ayoub # Copyright © 2008 Nicolas Kandel # Copyright © 2008 Pascal Halter # diff --git a/setup.py b/setup.py index 1e7309d..85358d1 100755 --- a/setup.py +++ b/setup.py @@ -1,8 +1,8 @@ #!/usr/bin/python -# -*- coding: utf-8; indent-tabs-mode: nil; -*- +# -*- coding: utf-8 -*- # # This file is part of Radicale Server - Calendar Server -# Copyright © 2009 Guillaume Ayoub +# Copyright © 2009-2010 Guillaume Ayoub # # This library is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by