3
0
Fork 0

[FIX] Copyrights, disclaimer, authors

9.0
tarteo 2017-03-01 11:16:17 +01:00
parent f502b98453
commit 46160d7ef6
7 changed files with 13 additions and 7 deletions

View File

@ -1,5 +1,5 @@
OpenERP, Open Source Management Solution
Copyright © 2010-2011 OpenERP SA (<http://openerp.com>).
Odoo, Open Source Management Solution
Copyright © 2010-2011 Odoo SA (<http://odoo.com>).
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as

View File

@ -44,6 +44,7 @@ Contributors
* Adrien Peiffer
* Dennis Sluijk <d.sluijk@onestein.nl>
* 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.**

View File

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2010 OpenERP s.a. (<http://openerp.com>).
# Copyright 2010 Odoo SA (<http://odoo.com>).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import models

View File

@ -1,11 +1,11 @@
# -*- coding: utf-8 -*-
# Copyright 2010-2011 OpenERP s.a. (<http://openerp.com>).
# Copyright 2010-2011 Odoo SA (<http://openerp.com>).
# 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',

View File

@ -1,4 +1,7 @@
# -*- coding: utf-8 -*-
# Copyright 2004-today Odoo SA (<http://www.odoo.com>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from openerp import models, api

View File

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2004-today OpenERP SA (<http://www.openerp.com>)
# Copyright 2004-today Odoo SA (<http://www.odoo.com>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from openerp import models, fields, api

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2004-today OpenERP SA (<http://www.openerp.com>)
/* Copyright 2004-today Odoo SA (<http://www.odoo.com>)
* License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). */
odoo.define('web.shortcut', function(require) {