From 832ccb445f8eaadef783eddb51880d67d1a77b3d Mon Sep 17 00:00:00 2001 From: miigotu <miigotu@gmail.com> Date: Mon, 17 Jul 2017 15:42:46 -0700 Subject: [PATCH] Add midgetspy back to copywrite, because echelon sent a DMCA. (#3938) --- COPYING.txt | 2 ++ SickBeard.py | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/COPYING.txt b/COPYING.txt index d6c898fb7..213e8c2f4 100644 --- a/COPYING.txt +++ b/COPYING.txt @@ -632,6 +632,7 @@ state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. The ultimate PVR application that downloads and manages your TV shows + Copyright (C) 2010 - Nic Wolfe Copyright (C) 2015 - Dustyn Gibson This program is free software: you can redistribute it and/or modify @@ -652,6 +653,7 @@ Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: + Sick Beard - Copyright (C) 2010 - Nic Wolfe SickRage - Copyright (C) 2015 - Dustyn Gibson This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it diff --git a/SickBeard.py b/SickBeard.py index 1f4bf18be..47ffe8602 100755 --- a/SickBeard.py +++ b/SickBeard.py @@ -1,6 +1,9 @@ #!/usr/bin/env python2.7 # -*- coding: utf-8 -* -# Author: miigotu <miigotu@gmail.com> +# Author: Nic Wolfe <nic@wolfeden.ca> +# URL: http://code.google.com/p/sickbeard/ +# +# Rewrite Author: miigotu <miigotu@gmail.com> # URL: https://sickrage.github.io # # This file is part of SickRage. -- GitLab