set MIT license

This commit is contained in:
2025-07-15 10:53:39 -04:00
parent 9b9308c284
commit cced414ea3
2 changed files with 25 additions and 0 deletions

View File

@@ -9,3 +9,7 @@ The only dependency is `ncurses`. The makefile asks for `-lncursesw` but unicode
To build, run `make`. It will drop an executable named `bbs` in the current folder.
The makefile has the additional command `make run`, which just launches the program after compilation.
## License
The program is distributed under the MIT license. See the `LICENSE` file.