~openerp-community/openerp/skitzotek_trunk_symlinks

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
###############################################################################
#
# Copyright (C) 2007-TODAY Tiny ERP Pvt Ltd. All Rights Reserved.
# Copyright (C) 2007-TODAY OpenERP S.A. (<http://www.openerp.comm>). All Rights Reserved.
#
# $Id$
#
# Developed by Tiny (http://openerp.com) and Axelor (http://axelor.com).
#
# The OpenERP web client is distributed under the "OpenERP Public License".
# It's based on Mozilla Public License Version (MPL) 1.1 with following
# restrictions:
#
# -   All names, links and logos of Tiny, OpenERP and Axelor must be
#     kept as in original distribution without any changes in all software
#     screens, especially in start-up page and the software header, even if
#     the application source code has been changed or updated or code has been
#     added.
#
# -   All distributions of the software must keep source code with OEPL.
#
# -   All integrations to any other software must keep source code with OEPL.
#
# If you need commercial licence to remove this kind of restriction please
# contact us.
#
# You can see the MPL licence at: http://www.mozilla.org/MPL/MPL-1.1.html
#
###############################################################################

# Release information about openerp-web

name = 'openerp-web'
version = '${VERSION}'
major_version = '${MAJOR_VERSION}'
description = "Web Client of OpenERP, the Enterprise Management Software"
long_description = "OpenERP Web is the web client of the OpenERP, a free enterprise management software: accounting, stock, manufacturing, project mgt..."
author = "OpenERP S.A."
author_email = "info@openerp.com"
email = author_email
support_emaim = 'support@openerp.com'
copyright = "Copyright (C) 2007-TODAY OpenERP S.A."

# if it's open source, you might want to specify these
url = "http://www.openerp.com/"
download_url = 'http://www.openerp.com/download/unstable/source/openerp-web-6.0.0.tar.gz'
license = "OEPL"



# vim: ts=4 sts=4 sw=4 si et