-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.' | ||
|