alsa-plugins: provide more precise licence information

The code is licenced under LGPL 2.1 or later with the follawing
exceptions:

- The maemo plugin is licenced under the older LGPL 2 (or later), and
- m4/attributes.m4 and usb_stream/usb_stream.h are marked as being
GPL 2 or later.

I assume that in most jurisdiction the inclusion of a single
GPL‐licenced header would not be sufficient to make the whole package
or even just the usb_stream plugin a derivative work, but I am not a
lawyer and think that it is best to expose precise licence information.

+7 -1
+7 -1
pkgs/by-name/al/alsa-plugins/package.nix
··· 39 39 meta = { 40 40 description = "Various plugins for ALSA"; 41 41 homepage = "http://alsa-project.org/"; 42 - license = lib.licenses.lgpl21; 42 + 43 + license = with lib.licenses; [ 44 + lgpl21Plus 45 + lgpl2Plus # maemo plugin 46 + gpl2Plus # attributes.m4 & usb_stream.h 47 + ]; 48 + 43 49 maintainers = [ lib.maintainers.marcweber ]; 44 50 platforms = lib.platforms.linux; 45 51 };