|
- <?xml version="1.0" encoding="utf-8" ?>
- <!--
- Copyright (C) 2016-Today: Odoo Community Association (OCA)
- @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
- License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
- -->
- <odoo noupdate="1">
- <record model="odoo.license" id="odoo_licence_gpl_3">
- <field name="name">GPL-3</field>
- <field name="website">http://www.gnu.org/licenses/gpl-3.0.html</field>
- <field
- name="image"
- type="base64"
- file="github_connector_odoo/static/src/img/odoo_licence_gpl_3-image.png"
- />
- <field
- name="description"
- >You may copy, distribute and modify the software as long as you track changes/dates in source files. Any modifications to or software including (via compiler) GPL-licensed code must also be made available under the GPL along with build and install instructions.</field>
- </record>
- <record model="odoo.license" id="odoo_licence_lgpl_3">
- <field name="name">LGPL-3</field>
- <field name="website">http://www.gnu.org/licenses/lgpl-3.0.html</field>
- <field
- name="image"
- type="base64"
- file="github_connector_odoo/static/src/img/odoo_licence_lgpl_3-image.png"
- />
- <field
- name="description"
- >This license is mainly applied to libraries. You may copy, distribute and modify the software provided that modifications are described and licensed for free under LGPL. Derivatives works (including modifications or anything statically linked to the library) can only be redistributed under LGPL, but applications that use the library don't have to be.</field>
- </record>
- <record model="odoo.license" id="odoo_licence_agpl_3">
- <field name="name">AGPL-3</field>
- <field name="website">http://www.gnu.org/licenses/agpl-3.0.html</field>
- <field
- name="image"
- type="base64"
- file="github_connector_odoo/static/src/img/odoo_licence_agpl_3-image.png"
- />
- <field
- name="description"
- >The AGPL license differs from the other GNU licenses in that it was built for network software. You can distribute modified versions if you keep track of the changes and the date you made them. As per usual with GNU licenses, you must license derivatives under AGPL. It provides the same restrictions and freedoms as the GPLv3 but with an additional clause which makes it so that source code must be distributed along with web publication. Since web sites and services are never distributed in the traditional sense, the AGPL is the GPL of the web.</field>
- </record>
- </odoo>
|