Is it acceptable to use code from one project with a Mozilla Public License in another project, also with the same license?
The code I would like to use is some functions for alpha blending colors/pixels. I could re-write/re-implement the code, but that would require learning assembly. While not a bad thing, I would rather focus on higher level code and worry about assembly level code/optimizations when the code proves useful.