From 7c3722b366c300682cddc8302610f2977e8055e8 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Wed, 2 Jan 2019 13:00:19 -0500 Subject: [PATCH] Update owners & Date in contributing (#5620) --- CONTRIBUTING.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9d15ae94a..8721c3740 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -244,6 +244,11 @@ they served: * [Lauris Bukšis-Haberkorns](https://github.com/lafriks) * [Kim Carlbäcker](https://github.com/bkcsoft) +* 2019-01-01 ~ 2019-12-31 + * [Lunny Xiao](https://github.com/lunny) + * [Lauris Bukšis-Haberkorns](https://github.com/lafriks) + * [Matti Ranta](https://github.com/techknowlogick) + ## Versions Gitea has the `master` branch as a tip branch and has version branches @@ -275,7 +280,7 @@ be reviewed by two maintainers and must pass the automatic tests. Code that you contribute should use the standard copyright header: ``` -// Copyright 2018 The Gitea Authors. All rights reserved. +// Copyright 2019 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. ```