Rémi Verschelde
Rémi Verschelde
There's no such thing as "free" if it doesn't have a license that says under what terms you are free to use things. Unless mentioned otherwise, the free of charge...
I wouldn't make any assumption without knowing what exact license terms apply to the original files. But the Miniml license does not allow derivative works (see (2)), which a bitmap...
It would be simpler to just look for an alternative free font IMO :) Low res pixel art fonts are all over the Internet.
e.g. http://www.fontspace.com/codeman38/press-start-2p More linked here: https://onextrapixel.com/25-free-pixel-perfect-fonts-for-8-bit-designs/ Or a google search for "8 px bitmap font" or "8 bit font" - just being careful to check the license terms for the...
What dimensions do you need exactly?
Yes, as I mentioned if your dev workflow requires those to be real git clones (or symlinks to git clones) instead of submodules, it's a valid reason to reject this...
I would also look forward to having HoloIRC on F-Droid.
I finally got to testing this PR. It doesn't seem to work as I would expect it with `--ignore-uninitialized-submodules`: ``` $ git clone https://github.com/hrydgard/ppsspp $ cd ppsspp $ git checkout...
The `--exclude` option does seem to work on the other hand: ``` $ git archive-all --exclude dx9sdk --exclude ext/rapidjson --exclude ffmpeg --exclude pspautotests --prefix=ppsspp-1.7.5/ ppsspp-1.7.5.tar.gz $ ls -l ppsspp-1.7.5.tar.gz -rw-r--r--...
That would work for me too.