X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/f63895da2dd9edf0d6f475d49ba9e845c1083f18..85f624bb2febde8e3399a53dc9b28e003e370ac0:/queue.c diff --git a/queue.c b/queue.c old mode 100755 new mode 100644 index c69061f..0406e43 --- 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 +}