mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-21 17:35:20 +01:00
Add build scripts for embedded (netboot) edition
This commit is contained in:
parent
71754dd164
commit
25947fc199
223 changed files with 32637 additions and 1 deletions
|
@ -0,0 +1,24 @@
|
|||
|
||||
The project util-linux doesn't use the same license for all of the code.
|
||||
There is code under:
|
||||
|
||||
* GPL-3.0-or-later - GNU General Public License version 3, or any later version
|
||||
|
||||
* GPL-2.0-or-later - GNU General Public License version 2, or any later version
|
||||
|
||||
* GPL-2.0 - GNU General Public License version 2
|
||||
|
||||
* LGPL-2.1-or-later - GNU Lesser General Public License 2.1 or any later version
|
||||
|
||||
* BSD-3-Clause - BSD 3-Clause "New" or "Revised" License
|
||||
|
||||
* BSD-4-Clause-UC - BSD 4-Clause University of California-Specific
|
||||
|
||||
* Public Domain
|
||||
|
||||
Please, check the source code for more details. A license is usually at the start
|
||||
of each source file.
|
||||
|
||||
The ./COPYING file (GPL-2.0-or-later) is the default license for code without
|
||||
an explicitly defined license.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue