Update year to 2016
1 parent f758bda commit ba63792cb840f68a0bab2bfd979a04912d70ebe1
@Simon Hanna Simon Hanna authored on 4 Mar 2016
Showing 21 changed files
View
2
■■■
README.rst
===================================
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.
 
View
2
■■■
setup.py
# 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.
#
# Postorius is free software: you can redistribute it and/or modify it
View
2
■■■
src/postorius/auth/decorators.py
# -*- 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.
#
# Postorius is free software: you can redistribute it and/or modify it under
View
src/postorius/auth/utils.py
View
src/postorius/doc/index.rst
View
src/postorius/doc/settings.py
View
src/postorius/templatetags/bootstrap_tags.py
View
src/postorius/templatetags/nav_helpers.py
View
src/postorius/templatetags/pagination.py
View
src/postorius/tests/__init__.py
View
src/postorius/tests/test_auth_decorators.py
View
src/postorius/tests/test_forms.py
View
src/postorius/tests/test_utils.py
View
src/postorius/tests/tests.py
View
src/postorius/tests/utils.py
View
src/postorius/views/domain.py
View
src/postorius/views/generic.py
View
src/postorius/views/list.py
View
src/postorius/views/user.py
View
testing/__init__.py
View
testing/test_settings.py