aboutsummaryrefslogtreecommitdiff
path: root/COPYING (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use a new build system for everything, and revamp directories.Runxi Yu2024-08-061-1/+1
| | | | | | | | | | | Previously there was quite a bit of sed(1)'ing going on on each source file, and a bit of copying them to box_tmp. Now we use preprocessor directives instead, things should be much cleaner. And since it's a pain to prefix strings, move all programs out of subdirs. I've also clarified the Makefile system a bit. I'm unsure how to make standalone programs with POSIX Make, so currently we only generate fases-in-a-box.
* Add a main COPYING fileRunxi Yu2024-07-271-0/+11
|
* docs/: Finally add a license.Ferass 'Vitali64' EL HAFIDI2022-11-081-674/+0
| | | | | | | | The license used is a slightly-modified version of the FreeBSD Documentation permissive License, compatible with the GNU Free Documentation License. Signed-off-by: Ferass 'Vitali64' EL HAFIDI <vitali64pmemail@protonmail.com>
* [PATCH 34/57] Rename LICENSE to COPYINGLeah Rowe2022-06-241-0/+674
Also: re-download the same license text (GPLv3), but formatted to 80 characters max per line. Taken from here: https://www.gnu.org/licenses/gpl-3.0.txt