From 3c0479b03fea0d96df1273086a9637eaee9d0f16 Mon Sep 17 00:00:00 2001 From: Rowan Bohde Date: Wed, 1 May 2024 16:35:34 -0500 Subject: [PATCH] fix: lint --- internal/app/run/logging.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/internal/app/run/logging.go b/internal/app/run/logging.go index f97e9a6..d0e6d1c 100644 --- a/internal/app/run/logging.go +++ b/internal/app/run/logging.go @@ -1,3 +1,6 @@ +// Copyright 2024 The Gitea Authors. All rights reserved. +// SPDX-License-Identifier: MIT + package run import (