From 9e346aa16fdcd04dd5b5405ed8171660f66de8d3 Mon Sep 17 00:00:00 2001 From: mjtnix Date: Fri, 12 Oct 2007 20:16:33 +0000 Subject: license notice. hope to slim this down later. git-svn-id: http://freebase-python.googlecode.com/svn/trunk@6 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2 --- freebase/rison.py | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'freebase/rison.py') diff --git a/freebase/rison.py b/freebase/rison.py index 468d505..c75dc8e 100755 --- a/freebase/rison.py +++ b/freebase/rison.py @@ -1,25 +1,26 @@ - # -# based on javascript openlaszlo-json +# rison for python (parser only so far) +# see http://mjtemplate.org/examples/rison.html for more info +# + +###################################################################### # -# Author: Oliver Steele -# Copyright: Copyright 2006 Oliver Steele. All rights reserved. -# Homepage: http:#osteele.com/sources/openlaszlo/json -# License: MIT License. -# Version: 1.0 +# the rison parser is based on javascript openlaszlo-json: +# Author: Oliver Steele +# Copyright: Copyright 2006 Oliver Steele. All rights reserved. +# Homepage: http:#osteele.com/sources/openlaszlo/json +# License: MIT License. +# Version: 1.0 # # hacked by nix for use in uris # ported to python by nix -# - - - # # TODO # # switch to unicode -# fall through to simplejson if first char is not in '!(' +# fall through to simplejson if first char is not in '!(' - +# this allows code to use just one parser # -- cgit v1.3.1