Unverified Commit 5d5c872b authored by FavoritoHJS's avatar FavoritoHJS Committed by GitHub
Browse files

licenses: add Fraunhofer FDK AAC Codec Library

This license is used by the Fraunhofer FDK codec, which is currently
mislicensed to Apache 2.0.

Of course, this can't be corrected without having the proper license
available in lib.licenses can't it??

Thanks @trofi for noticing this has an SPDX ID.
parent 81aa88d4
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -481,6 +481,11 @@ in mkLicense lset) ({
    free = false;
  };

  fraunhofer-fdk = {
    fullName = "Fraunhofer FDK AAC Codec Library";
    spdxId = "FDK-AAC";
  };

  free = {
    fullName = "Unspecified free software license";
  };