diff --git a/COPYING.txt b/COPYING.txt
index d6c898fb7ecd7365b6f9f30565804ae5f049f0c8..213e8c2f4fb7602b9c28ca6b07abad97f7d28336 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 1f4bf18be5e2358d56041b17e4d0396098380cb7..47ffe8602e609bdf0e52a1d6ddf148d09f0239c4 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.