Răsfoiți Sursa

Update copyright and remove tab intentation indications.

Guillaume Ayoub 16 ani în urmă
părinte
comite
4a0d3936e8

+ 2 - 2
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
 #

+ 2 - 2
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
 #

+ 2 - 2
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
 #

+ 2 - 2
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
 #

+ 2 - 2
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
 #

+ 2 - 2
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
 #

+ 2 - 2
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
 #

+ 2 - 2
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
 #

+ 2 - 2
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
 #

+ 2 - 2
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
 #

+ 2 - 2
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
 #

+ 2 - 2
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