diff options
author | Ted Kotz <ted@kotz.us> | 2012-08-25 15:49:44 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@googlemail.com> | 2012-08-25 17:04:51 +0200 |
commit | 4788267a9cf4eb5c88915984091a74d52b6ae5c6 (patch) | |
tree | 28a637d4236b956ba4eb6172cea150a9dfc620e6 /COPYING | |
parent | e9b523c3f14834022332f0888d44fb93399329a3 (diff) |
text: font: add unifont backend
This adds a new Unifont font-backend based on the recently added Unifont
data. The backend is disabled by default for 2 reasons:
- It takes about 5min to compile and needs >1GB of memory on an Intel
Atom N450
- License situation is unclear as it is GPL
Written-by: Ted Kotz <ted@kotz.us>
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Diffstat (limited to 'COPYING')
-rw-r--r-- | COPYING | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -3,6 +3,7 @@ This software was written by: David Herrmann <dh.herrmann@googlemail.com> Ran Benita <ran234@gmail.com> + Ted Kotz <ted@kotz.us> = Copyright Notice = @@ -145,3 +146,10 @@ The "solarized" color palettes in vte.c are from: LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +The Unifont-Font is from http://unifoundry.com/unifont.html and licensed under +the terms of the GNU GPL. So if you enable this font backend, then kmscon will +also be released under the terms of the GNU GPL. Copyrights are: + + Copyright 1998-2008 Roman Czyborra + Copyright 1998-2008 Paul Hardy |