This may be an ignorant question, so I apologise if it is.
SFML is under the zlib license, which is great.
However, even when I statically build and link SFML to use the .lib instead of the .dll, it still depends on using the openal.dll file. I'm aware that openal does not fall under the zlib license, so does SFML then fall under both licenses?
I'm also finding various licenses on openal that don't seem to be consisted. Some sources like the wiki saying it's proprietary, while forum post suggests it's LGPL.
The above question is mostly out of curiosity.
Part 2 of my question:
Is it still okay to use SFML unmodified in my commercial project that I will sell?