~wacky/postorius/1043258

« back to all changes in this revision

Viewing changes to src/postorius/tests/tests.py

  • Committer: Florian Fuchs
  • Date: 2012-03-23 23:22:16 UTC
  • Revision ID: flo.fuchs@gmail.com-20120323232216-hjl5zon9zjiysrcb
fixed copyright notices (GNU Mailman => Postorius)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- coding: utf-8 -*-
2
2
# Copyright (C) 1998-2012 by the Free Software Foundation, Inc.
3
3
#
4
 
# This file is part of GNU Mailman.
 
4
# This file is part of Postorius.
5
5
#
6
 
# GNU Mailman is free software: you can redistribute it and/or modify it under
 
6
# Postorius is free software: you can redistribute it and/or modify it under
7
7
# the terms of the GNU General Public License as published by the Free
8
8
# Software Foundation, either version 3 of the License, or (at your option)
9
9
# any later version.
10
10
#
11
 
# GNU Mailman is distributed in the hope that it will be useful, but WITHOUT
 
11
# Postorius is distributed in the hope that it will be useful, but WITHOUT
12
12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13
13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
14
14
# more details.
15
15
#
16
16
# You should have received a copy of the GNU General Public License along with
17
 
# GNU Mailman.  If not, see <http://www.gnu.org/licenses/>.
 
17
# Postorius.  If not, see <http://www.gnu.org/licenses/>.
18
18
 
19
19
"""
20
20
==============================