From f2cef8364c0b28bff2afc4bbe0f1d7fcda0963dd Mon Sep 17 00:00:00 2001 From: Leonardo Donelli Date: Tue, 9 Oct 2018 12:55:07 +0200 Subject: [PATCH] Add copyright notices --- document_type/__init__.py | 3 +++ document_type/models/__init__.py | 3 +++ document_type/models/document_type.py | 3 +++ document_type/static/src/js/sidebar.js | 3 +++ document_type/templates/web.xml | 2 ++ document_type/views/attachment.xml | 3 +++ document_type/views/document_type.xml | 3 +++ 7 files changed, 20 insertions(+) diff --git a/document_type/__init__.py b/document_type/__init__.py index 0650744f..1fa0e809 100644 --- a/document_type/__init__.py +++ b/document_type/__init__.py @@ -1 +1,4 @@ +# -*- coding: utf-8 -*- +# Copyright 2016 MONK Software +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from . import models diff --git a/document_type/models/__init__.py b/document_type/models/__init__.py index dc747ec4..d51fb32c 100644 --- a/document_type/models/__init__.py +++ b/document_type/models/__init__.py @@ -1 +1,4 @@ +# -*- coding: utf-8 -*- +# Copyright 2016 MONK Software +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from . import document_type diff --git a/document_type/models/document_type.py b/document_type/models/document_type.py index 5a5bc7b1..c0eec53e 100644 --- a/document_type/models/document_type.py +++ b/document_type/models/document_type.py @@ -1,3 +1,6 @@ +# -*- coding: utf-8 -*- +# Copyright 2016 MONK Software +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from odoo import fields, models diff --git a/document_type/static/src/js/sidebar.js b/document_type/static/src/js/sidebar.js index 8844163b..ae459821 100644 --- a/document_type/static/src/js/sidebar.js +++ b/document_type/static/src/js/sidebar.js @@ -1,3 +1,6 @@ +/* Copyright 2018 MONK Software + * License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). */ + odoo.define('document_type.sidebar', function(require) { "use strict"; diff --git a/document_type/templates/web.xml b/document_type/templates/web.xml index a00e659f..94a4b34b 100644 --- a/document_type/templates/web.xml +++ b/document_type/templates/web.xml @@ -1,4 +1,6 @@ +