From ded75c6f7a08b358eaa083e03db4efe79f36e904 Mon Sep 17 00:00:00 2001 From: "Gustavo L de Mello (Guz)" Date: Tue, 7 Jan 2025 18:44:51 -0300 Subject: [PATCH] chore(blogo,gitea): add reference to the official Gitea Go SDK --- blogo/gitea/client.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/blogo/gitea/client.go b/blogo/gitea/client.go index c507952..3ddc361 100644 --- a/blogo/gitea/client.go +++ b/blogo/gitea/client.go @@ -24,6 +24,10 @@ // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN // THE SOFTWARE. +// Sections of the contents of this file were sourced from the official Gitea SDK for Go, +// which can be found at https://gitea.com/gitea/go-sdk and is licensed under a MIT-style +// licensed stated at the start of this file. + package gitea import (