From 22a7a7ec9b94aad6c689b7e61bee09c2e322fd57 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Tue, 2 Jan 2018 21:03:24 -0500 Subject: [PATCH] Update standard copyright header for new year (#3289) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bd7282398..74c50628f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -252,7 +252,7 @@ be reviewed by two maintainers and must pass the automatic tests. Code that you contribute should use the standard copyright header: ``` -// 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. ```