diff --git a/LICENSE.md b/LICENSE.md index 9cad21f171..63f5ceeab5 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2026 gitcaddy +Copyright (c) 2026 GitCaddy Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including diff --git a/public/assets/licenses.txt b/public/assets/licenses.txt index dbe8ac5409..2f119d5a5c 100644 --- a/public/assets/licenses.txt +++ b/public/assets/licenses.txt @@ -1,6 +1,6 @@ -------------------------------------------------------------------------------- GitCaddy Server - Third Party Licenses -Copyright (c) 2024-2026 MarketAlly Inc. +Copyright (c) 2010-2026 MarketAlly Inc. https://marketally.com GitCaddy is built on Gitea (https://gitea.com) and includes the following diff --git a/routers/web/admin/config.go b/routers/web/admin/config.go index 50e0c738c2..48bf986ef6 100644 --- a/routers/web/admin/config.go +++ b/routers/web/admin/config.go @@ -253,7 +253,7 @@ func ChangeConfig(ctx *context.Context) { cfg.Theme.BlogsInTopNav.DynKey(): marshalBool, cfg.Theme.ShowFooterPoweredBy.DynKey(): marshalBool, cfg.Theme.ShowFooterLicenses.DynKey(): marshalBool, - cfg.Theme.ShowFooterAPI.DynKey(): marshalBool, + cfg.Theme.ShowFooterAPI.DynKey(): marshalBool, } _ = ctx.Req.ParseForm()