From f598658a4ce5bc64c48de0dd566a98df6c858789 Mon Sep 17 00:00:00 2001 From: Cedric Snauwaert Date: Wed, 31 Oct 2012 15:28:30 +0100 Subject: [PATCH] [ADD]add license in .py files bzr revid: csn@openerp.com-20121031142830-fw2sqmm3dyysv5ah --- addons/fleet/__init__.py | 21 ++++++++++++++++++++- addons/fleet/__openerp__.py | 19 +++++++++++++++++++ addons/fleet/fleet.py | 20 ++++++++++++++++++++ 3 files changed, 59 insertions(+), 1 deletion(-) diff --git a/addons/fleet/__init__.py b/addons/fleet/__init__.py index a09fca549ce..9e969f4bd54 100644 --- a/addons/fleet/__init__.py +++ b/addons/fleet/__init__.py @@ -1,2 +1,21 @@ -# import the hr_car code +# -*- coding: utf-8 -*- +############################################################################## +# +# OpenERP, Open Source Management Solution +# Copyright (C) 2004-2010 Tiny SPRL (). +# +# 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 fleet \ No newline at end of file diff --git a/addons/fleet/__openerp__.py b/addons/fleet/__openerp__.py index 8be5dbb6f03..0908848ada4 100644 --- a/addons/fleet/__openerp__.py +++ b/addons/fleet/__openerp__.py @@ -1,4 +1,23 @@ # -*- coding: utf-8 -*- +############################################################################## +# +# OpenERP, Open Source Management Solution +# Copyright (C) 2004-2010 Tiny SPRL (). +# +# 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' : 'Fleet Management', 'version' : '0.1', diff --git a/addons/fleet/fleet.py b/addons/fleet/fleet.py index 9f022075801..d5a1ea67d51 100644 --- a/addons/fleet/fleet.py +++ b/addons/fleet/fleet.py @@ -1,4 +1,24 @@ # -*- coding: utf-8 -*- +############################################################################## +# +# OpenERP, Open Source Management Solution +# Copyright (C) 2004-2010 Tiny SPRL (). +# +# 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 itertools import chain from osv import osv, fields import time