1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00

Add the Tix package management system.

This commit is contained in:
Jonas 'Sortie' Termansen 2013-03-26 12:40:43 +01:00
parent dce618af93
commit b0d07b9142
16 changed files with 4532 additions and 4 deletions

7
README
View file

@ -91,9 +91,10 @@ The build scripts might not contain a copyright license in which case they are
covered by the standard license for the software component they relate to.
Unless the license header in the source code states otherwise, the Sortix
kernel, the filesystem servers, the initrd tools, the utilities, the games, and
the benchmark programs are licensed under the GNU General Public License, either
version 3 or (at your option) any later version.
kernel, the filesystem servers, the initrd tools, the utilities, the games, the
benchmark programs, and the tix package management programs are licensed under
the GNU General Public License, either version 3 or (at your option) any later
version.
Unless the license header in the source code states otherwise, the libc library
and the libdispd library are licensed under the GNU Lesser General Public