You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
the libemu library contains embedded libdasm library. There are 2 known issues about that:
obsolete version
the version of the libdasm library embedded in libemu is obsolete version 1.4 ... should be updated.
ambiguous licensing
There are some legal concerns, about the code od libdasm.h libdasm.c.
Readme of the original libdasm claims this code is in public domain, but that file is not included in the embedding to libemu.
There is in contradiction with the original public domain claim and the copyright mark (c) in the code itself. On one hand it is claiming it is "public domain" on the other hand there is copyright notice in the code without any specification of the license - which by many jurisdictions means actually that the code takes all the protections granted by the legislation to protect intellectual properties.
Personally I believe it would be best to unbundle and depend on the system library of libdasm.
Michal Ambroz
The text was updated successfully, but these errors were encountered:
Hello,
the libemu library contains embedded libdasm library. There are 2 known issues about that:
obsolete version
the version of the libdasm library embedded in libemu is obsolete version 1.4 ... should be updated.
ambiguous licensing
There are some legal concerns, about the code od libdasm.h libdasm.c.
Readme of the original libdasm claims this code is in public domain, but that file is not included in the embedding to libemu.
There is in contradiction with the original public domain claim and the copyright mark (c) in the code itself. On one hand it is claiming it is "public domain" on the other hand there is copyright notice in the code without any specification of the license - which by many jurisdictions means actually that the code takes all the protections granted by the legislation to protect intellectual properties.
Personally I believe it would be best to unbundle and depend on the system library of libdasm.
Michal Ambroz
The text was updated successfully, but these errors were encountered: