Преглед на файлове

Update copyright and remove tab intentation indications.

Guillaume Ayoub преди 16 години
родител
ревизия
4a0d3936e8
променени са 12 файла, в които са добавени 24 реда и са изтрити 24 реда
  1. 2 2
      radicale.py
  2. 2 2
      radicale/__init__.py
  3. 2 2
      radicale/acl/__init__.py
  4. 2 2
      radicale/acl/fake.py
  5. 2 2
      radicale/acl/htpasswd.py
  6. 2 2
      radicale/calendar.py
  7. 2 2
      radicale/config.py
  8. 2 2
      radicale/ical.py
  9. 2 2
      radicale/support/__init__.py
  10. 2 2
      radicale/support/plain.py
  11. 2 2
      radicale/xmlutils.py
  12. 2 2
      setup.py

+ 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