/*------------------------------------- CSS ----------------------------------------------*/ /* Estilo para el texto paresido consola */ .shell-body { margin: 0; padding: 5px; list-style: none; background: #141414; /* #eeffcc; amarillo*/ color: #45D40C; font: 0.8em 'Andale Mono', Consolas, 'Courier New'; line-height: 1.6em; -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -moz-border-radius-bottomleft: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; border: 2px solid green; border-radius: 8px; } .shell-body li { word-wrap: break-word; position: relative; padding: 0 0 0 15px; } .recuadro{ border: 1px solid #d3d3d3; border-radius: 1px; padding:0.2em 16px; margin-top:16px; margin-bottom:16px; } .recuadroCodeVerde{ border: 1px solid #d3d3d3; border-radius: 1px; padding:0.2em 16px; margin-top:16px; margin-bottom:16px; color:green; background-color:#ddffdd ; } .recuadroCodeAzul{ border: 1px solid #d3d3d3; border-radius: 1px; padding:0.2em 16px; margin-top:16px; margin-bottom:16px; color:blue; background-color:#ddffff ; } body {font-family: Arial;} /* Style the tab */ .tab { overflow: hidden; border: 1px solid #ccc; background-color: #f1f1f1; } /* Style the buttons inside the tab */ .tab button { background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; font-size: 17px; } /* Change background color of buttons on hover */ .tab button:hover { background-color: #ddd; } /* Create an active/current tablink class */ .tab button.active { background-color: green /*#ccc;*/ } .tablinks.active { color: green /*#ccc;*/ } /* Style the tab content */ .tabcontent { display: none; padding: 6px 12px; border: 1px solid #ccc; border-top: none; } .botonPanel { background-color: #eee; color: blue; cursor: pointer; padding: 18px; width: 100%; border: none; text-align: left; outline: none; font-size: 15px; transition: 0.4s; } .active, .botonPanel:hover { background-color: #ccc; } .panel { padding: 0 18px; display: none; background-color: white; overflow: hidden; } .ul1 { list-style-type: none; padding: 0; border: 1px solid #ddd; } .ul1 .li1 { padding: 8px 16px; border-bottom: 1px solid #ddd; } .ul1 .li1:last-child { border-bottom: none; } .textoNoImportante{ } .consolaResaltadaconsolaResaltada { background-color: #eeffcc; color: blue; } /* FIN Estilo para el texto paracido consola*/ .tips{ color:#795548 ; background-color:#ffffcc ; padding:0.2em 16px; border: 2px solid #ffff33; border-radius: 15px; margin-top:16px; margin-bottom:16px; } /* ----------------------------- texto oculto en la lista ------------------- */ .textoVisible { position: relative; display: inline-block; border-bottom: 1px dotted black;*/ } .textoVisible .textoOculto { visibility: hidden; width: 550px; background-color: black; color: #fff; text-align: center; border-radius: 6px; padding: 5px 0; position: absolute; z-index: 1; top: 150%; left: 30%; margin-left: -60px; } .textoVisible .textoOculto::after { content: ""; position: absolute; bottom: 100%; left: 40%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: transparent transparent black transparent; } .textoVisible .textoOculto2 { visibility: hidden; width: 550px; background-color: black; color: #fff; text-align: center; border-radius: 6px; padding: 5px 0; position: absolute; z-index: 1; top: 150%; left: -70%; margin-left: -20px; } .textoVisible .textoOculto2::after { content: ""; position: absolute; bottom: 100%; left: 40%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: transparent transparent black transparent; } .textoVisible:hover .textoOculto2 { visibility: visible; } .subrayadoVerde{ text-decoration-color: green; } .subrayadoAzul{ text-decoration-color: blue; } .textoVisible:hover .textoOculto { visibility: visible; } .tipsAmarillo{ color:#795548 ; background-color:#ffffcc ; padding:0.3em 16px; border: 2px solid #ffff33; border-radius: 15px; margin-top:16px; margin-bottom:1px; } .tipsVerde{ color:green; background-color:#ddffdd ; padding:0.3em 16px; border: 2px solid green; border-radius: 15px; margin-top:16px; margin-bottom:1px; } .tipsAzul{ color:green; background-color:#ddffff ; padding:0.3em 16px; border: 2px solid #607d8b; border-radius: 15px; margin-top:16px; margin-bottom:1px; } .tipsRojo{ color:green; background-color:#ffdddd ; padding:0.3em 16px; border: 2px solid red; border-radius: 15px; margin-top:16px; margin-bottom:1px; } /*------------------------------------FIN CSS---------------------------------------------*/ .lista1{ color:black; } /*------------------------------------- CSS ----------------------------------------------*/ /* Estilo para el texto paresido consola */ .shell-body { margin: 0; padding: 5px; list-style: none; background: #141414; /* #eeffcc; amarillo*/ color: #45D40C; font: 0.8em 'Andale Mono', Consolas, 'Courier New'; line-height: 1.6em; -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -moz-border-radius-bottomleft: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; border: 2px solid green; border-radius: 8px; } .shell-body li { word-wrap: break-word; position: relative; padding: 0 0 0 15px; } .recuadro{ border: 1px solid #d3d3d3; border-radius: 1px; padding:0.2em 16px; margin-top:16px; margin-bottom:16px; } .recuadroCodeVerde{ border: 1px solid #d3d3d3; border-radius: 1px; padding:0.2em 16px; margin-top:16px; margin-bottom:16px; color:green; background-color:#ddffdd ; } .recuadroCodeAzul{ border: 1px solid #d3d3d3; border-radius: 1px; padding:0.2em 16px; margin-top:16px; margin-bottom:16px; color:blue; background-color:#ddffff ; } body {font-family: Arial;} /* Style the tab */ .tab { overflow: hidden; border: 1px solid #ccc; background-color: #f1f1f1; } /* Style the buttons inside the tab */ .tab button { background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; font-size: 17px; } /* Change background color of buttons on hover */ .tab button:hover { background-color: #ddd; } /* Create an active/current tablink class */ .tab button.active { background-color: green /*#ccc;*/ } .tablinks.active { color: green /*#ccc;*/ } /* Style the tab content */ .tabcontent { display: none; padding: 6px 12px; border: 1px solid #ccc; border-top: none; } .botonPanel { background-color: #eee; color: blue; cursor: pointer; padding: 18px; width: 100%; border: none; text-align: left; outline: none; font-size: 15px; transition: 0.4s; } .active, .botonPanel:hover { background-color: #ccc; } .panel { padding: 0 18px; display: none; background-color: white; overflow: hidden; } .ul1 { list-style-type: none; padding: 0; border: 1px solid #ddd; } .ul1 .li1 { padding: 8px 16px; border-bottom: 1px solid #ddd; } .ul1 .li1:last-child { border-bottom: none; } .textoNoImportante{ } .consolaResaltadaconsolaResaltada { background-color: #eeffcc; color: blue; } /* FIN Estilo para el texto paracido consola*/ .tips{ color:#795548 ; background-color:#ffffcc ; padding:0.2em 16px; border: 2px solid #ffff33; border-radius: 15px; margin-top:16px; margin-bottom:16px; } /* ----------------------------- texto oculto en la lista ------------------- */ .textoVisible { position: relative; display: inline-block; border-bottom: 1px dotted black;*/ } .textoVisible .textoOculto { visibility: hidden; width: 550px; background-color: black; color: #fff; text-align: center; border-radius: 6px; padding: 5px 0; position: absolute; z-index: 1; top: 150%; left: 30%; margin-left: -60px; } .textoVisible .textoOculto::after { content: ""; position: absolute; bottom: 100%; left: 40%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: transparent transparent black transparent; } .textoVisible .textoOculto2 { visibility: hidden; width: 550px; background-color: black; color: #fff; text-align: center; border-radius: 6px; padding: 5px 0; position: absolute; z-index: 1; top: 150%; left: -70%; margin-left: -20px; } .textoVisible .textoOculto2::after { content: ""; position: absolute; bottom: 100%; left: 40%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: transparent transparent black transparent; } .textoVisible:hover .textoOculto2 { visibility: visible; } .subrayadoVerde{ text-decoration-color: green; } .subrayadoAzul{ text-decoration-color: blue; } .textoVisible:hover .textoOculto { visibility: visible; } .tipsAmarillo{ color:#795548 ; background-color:#ffffcc ; padding:0.3em 16px; border: 2px solid #ffff33; border-radius: 15px; margin-top:16px; margin-bottom:1px; } .tipsVerde{ color:green; background-color:#ddffdd ; padding:0.3em 16px; border: 2px solid green; border-radius: 15px; margin-top:16px; margin-bottom:1px; } .tipsAzul{ color:green; background-color:#ddffff ; padding:0.3em 16px; border: 2px solid #607d8b; border-radius: 15px; margin-top:16px; margin-bottom:1px; } .tipsRojo{ color:green; background-color:#ffdddd ; padding:0.3em 16px; border: 2px solid red; border-radius: 15px; margin-top:16px; margin-bottom:1px; } /*------------------------------------FIN CSS---------------------------------------------*/ .lista1{ color:black; } /*------------------------------------- CSS ----------------------------------------------*/ /* Estilo para el texto paresido consola */ /* .shell-body { margin: 0; padding: 5px; list-style: none; background: #141414; #eeffcc; amarillo color: #45D40C; font: 0.8em 'Andale Mono', Consolas, 'Courier New'; line-height: 1.6em; -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -moz-border-radius-bottomleft: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; border: 2px solid green; border-radius: 8px; }*/ .shell-body { margin: 0; padding: 5px; list-style: none; background: #141414; /* #eeffcc; amarillo*/ color: #45D40C; font: 1.0em 'Andale Mono', Consolas, 'Courier New'; line-height: 1.0em; -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -moz-border-radius-bottomleft: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; border: 1px solid blue; border-radius: 4px; } .shell-body li { word-wrap: break-word; position: relative; padding: 0 0 0 15px; } .recuadro{ border: 1px solid #d3d3d3; border-radius: 1px; padding:0.2em 16px; margin-top:16px; margin-bottom:16px; } .recuadroCodeVerde{ border: 1px solid #d3d3d3; border-radius: 1px; padding:0.2em 16px; margin-top:16px; margin-bottom:16px; color:green; background-color:#ddffdd ; } .recuadroCodeAzul{ border: 1px solid #d3d3d3; border-radius: 1px; padding:0.2em 16px; margin-top:16px; margin-bottom:16px; color:blue; background-color:#ddffff ; } body {font-family: Arial;} /* Style the tab */ .tab { overflow: hidden; border: 1px solid #ccc; background-color: #f1f1f1; } /* Style the buttons inside the tab */ .tab button { background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; font-size: 17px; } /* Change background color of buttons on hover */ .tab button:hover { background-color: #ddd; } /* Create an active/current tablink class */ .tab button.active { background-color: green /*#ccc;*/ } .tablinks.active { color: green /*#ccc;*/ } /* Style the tab content */ .tabcontent { display: none; padding: 6px 12px; border: 1px solid #ccc; border-top: none; } .botonPanel { background-color: #eee; color: blue; cursor: pointer; padding: 18px; width: 100%; border: none; text-align: left; outline: none; font-size: 15px; transition: 0.4s; } .active, .botonPanel:hover { background-color: #ccc; } .panel { padding: 0 18px; display: none; background-color: white; overflow: hidden; } .ul1 { list-style-type: none; padding: 0; border: 1px solid #ddd; } .ul1 .li1 { padding: 8px 16px; border-bottom: 1px solid #ddd; } .ul1 .li1:last-child { border-bottom: none; } .textoNoImportante{ } .consolaResaltadaconsolaResaltada { background-color: #eeffcc; color: blue; } /* FIN Estilo para el texto paracido consola*/ .tips{ color:#795548 ; background-color:#ffffcc ; padding:0.2em 16px; border: 2px solid #ffff33; border-radius: 15px; margin-top:16px; margin-bottom:16px; } /* ----------------------------- texto oculto en la lista ------------------- */ .textoVisible { position: relative; display: inline-block; border-bottom: 1px dotted black;*/ } .textoVisible .textoOculto { visibility: hidden; width: 550px; background-color: black; color: #fff; text-align: center; border-radius: 6px; padding: 5px 0; position: absolute; z-index: 1; top: 150%; left: 30%; margin-left: -60px; } .textoVisible .textoOculto::after { content: ""; position: absolute; bottom: 100%; left: 40%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: transparent transparent black transparent; } .textoVisible .textoOculto2 { visibility: hidden; width: 550px; background-color: black; color: #fff; text-align: center; border-radius: 6px; padding: 5px 0; position: absolute; z-index: 1; top: 150%; left: -70%; margin-left: -20px; } .textoVisible .textoOculto2::after { content: ""; position: absolute; bottom: 100%; left: 40%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: transparent transparent black transparent; } .textoVisible:hover .textoOculto2 { visibility: visible; } .subrayadoVerde{ text-decoration-color: green; } .subrayadoAzul{ text-decoration-color: blue; } .textoVisible:hover .textoOculto { visibility: visible; } .tipsAmarillo{ color:#795548 ; background-color:#ffffcc ; padding:0.3em 16px; border: 2px solid #ffff33; border-radius: 15px; margin-top:16px; margin-bottom:1px; } .tipsVerde{ color:green; background-color:#ddffdd ; padding:0.3em 16px; border: 2px solid green; border-radius: 15px; margin-top:16px; margin-bottom:1px; } .tipsAzul{ color:green; background-color:#ddffff ; padding:0.3em 16px; border: 2px solid #607d8b; border-radius: 15px; margin-top:16px; margin-bottom:1px; } .tipsRojo{ color:green; background-color:#ffdddd ; padding:0.3em 16px; border: 2px solid red; border-radius: 15px; margin-top:16px; margin-bottom:1px; } /*------------------------------------FIN CSS---------------------------------------------*/ .lista1{ color:black; } ======= Licencias =======

Las licencias de software son un contrato de autorizaciĆ³n sobre la obra entre el autor del programa y el usuario, en el cual definen con precisiĆ³n los deberes de ambas partes. El autor tiene derecho intelectual exclusivo y concede a otros permisos utilizando licencias de software.


=====Ejemplos de licencias de software=====


MIT License Copyright (c) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 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.


BSD 3-Clause License Copyright (c) All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.



var acc = document.getElementsByClassName("botonPanel"); var i; for (i = 0; i < acc.length; i++) { acc[i].addEventListener("click", function() { this.classList.toggle("active"); var panel = this.nextElementSibling; if (panel.style.display === "block") { panel.style.display = "none"; } else { panel.style.display = "block"; } }); }