Skip to content

Commit f8195ab

Browse files
Merge branch 'master' into soundcloud-optimize
2 parents d65ae0a + 74acdf0 commit f8195ab

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
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-2016 Thomas Perl and the gPodder Team
2+
Copyright (c) 2005-2019 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-2016 Thomas Perl and the gPodder Team
9+
Copyright 2005-2019 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-2016 Thomas Perl and the gPodder Team
5+
# Copyright (c) 2005-2019 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-2016 Thomas Perl and the gPodder Team
3+
# Copyright (c) 2005-2019 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-2016, Thomas Perl <[email protected]>
4+
# Copyright (c) 2005-2019, 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" "May 2015" "gpodder 4.6.0" "User Commands"
1+
.TH GPO "1" "October 2019" "gpodder 4.8.0" "User Commands"
22
.SH NAME
33
gpo \- gPodder command-line interface
44
.SH SYNOPSIS

src/gpodder/__init__.py

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

55
"""
66
gPodder: Media and podcast aggregator
7-
Copyright (c) 2005-2016 Thomas Perl and the gPodder Team
7+
Copyright (c) 2005-2019 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.

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-2015 Thomas Perl and the gPodder Team
3+
# Copyright (c) 2005-2019 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-2015 Thomas Perl and the gPodder Team
3+
# Copyright (c) 2005-2019 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-2015 Thomas Perl and the gPodder Team
3+
# Copyright (c) 2005-2019 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)