From b5a67729329336a623e1e560a986fba22e4f66d0 Mon Sep 17 00:00:00 2001 From: Greg Garner Date: Tue, 4 Mar 2008 10:36:23 +0000 Subject: [PATCH] clean up license for embryo to match zlib elsewhere as per greg: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Greg Garner To: Jan L��bbe Subject: Re: License of your contribution to SMALL/PAWN Date: Mon, 03 Mar 2008 14:49:56 -0600 CC: greg@dluxlink.com, enlightenment-devel@lists.sourceforge.net Reply-To: Greg@rt-eng.com Dear enlightenment developers: Please change the copyright to be the way zlib is. My intention was to release this to be freely used source. Let me know if you need any additional information to proceed. It is pretty cool that this code that I wrote so long ago is still being used! Thanks Greg Garner (formerly of Artran Inc). www.rt-eng.com greg@rt-eng.com SVN revision: 33914 --- legacy/embryo/src/lib/embryo_float.c | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/legacy/embryo/src/lib/embryo_float.c b/legacy/embryo/src/lib/embryo_float.c index 2b58e41581..aea1d51d70 100644 --- a/legacy/embryo/src/lib/embryo_float.c +++ b/legacy/embryo/src/lib/embryo_float.c @@ -2,10 +2,26 @@ * * Copyright (c) Artran, Inc. 1999 * Written by Greg Garner (gmg@artran.com) - * This file may be freely used. No warranties of any kind. * Portions Copyright (c) Carsten Haitzler, 2004 - * - * CHANGES - + * + * This software is provided "as-is", without any express or implied warranty. + * In no event will the authors be held liable for any damages arising from + * the use of this software. + * + * Permission is granted to anyone to use this software for any purpose, + * including commercial applications, and to alter it and redistribute it + * freely, subject to the following restrictions: + * + * 1. The origin of this software must not be misrepresented; you must not + * claim that you wrote the original software. If you use this software in + * a product, an acknowledgment in the product documentation would be + * appreciated but is not required. + * 2. Altered source versions must be plainly marked as such, and must not be + * misrepresented as being the original software. + * 3. This notice may not be removed or altered from any source distribution. + */ + +/* CHANGES - * 2002-08-27: Basic conversion of source from C++ to C by Adam D. Moss * * 2003-08-29: Removal of the dynamic memory allocation and replacing two