X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__init__.py;fp=__init__.py;h=a69a64a9e648277c6ae70260ccc78851d5c6da83;hb=91eb23e9c0dca3a4cdc3db696bf706e3b29c0ac9;hp=0000000000000000000000000000000000000000;hpb=30e355199efbd5be2464012d628a660109adf472;p=burette%2Fletriseratop.git diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..a69a64a --- /dev/null +++ b/__init__.py @@ -0,0 +1,24 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# letriseratop module for OpenERP, Custom module for Étu'Récup +# Copyright (C) 2014-2018 Le Tri Sera Top +# +# This file is a part of letriseratop +# +# eturecup 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. +# +# eturecup 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 . +# +############################################################################## + +# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: