Skip to content

Commit

Permalink
included licence
Browse files Browse the repository at this point in the history
  • Loading branch information
volumio committed Jun 25, 2016
1 parent 8aea772 commit 1818821
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/themes/volumio/assets/static-pages/credits.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,4 @@
<strong>Berlin</strong> by <a href="http://www.fabrizionisi.com"target="_blank">Fabrizio Nisi</a><br>
</div></div><div class="panel panel-default"><div class="panel-heading"><h3 class="panel-title"><i class="fa fa-code"></i> Services</h3></div><div class="panel-body"><img src="app/themes/volumio/assets/graphics/shoutcast-logo.png" width=50> </a><strong>Shoutcast Web Radio API</strong> by <a href="http://www.shoutcast.com/"target="_blank">Shoutcast</a><br>
<strong>Dirble Web Radio DIrectory API</strong> by <a href="http://dirble.com"target="_blank">Dirble</a><br>
</div></div><div class="panel panel-default"><div class="panel-heading"><h3 class="panel-title"><i class="fa fa-info-circle"></i> License</h3></div><div class="panel-body"><p>License Information</p></div></div><div class="panel panel-default"><div class="panel-heading"><h3 class="panel-title"><i class="fa fa-info-circle"></i> License</h3></div><div class="panel-body"><p><p><strong>Copyright © 2013-2016 Michelangelo Guarise</strong><span class="help-block">Volumio name and logo can be used for commercial purposes only with an explicit authorization. <a href="mailto:[email protected]">Contact us</a> for details. </span><span class="help-block">We are not responsible for any damage to your computer or appliances caused by Volumio. Use it by your own risk.Volumio uses several trademarks from different projects. Their rights are not overruled by our license and stay intact.</span><span class="help-block"><i>All trademarks, copyrights and other forms of intellectual property belong to their respective owners.</i></span><span class="help-block">Linux is a registered trademark of Linus Torvalds in the U.S. and other countries.Spotify is a registered trademark of Spotify AB.Airplay is a registered trademark of Apple Inc.Direct-Stream Digital (DSD) is a registered trademark of Sony Corporation and Philips AG.</span></p></div></div>
</div></div><div class="panel panel-default"><div class="panel-heading"><h3 class="panel-title"><i class="fa fa-info-circle"></i> License</h3></div><div class="panel-body"><p><p><span class="help-block">This Program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation either version 3, or (at your option) any later version. This Program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Volumio; see the file COPYING. If not, see <a href="http://www.gnu.org/licenses/" target="_blank">http://www.gnu.org/licenses</a></span></p></p></div></div><div class="panel panel-default"><div class="panel-heading"><h3 class="panel-title"><i class="fa fa-info-circle"></i> Legal Disclaimer </h3></div><div class="panel-body"><p><p><strong>Copyright © 2013-2016 Michelangelo Guarise</strong><span class="help-block">Volumio name and logo can be used for commercial purposes only with an explicit authorization. <a href="mailto:[email protected]">Contact us</a> for details. </span><span class="help-block">We are not responsible for any damage to your computer or appliances caused by Volumio. Use it by your own risk.Volumio uses several trademarks from different projects. Their rights are not overruled by our license and stay intact.</span><span class="help-block"><i>All trademarks, copyrights and other forms of intellectual property belong to their respective owners.</i></span><span class="help-block">Linux is a registered trademark of Linus Torvalds in the U.S. and other countries.Spotify is a registered trademark of Spotify AB.Airplay is a registered trademark of Apple Inc.Direct-Stream Digital (DSD) is a registered trademark of Sony Corporation and Philips AG.</span></p></div></div>
7 changes: 6 additions & 1 deletion src/app/themes/volumio/scripts/credits.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,13 @@ function writeHTML() {
}
}
html += addThirdPartCredits();
html += '<div class="panel panel-default"><div class="panel-heading"><h3 class="panel-title"><i class="fa fa-info-circle"></i> License</h3></div><div class="panel-body"><p>License Information</p></div></div>'
html += '<div class="panel panel-default"><div class="panel-heading"><h3 class="panel-title"><i class="fa fa-info-circle"></i> License</h3></div><div class="panel-body"><p>'
html += '<p><span class="help-block">This Program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation either version 3, '
html += 'or (at your option) any later version. This Program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.'
html += 'See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Volumio; see the file COPYING. '
html += 'If not, see <a href="http://www.gnu.org/licenses/" target="_blank">http://www.gnu.org/licenses</a></span></p></p></div></div>'
html += '\n'
html += '<div class="panel panel-default"><div class="panel-heading"><h3 class="panel-title"><i class="fa fa-info-circle"></i> Legal Disclaimer </h3></div><div class="panel-body"><p>'
html += '<p><strong>Copyright © 2013-2016 Michelangelo Guarise</strong>'
html += '<span class="help-block">Volumio name and logo can be used for commercial purposes only with an explicit authorization. <a href="mailto:[email protected]">Contact us</a> for details. </span>'
html += '<span class="help-block">We are not responsible for any damage to your computer or appliances caused by Volumio. Use it by your own risk.'
Expand Down

0 comments on commit 1818821

Please sign in to comment.