From d185144ec6424bc4ebb2e2e41804bc6bbdefbb87 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 16 Jan 2013 16:32:13 +0100 Subject: [PATCH] Preamble and version number --- python/version.h | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/python/version.h b/python/version.h index 76f1127..afd1e2d 100644 --- a/python/version.h +++ b/python/version.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2011-2012, ESN Social Software AB and Jonas Tarnstrom +Copyright (c) 2011-2013, ESN Social Software AB and Jonas Tarnstrom All rights reserved. Redistribution and use in source and binary forms, with or without @@ -24,11 +24,15 @@ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -Portions of code from: -MODP_ASCII - Ascii transformations (upper/lower, etc) + +Portions of code from MODP_ASCII - Ascii transformations (upper/lower, etc) http://code.google.com/p/stringencoders/ Copyright (c) 2007 Nick Galbreath -- nickg [at] modp [dot] com. All rights reserved. +Numeric decoder derived from from TCL library +http://www.opensource.apple.com/source/tcl/tcl-14/tcl/license.terms + * Copyright (c) 1988-1993 The Regents of the University of California. + * Copyright (c) 1994 Sun Microsystems, Inc. */ -#define UJSON_VERSION "1.27" +#define UJSON_VERSION "1.28"