You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
2.6KB

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!--
  3. Copyright (C) 2016-Today: Odoo Community Association (OCA)
  4. @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
  5. License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  6. -->
  7. <odoo noupdate="1">
  8. <record model="odoo.license" id="odoo_licence_gpl_3">
  9. <field name="name">GPL-3</field>
  10. <field name="website">http://www.gnu.org/licenses/gpl-3.0.html</field>
  11. <field
  12. name="image"
  13. type="base64"
  14. file="github_connector_odoo/static/src/img/odoo_licence_gpl_3-image.png"
  15. />
  16. <field
  17. name="description"
  18. >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>
  19. </record>
  20. <record model="odoo.license" id="odoo_licence_lgpl_3">
  21. <field name="name">LGPL-3</field>
  22. <field name="website">http://www.gnu.org/licenses/lgpl-3.0.html</field>
  23. <field
  24. name="image"
  25. type="base64"
  26. file="github_connector_odoo/static/src/img/odoo_licence_lgpl_3-image.png"
  27. />
  28. <field
  29. name="description"
  30. >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>
  31. </record>
  32. <record model="odoo.license" id="odoo_licence_agpl_3">
  33. <field name="name">AGPL-3</field>
  34. <field name="website">http://www.gnu.org/licenses/agpl-3.0.html</field>
  35. <field
  36. name="image"
  37. type="base64"
  38. file="github_connector_odoo/static/src/img/odoo_licence_agpl_3-image.png"
  39. />
  40. <field
  41. name="description"
  42. >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>
  43. </record>
  44. </odoo>
上海开阖软件有限公司 沪ICP备12045867号-1