Skip to content

Commit

Permalink
Mention GPL in the README (#41)
Browse files Browse the repository at this point in the history
Fixes #39.
  • Loading branch information
ararslan authored Sep 29, 2017
1 parent 16c27b0 commit 4fd9114
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ This package provides Julia bindings to the [FFTW](http://www.fftw.org/) library
fast Fourier transforms, as well as functionality useful for signal processing.
These functions were formerly a part of Base Julia.

The FFTW library will be downloaded on versions of Julia where it is no longer distributed
as part of Julia.
Note that FFTW is licensed under GPLv2 or higher (see
[its license file](http://www.fftw.org/doc/License-and-Copyright.html)), but the bindings
here are licensed under MIT.

[![Travis](https://travis-ci.org/JuliaMath/FFTW.jl.svg?branch=master)](https://travis-ci.org/JuliaMath/FFTW.jl)
[![AppVeyor](https://ci.appveyor.com/api/projects/status/hofbdbyt287qn49s/branch/master?svg=true)](https://ci.appveyor.com/project/ararslan/fftw-jl/branch/master)
[![Coveralls](https://coveralls.io/repos/github/JuliaMath/FFTW.jl/badge.svg?branch=master)](https://coveralls.io/github/JuliaMath/FFTW.jl?branch=master)
Expand Down

0 comments on commit 4fd9114

Please sign in to comment.