1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
This is a Debian prepackaged version of aalib.
This package was put together by Joey Hess <joeyh@debian.org>, using
sources from:
http://aa-project.sourceforge.net/aalib
* AA-lib, an ascii-art gfx library
* Copyright (C) 1998,1999,2001 by
*
* Jan Hubicka (hubicka@freesoft.cz)
* Kamil Toman (toman@artax.karlin.mff.cuni.cz)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as published
* by the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
On Debian systems, the complete text of the GNU Library (now Lesser) public
license can be found in the file /usr/share/common-licenses/LGPL
One file of aalib is under the following copyright:
/* Raw keyboard mode driver for linux console by Jan Hubicka.
* This driver is based on:
* librawkey v0.21 - (c) 1994, 1995 Russell Marks
* This library may be freely used/copied/modified provided this copyright
* notice is left intact.
|