···97 # Some of the libmathdx routines were written by or derived
98 # from code written by Meta Platforms, Inc. and affiliates and
99 # are subject to the BSD License.
100- bsd
00000101 ];
102 platforms = with lib.platforms; linux ++ [ "x86_64-windows" ];
103 maintainers = with lib.maintainers; [ yzx9 ];
···97 # Some of the libmathdx routines were written by or derived
98 # from code written by Meta Platforms, Inc. and affiliates and
99 # are subject to the BSD License.
100+ bsd3
101+102+ # Some of the libmathdx routines were written by or derived from
103+ # code written by Victor Zverovich and are subject to the following
104+ # license:
105+ mit
106 ];
107 platforms = with lib.platforms; linux ++ [ "x86_64-windows" ];
108 maintainers = with lib.maintainers; [ yzx9 ];