Skip to content

Commit

Permalink
Update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
PhrozenByte committed Sep 2, 2021
1 parent d9f96b9 commit 5e45732
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ If you've created a custom backup script that might be useful for others, please
License & Copyright
-------------------

Copyright (C) 2016-2019 Daniel Rudolf <http://www.daniel-rudolf.de/>
Copyright (C) 2016-2021 Daniel Rudolf <http://www.daniel-rudolf.de/>

This program 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, version 3 of the License only.

Expand Down
2 changes: 1 addition & 1 deletion cron_notify.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

__version__ = "1.0.4"

__copyright__ = "Copyright (C) 2016-2019 Daniel Rudolf"
__copyright__ = "Copyright (C) 2016-2021 Daniel Rudolf"
__license__ = "GPL-3"

import croniter, datetime, dbus, dbus.mainloop.glib, errno, hashlib, logging, os, re, subprocess, sys, threading
Expand Down

0 comments on commit 5e45732

Please sign in to comment.