forked from microsoft/MS-DOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request microsoft#103 from y-tsubuku/feature/add_readme_ja
Translated README to Japanese
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<img width="150" height="150" align="left" style="float: left; margin: 0 10px 0 0;" alt="MS-DOS logo" src="https://github.com/Microsoft/MS-DOS/blob/master/msdos-logo.png"> | ||
|
||
# MS-DOS v1.2 及び v2.0 のソースコード | ||
このリポジトリは、MS-DOS v1.25 及び MS-DOS v2.0 のオリジナルのソースコード及びコンパイルされたバイナリを含んでいます。 | ||
|
||
これらは、[元々、コンピューター歴史博物館に2014年3月25日に公開されたもの]( http://www.computerhistory.org/atchm/microsoft-ms-dos-early-source-code/)と同じであり、見つけやすいよう、外部の書物や作品に参照されやすいよう、そして初期のOSに興味を持つ人々に調査や実験を許可するよう、こちらのリポジトリに(再)公開されました。 | ||
|
||
# ライセンス | ||
このリポジトリのすべてのファイルは、このリポジトリの最上層にある[LICENSE file](https://github.com/Microsoft/MS-DOS/blob/master/LICENSE.md) にあるように [MIT (OSI) ライセンス]( https://en.wikipedia.org/wiki/MIT_License)のもとリリースされています。 | ||
|
||
# コントリビュート! | ||
このリポジトリのソースコードは歴史的な参考文献であり、変更されるものではありませんので、ソースコードを変更するようなプルリクエストは**送らないで下さい**。しかし、このリポジトリをforkして実験することは構いません😊 | ||
|
||
しかしながら、もしソースコードではないコンテンツ(例:このREADMEのような)の追加やファイルの変更を送信して下さるなら、PRを介して送信して頂ければ我々はレビューし、熟考します。 | ||
|
||
このプロジェクトは [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/)に適合しています。詳しくは、[Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)を見るか、追加の質問やコメントは[opencode@microsoft.com](mailto:opencode@microsoft.com)にお送り下さい。 |