Hello, I'm currently making as a personal project a free online game and because of some of the limitations of some of SFML's classes, I just copy pasted some of the code(for example sf::String) and added features that are proper to my game.
In the sources, part of the "license" says:
2. Altered source versions must be plainly marked as such,
and must not be misrepresented as being the original software.
I really don't mind plainly marking that I modified SFML, but I'm pretty much the only one to read the sources of the game. I don't mind putting the logo of SFML in-game, in the menu or where-ever, but then how should I indicate its a modified version
?
Also, if it really doesn't matter, please tell me