Skip to content

Commit d4b7a8b

Browse files
committed
docs(readme): 更正许可证为 Apache 2.0 并更新链接
移除 MIT 双许可证描述,统一为 Apache License 2.0, 链接从 LICENSE 更新为 LICENSE.md
1 parent 5a5f754 commit d4b7a8b

5 files changed

Lines changed: 15 additions & 15 deletions

File tree

README.ja.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# GameFrameX Server
66

77
[![.NET](https://img.shields.io/badge/.NET-10.0-purple.svg)](https://dotnet.microsoft.com)
8-
[![License](https://img.shields.io/badge/license-MIT+Apache%202.0-orange.svg)](LICENSE)
8+
[![License](https://img.shields.io/badge/license-Apache%202.0-orange.svg)](LICENSE.md)
99
[![Documentation](https://img.shields.io/badge/docs-gameframex.doc.alianblank.com-brightgreen.svg)](https://gameframex.doc.alianblank.com)
1010

1111
インディゲーム開発者向けオールインワンソリューション · インディ開発者の夢を支援
@@ -168,7 +168,7 @@ Server_main/
168168
├── Server.sln # Visual Studio ソリューション
169169
├── Dockerfile # Docker マルチステージビルド
170170
├── docker-compose.yml # Docker Compose オーケストレーション
171-
└── LICENSE # MIT + Apache 2.0 デュアルライセンス
171+
└── LICENSE.md # Apache License 2.0
172172
```
173173

174174
## 使用例
@@ -496,4 +496,4 @@ docker-compose up --build
496496

497497
## ライセンス
498498

499-
このプロジェクトは [MIT ライセンス](https://opensource.org/licenses/MIT)および [Apache ライセンス 2.0](https://www.apache.org/licenses/LICENSE-2.0) のデュアルライセンスです。詳細は [LICENSE](LICENSE) ファイルをご覧ください。
499+
このプロジェクトは [Apache ライセンス 2.0](https://www.apache.org/licenses/LICENSE-2.0) のもとで公開されています。詳細は [LICENSE.md](LICENSE.md) ファイルをご覧ください。

README.ko.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# GameFrameX Server
66

77
[![.NET](https://img.shields.io/badge/.NET-10.0-purple.svg)](https://dotnet.microsoft.com)
8-
[![License](https://img.shields.io/badge/license-MIT+Apache%202.0-orange.svg)](LICENSE)
8+
[![License](https://img.shields.io/badge/license-Apache%202.0-orange.svg)](LICENSE.md)
99
[![Documentation](https://img.shields.io/badge/docs-gameframex.doc.alianblank.com-brightgreen.svg)](https://gameframex.doc.alianblank.com)
1010

1111
**인디 게임 개발자를 위한 올인원 솔루션 · 인디 개발자의 꿈을 실현**
@@ -168,7 +168,7 @@ Server_main/
168168
├── Server.sln # Visual Studio 솔루션
169169
├── Dockerfile # Docker 다단계 빌드
170170
├── docker-compose.yml # Docker Compose 오케스트레이션
171-
└── LICENSE # MIT + Apache 2.0 듀얼 라이선스
171+
└── LICENSE.md # Apache License 2.0
172172
```
173173

174174
## 사용 예시
@@ -496,4 +496,4 @@ docker-compose up --build
496496

497497
## 라이선스
498498

499-
이 프로젝트는 [MIT 라이선스](https://opensource.org/licenses/MIT)[Apache 라이선스 2.0](https://www.apache.org/licenses/LICENSE-2.0)의 듀얼 라이선스를 따릅니다. 자세한 내용은 [LICENSE](LICENSE) 파일을 참조하십시오.
499+
이 프로젝트는 [Apache 라이선스 2.0](https://www.apache.org/licenses/LICENSE-2.0)따릅니다. 자세한 내용은 [LICENSE.md](LICENSE.md) 파일을 참조하십시오.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# GameFrameX Server
66

77
[![.NET](https://img.shields.io/badge/.NET-10.0-purple.svg)](https://dotnet.microsoft.com)
8-
[![License](https://img.shields.io/badge/license-MIT+Apache%202.0-orange.svg)](LICENSE)
8+
[![License](https://img.shields.io/badge/license-Apache%202.0-orange.svg)](LICENSE.md)
99
[![Documentation](https://img.shields.io/badge/docs-gameframex.doc.alianblank.com-brightgreen.svg)](https://gameframex.doc.alianblank.com)
1010

1111
**All-in-One Solution for Indie Game Development · Empowering Indie Developers' Dreams**
@@ -168,7 +168,7 @@ Server_main/
168168
├── Server.sln # Visual Studio solution
169169
├── Dockerfile # Docker multi-stage build
170170
├── docker-compose.yml # Docker Compose orchestration
171-
└── LICENSE # MIT + Apache 2.0 dual license
171+
└── LICENSE.md # Apache License 2.0
172172
```
173173

174174
## Usage Examples
@@ -496,4 +496,4 @@ Message IDs are calculated by module ID shift: `(moduleId << 16) + seqId`
496496

497497
## License
498498

499-
This project is dual-licensed under the [MIT License](https://opensource.org/licenses/MIT) and [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). See the [LICENSE](LICENSE) file for details.
499+
This project is licensed under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). See the [LICENSE.md](LICENSE.md) file for details.

README.zh-CN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# GameFrameX Server
66

77
[![.NET](https://img.shields.io/badge/.NET-10.0-purple.svg)](https://dotnet.microsoft.com)
8-
[![License](https://img.shields.io/badge/license-MIT+Apache%202.0-orange.svg)](LICENSE)
8+
[![License](https://img.shields.io/badge/license-Apache%202.0-orange.svg)](LICENSE.md)
99
[![Documentation](https://img.shields.io/badge/docs-gameframex.doc.alianblank.com-brightgreen.svg)](https://gameframex.doc.alianblank.com)
1010

1111
**独立游戏前后端一体化解决方案 · 独立游戏开发者的圆梦大使**
@@ -168,7 +168,7 @@ Server_main/
168168
├── Server.sln # Visual Studio 解决方案
169169
├── Dockerfile # Docker 多阶段构建
170170
├── docker-compose.yml # Docker Compose 编排
171-
└── LICENSE # MIT + Apache 2.0 双许可证
171+
└── LICENSE.md # Apache License 2.0
172172
```
173173

174174
## 使用示例
@@ -494,4 +494,4 @@ docker-compose up --build
494494

495495
## 开源协议
496496

497-
本项目采用 [MIT License](https://opensource.org/licenses/MIT)[Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) 双许可证分发。详见 [LICENSE](LICENSE) 文件。
497+
本项目采用 [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) 分发。详见 [LICENSE.md](LICENSE.md) 文件。

README.zh-TW.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# GameFrameX Server
66

77
[![.NET](https://img.shields.io/badge/.NET-10.0-purple.svg)](https://dotnet.microsoft.com)
8-
[![License](https://img.shields.io/badge/license-MIT+Apache%202.0-orange.svg)](LICENSE)
8+
[![License](https://img.shields.io/badge/license-Apache%202.0-orange.svg)](LICENSE.md)
99
[![Documentation](https://img.shields.io/badge/docs-gameframex.doc.alianblank.com-brightgreen.svg)](https://gameframex.doc.alianblank.com)
1010

1111
**獨立遊戲前後端一體化解決方案 · 獨立遊戲開發者的圓夢大使**
@@ -168,7 +168,7 @@ Server_main/
168168
├── Server.sln # Visual Studio 解決方案
169169
├── Dockerfile # Docker 多階段建置
170170
├── docker-compose.yml # Docker Compose 編排
171-
└── LICENSE # MIT + Apache 2.0 雙授權條款
171+
└── LICENSE.md # Apache License 2.0
172172
```
173173

174174
## 使用範例
@@ -494,4 +494,4 @@ docker-compose up --build
494494

495495
## 開源協議
496496

497-
本專案採用 [MIT License](https://opensource.org/licenses/MIT)[Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) 雙授權條款分發。詳見 [LICENSE](LICENSE) 檔案。
497+
本專案採用 [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) 分發。詳見 [LICENSE.md](LICENSE.md) 檔案。

0 commit comments

Comments
 (0)