X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=addons%2Fmrp_subproduct%2F__init__.py;h=5b48431ef162e4de464c11b79eb935b603e7fd1a;hb=e19e1fe1004ea77cb3dd05e34edf99c96c83a6bf;hp=5314d207ad651ba59008a3f30acf427950b72abf;hpb=8c307d7b1d2347e1598b9d0f52069951135d63f4;p=odoo%2Fodoo.git diff --git a/addons/mrp_subproduct/__init__.py b/addons/mrp_subproduct/__init__.py index 5314d20..5b48431 100644 --- a/addons/mrp_subproduct/__init__.py +++ b/addons/mrp_subproduct/__init__.py @@ -1 +1,22 @@ -import mrp_subproduct \ No newline at end of file +# -*- coding: utf-8 -*- +############################################################################## +# +# OpenERP, Open Source Management Solution +# Copyright (C) 2004-2010 Tiny SPRL (). +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program 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 Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . +# +############################################################################## +import mrp_subproduct +# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: