From 41032137ea9919d8c51cd7a13432e36fcd081abb Mon Sep 17 00:00:00 2001 From: Kwonunn Date: Sun, 24 Nov 2024 21:56:08 +0100 Subject: [PATCH] add copyright notice --- act/cacheproxy/handler.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/act/cacheproxy/handler.go b/act/cacheproxy/handler.go index 49ef88ba..da0b838c 100644 --- a/act/cacheproxy/handler.go +++ b/act/cacheproxy/handler.go @@ -1,3 +1,6 @@ +// Copyright 2024 The Forgejo Authors. All rights reserved. +// SPDX-License-Identifier: MIT + package cacheproxy import (