~openerp-dev/openobject-client-web/6.0-opw-598313-msh

« back to all changes in this revision

Viewing changes to addons/view_graph/widgets/_graph.py

  • Committer: Fabien Meghazi
  • Date: 2011-01-17 11:57:11 UTC
  • Revision ID: fme@openerp.com-20110117115711-d5kttyjepkor5xd2
[IMP] Replaced Tiny by OpenERP SA in license headers

Show diffs side-by-side

added added

removed removed

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