Update LICENSE and include it in disk images

This commit is contained in:
Juhani Krekelä 2021-09-11 20:00:40 +03:00
parent 9a7e047d57
commit 2cab8ae6cf
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,5 @@
MS-DOS v1.25 and v2.0 Source Code
Copyright (c) Microsoft Corporation.
Copyright (c) 2021 Juhani 'nortti' Krekelä and Ordos contributors
All rights reserved.
MIT License.

View File

@ -12,6 +12,7 @@ ordos.img: BOOT.BIN IO.SYS ORDOS.SYS COMMAND.COM debug.com edlin.com exe2bin.exe
mcopy -i $@ exe2bin.exe ::
mcopy -i $@ link.exe ::
mcopy -i $@ masm.exe ::
mcopy -i $@ LICENSE ::
BOOT.BIN: boot.asm
$(DOSBOX) mk-boot.bat