From 455d750356d757209b082164ecf391c8dd1299e5 Mon Sep 17 00:00:00 2001 From: Jairo Llopis Date: Fri, 3 Jul 2015 11:06:35 +0200 Subject: [PATCH] Clean AGPL garbage preserving copyright. See https://github.com/odoo/odoo/commit/0bd454534818941bc3216025ebe3dcac3d78c19d. --- report_xml/__init__.py | 15 --------------- report_xml/__openerp__.py | 15 --------------- report_xml/controllers.py | 15 --------------- report_xml/models.py | 15 --------------- report_xml_sample/__init__.py | 15 --------------- report_xml_sample/__openerp__.py | 15 --------------- report_xml_sample/models.py | 15 --------------- 7 files changed, 105 deletions(-) diff --git a/report_xml/__init__.py b/report_xml/__init__.py index 809441f63..d7a2f5268 100644 --- a/report_xml/__init__.py +++ b/report_xml/__init__.py @@ -1,19 +1,4 @@ # -*- encoding: utf-8 -*- - -# Odoo, Open Source Management Solution # Copyright (C) 2014-2015 Grupo ESOC -# -# 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 controllers, models diff --git a/report_xml/__openerp__.py b/report_xml/__openerp__.py index e2f73bee1..9b14e2058 100644 --- a/report_xml/__openerp__.py +++ b/report_xml/__openerp__.py @@ -1,20 +1,5 @@ # -*- encoding: utf-8 -*- - -# Odoo, Open Source Management Solution # Copyright (C) 2014-2015 Grupo ESOC -# -# 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 . { "name": "Qweb XML Reports", diff --git a/report_xml/controllers.py b/report_xml/controllers.py index a8ffb04f9..332b4d5a7 100644 --- a/report_xml/controllers.py +++ b/report_xml/controllers.py @@ -1,20 +1,5 @@ # -*- encoding: utf-8 -*- - -# Odoo, Open Source Management Solution # Copyright (C) 2014-2015 Grupo ESOC -# -# 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.http import route from openerp.addons.report.controllers import main as report diff --git a/report_xml/models.py b/report_xml/models.py index c83017a7a..0f7533c41 100644 --- a/report_xml/models.py +++ b/report_xml/models.py @@ -1,20 +1,5 @@ # -*- encoding: utf-8 -*- - -# Odoo, Open Source Management Solution # Copyright (C) 2014-2015 Grupo ESOC -# -# 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 . import logging from lxml import etree diff --git a/report_xml_sample/__init__.py b/report_xml_sample/__init__.py index 685080d25..159fab673 100644 --- a/report_xml_sample/__init__.py +++ b/report_xml_sample/__init__.py @@ -1,19 +1,4 @@ # -*- encoding: utf-8 -*- - -# Odoo, Open Source Management Solution # Copyright (C) 2014-2015 Grupo ESOC -# -# 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 models diff --git a/report_xml_sample/__openerp__.py b/report_xml_sample/__openerp__.py index 7a07e5c2f..fadb4bb98 100644 --- a/report_xml_sample/__openerp__.py +++ b/report_xml_sample/__openerp__.py @@ -1,20 +1,5 @@ # -*- encoding: utf-8 -*- - -# Odoo, Open Source Management Solution # Copyright (C) 2014-2015 Grupo ESOC -# -# 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 . { "name": "Qweb XML Sample Report", diff --git a/report_xml_sample/models.py b/report_xml_sample/models.py index 9fa8261e3..2ea80bc43 100644 --- a/report_xml_sample/models.py +++ b/report_xml_sample/models.py @@ -1,20 +1,5 @@ # -*- encoding: utf-8 -*- - -# Odoo, Open Source Management Solution # Copyright (C) 2014-2015 Grupo ESOC -# -# 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 os import path from openerp import api, models