From baadb51445b1d990f72a37b0ef7575f5ed72824a Mon Sep 17 00:00:00 2001 From: John Olheiser Date: Sun, 5 Apr 2020 01:20:50 -0500 Subject: Add gitea-vet (#10948) * Add copyright Signed-off-by: jolheiser * Add gitea-vet and fix non-compliance Signed-off-by: jolheiser * Combine tools.go into build.go and clean up Signed-off-by: jolheiser * Remove extra GO111MODULE=on Signed-off-by: jolheiser --- models/lfs.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'models/lfs.go') diff --git a/models/lfs.go b/models/lfs.go index 854b715d5c..7a04f799c0 100644 --- a/models/lfs.go +++ b/models/lfs.go @@ -1,3 +1,7 @@ +// 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. + package models import ( -- cgit v1.2.3