Skip to content

Commit 4138f74

Browse files
yajobizzappdev
authored andcommitted
[base_view_inheritance_extension] Relicense to LGPL. (#4)
1 parent 04eab95 commit 4138f74

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

base_view_inheritance_extension/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
2-
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
3-
:alt: License: AGPL-3
1+
.. image:: https://img.shields.io/badge/licence-LGPL--3-blue.svg
2+
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
3+
:alt: License: LGPL-3
44

55
=========================
66
Extended view inheritance
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- coding: utf-8 -*-
22
# © 2016 Therp BV <http://therp.nl>
3-
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
3+
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
44
from . import models

base_view_inheritance_extension/__openerp__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# -*- coding: utf-8 -*-
22
# © 2016 Therp BV <http://therp.nl>
3-
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
3+
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
44
{
55
"name": "Extended view inheritance",
66
"version": "8.0.1.0.0",
77
"author": "Therp BV,Odoo Community Association (OCA)",
8-
"license": "AGPL-3",
8+
"license": "LGPL-3",
99
"category": "Hidden/Dependency",
1010
"summary": "Adds more operators for view inheritance",
1111
"depends": [
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- coding: utf-8 -*-
22
# © 2016 Therp BV <http://therp.nl>
3-
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
3+
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
44
from . import ir_ui_view

base_view_inheritance_extension/models/ir_ui_view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# © 2016 Therp BV <http://therp.nl>
3-
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
3+
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
44
from lxml import etree
55
from openerp import api, models, tools
66

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- coding: utf-8 -*-
22
# © 2016 Therp BV <http://therp.nl>
3-
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
3+
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
44
from . import test_base_view_inheritance_extension

base_view_inheritance_extension/tests/test_base_view_inheritance_extension.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# © 2016 Therp BV <http://therp.nl>
3-
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
3+
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
44
from lxml import etree
55
from openerp.tests.common import TransactionCase
66

0 commit comments

Comments
 (0)