From 502fed5eb55177f444dc3107c58cad89939db422 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Fri, 13 Jul 2018 23:44:27 -0400 Subject: [PATCH] add copyright --- routers/api/v1/repo/repo.go | 1 + 1 file changed, 1 insertion(+) diff --git a/routers/api/v1/repo/repo.go b/routers/api/v1/repo/repo.go index a80420dc7..7abea25c9 100644 --- a/routers/api/v1/repo/repo.go +++ b/routers/api/v1/repo/repo.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.