Skip to content

Commit

Permalink
[IMP] dms_version: Change to AGPL according to base_revision.
Browse files Browse the repository at this point in the history
TT29907
  • Loading branch information
victoralmau committed May 17, 2022
1 parent c7a2cf4 commit 7612765
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dms_version/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2017-2020 MuK IT GmbH
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from . import models
4 changes: 2 additions & 2 deletions dms_version/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Copyright 2017-2020 MuK IT GmbH
# Copyright 2021 Tecnativa - Víctor Martínez
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
"name": "Document Management System Version",
"summary": """Version Control for Documents""",
"version": "14.0.1.0.0",
"category": "Document Management",
"license": "LGPL-3",
"license": "AGPL-3",
"website": "https://github.com/OCA/dms",
"author": "MuK IT, Tecnativa, Odoo Community Association (OCA)",
"depends": ["dms", "base_revision"],
Expand Down
2 changes: 1 addition & 1 deletion dms_version/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright 2017-2020 MuK IT GmbH
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from . import dms_file
from . import dms_storage
2 changes: 1 addition & 1 deletion dms_version/models/dms_file.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2017-2020 MuK IT GmbH
# Copyright 2021 Tecnativa - Víctor Martínez
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from odoo import fields, models

Expand Down
2 changes: 1 addition & 1 deletion dms_version/models/dms_storage.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2017-2020 MuK IT GmbH
# Copyright 2021 Tecnativa - Víctor Martínez
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from odoo import fields, models

Expand Down
2 changes: 1 addition & 1 deletion dms_version/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2017-2020 MuK IT GmbH
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from . import test_dms_file
2 changes: 1 addition & 1 deletion dms_version/tests/test_dms_file.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2017-2020 MuK IT GmbH
# Copyright 2021 Tecnativa - Víctor Martínez
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

import base64

Expand Down
2 changes: 1 addition & 1 deletion dms_version/views/dms_file_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
Copyright 2017-2020 MuK IT GmbH
Copyright 2021 Tecnativa - Víctor Martínez
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
-->
<odoo>
<record id="action_dms_revisions_file" model="ir.actions.act_window">
Expand Down
2 changes: 1 addition & 1 deletion dms_version/views/dms_storage_view.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright 2017-2020 MuK IT GmbH
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
-->
<odoo>
<record id="view_dms_storage_tree" model="ir.ui.view">
Expand Down

0 comments on commit 7612765

Please sign in to comment.