diff options
author | Philip Balister <philip@balister.org> | 2009-06-22 09:20:46 -0400 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2009-06-22 09:21:20 -0400 |
commit | 039c7a332f66e06d450c307ce011170992020978 (patch) | |
tree | 79a325fd941746d87bfa383c26e712e95cca932a /recipes/gnuradio | |
parent | f5a0d86c80ff3daf16402a51930027ee762d9fd8 (diff) |
gnuradio.inc : GNU Radio is GPLv3. Update LICENSE.
Diffstat (limited to 'recipes/gnuradio')
-rw-r--r-- | recipes/gnuradio/gnuradio.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gnuradio/gnuradio.inc b/recipes/gnuradio/gnuradio.inc index 85fd5a16b6..80536e7f86 100644 --- a/recipes/gnuradio/gnuradio.inc +++ b/recipes/gnuradio/gnuradio.inc @@ -1,7 +1,7 @@ DESCRIPTION = "GNU Radio" SECTION = "apps" PRIORITY = "optional" -LICENSE = "GPL" +LICENSE = "GPLv3" DEPENDS = "libusb guile-native fftwf python virtual/libsdl alsa-lib jack boost cppunit sdcc-native swig-native python-numpy" INC_PR = "r7" |