feat(实现项目): 明确授权

This commit is contained in:
2025-12-13 21:16:02 +08:00
parent 3545f63bfd
commit 58532ee3e3
4 changed files with 22 additions and 1 deletions

5
.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
.idea/
.vscode/
.devcontainer/
*_test.go
*~

View File

@@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright [yyyy] [name of copyright owner]
Copyright 2025 肖其顿
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.

13
NOTICE Normal file
View File

@@ -0,0 +1,13 @@
Copyright 2025 肖其顿
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

3
go.mod Normal file
View File

@@ -0,0 +1,3 @@
module github.com/xiaoqidun/aukit
go 1.25.5