diff options
Diffstat (limited to 'app/src/main/templates/about.html')
-rw-r--r-- | app/src/main/templates/about.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/app/src/main/templates/about.html b/app/src/main/templates/about.html index a21ab4d33..21599bdb8 100644 --- a/app/src/main/templates/about.html +++ b/app/src/main/templates/about.html @@ -52,18 +52,15 @@ <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>Copyright © 2015 AntennaPod Contributors <a href="CONTRIBUTORS.txt">(View)</a></p> - <p>Licensed under the MIT License <a href="LICENSE.html">(View)</a></p> + <p>Licensed under the MIT License <a href="LICENSE.txt">(View)</a></p> </div> <h1>Used libraries</h1> <h2>Apache Commons <a href="http://commons.apache.org/">(Link)</a></h2> by The Apache Software Foundation, licensed under the Apache 2.0 license <a href="LICENSE_APACHE_COMMONS.txt">(View)</a> -<h2>DragSortListView <a href="https://github.com/bauerca/drag-sort-listview">(Link)</a></h2> -by Carl Bauer, licensed under the Apache 2.0 license <a href="LICENSE_DSLV.txt">(View)</a> - <h2>EventBus <a href="https://github.com/greenrobot/EventBus">(Link)</a></h2> by greenrobot, licensed under the Apache 2.0 license <a href="LICENSE_EVENTBUS.txt">(View)</a> |