View Single Post
Old 22nd April 2005, 14:12   #29  |  Link
Arachnotron
Alias fragger
 
Arachnotron's Avatar
 
Join Date: Jul 2003
Location: the Netherlands
Posts: 863
Quote:
The source is based on the fft algorithm in "Numerical recipes in C" (good book)
Be carefull with that book. The licence prohibits you from distributing the source of your programs if you include routines from it (or even the executable itself depending on which licence you have) so using stuff from it in opensource projects can lead to problems.
See here especially the second bullit.

I wonder in how far they can enforce the license (how many ways are there to program a bubble sort ?) but I thought I mention it anyway.
Arachnotron is offline   Reply With Quote