diff --git a/README.rst b/README.rst index 413d8ae..67366f0 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ Postorius - web ui for GNU Mailman =================================== -Copyright (C) 1998-2014 by the Free Software Foundation, Inc. +Copyright (C) 1998-2016 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 f6764fd..878c56a 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2014 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2016 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 3dd51e5..53d2ad1 100644 --- a/src/postorius/auth/decorators.py +++ b/src/postorius/auth/decorators.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 1998-2015 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2016 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/auth/utils.py b/src/postorius/auth/utils.py index fc43e8f..7ba392c 100644 --- a/src/postorius/auth/utils.py +++ b/src/postorius/auth/utils.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 1998-2015 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2016 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/doc/index.rst b/src/postorius/doc/index.rst index 829875c..ffa936e 100644 --- a/src/postorius/doc/index.rst +++ b/src/postorius/doc/index.rst @@ -1,7 +1,7 @@ Postorius - The New Mailman Web UI ================================== -Copyright (C) 2009-2015 by the Free Software Foundation, Inc. +Copyright (C) 2009-2016 by the Free Software Foundation, Inc. This is Postorius, the new official web interface for the GUN Mailman 3 list management system. diff --git a/src/postorius/doc/settings.py b/src/postorius/doc/settings.py index 00fa7b3..3786d5f 100755 --- a/src/postorius/doc/settings.py +++ b/src/postorius/doc/settings.py @@ -1,5 +1,5 @@ #-*- coding: utf-8 -*- -# Copyright (C) 1998-2015 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2016 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/templatetags/bootstrap_tags.py b/src/postorius/templatetags/bootstrap_tags.py index d2e384b..827fb16 100644 --- a/src/postorius/templatetags/bootstrap_tags.py +++ b/src/postorius/templatetags/bootstrap_tags.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 1998-2015 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2016 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 990dcb1..d2b5733 100644 --- a/src/postorius/templatetags/nav_helpers.py +++ b/src/postorius/templatetags/nav_helpers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 1998-2015 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2016 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/templatetags/pagination.py b/src/postorius/templatetags/pagination.py index d520f1c..cc67b4f 100644 --- a/src/postorius/templatetags/pagination.py +++ b/src/postorius/templatetags/pagination.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 1998-2015 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2016 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/tests/__init__.py b/src/postorius/tests/__init__.py index 2492fb6..2374145 100644 --- a/src/postorius/tests/__init__.py +++ b/src/postorius/tests/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2015 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2016 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 6c8e9ce..f0c0c88 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-2015 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2016 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 bc511fb..5d99c40 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-2015 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2016 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 3aedf98..3ebaba4 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-2015 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2016 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 2d36a58..5fbe042 100644 --- a/src/postorius/tests/tests.py +++ b/src/postorius/tests/tests.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 1998-2015 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2016 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 d9786eb..fa3bc2e 100644 --- a/src/postorius/tests/utils.py +++ b/src/postorius/tests/utils.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2015 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2016 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/views/domain.py b/src/postorius/views/domain.py index 682d0b0..7dfd7ec 100644 --- a/src/postorius/views/domain.py +++ b/src/postorius/views/domain.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 1998-2015 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2016 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 e38bfe6..abb60ff 100644 --- a/src/postorius/views/generic.py +++ b/src/postorius/views/generic.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 1998-2015 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2016 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 451b1f2..a5aa49e 100644 --- a/src/postorius/views/list.py +++ b/src/postorius/views/list.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 1998-2015 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2016 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 48e454f..7ce0f68 100644 --- a/src/postorius/views/user.py +++ b/src/postorius/views/user.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 1998-2015 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2016 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/testing/__init__.py b/testing/__init__.py index 4bc6bcf..25c2b91 100644 --- a/testing/__init__.py +++ b/testing/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2014 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2016 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/testing/test_settings.py b/testing/test_settings.py index 1481940..2b12b65 100755 --- a/testing/test_settings.py +++ b/testing/test_settings.py @@ -1,5 +1,5 @@ #-*- coding: utf-8 -*- -# Copyright (C) 1998-2012 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2016 by the Free Software Foundation, Inc. # # This file is part of Postorius. #