From 4517ce08dbce0ccee3d5a4231a058376045bbde3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Kuzn=C3=ADk?= Date: Tue, 5 May 2015 10:23:08 +0100 Subject: [PATCH] [FIX] Switch to AGPL --- __unported__/product_warranty/__init__.py | 40 +++++++++---------- __unported__/product_warranty/__openerp__.py | 39 +++++++++--------- .../product_warranty/product_warranty.py | 38 +++++++++--------- .../product_warranty_view.xml | 35 ++++++++-------- __unported__/product_warranty/res_company.py | 3 +- 5 files changed, 75 insertions(+), 80 deletions(-) diff --git a/__unported__/product_warranty/__init__.py b/__unported__/product_warranty/__init__.py index 7c715039..4e914a85 100644 --- a/__unported__/product_warranty/__init__.py +++ b/__unported__/product_warranty/__init__.py @@ -1,23 +1,21 @@ # -*- coding: utf-8 -*- -######################################################################### -# # -# # -######################################################################### -# # -# Copyright (C) 2009-2011 Akretion, Emmanuel Samyn # -# # -#This program is free software: you can redistribute it and/or modify # -#it under the terms of the GNU 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 General Public License for more details. # -# # -#You should have received a copy of the GNU General Public License # -#along with this program. If not, see . # -######################################################################### +############################################################################## +# +# Copyright (C) 2009-2011 Akretion, Emmanuel Samyn +# +# 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 product_warranty -from . import res_company \ No newline at end of file +from . import res_company diff --git a/__unported__/product_warranty/__openerp__.py b/__unported__/product_warranty/__openerp__.py index 472bde78..e1ae80ba 100644 --- a/__unported__/product_warranty/__openerp__.py +++ b/__unported__/product_warranty/__openerp__.py @@ -1,25 +1,22 @@ # -*- coding: utf-8 -*- -######################################################################### -# # -# # -######################################################################### -# # -# Copyright (C) 2009-2011 Akretion, Emmanuel Samyn # -# # -#This program is free software: you can redistribute it and/or modify # -#it under the terms of the GNU 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 General Public License for more details. # -# # -#You should have received a copy of the GNU General Public License # -#along with this program. If not, see . # -######################################################################### - +############################################################################## +# +# Copyright (C) 2009-2011 Akretion, Emmanuel Samyn +# +# 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': 'Product warranty', diff --git a/__unported__/product_warranty/product_warranty.py b/__unported__/product_warranty/product_warranty.py index 2ad7aabb..4fa224ce 100644 --- a/__unported__/product_warranty/product_warranty.py +++ b/__unported__/product_warranty/product_warranty.py @@ -1,24 +1,22 @@ # -*- coding: utf-8 -*- -######################################################################### -# # -# # -######################################################################### -# # -# Copyright (C) 2009-2011 Akretion, Emmanuel Samyn, Benoît Guillot # -# # -#This program is free software: you can redistribute it and/or modify # -#it under the terms of the GNU 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 General Public License for more details. # -# # -#You should have received a copy of the GNU General Public License # -#along with this program. If not, see . # -######################################################################### +############################################################################## +# +# Copyright (C) 2009-2011 Akretion, Emmanuel Samyn, 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 orm, fields diff --git a/__unported__/product_warranty/product_warranty_view.xml b/__unported__/product_warranty/product_warranty_view.xml index bf59e48b..a3c9150b 100644 --- a/__unported__/product_warranty/product_warranty_view.xml +++ b/__unported__/product_warranty/product_warranty_view.xml @@ -1,22 +1,23 @@ diff --git a/__unported__/product_warranty/res_company.py b/__unported__/product_warranty/res_company.py index a3625170..146979ee 100644 --- a/__unported__/product_warranty/res_company.py +++ b/__unported__/product_warranty/res_company.py @@ -3,7 +3,8 @@ # # Copyright 2013 Camptocamp # Copyright 2009-2013 Akretion, -# Author: Emmanuel Samyn, Raphaël Valyi, Sébastien Beau, Joel Grand-Guillaume +# Author: Emmanuel Samyn, Raphaël Valyi, Sébastien Beau, +# Joel Grand-Guillaume # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as