diff options
-rw-r--r-- | CONTRIBUTORS | 1 | ||||
-rw-r--r-- | app/src/main/templates/about.html | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 9e6042bf4..65d29f75a 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,6 @@ Code contributions: +danieloeh patheticpat toggles ligi diff --git a/app/src/main/templates/about.html b/app/src/main/templates/about.html index df7a05b70..3a48eeec1 100644 --- a/app/src/main/templates/about.html +++ b/app/src/main/templates/about.html @@ -43,7 +43,9 @@ <p>AntennaPod, Version @versionname@, Build @versioncode@</p> - <p>Copyright © 2014 Daniel Oeh</p> + <p>Created by Daniel Oeh</p> + + <p>Copyright © 2015 AntennaPod Contributors <a href="https://github.com/AntennaPod/AntennaPod/blob/master/CONTRIBUTORS">(View)</a></p> <p>Licensed under the MIT License <a href="LICENSE.html">(View)</a></p> </div> |