diff --git a/README.rst b/README.rst
index 5769864..0af843c 100644
--- a/README.rst
+++ b/README.rst
@@ -2,7 +2,7 @@
Postorius - web ui for GNU Mailman
===================================
-Copyright (C) 1998-2012 by the Free Software Foundation, Inc.
+Copyright (C) 1998-2014 by the Free Software Foundation, Inc.
The Postorius Django app provides a web user interface to
access GNU Mailman.
diff --git a/setup.py b/setup.py
index 9d46f16..822f91f 100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2012 by the Free Software Foundation, Inc.
+# Copyright (C) 2012-2014 by the Free Software Foundation, Inc.
#
# This file is part of Postorius.
#
@@ -22,7 +22,7 @@
setup(
name = "postorius",
- version = '1.0.0a1',
+ version = '1.0.0a2',
description = "A web user interface for GNU Mailman",
long_description=open('README.rst').read(),
maintainer = "The Mailman GSOC Coders",
diff --git a/src/postorius/__init__.py b/src/postorius/__init__.py
index e3a8b32..4b7b04f 100644
--- a/src/postorius/__init__.py
+++ b/src/postorius/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 1998-2012 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2014 by the Free Software Foundation, Inc.
#
# This file is part of Postorius.
#
diff --git a/src/postorius/auth/decorators.py b/src/postorius/auth/decorators.py
index 16292e0..2b0c2c6 100644
--- a/src/postorius/auth/decorators.py
+++ b/src/postorius/auth/decorators.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 1998-2012 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2014 by the Free Software Foundation, Inc.
#
# This file is part of Postorius.
#
diff --git a/src/postorius/context_processors.py b/src/postorius/context_processors.py
index d7a18f2..718a586 100644
--- a/src/postorius/context_processors.py
+++ b/src/postorius/context_processors.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2012 by the Free Software Foundation, Inc.
+# Copyright (C) 2012-2014 by the Free Software Foundation, Inc.
#
# This file is part of Postorius.
#
diff --git a/src/postorius/doc/news.rst b/src/postorius/doc/news.rst
index cd4fddc..2b5f378 100644
--- a/src/postorius/doc/news.rst
+++ b/src/postorius/doc/news.rst
@@ -2,7 +2,7 @@
News / Changelog
================
-Copyright (C) 2012 by the Free Software Foundation, Inc.
+Copyright (C) 2012-2014 by the Free Software Foundation, Inc.
The Postorius Django app provides a web user interface to
access GNU Mailman.
@@ -20,9 +20,9 @@
along with Postorius. If not, see .
-1.0 alpha 2
-===========
-(2012-XX-XX)
+1.0 alpha 2 -- "Is It Luck?"
+============================
+(2014-03-15)
* dev setup fix for Django 1.4 contributed by Rohan Jain
* missing csrf tokens in templates contributed by Richard Wackerbarth (LP: 996658)
diff --git a/src/postorius/fieldset_forms.py b/src/postorius/fieldset_forms.py
index d4abadc..bb2bb00 100644
--- a/src/postorius/fieldset_forms.py
+++ b/src/postorius/fieldset_forms.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 1998-2012 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2014 by the Free Software Foundation, Inc.
#
# This file is part of Postorius.
#
diff --git a/src/postorius/forms.py b/src/postorius/forms.py
index db98aaa..ce28a66 100644
--- a/src/postorius/forms.py
+++ b/src/postorius/forms.py
@@ -1,5 +1,5 @@
#-*- coding: utf-8 -*-
-# Copyright (C) 2012 by the Free Software Foundation, Inc.
+# Copyright (C) 2012-2014 by the Free Software Foundation, Inc.
#
# This file is part of Postorius.
#
diff --git a/src/postorius/management/commands/mmclient.py b/src/postorius/management/commands/mmclient.py
index 404901a..31a4104 100644
--- a/src/postorius/management/commands/mmclient.py
+++ b/src/postorius/management/commands/mmclient.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 1998-2012 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2014 by the Free Software Foundation, Inc.
#
# This file is part of Postorius.
#
diff --git a/src/postorius/models.py b/src/postorius/models.py
index 765be99..06a055a 100644
--- a/src/postorius/models.py
+++ b/src/postorius/models.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 1998-2012 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2014 by the Free Software Foundation, Inc.
#
# This file is part of Postorius.
#
diff --git a/src/postorius/templatetags/nav_helpers.py b/src/postorius/templatetags/nav_helpers.py
index 1ea4865..d345f56 100644
--- a/src/postorius/templatetags/nav_helpers.py
+++ b/src/postorius/templatetags/nav_helpers.py
@@ -1,3 +1,21 @@
+# -*- coding: utf-8 -*-
+# Copyright (C) 1998-2014 by the Free Software Foundation, Inc.
+#
+# This file is part of Postorius.
+#
+# Postorius is free software: you can redistribute it and/or modify it under
+# the terms of the GNU General Public License as published by the Free
+# Software Foundation, either version 3 of the License, or (at your option)
+# any later version.
+#
+# Postorius is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+# more details.
+#
+# You should have received a copy of the GNU General Public License along with
+# Postorius. If not, see .
+
from django.core.urlresolvers import reverse
from django import template
diff --git a/src/postorius/tests/__init__.py b/src/postorius/tests/__init__.py
index 92479f3..6c6029b 100644
--- a/src/postorius/tests/__init__.py
+++ b/src/postorius/tests/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2012 by the Free Software Foundation, Inc.
+# Copyright (C) 2012-2014 by the Free Software Foundation, Inc.
#
# This file is part of Postorius.
#
diff --git a/src/postorius/tests/mailman_api_tests/__init__.py b/src/postorius/tests/mailman_api_tests/__init__.py
index e92649a..edeaacc 100644
--- a/src/postorius/tests/mailman_api_tests/__init__.py
+++ b/src/postorius/tests/mailman_api_tests/__init__.py
@@ -1,3 +1,19 @@
+# -*- coding: utf-8 -*-
+# Copyright (C) 2012-2014 by the Free Software Foundation, Inc.
+#
+# This file is part of Postorius.
+#
+# Postorius is free software: you can redistribute it and/or modify it under
+# the terms of the GNU General Public License as published by the Free
+# Software Foundation, either version 3 of the License, or (at your option)
+# any later version.
+# Postorius is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+# more details.
+#
+# You should have received a copy of the GNU General Public License along with
+# Postorius. If not, see .
from django.conf import settings
from postorius.tests.mm_setup import setup_mm, teardown_mm, Testobject
diff --git a/src/postorius/tests/mailman_api_tests/test_list_index.py b/src/postorius/tests/mailman_api_tests/test_list_index.py
index 1c249cd..ff3629a 100644
--- a/src/postorius/tests/mailman_api_tests/test_list_index.py
+++ b/src/postorius/tests/mailman_api_tests/test_list_index.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2012 by the Free Software Foundation, Inc.
+# Copyright (C) 2012-2014 by the Free Software Foundation, Inc.
#
# This file is part of Postorius.
#
diff --git a/src/postorius/tests/mailman_api_tests/test_list_members.py b/src/postorius/tests/mailman_api_tests/test_list_members.py
index e1a659f..a405821 100644
--- a/src/postorius/tests/mailman_api_tests/test_list_members.py
+++ b/src/postorius/tests/mailman_api_tests/test_list_members.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2012 by the Free Software Foundation, Inc.
+# Copyright (C) 2012-2014 by the Free Software Foundation, Inc.
#
# This file is part of Postorius.
#
diff --git a/src/postorius/tests/mailman_api_tests/test_list_new.py b/src/postorius/tests/mailman_api_tests/test_list_new.py
index 3de5c8d..0989ccb 100644
--- a/src/postorius/tests/mailman_api_tests/test_list_new.py
+++ b/src/postorius/tests/mailman_api_tests/test_list_new.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2012 by the Free Software Foundation, Inc.
+# Copyright (C) 2012-2014 by the Free Software Foundation, Inc.
#
# This file is part of Postorius.
#
diff --git a/src/postorius/tests/mailman_api_tests/test_list_summary.py b/src/postorius/tests/mailman_api_tests/test_list_summary.py
index 60a9c7d..919eaa1 100644
--- a/src/postorius/tests/mailman_api_tests/test_list_summary.py
+++ b/src/postorius/tests/mailman_api_tests/test_list_summary.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2012 by the Free Software Foundation, Inc.
+# Copyright (C) 2012-2014 by the Free Software Foundation, Inc.
#
# This file is part of Postorius.
#
diff --git a/src/postorius/tests/mm_setup.py b/src/postorius/tests/mm_setup.py
index 66c2eac..224738e 100644
--- a/src/postorius/tests/mm_setup.py
+++ b/src/postorius/tests/mm_setup.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 1998-2012 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2014 by the Free Software Foundation, Inc.
#
# This file is part of Postorius.
#
diff --git a/src/postorius/tests/test_auth_decorators.py b/src/postorius/tests/test_auth_decorators.py
index 0ebf9e6..d979fb4 100644
--- a/src/postorius/tests/test_auth_decorators.py
+++ b/src/postorius/tests/test_auth_decorators.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2012 by the Free Software Foundation, Inc.
+# Copyright (C) 2012-2014 by the Free Software Foundation, Inc.
#
# This file is part of Postorius.
#
diff --git a/src/postorius/tests/test_forms.py b/src/postorius/tests/test_forms.py
index 0f1956c..6dc36cc 100644
--- a/src/postorius/tests/test_forms.py
+++ b/src/postorius/tests/test_forms.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2012 by the Free Software Foundation, Inc.
+# Copyright (C) 2012-2014 by the Free Software Foundation, Inc.
#
# This file is part of Postorius.
#
diff --git a/src/postorius/tests/test_utils.py b/src/postorius/tests/test_utils.py
index 311104c..b6eecfd 100644
--- a/src/postorius/tests/test_utils.py
+++ b/src/postorius/tests/test_utils.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2012 by the Free Software Foundation, Inc.
+# Copyright (C) 2012-2014 by the Free Software Foundation, Inc.
#
# This file is part of Postorius.
#
diff --git a/src/postorius/tests/tests.py b/src/postorius/tests/tests.py
index 909e84f..aa5ff4b 100644
--- a/src/postorius/tests/tests.py
+++ b/src/postorius/tests/tests.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 1998-2012 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2014 by the Free Software Foundation, Inc.
#
# This file is part of Postorius.
#
diff --git a/src/postorius/tests/utils.py b/src/postorius/tests/utils.py
index 7082f6c..cbba6fc 100644
--- a/src/postorius/tests/utils.py
+++ b/src/postorius/tests/utils.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2012 by the Free Software Foundation, Inc.
+# Copyright (C) 2012-2014 by the Free Software Foundation, Inc.
#
# This file is part of Postorius.
#
diff --git a/src/postorius/urls.py b/src/postorius/urls.py
index b365ccf..4d38fe0 100644
--- a/src/postorius/urls.py
+++ b/src/postorius/urls.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 1998-2012 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2014 by the Free Software Foundation, Inc.
#
# This file is part of Postorius.
#
diff --git a/src/postorius/utils.py b/src/postorius/utils.py
index c258975..0744afa 100644
--- a/src/postorius/utils.py
+++ b/src/postorius/utils.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 1998-2012 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2014 by the Free Software Foundation, Inc.
#
# This file is part of Postorius.
#
diff --git a/src/postorius/views/__init__.py b/src/postorius/views/__init__.py
index 2d0054b..46dad3b 100644
--- a/src/postorius/views/__init__.py
+++ b/src/postorius/views/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 1998-2012 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2014 by the Free Software Foundation, Inc.
#
# This file is part of Postorius.
#
diff --git a/src/postorius/views/api.py b/src/postorius/views/api.py
index c51b9c1..2d2f62d 100644
--- a/src/postorius/views/api.py
+++ b/src/postorius/views/api.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 1998-2012 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2014 by the Free Software Foundation, Inc.
#
# This file is part of Postorius.
#
diff --git a/src/postorius/views/generic.py b/src/postorius/views/generic.py
index fb24f90..f2c3357 100644
--- a/src/postorius/views/generic.py
+++ b/src/postorius/views/generic.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 1998-2012 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2014 by the Free Software Foundation, Inc.
#
# This file is part of Postorius.
#
diff --git a/src/postorius/views/list.py b/src/postorius/views/list.py
index 5929ca7..09c66ca 100644
--- a/src/postorius/views/list.py
+++ b/src/postorius/views/list.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 1998-2012 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2014 by the Free Software Foundation, Inc.
#
# This file is part of Postorius.
#
diff --git a/src/postorius/views/settings.py b/src/postorius/views/settings.py
index ded9730..aeed78f 100644
--- a/src/postorius/views/settings.py
+++ b/src/postorius/views/settings.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 1998-2012 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2014 by the Free Software Foundation, Inc.
#
# This file is part of Postorius.
#
diff --git a/src/postorius/views/user.py b/src/postorius/views/user.py
index aee9d9f..ff1a93e 100644
--- a/src/postorius/views/user.py
+++ b/src/postorius/views/user.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 1998-2013 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2014 by the Free Software Foundation, Inc.
#
# This file is part of Postorius.
#
diff --git a/src/postorius/views/views.py b/src/postorius/views/views.py
index 28644dc..400b0c5 100644
--- a/src/postorius/views/views.py
+++ b/src/postorius/views/views.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 1998-2012 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2014 by the Free Software Foundation, Inc.
#
# This file is part of Postorius.
#