[DATA] -fix_membership
[burette/lesjantesdunord.git] / __init__.py
1 # -*- coding: utf-8 -*-
2 ##############################################################################
3 #
4 # lesjantesdunord module for OpenERP, Les Jantes du Nord custom module for
5 # OpenERP Copyright (C) 2016-2017 Les Jantes du Nord
6 # (<http://www.lesjantesdunord.org/>) Les Jantes du Nord
7 #
8 # This file is a part of lesjantesdunord
9 #
10 # lesjantesdunord is free software: you can redistribute it and/or modify it
11 # under the terms of the GNU General Public License as published by the Free
12 # Software Foundation, either version 3 of the License, or (at your option)
13 # any later version.
14 #
15 # lesjantesdunord is distributed in the hope that it will be useful, but
16 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
17 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
18 # for more details.
19 #
20 # You should have received a copy of the GNU General Public License along
21 # with this program. If not, see <http://www.gnu.org/licenses/>.
22 #
23 ##############################################################################
24
25
26 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: