summary refs log tree commit diff
path: root/pkgs/development/libraries/libsamplerate
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2017-04-29 12:34:11 +0200
committerMichael Raskin <7c6f434c@mail.ru>2017-04-29 12:34:11 +0200
commit316d0ff7c7711849aee3b10a8d45d21f0cba9c57 (patch)
tree0f1e562a37469034663161157aa55f34b6baa759 /pkgs/development/libraries/libsamplerate
parentadadf7e5cea97a05f798d701506477df03631782 (diff)
downloadnixlib-316d0ff7c7711849aee3b10a8d45d21f0cba9c57.tar
nixlib-316d0ff7c7711849aee3b10a8d45d21f0cba9c57.tar.gz
nixlib-316d0ff7c7711849aee3b10a8d45d21f0cba9c57.tar.bz2
nixlib-316d0ff7c7711849aee3b10a8d45d21f0cba9c57.tar.lz
nixlib-316d0ff7c7711849aee3b10a8d45d21f0cba9c57.tar.xz
nixlib-316d0ff7c7711849aee3b10a8d45d21f0cba9c57.tar.zst
nixlib-316d0ff7c7711849aee3b10a8d45d21f0cba9c57.zip
libsamplerate: update license information (in effect since 0.1.9)
Diffstat (limited to 'pkgs/development/libraries/libsamplerate')
-rw-r--r--pkgs/development/libraries/libsamplerate/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/development/libraries/libsamplerate/default.nix b/pkgs/development/libraries/libsamplerate/default.nix
index 612dc72cdaf2..6dff8ebc8a1f 100644
--- a/pkgs/development/libraries/libsamplerate/default.nix
+++ b/pkgs/development/libraries/libsamplerate/default.nix
@@ -30,10 +30,7 @@ in stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "Sample Rate Converter for audio";
     homepage    = http://www.mega-nerd.com/SRC/index.html;
-    # you can choose one of the following licenses:
-    # GPL or a commercial-use license (available at
-    # http://www.mega-nerd.com/SRC/libsamplerate-cul.pdf)
-    license     = with licenses; [ gpl3.shortName unfree ];
+    license     = licenses.bsd2;
     maintainers = with maintainers; [ lovek323 wkennington ];
     platforms   = platforms.all;
   };