diff options
author | techknowlogick <techknowlogick@gitea.io> | 2020-01-07 23:06:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-07 23:06:45 -0500 |
commit | 8e132cd16a7ea2a3924663c854051e9aa519eb3c (patch) | |
tree | 4dc63049055930b3469421892ebe3556c94266a3 /CONTRIBUTING.md | |
parent | fe2e812121dae629acc23188eb868025b1457d73 (diff) | |
download | gitea-8e132cd16a7ea2a3924663c854051e9aa519eb3c.tar.gz gitea-8e132cd16a7ea2a3924663c854051e9aa519eb3c.zip |
Update date for new year (#9644)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2172aeec24..4601522970 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -354,7 +354,7 @@ be reviewed by two maintainers and must pass the automatic tests. Code that you contribute should use the standard copyright header: ``` -// Copyright 2019 The Gitea Authors. All rights reserved. +// Copyright 2020 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. ``` |