Skip to content

Commit

Permalink
Update copyright years in all appearances
Browse files Browse the repository at this point in the history
  • Loading branch information
E.S. Rosenberg a.k.a. Keeper of the Keys committed Mar 3, 2020
1 parent 52c00ad commit 24f0938
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion LICENSE.ISC
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
gPodder: Media and podcast aggregator
Copyright (c) 2005-2019 Thomas Perl and the gPodder Team
Copyright (c) 2005-2020 Thomas Perl and the gPodder Team

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
|___/
Media and podcast aggregator

Copyright 2005-2019 Thomas Perl and the gPodder Team
Copyright 2005-2020 Thomas Perl and the gPodder Team


[ LICENSE ]
Expand Down
2 changes: 1 addition & 1 deletion bin/gpo
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#
# gPodder: Media and podcast aggregator
# Copyright (c) 2005-2019 Thomas Perl and the gPodder Team
# Copyright (c) 2005-2020 Thomas Perl and the gPodder Team
#
# gPodder is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# gPodder: Media and podcast aggregator
# Copyright (c) 2005-2019 Thomas Perl and the gPodder Team
# Copyright (c) 2005-2020 Thomas Perl and the gPodder Team
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
#
# setup.py: gPodder Setup Script
# Copyright (c) 2005-2019, Thomas Perl <[email protected]>
# Copyright (c) 2005-2020, Thomas Perl <[email protected]>
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
Expand Down
2 changes: 1 addition & 1 deletion share/man/man1/gpo.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH GPO "1" "October 2019" "gpodder 4.8.0" "User Commands"
.TH GPO "1" "March 2020" "gpodder 4.10.0" "User Commands"
.SH NAME
gpo \- gPodder command-line interface
.SH SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions src/gpodder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

"""
gPodder: Media and podcast aggregator
Copyright (c) 2005-2019 Thomas Perl and the gPodder Team
Copyright (c) 2005-2020 Thomas Perl and the gPodder Team
Historically, gPodder was licensed under the terms of the "GNU GPLv2 or
later", and has been upgraded to "GNU GPLv3 or later" in August 2007.
Expand Down Expand Up @@ -51,7 +51,7 @@
__tagline__ = 'Media and podcast aggregator'
__author__ = 'Thomas Perl <[email protected]>'
__version__ = '4.10.0'
__date__ = '2020-03-02'
__date__ = '2020-03-03'
__relname__ = 'Matar'
__copyright__ = '© 2005-2020 Thomas Perl and the gPodder Team'
__license__ = 'ISC / GPLv3 or later'
Expand Down
2 changes: 1 addition & 1 deletion src/gpodder/config.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# gPodder: Media and podcast aggregator
# Copyright (c) 2005-2019 Thomas Perl and the gPodder Team
# Copyright (c) 2005-2020 Thomas Perl and the gPodder Team
#
# gPodder is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/gpodder/download.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# gPodder: Media and podcast aggregator
# Copyright (c) 2005-2019 Thomas Perl and the gPodder Team
# Copyright (c) 2005-2020 Thomas Perl and the gPodder Team
#
# gPodder is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/gpodder/model.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# gPodder: Media and podcast aggregator
# Copyright (c) 2005-2019 Thomas Perl and the gPodder Team
# Copyright (c) 2005-2020 Thomas Perl and the gPodder Team
# Copyright (c) 2011 Neal H. Walfield
#
# gPodder is free software; you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/gpodder/plugins/soundcloud.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# gPodder - A media aggregator and podcast client
# Copyright (c) 2005-2019 The gPodder Team
# Copyright (c) 2005-2020 The gPodder Team
#
# gPodder is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/gpodder/plugins/youtube.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# gPodder: Media and podcast aggregator
# Copyright (c) 2005-2019 Thomas Perl and the gPodder Team
# Copyright (c) 2005-2020 Thomas Perl and the gPodder Team
#
# gPodder is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/gpodder/util.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# gPodder: Media and podcast aggregator
# Copyright (c) 2005-2019 Thomas Perl and the gPodder Team
# Copyright (c) 2005-2020 Thomas Perl and the gPodder Team
# Copyright (c) 2011 Neal H. Walfield
#
# gPodder is free software; you can redistribute it and/or modify
Expand Down

0 comments on commit 24f0938

Please sign in to comment.