Browse Source

* 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: trunk@16798 -

marco 14 years ago
parent
commit
ba4cb62544
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fftw/fpmake.pp

+ 1 - 1
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';