From 46160d7ef6938efb995445e1b3a0c9da743e722d Mon Sep 17 00:00:00 2001 From: tarteo Date: Wed, 1 Mar 2017 11:16:17 +0100 Subject: [PATCH] [FIX] Copyrights, disclaimer, authors --- web_shortcut/LICENSE | 4 ++-- web_shortcut/README.rst | 3 +++ web_shortcut/__init__.py | 2 +- web_shortcut/__openerp__.py | 4 ++-- web_shortcut/models/ir_ui_menu.py | 3 +++ web_shortcut/models/web_shortcut.py | 2 +- web_shortcut/static/src/js/web_shortcut.js | 2 +- 7 files changed, 13 insertions(+), 7 deletions(-) diff --git a/web_shortcut/LICENSE b/web_shortcut/LICENSE index ff64be44..20cf6ab4 100644 --- a/web_shortcut/LICENSE +++ b/web_shortcut/LICENSE @@ -1,5 +1,5 @@ -OpenERP, Open Source Management Solution -Copyright © 2010-2011 OpenERP SA (). +Odoo, Open Source Management Solution +Copyright © 2010-2011 Odoo SA (). This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/web_shortcut/README.rst b/web_shortcut/README.rst index e69a842a..043c4405 100644 --- a/web_shortcut/README.rst +++ b/web_shortcut/README.rst @@ -44,6 +44,7 @@ Contributors * Adrien Peiffer * Dennis Sluijk +* Odoo SA Maintainer ---------- @@ -59,3 +60,5 @@ mission is to support the collaborative development of Odoo features and promote its widespread use. To contribute to this module, please visit https://odoo-community.org. + +**This module is a port from Odoo SA and as such, it is not included in the OCA CLA. That means we do not have a copy of the copyright on it like all other OCA modules.** diff --git a/web_shortcut/__init__.py b/web_shortcut/__init__.py index 807dd5dd..9069ef63 100644 --- a/web_shortcut/__init__.py +++ b/web_shortcut/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2010 OpenERP s.a. (). +# Copyright 2010 Odoo SA (). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from . import models diff --git a/web_shortcut/__openerp__.py b/web_shortcut/__openerp__.py index 13d88c85..ba162ddb 100644 --- a/web_shortcut/__openerp__.py +++ b/web_shortcut/__openerp__.py @@ -1,11 +1,11 @@ # -*- coding: utf-8 -*- -# Copyright 2010-2011 OpenERP s.a. (). +# Copyright 2010-2011 Odoo SA (). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { 'name': 'Shortcut Menu', 'version': '9.0.1.0.0', 'category': 'Web', - 'author': 'OpenERP SA,Odoo Community Association (OCA)', + 'author': 'Odoo SA,Odoo Community Association (OCA)', 'website': 'http://openerp.com', 'depends': [ 'base', diff --git a/web_shortcut/models/ir_ui_menu.py b/web_shortcut/models/ir_ui_menu.py index 7fcfa284..c24e0114 100644 --- a/web_shortcut/models/ir_ui_menu.py +++ b/web_shortcut/models/ir_ui_menu.py @@ -1,4 +1,7 @@ # -*- coding: utf-8 -*- +# Copyright 2004-today Odoo SA () +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + from openerp import models, api diff --git a/web_shortcut/models/web_shortcut.py b/web_shortcut/models/web_shortcut.py index 13b95b52..7d4b3171 100644 --- a/web_shortcut/models/web_shortcut.py +++ b/web_shortcut/models/web_shortcut.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2004-today OpenERP SA () +# Copyright 2004-today Odoo SA () # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from openerp import models, fields, api diff --git a/web_shortcut/static/src/js/web_shortcut.js b/web_shortcut/static/src/js/web_shortcut.js index 7d2cd3c9..cf5d0951 100644 --- a/web_shortcut/static/src/js/web_shortcut.js +++ b/web_shortcut/static/src/js/web_shortcut.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-today OpenERP SA () +/* Copyright 2004-today Odoo SA () * License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). */ odoo.define('web.shortcut', function(require) {