diff options
Diffstat (limited to 'modules/cache/cache_redis.go')
-rw-r--r-- | modules/cache/cache_redis.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/cache/cache_redis.go b/modules/cache/cache_redis.go index 7bb71f08ce..8e056ff2ec 100644 --- a/modules/cache/cache_redis.go +++ b/modules/cache/cache_redis.go @@ -1,6 +1,5 @@ // Copyright 2020 The Gitea Authors. All rights reserved. -// Use of this source code is governed by a MIT-style -// license that can be found in the LICENSE file. +// SPDX-License-Identifier: MIT package cache |