Skip to content

Commit 24f0938

Browse files
author
E.S. Rosenberg a.k.a. Keeper of the Keys
committed
Update copyright years in all appearances
1 parent 52c00ad commit 24f0938

File tree

13 files changed

+14
-14
lines changed

13 files changed

+14
-14
lines changed

LICENSE.ISC

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
gPodder: Media and podcast aggregator
2-
Copyright (c) 2005-2019 Thomas Perl and the gPodder Team
2+
Copyright (c) 2005-2020 Thomas Perl and the gPodder Team
33

44
Permission to use, copy, modify, and/or distribute this software for any
55
purpose with or without fee is hereby granted, provided that the above

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|___/
77
Media and podcast aggregator
88

9-
Copyright 2005-2019 Thomas Perl and the gPodder Team
9+
Copyright 2005-2020 Thomas Perl and the gPodder Team
1010

1111

1212
[ LICENSE ]

bin/gpo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#
44
# gPodder: Media and podcast aggregator
5-
# Copyright (c) 2005-2019 Thomas Perl and the gPodder Team
5+
# Copyright (c) 2005-2020 Thomas Perl and the gPodder Team
66
#
77
# gPodder is free software; you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# gPodder: Media and podcast aggregator
3-
# Copyright (c) 2005-2019 Thomas Perl and the gPodder Team
3+
# Copyright (c) 2005-2020 Thomas Perl and the gPodder Team
44
#
55
# Permission to use, copy, modify, and/or distribute this software for any
66
# purpose with or without fee is hereby granted, provided that the above

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
#
33
# setup.py: gPodder Setup Script
4-
# Copyright (c) 2005-2019, Thomas Perl <[email protected]>
4+
# Copyright (c) 2005-2020, Thomas Perl <[email protected]>
55
#
66
# Permission to use, copy, modify, and/or distribute this software for any
77
# purpose with or without fee is hereby granted, provided that the above

share/man/man1/gpo.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH GPO "1" "October 2019" "gpodder 4.8.0" "User Commands"
1+
.TH GPO "1" "March 2020" "gpodder 4.10.0" "User Commands"
22
.SH NAME
33
gpo \- gPodder command-line interface
44
.SH SYNOPSIS

src/gpodder/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
"""
66
gPodder: Media and podcast aggregator
7-
Copyright (c) 2005-2019 Thomas Perl and the gPodder Team
7+
Copyright (c) 2005-2020 Thomas Perl and the gPodder Team
88
99
Historically, gPodder was licensed under the terms of the "GNU GPLv2 or
1010
later", and has been upgraded to "GNU GPLv3 or later" in August 2007.
@@ -51,7 +51,7 @@
5151
__tagline__ = 'Media and podcast aggregator'
5252
__author__ = 'Thomas Perl <[email protected]>'
5353
__version__ = '4.10.0'
54-
__date__ = '2020-03-02'
54+
__date__ = '2020-03-03'
5555
__relname__ = 'Matar'
5656
__copyright__ = '© 2005-2020 Thomas Perl and the gPodder Team'
5757
__license__ = 'ISC / GPLv3 or later'

src/gpodder/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# gPodder: Media and podcast aggregator
3-
# Copyright (c) 2005-2019 Thomas Perl and the gPodder Team
3+
# Copyright (c) 2005-2020 Thomas Perl and the gPodder Team
44
#
55
# gPodder is free software; you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

src/gpodder/download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# gPodder: Media and podcast aggregator
3-
# Copyright (c) 2005-2019 Thomas Perl and the gPodder Team
3+
# Copyright (c) 2005-2020 Thomas Perl and the gPodder Team
44
#
55
# gPodder is free software; you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

src/gpodder/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# gPodder: Media and podcast aggregator
3-
# Copyright (c) 2005-2019 Thomas Perl and the gPodder Team
3+
# Copyright (c) 2005-2020 Thomas Perl and the gPodder Team
44
# Copyright (c) 2011 Neal H. Walfield
55
#
66
# gPodder is free software; you can redistribute it and/or modify

0 commit comments

Comments
 (0)