~unifield-team/unifield-web/us-1026

« back to all changes in this revision

Viewing changes to tinyerp/json.py

  • Committer: Amit Mendapara
  • Date: 2008-01-23 05:24:04 UTC
  • Revision ID: ame@tinyerp.com-84b95f4a57b4aa32b45be377c47615527a20ae2d
* Fixed `copyright statements`.
* Added GPLv2 license file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
###############################################################################
2
2
#
3
 
# Copyright (c) 2007 TinyERP Pvt Ltd. (http://tinyerp.com) All Rights Reserved.
 
3
# Copyright (C) 2007-TODAY Tiny ERP Pvt. Ltd. (http://tinyerp.com) All Rights Reserved.
4
4
#
5
5
# $Id$
6
6
#
7
7
# WARNING: This program as such is intended to be used by professional
8
 
# programmers who take the whole responsability of assessing all potential
 
8
# programmers who take the whole responsibility of assessing all potential
9
9
# consequences resulting from its eventual inadequacies and bugs
10
10
# End users who are looking for a ready-to-use solution with commercial
11
 
# garantees and support are strongly adviced to contract a Free Software
 
11
# guarantees and support are strongly advised to contract a Free Software
12
12
# Service Company
13
13
#
14
14
# This program is Free Software; you can redistribute it and/or
22
22
# GNU General Public License for more details.
23
23
#
24
24
# You should have received a copy of the GNU General Public License
25
 
# along with this program; if not, write to the Free Software
26
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
25
# along with this program; if not, write to the 
 
26
# Free Software Foundation, Inc., 59 Temple Place - Suite 330, 
 
27
# Boston, MA  02111-1307, USA.
27
28
#
28
29
###############################################################################
29
30