General purpose dynamic array
Go to file
Paul Howarth 66c5e18eb1 Replace undefined behaviour patch with one from upstream author
This patch has been used in debian since 2015
(https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782841)

Drop gcc optimization flags as we can now use the distribution default
flags again.
2021-06-04 16:36:58 +01:00
.gitignore Modernize spec 2019-07-22 12:21:01 +01:00
04_fix_undefined_behavior_during_aggressive_loop_optimizations.patch Replace undefined behaviour patch with one from upstream author 2021-06-04 16:36:58 +01:00
Judy-1.0.4-fix-Judy1-mans.patch initial import 2008-12-21 19:27:35 +00:00
Judy-1.0.4-test-shared.patch initial import 2008-12-21 19:27:35 +00:00
Judy.spec Replace undefined behaviour patch with one from upstream author 2021-06-04 16:36:58 +01:00
README.Fedora initial import 2008-12-21 19:27:35 +00:00
sources - update to 1.0.5 2010-07-18 12:13:07 +00:00

Regarding the license, upstream has confirmed that the current license is LGPL
v2.1 or later.  Also, the source code is really the final say on this, and it
says "GNU Lesser General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later
version."  Either way, Fedora spec files don't distinguish between v2.1 and v2,
so this is specified as LGPLv2+ for the spec file.

"From dougbaskins@yahoo.com  Thu Nov 27 21:45:54 2008
From: Doug Baskins <dougbaskins@yahoo.com>
To: Chuck Anderson <cra@WPI.EDU>
Cc: judy-devel@lists.sourceforge.net
Date: Thu, 27 Nov 2008 18:45:47 -0800 (PST)
Subject: Re: Judy license confusion - (LGPL v2.1 or later applies)
Reply-To: Doug Baskins <dougbaskins@yahoo.com>

Chuck:

I did not know a new version of LGPL existed.  You are correct,
the COPYING file is correct (LGPL v2.1 or later applies).  I will
change the README file to reflect that in the next release of Judy.
..."

- Chuck Anderson <cra@wpi.edu>