From 20a493a9e6456c60066b2d1d60fdb321427d9ca8 Mon Sep 17 00:00:00 2001 From: Alexander Strange Date: Mon, 20 Dec 2004 20:39:04 +0000 Subject: [PATCH 1/1] Note that the GPL clause can be ignored --- queue.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/queue.c b/queue.c index c69061f..0406e43 100755 --- a/queue.c +++ b/queue.c @@ -17,6 +17,7 @@ * which is included with this source code; it is available online at * http://www.gnu.org/licenses/gpl.html * + * Additionally, this file can be used with no restrictions or conditions in ITFoundation. */ /* @@ -116,4 +117,4 @@ growarray(void ***datap, size_t oldsize) *datap = reallocf(data, sizeof(void *[newsize])); while (diff--) {data[oldsize+diff] = (void*)0xDDDADEDC;} return newsize; -} \ No newline at end of file +} -- 2.20.1