[LIC] web_drop_target: Relicense to LGPL

This commit is contained in:
Enric Tobella
2022-04-26 09:48:29 +02:00
parent 6e1081a911
commit 17e129e47d
4 changed files with 8 additions and 8 deletions

View File

@@ -10,9 +10,9 @@ Drop target support
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
:alt: License: LGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github
:target: https://github.com/OCA/web/tree/15.0/web_drop_target
:alt: OCA/web
@@ -23,7 +23,7 @@ Drop target support
:target: https://runbot.odoo-community.org/runbot/162/15.0
:alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5|
|badge1| |badge2| |badge3| |badge4| |badge5|
This module is meant as a base drag&drop module supporting other actions after some file is dropped so that other modules can add more features.