From 8d17ea2ed92223b12d30fd7b378f940303f57e9e Mon Sep 17 00:00:00 2001 From: "Gustavo L de Mello (Guz)" Date: Tue, 7 Jan 2025 18:32:41 -0300 Subject: [PATCH] chore(blogo,forgejo): improve wording of copyright notices --- blogo/README.md | 2 +- blogo/forgejo/client.go | 21 ++++++--------------- 2 files changed, 7 insertions(+), 16 deletions(-) diff --git a/blogo/README.md b/blogo/README.md index c5d214d..4272aa4 100644 --- a/blogo/README.md +++ b/blogo/README.md @@ -6,7 +6,7 @@ ## License © 2025-present Gustavo "Guz" L de Mello -© 2025-present Lored.dev +© 2025-present The Lored.dev Contributors Licensed under the Apache License, Version 2.0 (the "License"), unless otherwise explicitly noted. You may obtain a copy of the License at [LICENSE](./LICENSE) or diff --git a/blogo/forgejo/client.go b/blogo/forgejo/client.go index 5600423..ebe2d3c 100644 --- a/blogo/forgejo/client.go +++ b/blogo/forgejo/client.go @@ -1,14 +1,8 @@ -package forgejo - -// Contents of this file are heavily sourced from the official Gitea SDK for Go, -// (available at https://gitea.com/gitea/go-sdk). These contents are licensed under -// the terms of the MIT license, which a copy can be found at https://opensource.org/license/mit, -// https://spdx.org/licenses/MIT.html, and stated below: +// By contributing to or using this source code, you agree with the terms of the +// MIT-style licensed that can be found below: // -// --- Start of MIT license --- -// -// Copyright (c) 2025 Gustavo "Guz" L. de Mello -// Copyright (c) 2025 Lored.dev +// Copyright (c) 2025-present Gustavo "Guz" L. de Mello +// Copyright (c) 2025-present The Lored.dev Contributors // Copyright (c) 2016 The Gitea Authors // Copyright (c) 2014 The Gogs Authors // @@ -29,11 +23,8 @@ package forgejo // 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. -// -// --- End of MIT license --- -// -// By contributing to this file, you agree with the terms listed in this file's -// License. + +package forgejo import ( "encoding/json"