diff --git a/http/middleware/middleware.go b/http/middleware/middleware.go index 0c090de..c472028 100644 --- a/http/middleware/middleware.go +++ b/http/middleware/middleware.go @@ -1,10 +1,13 @@ -// Copyright 2025 AJ ONeal (https://therootcompany.com) +// Authored in 2025 by AJ ONeal (https://therootcompany.com) // -// This Source Code Form is subject to the terms of the Mozilla Public -// License, v. 2.0. If a copy of the MPL was not distributed with this -// file, You can obtain one at https://mozilla.org/MPL/2.0/. +// To the extent possible under law, the author(s) have dedicated all copyright +// and related and neighboring rights to this software to the public domain +// worldwide. This software is distributed without any warranty. // -// SPDX-License-Identifier: MPL-2.0 +// You should have received a copy of the CC0 Public Domain Dedication along with +// this software. If not, see . +// +// SPDX-License-Identifier: CC0-1.0 package middleware