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. ```