feat(创建项目): Apache License 2.0协议开源

This commit is contained in:
2025-12-29 21:50:54 +08:00
parent d690eef6b7
commit 9f14eec058
5 changed files with 16 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
.idea/
.vscode/
.devcontainer/
+1 -1
View File
@@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier same "printed page" as the copyright notice for easier
identification within third-party archives. identification within third-party archives.
Copyright [yyyy] [name of copyright owner] Copyright 2025 肖其顿 (XIAO QI DUN)
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
+5
View File
@@ -0,0 +1,5 @@
OFDGo
Copyright 2025 肖其顿 (XIAO QI DUN)
This product includes software developed by
肖其顿 (XIAO QI DUN) (https://github.com/xiaoqidun/ofdgo).
+4 -1
View File
@@ -1,2 +1,5 @@
# ofdgo # OFDGo
首款原生、全平台兼容的纯 Go 语言 OFD 渲染库 首款原生、全平台兼容的纯 Go 语言 OFD 渲染库
# 授权协议
本项目使用 [Apache License 2.0](https://github.com/xiaoqidun/ofdgo/blob/main/LICENSE) 授权协议
+3
View File
@@ -0,0 +1,3 @@
module github.com/xiaoqidun/ofdgo
go 1.25.5