diff --git a/pyweb/__init__.py b/pyweb/__init__.py index fd17826..6ceaf67 100644 --- a/pyweb/__init__.py +++ b/pyweb/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ - * Copyright (C) 2009, Michael "Svedrin" Ziegler + * Copyright © 2009-2010, Michael "Svedrin" Ziegler * * Mumble-Django is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/pyweb/gen_secret_key.sh b/pyweb/gen_secret_key.sh index e90664d..054c055 100755 --- a/pyweb/gen_secret_key.sh +++ b/pyweb/gen_secret_key.sh @@ -2,7 +2,7 @@ # # Update settings.py with an automatically generated Secret Key. # -# Copyright (C) 2009, Michael "Svedrin" Ziegler +# Copyright © 2009-2010, Michael "Svedrin" Ziegler # # Mumble-Django is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyweb/locale/de/LC_MESSAGES/django.po b/pyweb/locale/de/LC_MESSAGES/django.po index cb73afb..ee00aa0 100644 --- a/pyweb/locale/de/LC_MESSAGES/django.po +++ b/pyweb/locale/de/LC_MESSAGES/django.po @@ -1,6 +1,6 @@ # German translation file for Mumble-Django. # -# Copyright (C) 2009, Michael "Svedrin" Ziegler +# Copyright © 2009-2010, Michael "Svedrin" Ziegler # # Mumble-Django is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyweb/manage.py b/pyweb/manage.py index 2e38d2e..7b1babb 100755 --- a/pyweb/manage.py +++ b/pyweb/manage.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- """ - * Copyright (C) 2009, Michael "Svedrin" Ziegler + * Copyright © 2009-2010, Michael "Svedrin" Ziegler * * Mumble-Django is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/pyweb/mumble/MumbleCtlDbus.py b/pyweb/mumble/MumbleCtlDbus.py index 84a982f..574e2d8 100644 --- a/pyweb/mumble/MumbleCtlDbus.py +++ b/pyweb/mumble/MumbleCtlDbus.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- """ - * Copyright (C) 2009, withgod - * Michael "Svedrin" Ziegler + * Copyright © 2009, withgod + * 2009-2010, Michael "Svedrin" Ziegler * * Mumble-Django is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/pyweb/mumble/MumbleCtlIce.py b/pyweb/mumble/MumbleCtlIce.py index 189df66..3560a79 100644 --- a/pyweb/mumble/MumbleCtlIce.py +++ b/pyweb/mumble/MumbleCtlIce.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- """ - * Copyright (C) 2009, withgod - * Michael "Svedrin" Ziegler + * Copyright © 2009, withgod + * 2009-2010, Michael "Svedrin" Ziegler * * Mumble-Django is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/pyweb/mumble/__init__.py b/pyweb/mumble/__init__.py index cab0bd4..cb703eb 100644 --- a/pyweb/mumble/__init__.py +++ b/pyweb/mumble/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- """ - * Copyright (C) 2009, Michael "Svedrin" Ziegler + * Copyright © 2009-2010, Michael "Svedrin" Ziegler * * Mumble-Django is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/pyweb/mumble/admin.py b/pyweb/mumble/admin.py index 83cd4e2..ee9f032 100644 --- a/pyweb/mumble/admin.py +++ b/pyweb/mumble/admin.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ - * Copyright (C) 2009, Michael "Svedrin" Ziegler + * Copyright © 2009-2010, Michael "Svedrin" Ziegler * * Mumble-Django is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/pyweb/mumble/forms.py b/pyweb/mumble/forms.py index 60a85f1..be69211 100644 --- a/pyweb/mumble/forms.py +++ b/pyweb/mumble/forms.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ - * Copyright (C) 2009, Michael "Svedrin" Ziegler + * Copyright © 2009-2010, Michael "Svedrin" Ziegler * * Mumble-Django is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/pyweb/mumble/locale/de/LC_MESSAGES/django.po b/pyweb/mumble/locale/de/LC_MESSAGES/django.po index ba7262a..5c2d3ac 100644 --- a/pyweb/mumble/locale/de/LC_MESSAGES/django.po +++ b/pyweb/mumble/locale/de/LC_MESSAGES/django.po @@ -1,6 +1,6 @@ # German translation file for Mumble-Django. # -# Copyright (C) 2009, Michael "Svedrin" Ziegler +# Copyright © 2009-2010, Michael "Svedrin" Ziegler # # Mumble-Django is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyweb/mumble/management/__init__.py b/pyweb/mumble/management/__init__.py index 115ef89..b2c1b0f 100644 --- a/pyweb/mumble/management/__init__.py +++ b/pyweb/mumble/management/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ - * Copyright (C) 2009, Michael "Svedrin" Ziegler + * Copyright © 2009-2010, Michael "Svedrin" Ziegler * * Mumble-Django is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/pyweb/mumble/management/commands/__init__.py b/pyweb/mumble/management/commands/__init__.py index fd17826..6ceaf67 100644 --- a/pyweb/mumble/management/commands/__init__.py +++ b/pyweb/mumble/management/commands/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ - * Copyright (C) 2009, Michael "Svedrin" Ziegler + * Copyright © 2009-2010, Michael "Svedrin" Ziegler * * Mumble-Django is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/pyweb/mumble/management/commands/checkenv.py b/pyweb/mumble/management/commands/checkenv.py index d531a05..14b51a4 100644 --- a/pyweb/mumble/management/commands/checkenv.py +++ b/pyweb/mumble/management/commands/checkenv.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ - * Copyright (C) 2009, Michael "Svedrin" Ziegler + * Copyright © 2009-2010, Michael "Svedrin" Ziegler * * Mumble-Django is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/pyweb/mumble/management/commands/mmrunserver.py b/pyweb/mumble/management/commands/mmrunserver.py index a2abfe0..b47bfe7 100644 --- a/pyweb/mumble/management/commands/mmrunserver.py +++ b/pyweb/mumble/management/commands/mmrunserver.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ - * Copyright (C) 2009, Michael "Svedrin" Ziegler + * Copyright © 2009-2010, Michael "Svedrin" Ziegler * * Mumble-Django is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/pyweb/mumble/management/commands/mmshell.py b/pyweb/mumble/management/commands/mmshell.py index a90f7ca..fcf35c9 100644 --- a/pyweb/mumble/management/commands/mmshell.py +++ b/pyweb/mumble/management/commands/mmshell.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ - * Copyright (C) 2009, Michael "Svedrin" Ziegler + * Copyright © 2009-2010, Michael "Svedrin" Ziegler * * Mumble-Django is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/pyweb/mumble/management/commands/mmsyncdb.py b/pyweb/mumble/management/commands/mmsyncdb.py index 6567486..2611198 100644 --- a/pyweb/mumble/management/commands/mmsyncdb.py +++ b/pyweb/mumble/management/commands/mmsyncdb.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ - * Copyright (C) 2009, Michael "Svedrin" Ziegler + * Copyright © 2009-2010, Michael "Svedrin" Ziegler * * Mumble-Django is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/pyweb/mumble/management/server_detect.py b/pyweb/mumble/management/server_detect.py index f7c26c3..fffded9 100644 --- a/pyweb/mumble/management/server_detect.py +++ b/pyweb/mumble/management/server_detect.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ - * Copyright (C) 2009, Michael "Svedrin" Ziegler + * Copyright © 2009-2010, Michael "Svedrin" Ziegler * * Mumble-Django is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/pyweb/mumble/mctl.py b/pyweb/mumble/mctl.py index e7c6b1b..a076ff7 100644 --- a/pyweb/mumble/mctl.py +++ b/pyweb/mumble/mctl.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- """ - * Copyright (C) 2009, withgod - * Michael "Svedrin" Ziegler + * Copyright © 2009, withgod + * 2009-2010, Michael "Svedrin" Ziegler * * Mumble-Django is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/pyweb/mumble/mmobjects.py b/pyweb/mumble/mmobjects.py index 9ed4960..1f3b5c5 100644 --- a/pyweb/mumble/mmobjects.py +++ b/pyweb/mumble/mmobjects.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ - * Copyright (C) 2009, Michael "Svedrin" Ziegler + * Copyright © 2009-2010, Michael "Svedrin" Ziegler * * Mumble-Django is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/pyweb/mumble/models.py b/pyweb/mumble/models.py index 09caada..0de1f19 100644 --- a/pyweb/mumble/models.py +++ b/pyweb/mumble/models.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ - * Copyright (C) 2009, Michael "Svedrin" Ziegler + * Copyright © 2009-2010, Michael "Svedrin" Ziegler * * Mumble-Django is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/pyweb/mumble/murmurenvutils.py b/pyweb/mumble/murmurenvutils.py index 498da5e..1c76c00 100644 --- a/pyweb/mumble/murmurenvutils.py +++ b/pyweb/mumble/murmurenvutils.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ - * Copyright (C) 2009, Michael "Svedrin" Ziegler + * Copyright © 2009-2010, Michael "Svedrin" Ziegler * * Mumble-Django is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/pyweb/mumble/templatetags/__init__.py b/pyweb/mumble/templatetags/__init__.py index cab0bd4..cb703eb 100644 --- a/pyweb/mumble/templatetags/__init__.py +++ b/pyweb/mumble/templatetags/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- """ - * Copyright (C) 2009, Michael "Svedrin" Ziegler + * Copyright © 2009-2010, Michael "Svedrin" Ziegler * * Mumble-Django is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/pyweb/mumble/templatetags/mumble_extras.py b/pyweb/mumble/templatetags/mumble_extras.py index 81b8b1d..ae67b6e 100644 --- a/pyweb/mumble/templatetags/mumble_extras.py +++ b/pyweb/mumble/templatetags/mumble_extras.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ - * Copyright (C) 2009, Michael "Svedrin" Ziegler + * Copyright © 2009-2010, Michael "Svedrin" Ziegler * * Mumble-Django is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/pyweb/mumble/testrunner.py b/pyweb/mumble/testrunner.py index 62c3161..e1e30c1 100644 --- a/pyweb/mumble/testrunner.py +++ b/pyweb/mumble/testrunner.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ - * Copyright (C) 2009, Michael "Svedrin" Ziegler + * Copyright © 2009-2010, Michael "Svedrin" Ziegler * * Mumble-Django is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/pyweb/mumble/tests.py b/pyweb/mumble/tests.py index fc374ab..c081ed7 100644 --- a/pyweb/mumble/tests.py +++ b/pyweb/mumble/tests.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ - * Copyright (C) 2009, Michael "Svedrin" Ziegler + * Copyright © 2009-2010, Michael "Svedrin" Ziegler * * Mumble-Django is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/pyweb/mumble/urls.py b/pyweb/mumble/urls.py index c26be74..11b0d3f 100644 --- a/pyweb/mumble/urls.py +++ b/pyweb/mumble/urls.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ - * Copyright (C) 2009, Michael "Svedrin" Ziegler + * Copyright © 2009-2010, Michael "Svedrin" Ziegler * * Mumble-Django is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/pyweb/mumble/utils.py b/pyweb/mumble/utils.py index 19a0b8f..eb72068 100644 --- a/pyweb/mumble/utils.py +++ b/pyweb/mumble/utils.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ - * Copyright (C) 2009, Michael "Svedrin" Ziegler + * Copyright © 2009-2010, Michael "Svedrin" Ziegler * * Mumble-Django is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/pyweb/mumble/views.py b/pyweb/mumble/views.py index 11c3c0b..5cf89fe 100644 --- a/pyweb/mumble/views.py +++ b/pyweb/mumble/views.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ - * Copyright (C) 2009, Michael "Svedrin" Ziegler + * Copyright © 2009-2010, Michael "Svedrin" Ziegler * * Mumble-Django is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/pyweb/processors.py b/pyweb/processors.py index c28d6e2..381bd02 100644 --- a/pyweb/processors.py +++ b/pyweb/processors.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ - * Copyright (C) 2009, Michael "Svedrin" Ziegler + * Copyright © 2009-2010, Michael "Svedrin" Ziegler * * Mumble-Django is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/pyweb/settings.py b/pyweb/settings.py index 28ba656..6dfdf7f 100644 --- a/pyweb/settings.py +++ b/pyweb/settings.py @@ -2,7 +2,7 @@ # Django settings for mumble_django project. """ - * Copyright (C) 2009, Michael "Svedrin" Ziegler + * Copyright © 2009-2010, Michael "Svedrin" Ziegler * * Mumble-Django is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/pyweb/urls.py b/pyweb/urls.py index ea6cc42..7c897a0 100644 --- a/pyweb/urls.py +++ b/pyweb/urls.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ - * Copyright (C) 2009, Michael "Svedrin" Ziegler + * Copyright © 2009-2010, Michael "Svedrin" Ziegler * * Mumble-Django is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/pyweb/views.py b/pyweb/views.py index bf90928..c189082 100644 --- a/pyweb/views.py +++ b/pyweb/views.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ - * Copyright (C) 2009, Michael "Svedrin" Ziegler + * Copyright © 2009-2010, Michael "Svedrin" Ziegler * * Mumble-Django is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by