From 4c4736be07bba5fc759aefc090f31b75a1b7cb08 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Fri, 29 Apr 2016 00:15:54 +0200 Subject: [PATCH] [IMP] Add Giovanni Capalbo in the list of authors --- mis_builder/README.rst | 1 + mis_builder/models/mis_builder_style.py | 26 +++---------------------- 2 files changed, 4 insertions(+), 23 deletions(-) diff --git a/mis_builder/README.rst b/mis_builder/README.rst index 25f9ce7b..d07593be 100644 --- a/mis_builder/README.rst +++ b/mis_builder/README.rst @@ -108,6 +108,7 @@ Contributors * Stéphane Bidoul * Laetitia Gangloff * Adrien Peiffer +* Giovanni Capalbo Maintainer ---------- diff --git a/mis_builder/models/mis_builder_style.py b/mis_builder/models/mis_builder_style.py index 8052b426..76ee4277 100644 --- a/mis_builder/models/mis_builder_style.py +++ b/mis_builder/models/mis_builder_style.py @@ -1,26 +1,6 @@ -# -*- encoding: utf-8 -*- -############################################################################## -# -# mis_builder module for Odoo, Management Information System Builder -# Copyright (C) 2014-2015 ACSONE SA/NV () -# -# This file is a part of mis_builder -# -# mis_builder is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License v3 or later -# as published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# mis_builder is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License v3 or later for more details. -# -# You should have received a copy of the GNU Affero General Public License -# v3 or later along with this program. -# If not, see . -# -############################################################################## +# -*- coding: utf-8 -*- +# © 2016 Therp BV SA/NV () +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). from openerp import api, fields, models, exceptions