summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Rich Turner2018-10-01 11:04:25 -0700
committerGravatar GitHub2018-10-01 11:04:25 -0700
commit3050b500e96a1f119ea4c5c403e5f716d3819471 (patch)
tree1fe5d4d386ec38c24ddb55d5f10ca426bcbc8ca8
parentMS-DOS v2.0 Release (diff)
parentFix the license link (diff)
downloadms-dos-3050b500e96a1f119ea4c5c403e5f716d3819471.tar.gz
ms-dos-3050b500e96a1f119ea4c5c403e5f716d3819471.tar.xz
ms-dos-3050b500e96a1f119ea4c5c403e5f716d3819471.zip
Merge pull request #6 from notnownikki/master
Fix the license link
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c1ebe0d..7c360fb 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ This repo contains the original source-code and compiled binaries for MS-DOS 1.2
6These 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. 6These 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.
7 7
8# License 8# License
9All 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. 9All files within this repo are released under the [MIT (OSI) License]( https://en.wikipedia.org/wiki/MIT_License) as per the [LICENSE file](https://github.com/Microsoft/MS-DOS/blob/master/LICENSE.md) stored in the root of this repo.
10 10
11# Contribute! 11# Contribute!
12The 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 😊. 12The 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 😊.