~ovnicraft/openerp-ec/6.1-l10n_ec-withdrawing

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: nvi-openerp
  • Date: 2010-10-28 07:40:38 UTC
  • Revision ID: nicolas.vanhoren@openerp.com-20101028074038-cb5d32wi0uif5pln
[IMP] Refactoring

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- coding: utf-8 -*-
2
2
##############################################################################
3
3
#
4
 
#    OpenERP, Open Source Management Solution   
5
 
#    Copyright (C) 2004-2008 Tiny SPRL (<http://tiny.be>). All Rights Reserved
6
 
#    $Id$
 
4
#    Copyright (C) 2010-2012 Cristian Salamea Gnuthink Software Labs Cia. Ltda
7
5
#
8
6
#    This program is free software: you can redistribute it and/or modify
9
 
#    it under the terms of the GNU General Public License as published by
10
 
#    the Free Software Foundation, either version 3 of the License, or
11
 
#    (at your option) any later version.
 
7
#    it under the terms of the GNU Affero General Public License as
 
8
#    published by the Free Software Foundation, either version 3 of the
 
9
#    License, or (at your option) any later version.
12
10
#
13
11
#    This program is distributed in the hope that it will be useful,
14
12
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
15
13
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
 
#    GNU General Public License for more details.
 
14
#    GNU Affero General Public License for more details.
17
15
#
18
 
#    You should have received a copy of the GNU General Public License
 
16
#    You should have received a copy of the GNU Affero General Public License
19
17
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
18
#
21
19
##############################################################################
22
20
 
23
 
 
24