UNPKG

automizy-js

Version:

Automizy widget collection

45 lines (43 loc) 2.81 kB
<!DOCTYPE html> <html> <head> <title>AutomizyJS License</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="css/license.css" /> <script src="js/jquery.min.js"></script> </head> <body> <!-- Google Tag Manager --> <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-PM76QX" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-PM76QX');</script> <!-- End Google Tag Manager --> <a class='logo' href="/"><img src="images/header-logo.png" /></a> <div class='license-container'> <div class='all-content'> <h1>LICENSE</h1> <h2>Source Code</h2> <div class='license-content'> AutomizyJS projects are released under the terms of the <a href='http://en.wikipedia.org/wiki/MIT_License' target='_blank'> MIT license</a>.<br> The MIT License is simple and easy to understand and it places almost no restrictions on what you can do with a AutomizyJS project.<br> You are free to use any AutomizyJS project in any other project (even commercial projects) as long as the copyright header is left intact. </div> <h2>Sample Code</h2> <div class='license-content'> All demos and examples, whether in a code project's repository or displayed on a AutomizyJS site, are released under the terms of <a href='http://en.wikipedia.org/wiki/CC0#Zero_.2F_Public_domain' target='_blank'>CC0</a>.<br> CC0 is even more permissive than the MIT license, allowing you to use the code in any manner you want, without any copyright headers, notices, or other attribution. </div> <h2>Web Sites</h2> <div class='license-content'> The content on AutomizyJS web sites are released under the terms of the <a href='http://en.wikipedia.org/wiki/MIT_License' target='_blank'>MIT license</a>.<br> The design, layout, and look-and-feel of AutomizyJS web sites are not licensed for use and may not be used on any site, personal or commercial, without prior written consent from the AutomizyJS Foundation. </div> </div> </div> </body> </html>