1
# -*- encoding: utf-8 -*-
2
##############################################
4
# Swing Entwicklung betrieblicher Informationssysteme GmbH
5
# (<http://www.swing-system.com>)
6
# Copyright (C) ChriCar Beteiligungs- und Beratungs- GmbH
7
# Copyright (C) Camptocamp Austria
9
# 11-SEP-2009 (GK) created
10
# 1-OCT-2009 (GK) xml_generate_mixin
12
# WARNING: This program as such is intended to be used by professional
13
# programmers who take the whole responsability of assessing all potential
14
# consequences resulting from its eventual inadequacies and bugs.
15
# End users who are looking for a ready-to-use solution with commercial
16
# garantees and support are strongly adviced to contract a Free Software
19
# This program is Free Software; you can redistribute it and/or
20
# modify it under the terms of the GNU General Public License
21
# as published by the Free Software Foundation; either version 3
22
# of the License, or (at your option) any later version.
24
# This program is distributed in the hope that it will be useful,
25
# but WITHOUT ANY WARRANTY; without even the implied warranty of
26
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27
# GNU General Public License for more details.
29
# You should have received a copy of the GNU General Public License
30
# along with this program; if not, see <http://www.gnu.org/licenses/> or
31
# write to the Free Software Foundation, Inc.,
32
# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
34
###############################################