From d9ab187078e28e9b129424edffbc288359d949ec Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Sun, 4 Dec 2022 00:19:29 -0500 Subject: [PATCH] update license header --- models/migrations/v160.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/models/migrations/v160.go b/models/migrations/v160.go index 82cc528bb9c..5897cb27141 100644 --- a/models/migrations/v160.go +++ b/models/migrations/v160.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. +// Copyright 2022 The Gitea Authors. All rights reserved. +// SPDX-License-Identifier: MIT package migrations