diff --git a/LICENSE b/LICENSE index fa9381d..6c20e0f 100644 --- a/LICENSE +++ b/LICENSE @@ -19,3 +19,26 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +--- + +ADDITIONAL DISCLAIMER + +This tool is provided as-is, free of charge, with absolutely no warranty, +guarantee, or promise of any kind, expressed or implied. The author makes no +representation regarding the suitability, reliability, accuracy, or fitness of +this tool for any particular purpose. + +NO SUPPORT: The author is under no obligation whatsoever to provide technical +support, bug fixes, updates, documentation, or assistance of any kind. Use of +this tool is entirely at the user's own risk. + +NO LIABILITY: Under no circumstances shall the author or any contributors be +held liable for any direct, indirect, incidental, special, exemplary, or +consequential damages (including but not limited to loss of data, loss of +profits, business interruption, or any other pecuniary loss) arising out of or +in connection with the use or inability to use this tool, even if advised of +the possibility of such damages. + +By using this tool, you acknowledge that you have read this disclaimer, +understand it, and agree to be bound by its terms. diff --git a/index.html b/index.html index 3736db6..615f25d 100644 --- a/index.html +++ b/index.html @@ -346,6 +346,9 @@
  • Free to use for any purpose, including commercial work (e.g., texturing STLs for clients or products).
  • Attribution is appreciated but not required when using this tool as-is.
  • Want to support this tool and our work? Check out our online store!
  • +
  • This tool is provided as-is with no warranty of any kind. Use at your own risk.
  • +
  • No support is provided. The author is under no obligation to fix bugs, answer questions, or update this tool.
  • +
  • The author shall not be held liable for any damages, data loss, or issues arising from the use of this tool.
  • diff --git a/js/i18n.js b/js/i18n.js index 2a0cdbc..3c1eb43 100644 --- a/js/i18n.js +++ b/js/i18n.js @@ -133,6 +133,9 @@ export const TRANSLATIONS = { 'license.item1': 'Free to use for any purpose, including commercial work (e.g., texturing STLs for clients or products).', 'license.item2': 'Attribution is appreciated but not required when using this tool as-is.', 'license.item3': 'Want to support this tool and our work? Check out our online store!', + 'license.item4': 'This tool is provided as-is with no warranty of any kind. Use at your own risk.', + 'license.item5': 'No support is provided. The author is under no obligation to fix bugs, answer questions, or update this tool.', + 'license.item6': 'The author shall not be held liable for any damages, data loss, or issues arising from the use of this tool.', // Sponsor modal 'sponsor.title': 'Thanks for using CNC Kitchen STL Texturizer!', @@ -281,6 +284,9 @@ export const TRANSLATIONS = { 'license.item1': 'Kostenlos nutzbar f\u00fcr jeden Zweck, auch f\u00fcr kommerzielle Arbeit (z.B. Texturierung von STLs f\u00fcr Kunden oder Produkte).', 'license.item2': 'Namensnennung wird gesch\u00e4tzt, ist aber bei der Nutzung dieses Tools nicht erforderlich.', 'license.item3': 'M\u00f6chtest du dieses Tool und unsere Arbeit unterst\u00fctzen? Schau in unserem Online-Shop vorbei!', + 'license.item4': 'Dieses Tool wird ohne jegliche Gew\u00e4hrleistung bereitgestellt. Nutzung auf eigene Gefahr.', + 'license.item5': 'Es wird kein Support geleistet. Der Autor ist nicht verpflichtet, Fehler zu beheben, Fragen zu beantworten oder das Tool zu aktualisieren.', + 'license.item6': 'Der Autor haftet nicht f\u00fcr Sch\u00e4den, Datenverlust oder Probleme, die durch die Nutzung dieses Tools entstehen.', // Sponsor modal 'sponsor.title': 'Danke f\u00fcr die Nutzung des CNC Kitchen STL Texturizers!',