From 9354c603800b1678f10f56036cbcd600a4331730 Mon Sep 17 00:00:00 2001 From: Fu Diwei Date: Tue, 17 Jun 2025 16:38:00 +0800 Subject: [PATCH] chore: edit LICENSE --- .github/workflows/release.yml | 2 +- .goreleaser.yml | 4 ++-- LICENSE.md => LICENSE | 1 + README.md | 2 +- README_EN.md | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) rename LICENSE.md => LICENSE (97%) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 49d57b0f..1342dad7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -179,7 +179,7 @@ jobs: tmpdir=$(mktemp -d) cp "$bin" "${tmpdir}/${entrypoint}" - cp ../README.md ../LICENSE.md ../CHANGELOG.md "$tmpdir" + cp ../LICENSE ../README.md ../CHANGELOG.md "$tmpdir" if [[ "$bin" == *".exe" ]]; then zip -j "${bin%.exe}.zip" "$tmpdir"/* diff --git a/.goreleaser.yml b/.goreleaser.yml index 56b92f4d..b131d4a3 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -41,9 +41,9 @@ archives: builds: [build_noncgo] format: "zip" files: - - CHANGELOG.md - - LICENSE.md + - LICENSE - README.md + - CHANGELOG.md checksum: name_template: "checksums.txt" diff --git a/LICENSE.md b/LICENSE similarity index 97% rename from LICENSE.md rename to LICENSE index 9262263d..4022eb9c 100644 --- a/LICENSE.md +++ b/LICENSE @@ -1,5 +1,6 @@ MIT License +Copyright (c) 2025 certimate-go Copyright (c) 2024 Yoan.Liu Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/README.md b/README.md index f2ab4d57..c5f28a27 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Certimate 旨在为用户提供一个安全、简便的 SSL 证书管理解决 ## 🤝 参与贡献 -Certimate 是一个免费且开源的项目,采用 [MIT License](./LICENSE.md)。你可以使用它做任何你想做的事,甚至把它当作一个付费服务提供给用户。 +Certimate 是一个免费且开源的项目,采用 [MIT License](./LICENSE)。你可以使用它做任何你想做的事,甚至把它当作一个付费服务提供给用户。 你可以通过以下方式来支持 Certimate 的开发: diff --git a/README_EN.md b/README_EN.md index 98e39287..0808c37e 100644 --- a/README_EN.md +++ b/README_EN.md @@ -80,7 +80,7 @@ Related articles: ## 🤝 Contributing -Certimate is a free and open-source project, licensed under the [MIT License](./LICENSE.md). You can use it for anything you want, even offering it as a paid service to users. +Certimate is a free and open-source project, licensed under the [MIT License](./LICENSE). You can use it for anything you want, even offering it as a paid service to users. You can support the development of Certimate in the following ways: