diff options
author | Martin Fietz <Martin.Fietz@gmail.com> | 2015-11-08 13:27:43 +0100 |
---|---|---|
committer | Martin Fietz <Martin.Fietz@gmail.com> | 2015-11-08 13:44:15 +0100 |
commit | 55df46ff6ab563ffbfe29c3ddf41cf7b806ed85a (patch) | |
tree | efee09e7918ac29bc81028df05df407ad45860ac /app/src/main/templates | |
parent | ed9387e4206ef8cfa479d1694a592d92d96b29cf (diff) | |
download | AntennaPod-55df46ff6ab563ffbfe29c3ddf41cf7b806ed85a.zip |
Use local license and contributers files
Diffstat (limited to 'app/src/main/templates')
-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> |