# Dual License / 雙授權

This project uses a dual-license model:

本專案採用雙授權模式：

---

## Documentation (*.md files) - CC BY 4.0

All documentation files (Markdown files) are licensed under the Creative Commons Attribution 4.0 International License.

所有文件檔案（Markdown 檔案）採用 Creative Commons 姓名標示 4.0 國際授權條款。

### You are free to:

- **Share** — copy and redistribute the material in any medium or format for any purpose, even commercially.
- **Adapt** — remix, transform, and build upon the material for any purpose, even commercially.

### Under the following terms:

- **Attribution** — You must give appropriate credit, provide a link to the license, and indicate if changes were made.

Full license: https://creativecommons.org/licenses/by/4.0/legalcode

---

## Code (*.sh, *.js, etc.) - MIT License

All code files (scripts, configuration files) are licensed under the MIT License.

所有程式碼檔案（腳本、設定檔）採用 MIT 授權條款。

```
MIT License

Copyright (c) 2025 AsiaOstrich

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```

---

## Summary / 摘要

| Content Type | License | Files |
|-------------|---------|-------|
| Documentation | CC BY 4.0 | `*.md`, `skills/**/*.md` |
| Code | MIT | `*.sh`, `*.js`, etc. |

| 內容類型 | 授權 | 檔案 |
|---------|------|------|
| 文件 | CC BY 4.0 | `*.md`, `skills/**/*.md` |
| 程式碼 | MIT | `*.sh`, `*.js` 等 |
