chore(blogo,forgejo): improve wording of copyright notices

This commit is contained in:
Guz
2025-01-07 18:32:41 -03:00
parent 9b18c4201c
commit 8d17ea2ed9
2 changed files with 7 additions and 16 deletions

View File

@@ -6,7 +6,7 @@
## License ## License
© 2025-present Gustavo "Guz" L de Mello © 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 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 explicitly noted. You may obtain a copy of the License at [LICENSE](./LICENSE) or

View File

@@ -1,14 +1,8 @@
package forgejo // By contributing to or using this source code, you agree with the terms of the
// MIT-style licensed that can be found below:
// 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:
// //
// --- Start of MIT license --- // Copyright (c) 2025-present Gustavo "Guz" L. de Mello
// // Copyright (c) 2025-present The Lored.dev Contributors
// Copyright (c) 2025 Gustavo "Guz" L. de Mello
// Copyright (c) 2025 Lored.dev
// Copyright (c) 2016 The Gitea Authors // Copyright (c) 2016 The Gitea Authors
// Copyright (c) 2014 The Gogs 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, // 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 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE. // THE SOFTWARE.
//
// --- End of MIT license --- package forgejo
//
// By contributing to this file, you agree with the terms listed in this file's
// License.
import ( import (
"encoding/json" "encoding/json"