rss2email: Fix "Python 3.2 or newer" typo
[rss2email.git] / .update-copyright.conf
1 [project]
2 name: rss2email
3 vcs: Git
4
5 [files]
6 authors: yes
7 files: yes
8 ignored: AUTHORS | COPYING | README | README.rst | .update-copyright.conf |
9   .git* | *.atom | *.rss | __pycache__
10
11 [aliases]
12 Aaron Swartz: Aaron Swartz <me@aaronsw.com>
13
14 [author-hacks]
15 rss2email/config.py: Aaron Swartz |
16   Brian Lalor |
17   Dean Jackson |
18   Erik Hetzner |
19   Joey Hess |
20   Lindsey Smith <lindsey.smith@gmail.com> |
21   Marcel Ackermann | 
22   Martin 'Joey' Schulze |
23   Matej Cepl
24 rss2email/feed.py: Aaron Swartz |
25   Brian Lalor |
26   Dean Jackson |
27   Erik Hetzner |
28   Joey Hess |
29   Lindsey Smith <lindsey.smith@gmail.com> |
30   Marcel Ackermann | 
31   Martin 'Joey' Schulze |
32   Matej Cepl
33 rss2email/feeds.py: Aaron Swartz |
34   Brian Lalor |
35   Dean Jackson |
36   Erik Hetzner |
37   Joey Hess |
38   Lindsey Smith <lindsey.smith@gmail.com> |
39   Marcel Ackermann | 
40   Martin 'Joey' Schulze |
41   Matej Cepl
42   
43 [year-hacks]
44 rss2email/config.py: 2004
45 rss2email/feed.py: 2004
46 rss2email/feeds.py: 2004
47
48 [copyright]
49 short: {project} comes with ABSOLUTELY NO WARRANTY and is licensed under the GNU General Public License.
50 long: This file is part of {project}.
51
52   {project} 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 2 of the License, or (at your option) version 3 of the License.
53
54   {project} 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.
55
56   You should have received a copy of the GNU General Public License along with {project}.  If not, see <http://www.gnu.org/licenses/>.