From 38556b97ff2fa91d79146d12665373e2f9584535 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Fri, 29 Jun 2018 19:22:48 -0400 Subject: [PATCH] update copyright --- routers/user/profile.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routers/user/profile.go b/routers/user/profile.go index 1807a6fc3..716bed296 100644 --- a/routers/user/profile.go +++ b/routers/user/profile.go @@ -1,5 +1,5 @@ // Copyright 2015 The Gogs Authors. All rights reserved. -// Copyright 2017 The Gitea 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.