diff options
author | techknowlogick <techknowlogick@users.noreply.github.com> | 2018-01-02 21:03:24 -0500 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2018-01-02 20:03:24 -0600 |
commit | 22a7a7ec9b94aad6c689b7e61bee09c2e322fd57 (patch) | |
tree | 5a269517db6dfc92ed4aa5e8a6a2228141611076 /CONTRIBUTING.md | |
parent | de9e36e90efa641946e9bcfd2384cc874136370c (diff) | |
download | gitea-22a7a7ec9b94aad6c689b7e61bee09c2e322fd57.tar.gz gitea-22a7a7ec9b94aad6c689b7e61bee09c2e322fd57.zip |
Update standard copyright header for new year (#3289)
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 bd72823980..74c50628f2 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. ``` |