From 6f9bc5e88dc7a2fc86a982668a5241b172ccaf7b Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Tue, 19 Jun 2018 01:12:48 -0400 Subject: [PATCH] Add copyright --- models/models.go | 1 + 1 file changed, 1 insertion(+) diff --git a/models/models.go b/models/models.go index 3548488ca..6b93843d5 100644 --- a/models/models.go +++ b/models/models.go @@ -1,4 +1,5 @@ // Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2018 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.