Sumana Harihareswara has proposed merging lp:~sumanah/postorius/copyright-year into lp:postorius.
Requested reviews: Florian Fuchs (flo-fuchs) For more details, see: https://code.launchpad.net/~sumanah/postorius/copyright-year/+merge/247377 Update copyright year on source code files to 2015. -- Your team Mailman Coders is subscribed to branch lp:postorius.
=== modified file 'README.rst' --- README.rst 2014-03-15 21:36:39 +0000 +++ README.rst 2015-01-23 03:46:51 +0000 @@ -2,7 +2,7 @@ Postorius - web ui for GNU Mailman =================================== -Copyright (C) 1998-2014 by the Free Software Foundation, Inc. +Copyright (C) 1998-2015 by the Free Software Foundation, Inc. The Postorius Django app provides a web user interface to access GNU Mailman. === modified file 'setup.py' --- setup.py 2015-01-19 15:03:09 +0000 +++ setup.py 2015-01-23 03:46:51 +0000 @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2014 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2015 by the Free Software Foundation, Inc. # # This file is part of Postorius. # === modified file 'src/postorius/__init__.py' --- src/postorius/__init__.py 2014-04-22 14:34:21 +0000 +++ src/postorius/__init__.py 2015-01-23 03:46:51 +0000 @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 1998-2014 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2015 by the Free Software Foundation, Inc. # # This file is part of Postorius. # === modified file 'src/postorius/auth/decorators.py' --- src/postorius/auth/decorators.py 2015-01-18 19:21:23 +0000 +++ src/postorius/auth/decorators.py 2015-01-23 03:46:51 +0000 @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 1998-2014 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2015 by the Free Software Foundation, Inc. # # This file is part of Postorius. # === modified file 'src/postorius/context_processors.py' --- src/postorius/context_processors.py 2014-03-15 21:36:39 +0000 +++ src/postorius/context_processors.py 2015-01-23 03:46:51 +0000 @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2014 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2015 by the Free Software Foundation, Inc. # # This file is part of Postorius. # === modified file 'src/postorius/doc/conf.py' --- src/postorius/doc/conf.py 2013-10-05 21:48:59 +0000 +++ src/postorius/doc/conf.py 2015-01-23 03:46:51 +0000 @@ -50,7 +50,7 @@ # General information about the project. project = u'Postorius' -copyright = u'2012, The Free Software Foundation' +copyright = u'2015, The Free Software Foundation' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -232,7 +232,7 @@ epub_title = u'postorius' epub_author = u'Mailman Coders' epub_publisher = u'Mailman Coders' -epub_copyright = u'2012, The Free Software Foundation' +epub_copyright = u'2015, The Free Software Foundation' # The language of the text. It defaults to the language option # or en if the language is not set. === modified file 'src/postorius/doc/news.rst' --- src/postorius/doc/news.rst 2015-01-19 15:05:47 +0000 +++ src/postorius/doc/news.rst 2015-01-23 03:46:51 +0000 @@ -2,7 +2,7 @@ News / Changelog ================ -Copyright (C) 2012-2014 by the Free Software Foundation, Inc. +Copyright (C) 2012-2015 by the Free Software Foundation, Inc. The Postorius Django app provides a web user interface to access GNU Mailman. === modified file 'src/postorius/doc/settings.py' --- src/postorius/doc/settings.py 2013-10-05 21:48:59 +0000 +++ src/postorius/doc/settings.py 2015-01-23 03:46:51 +0000 @@ -1,5 +1,5 @@ #-*- coding: utf-8 -*- -# Copyright (C) 1998-2012 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2015 by the Free Software Foundation, Inc. # # This file is part of Postorius. # === modified file 'src/postorius/fieldset_forms.py' --- src/postorius/fieldset_forms.py 2014-04-16 21:32:31 +0000 +++ src/postorius/fieldset_forms.py 2015-01-23 03:46:51 +0000 @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 1998-2014 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2015 by the Free Software Foundation, Inc. # # This file is part of Postorius. # === modified file 'src/postorius/forms.py' --- src/postorius/forms.py 2014-10-29 22:39:35 +0000 +++ src/postorius/forms.py 2015-01-23 03:46:51 +0000 @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2014 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2015 by the Free Software Foundation, Inc. # # This file is part of Postorius. # === modified file 'src/postorius/management/commands/mmclient.py' --- src/postorius/management/commands/mmclient.py 2014-11-19 11:01:19 +0000 +++ src/postorius/management/commands/mmclient.py 2015-01-23 03:46:51 +0000 @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 1998-2014 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2015 by the Free Software Foundation, Inc. # # This file is part of Postorius. # === modified file 'src/postorius/models.py' --- src/postorius/models.py 2014-04-19 16:59:56 +0000 +++ src/postorius/models.py 2015-01-23 03:46:51 +0000 @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 1998-2014 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2015 by the Free Software Foundation, Inc. # # This file is part of Postorius. # === modified file 'src/postorius/templatetags/nav_helpers.py' --- src/postorius/templatetags/nav_helpers.py 2014-03-15 21:36:39 +0000 +++ src/postorius/templatetags/nav_helpers.py 2015-01-23 03:46:51 +0000 @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 1998-2014 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2015 by the Free Software Foundation, Inc. # # This file is part of Postorius. # === modified file 'src/postorius/tests/__init__.py' --- src/postorius/tests/__init__.py 2014-04-16 22:24:13 +0000 +++ src/postorius/tests/__init__.py 2015-01-23 03:46:51 +0000 @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2014 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2015 by the Free Software Foundation, Inc. # # This file is part of Postorius. # === modified file 'src/postorius/tests/mailman_api_tests/__init__.py' --- src/postorius/tests/mailman_api_tests/__init__.py 2014-11-19 11:01:19 +0000 +++ src/postorius/tests/mailman_api_tests/__init__.py 2015-01-23 03:46:51 +0000 @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2014 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2015 by the Free Software Foundation, Inc. # # This file is part of Postorius. # === modified file 'src/postorius/tests/mailman_api_tests/test_list_index.py' --- src/postorius/tests/mailman_api_tests/test_list_index.py 2014-11-19 11:01:19 +0000 +++ src/postorius/tests/mailman_api_tests/test_list_index.py 2015-01-23 03:46:51 +0000 @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2014 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2015 by the Free Software Foundation, Inc. # # This file is part of Postorius. # === modified file 'src/postorius/tests/mailman_api_tests/test_list_members.py' --- src/postorius/tests/mailman_api_tests/test_list_members.py 2014-11-19 11:01:19 +0000 +++ src/postorius/tests/mailman_api_tests/test_list_members.py 2015-01-23 03:46:51 +0000 @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2014 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2015 by the Free Software Foundation, Inc. # # This file is part of Postorius. # === modified file 'src/postorius/tests/mailman_api_tests/test_list_new.py' --- src/postorius/tests/mailman_api_tests/test_list_new.py 2014-11-24 20:46:28 +0000 +++ src/postorius/tests/mailman_api_tests/test_list_new.py 2015-01-23 03:46:51 +0000 @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2014 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2015 by the Free Software Foundation, Inc. # # This file is part of Postorius. # === modified file 'src/postorius/tests/mailman_api_tests/test_list_summary.py' --- src/postorius/tests/mailman_api_tests/test_list_summary.py 2014-11-19 11:01:19 +0000 +++ src/postorius/tests/mailman_api_tests/test_list_summary.py 2015-01-23 03:46:51 +0000 @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2014 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2015 by the Free Software Foundation, Inc. # # This file is part of Postorius. # === modified file 'src/postorius/tests/test_auth_decorators.py' --- src/postorius/tests/test_auth_decorators.py 2015-01-18 19:21:23 +0000 +++ src/postorius/tests/test_auth_decorators.py 2015-01-23 03:46:51 +0000 @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2014 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2015 by the Free Software Foundation, Inc. # # This file is part of Postorius. # === modified file 'src/postorius/tests/test_forms.py' --- src/postorius/tests/test_forms.py 2014-04-17 20:05:41 +0000 +++ src/postorius/tests/test_forms.py 2015-01-23 03:46:51 +0000 @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2014 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2015 by the Free Software Foundation, Inc. # # This file is part of Postorius. # === modified file 'src/postorius/tests/test_utils.py' --- src/postorius/tests/test_utils.py 2014-03-15 21:36:39 +0000 +++ src/postorius/tests/test_utils.py 2015-01-23 03:46:51 +0000 @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2014 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2015 by the Free Software Foundation, Inc. # # This file is part of Postorius. # === modified file 'src/postorius/tests/tests.py' --- src/postorius/tests/tests.py 2014-04-16 22:24:13 +0000 +++ src/postorius/tests/tests.py 2015-01-23 03:46:51 +0000 @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 1998-2014 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2015 by the Free Software Foundation, Inc. # # This file is part of Postorius. # === modified file 'src/postorius/tests/utils.py' --- src/postorius/tests/utils.py 2014-03-15 21:36:39 +0000 +++ src/postorius/tests/utils.py 2015-01-23 03:46:51 +0000 @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2014 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2015 by the Free Software Foundation, Inc. # # This file is part of Postorius. # === modified file 'src/postorius/urls.py' --- src/postorius/urls.py 2015-01-19 15:03:09 +0000 +++ src/postorius/urls.py 2015-01-23 03:46:51 +0000 @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 1998-2014 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2015 by the Free Software Foundation, Inc. # # This file is part of Postorius. # === modified file 'src/postorius/utils.py' --- src/postorius/utils.py 2014-03-15 21:36:39 +0000 +++ src/postorius/utils.py 2015-01-23 03:46:51 +0000 @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 1998-2014 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2015 by the Free Software Foundation, Inc. # # This file is part of Postorius. # === modified file 'src/postorius/views/__init__.py' --- src/postorius/views/__init__.py 2014-03-15 21:36:39 +0000 +++ src/postorius/views/__init__.py 2015-01-23 03:46:51 +0000 @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 1998-2014 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2015 by the Free Software Foundation, Inc. # # This file is part of Postorius. # === modified file 'src/postorius/views/api.py' --- src/postorius/views/api.py 2014-11-19 11:01:19 +0000 +++ src/postorius/views/api.py 2015-01-23 03:46:51 +0000 @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 1998-2014 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2015 by the Free Software Foundation, Inc. # # This file is part of Postorius. # === modified file 'src/postorius/views/generic.py' --- src/postorius/views/generic.py 2015-01-18 19:21:23 +0000 +++ src/postorius/views/generic.py 2015-01-23 03:46:51 +0000 @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 1998-2014 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2015 by the Free Software Foundation, Inc. # # This file is part of Postorius. # === modified file 'src/postorius/views/list.py' --- src/postorius/views/list.py 2015-01-19 15:03:09 +0000 +++ src/postorius/views/list.py 2015-01-23 03:46:51 +0000 @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 1998-2014 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2015 by the Free Software Foundation, Inc. # # This file is part of Postorius. # === modified file 'src/postorius/views/settings.py' --- src/postorius/views/settings.py 2015-01-18 19:21:23 +0000 +++ src/postorius/views/settings.py 2015-01-23 03:46:51 +0000 @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 1998-2014 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2015 by the Free Software Foundation, Inc. # # This file is part of Postorius. # === modified file 'src/postorius/views/user.py' --- src/postorius/views/user.py 2014-11-24 19:49:11 +0000 +++ src/postorius/views/user.py 2015-01-23 03:46:51 +0000 @@ -1,5 +1,5 @@ -# -*- coding: utf-8 -*- -# Copyright (C) 1998-2014 by the Free Software Foundation, Inc. +# -*- coding: utf-8 -*- +# Copyright (C) 1998-2015 by the Free Software Foundation, Inc. # # This file is part of Postorius. # === modified file 'src/postorius/views/views.py' --- src/postorius/views/views.py 2014-11-19 11:01:19 +0000 +++ src/postorius/views/views.py 2015-01-23 03:46:51 +0000 @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 1998-2014 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2015 by the Free Software Foundation, Inc. # # This file is part of Postorius. #
_______________________________________________ Mailman-coders mailing list Mailman-coders@python.org https://mail.python.org/mailman/listinfo/mailman-coders