From 1818821a206d988a6b1bfbe8db0967e80a69cd49 Mon Sep 17 00:00:00 2001 From: volumio Date: Sat, 25 Jun 2016 19:05:33 +0200 Subject: [PATCH] included licence --- src/app/themes/volumio/assets/static-pages/credits.html | 2 +- src/app/themes/volumio/scripts/credits.js | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/app/themes/volumio/assets/static-pages/credits.html b/src/app/themes/volumio/assets/static-pages/credits.html index d7464fc25..605a2481b 100644 --- a/src/app/themes/volumio/assets/static-pages/credits.html +++ b/src/app/themes/volumio/assets/static-pages/credits.html @@ -159,4 +159,4 @@ Berlin by Fabrizio Nisi

Services

Shoutcast Web Radio API by Shoutcast
Dirble Web Radio DIrectory API by Dirble
-

License

License Information

License

Copyright © 2013-2016 Michelangelo GuariseVolumio name and logo can be used for commercial purposes only with an explicit authorization. Contact us for details. 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.All trademarks, copyrights and other forms of intellectual property belong to their respective owners.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.

\ No newline at end of file +

License

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 http://www.gnu.org/licenses

Legal Disclaimer

Copyright © 2013-2016 Michelangelo GuariseVolumio name and logo can be used for commercial purposes only with an explicit authorization. Contact us for details. 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.All trademarks, copyrights and other forms of intellectual property belong to their respective owners.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.

\ No newline at end of file diff --git a/src/app/themes/volumio/scripts/credits.js b/src/app/themes/volumio/scripts/credits.js index 2d1e9d0e8..819740c22 100644 --- a/src/app/themes/volumio/scripts/credits.js +++ b/src/app/themes/volumio/scripts/credits.js @@ -248,8 +248,13 @@ function writeHTML() { } } html += addThirdPartCredits(); - html += '

License

License Information

' html += '

License

' + html += '

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 http://www.gnu.org/licenses

' + html += '\n' + html += '

Legal Disclaimer

' html += '

Copyright © 2013-2016 Michelangelo Guarise' html += 'Volumio name and logo can be used for commercial purposes only with an explicit authorization. Contact us for details. ' html += 'We are not responsible for any damage to your computer or appliances caused by Volumio. Use it by your own risk.'