~openerp-commiter/openobject-addons/extra-6.0

« back to all changes in this revision

Viewing changes to base_contact_oneclick/__init__.py

  • Committer: Jordi Esteve
  • Date: 2011-08-29 17:42:17 UTC
  • Revision ID: jesteve@zikzakmedia.com-20110829174217-20xe0p310e8j3v29
[REF] Changed license from GPL3 to AGPL3 in modules of addons-extra v6 whose copyright owns to Zikzakmedia SL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
#    $Id$
8
8
#
9
9
#    This program is free software: you can redistribute it and/or modify
10
 
#    it under the terms of the GNU General Public License as published by
 
10
#    it under the terms of the GNU Affero General Public License as published by
11
11
#    the Free Software Foundation, either version 3 of the License, or
12
12
#    (at your option) any later version.
13
13
#
14
14
#    This program is distributed in the hope that it will be useful,
15
15
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
16
16
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17
 
#    GNU General Public License for more details.
 
17
#    GNU Affero General Public License for more details.
18
18
#
19
 
#    You should have received a copy of the GNU General Public License
 
19
#    You should have received a copy of the GNU Affero General Public License
20
20
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
21
21
#
22
22
##############################################################################