Skip to content

Commit

Permalink
licenses nightmare
Browse files Browse the repository at this point in the history
  • Loading branch information
zrafa committed Nov 19, 2023
1 parent 71c626f commit 24a46c0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
11 changes: 11 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@

draft license:

This project has three components:

1. XINU kernel.
2. XINU shell.
3. Third-party add-ons (extra applications and libs).

Each one with its own license. See the LICENSE.add-ons file for details
of specific licenses of each third-party add-on.

For 1. and 2. (XINU kernel and shell), the copyright license is:

Copyright (c) 2012, 2015 Douglas E. Comer and CRC Press, Inc.
All rights reserved.

Expand Down
6 changes: 6 additions & 0 deletions LICENSE.add-ons
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

vt100 https://github.com/mkschreder/avr-vt100
GPL license

microui https://github.com/rxi/microui
MIT license

0 comments on commit 24a46c0

Please sign in to comment.