Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit87678a3

Browse files
committed
Updating template files
1 parent04a3d20 commit87678a3

File tree

4 files changed

+78
-16
lines changed

4 files changed

+78
-16
lines changed

‎LICENSE‎

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
MIT License
2+
3+
Copyright (c) Microsoft Corporation.
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE
22+

‎LICENSE.md‎

Lines changed: 0 additions & 12 deletions
This file was deleted.

‎README.md‎

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
1-
<imgwidth="150"height="150"align="left"style="float:left;margin:010px00;"alt="MS-DOS logo"src="https://github.com/Microsoft/MS-DOS/blob/master/msdos-logo.png">
1+
<imgwidth="150"height="150"align="left"style="float:left;margin:010px00;"alt="MS-DOS logo"src="https://github.com/Microsoft/MS-DOS/blob/main/msdos-logo.png">
22

33
#MS-DOS v1.25 and v2.0 Source Code
4+
45
This repo contains the original source-code and compiled binaries for MS-DOS v1.25 and MS-DOS v2.0.
56

67
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.
78

89
#License
9-
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://github.com/Microsoft/MS-DOS/blob/master/LICENSE.md) stored in the root of this repo.
10+
11+
All files within this repo are released under the[MIT License](https://en.wikipedia.org/wiki/MIT_License) as per the[LICENSE file](https://github.com/Microsoft/MS-DOS/blob/main/LICENSE) stored in the root of this repo.
1012

1113
#Contribute!
12-
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 😊.
1314

14-
If, however, you’d like to submit additional non-source content or modifications tonon-source files (e.g., this README), please submit via PR,andwe’ll review and consider.
15+
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 tothesource files, but feel free to fork this repoandexperiment 😊.
1516

1617
This project has adopted the[Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the[Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact[opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
18+
19+
#Trademarks
20+
21+
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft
22+
trademarks or logos is subject to and must follow
23+
[Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/legal/intellectualproperty/trademarks/usage/general).
24+
Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
25+
Any use of third-party trademarks or logos are subject to those third-party's policies.

‎SECURITY.md‎

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<!-- BEGIN MICROSOFT SECURITY.MD V0.0.9 BLOCK-->
2+
3+
##Security
4+
5+
Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include[Microsoft](https://github.com/Microsoft),[Azure](https://github.com/Azure),[DotNet](https://github.com/dotnet),[AspNet](https://github.com/aspnet) and[Xamarin](https://github.com/xamarin).
6+
7+
If you believe you have found a security vulnerability in any Microsoft-owned repository that meets[Microsoft's definition of a security vulnerability](https://aka.ms/security.md/definition), please report it to us as described below.
8+
9+
**Since MS-DOS is historical reference software, this file is in place as a template only.**
10+
11+
##Reporting Security Issues
12+
13+
**Please do not report security vulnerabilities through public GitHub issues.**
14+
15+
Instead, please report them to the Microsoft Security Response Center (MSRC) at[https://msrc.microsoft.com/create-report](https://aka.ms/security.md/msrc/create-report).
16+
17+
If you prefer to submit without logging in, send email to[secure@microsoft.com](mailto:secure@microsoft.com). If possible, encrypt your message with our PGP key; please download it from the[Microsoft Security Response Center PGP Key page](https://aka.ms/security.md/msrc/pgp).
18+
19+
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at[microsoft.com/msrc](https://www.microsoft.com/msrc).
20+
21+
Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:
22+
23+
* Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
24+
* Full paths of source file(s) related to the manifestation of the issue
25+
* The location of the affected source code (tag/branch/commit or direct URL)
26+
* Any special configuration required to reproduce the issue
27+
* Step-by-step instructions to reproduce the issue
28+
* Proof-of-concept or exploit code (if possible)
29+
* Impact of the issue, including how an attacker might exploit the issue
30+
31+
This information will help us triage your report more quickly.
32+
33+
If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our[Microsoft Bug Bounty Program](https://aka.ms/security.md/msrc/bounty) page for more details about our active programs.
34+
35+
##Preferred Languages
36+
37+
We prefer all communications to be in English.
38+
39+
##Policy
40+
41+
Microsoft follows the principle of[Coordinated Vulnerability Disclosure](https://aka.ms/security.md/cvd).
42+
43+
<!-- END MICROSOFT SECURITY.MD BLOCK-->

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp