X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fpos_membership.git;a=blobdiff_plain;f=controllers%2F__init__.py;h=8157c2932f5b492f19ca2639363f8c2f8b620936;hp=8ee9bae18d98f842591e66fd2a009c7d11359977;hb=f79e0489efc827e5a6b78c838d42ba5214fb6d71;hpb=e1221a0a6ff32ce1b241a4cd9f43e4c81d35d8dd diff --git a/controllers/__init__.py b/controllers/__init__.py index 8ee9bae..8157c29 100644 --- a/controllers/__init__.py +++ b/controllers/__init__.py @@ -1 +1,24 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# POS Membership module for OpenERP, Manage membership payments from POS. +# Copyright (C) 2013 L'Heureux Cyclage () +# +# This file is a part of POS Membership +# +# POS Membership 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. +# +# ReMembership 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 . +# +############################################################################## import main +# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: