Add proper license to README

This commit is contained in:
Joshua Boniface 2023-09-01 15:41:54 -04:00
parent e1598f5895
commit f986431d2c
1 changed files with 17 additions and 0 deletions

View File

@ -11,3 +11,20 @@ Note that artifacts of the build (the LiveCD ISO, debootstrap directory, and squ
## Booting
The built ISO can be booted in either BIOS (traditional ISOLinux) or UEFI (Grub2) modes. It is strongly recommended to use the latter if the system supports it for maximum flexibility.
## License
Copyright (C) 2018-2019 Joshua M. Boniface <joshua@boniface.me>
This repository, and all contained files, is free software: you can
redistribute it and/or modify it under the terms of the GNU General
Public License as published by the Free Software Foundation, either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.