diff options
| author | marco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2011-01-21 15:07:44 +0000 |
|---|---|---|
| committer | marco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2011-01-21 15:07:44 +0000 |
| commit | e8a0bfe320280f78371aa3c52c50656c971a284c (patch) | |
| tree | 7a5ec4a11afe912472ab973d50753f5161290f49 /packages/fftw | |
| parent | aa266a0604b4b91380e2f0fae0a86337a94212ee (diff) | |
| download | fpc-e8a0bfe320280f78371aa3c52c50656c971a284c.tar.gz | |
* adapted FFTW licensing. This is a GPL lib, not MIT.
It is _made_ by MIT, and commercially marketed by MIT, it is not MIT _licensed_
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16798 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/fftw')
| -rw-r--r-- | packages/fftw/fpmake.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/fftw/fpmake.pp b/packages/fftw/fpmake.pp index 576d0415a2..06c8f24fe1 100644 --- a/packages/fftw/fpmake.pp +++ b/packages/fftw/fpmake.pp @@ -20,7 +20,7 @@ begin P.Version:='2.2.2-0'; P.Author := 'Library: Matteo Frigo and Steven G. Johnson, header: Daniel Mantione'; - P.License := 'Library: MIT, header: LGPL with modification, '; + P.License := 'Library: GPL or commercial, header: LGPL with modification, '; P.HomepageURL := 'www.freepascal.org'; P.Email := ''; P.Description := 'Library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and complex data'; |
