From 09f3817e34aa1d138451de54fb37fe3d0fec3af1 Mon Sep 17 00:00:00 2001 From: itsmesarthak <41490073+itsmesarthak@users.noreply.github.com> Date: Mon, 1 Oct 2018 14:31:45 +0530 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c1ebe0d..f07f09c 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ MS-DOS logo # MS-DOS v1.25 and v2.0 Source Code -This repo contains the original source-code and compiled binaries for MS-DOS 1.25 and MS-DOS 2.0. +This repo contains the original source-code and compiled binaries for MS-DOS v1.25 and MS-DOS v2.0. These are the same files [originally shared at the Computer History Museum on March 25th 2014]( http://www.computerhistory.org/atchm/microsoft-ms-dos-early-source-code/) and are being (re)published in this repo to make them easier to find, reference-to in external writing and works, and to allow exploration and experimentation for those interested in early PC Operating Systems. -# License -All files within this repo are released under the [MIT (OSI) License]( https://en.wikipedia.org/wiki/MIT_License) as per the [LICENSE file](https://githib.com/microsoft/msdos/license.txt) stored in the root of this repo. +# License: +All files within this repo are released under the [MIT (OSI) License]( https://en.wikipedia.org/wiki/MIT_License) as per the [LICENSE file](https://githib.com/microsoft/msdos/license.txt) which are stored in the root of this repo. # Contribute! The source files in this repo are for historical reference and will be kept static, so please don’t send Pull Requests suggesting any modifications to the source files, but feel free to fork this repo and experiment 😊.