From bb368ad8e50fa06476615d11724fd2c91b0c77f9 Mon Sep 17 00:00:00 2001 From: Benoit Guillot Date: Tue, 2 Dec 2014 14:01:11 +0100 Subject: [PATCH] [FIX] fix copyrights --- crm_claim_categ_as_name/__init__.py | 35 +++++++++++++------------- crm_claim_categ_as_name/__openerp__.py | 35 +++++++++++++------------- crm_claim_categ_as_name/claim.py | 35 +++++++++++++------------- 3 files changed, 54 insertions(+), 51 deletions(-) diff --git a/crm_claim_categ_as_name/__init__.py b/crm_claim_categ_as_name/__init__.py index 3d04a9db..6877a51a 100644 --- a/crm_claim_categ_as_name/__init__.py +++ b/crm_claim_categ_as_name/__init__.py @@ -1,22 +1,23 @@ # -*- coding: utf-8 -*- ############################################################################### -# # -# crm_claim_categ_as_name for OpenERP # -# Copyright (C) 2014 Akretion Benoît GUILLOT # -# # -# This program is free software: you can redistribute it and/or modify # -# it under the terms of the GNU Affero General Public License as # -# published by the Free Software Foundation, either version 3 of the # -# License, or (at your option) any later version. # -# # -# This program 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 for more details. # -# # -# You should have received a copy of the GNU Affero General Public License # -# along with this program. If not, see . # -# # +# +# Module for OpenERP +# Copyright (C) 2012-2014 Akretion. All Rights Reserved +# @author Benoît GUILLOT +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program 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 for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . +# ############################################################################### from . import claim diff --git a/crm_claim_categ_as_name/__openerp__.py b/crm_claim_categ_as_name/__openerp__.py index 45bbb21a..72e77811 100644 --- a/crm_claim_categ_as_name/__openerp__.py +++ b/crm_claim_categ_as_name/__openerp__.py @@ -1,22 +1,23 @@ # -*- coding: utf-8 -*- ############################################################################### -# # -# crm_claim_categ_as_name for OpenERP # -# Copyright (C) 2014 Akretion Benoît GUILLOT # -# # -# This program is free software: you can redistribute it and/or modify # -# it under the terms of the GNU Affero General Public License as # -# published by the Free Software Foundation, either version 3 of the # -# License, or (at your option) any later version. # -# # -# This program 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 for more details. # -# # -# You should have received a copy of the GNU Affero General Public License # -# along with this program. If not, see . # -# # +# +# Module for OpenERP +# Copyright (C) 2012-2014 Akretion. All Rights Reserved +# @author Benoît GUILLOT +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program 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 for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . +# ############################################################################### diff --git a/crm_claim_categ_as_name/claim.py b/crm_claim_categ_as_name/claim.py index 6dc247cc..01beec75 100644 --- a/crm_claim_categ_as_name/claim.py +++ b/crm_claim_categ_as_name/claim.py @@ -1,22 +1,23 @@ # -*- coding: utf-8 -*- ############################################################################### -# # -# crm_claim_categ_as_name for OpenERP # -# Copyright (C) 2014 Akretion Benoît GUILLOT # -# # -# This program is free software: you can redistribute it and/or modify # -# it under the terms of the GNU Affero General Public License as # -# published by the Free Software Foundation, either version 3 of the # -# License, or (at your option) any later version. # -# # -# This program 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 for more details. # -# # -# You should have received a copy of the GNU Affero General Public License # -# along with this program. If not, see . # -# # +# +# Module for OpenERP +# Copyright (C) 2012-2014 Akretion. All Rights Reserved +# @author Benoît GUILLOT +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program 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 for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . +# ############################################################################### from openerp.osv import fields, orm