diff options
author | Yarden Shoham <hrsi88@gmail.com> | 2022-12-27 19:51:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-27 11:51:23 -0600 |
commit | 22a6e9759739af05a862fb5098aec0659aed2e84 (patch) | |
tree | c503125ecfe8ada053fc9b3ff69e138337799d88 | |
parent | d0c3d0ba2688ce13e62bd5522446e0f49a70df50 (diff) | |
download | gitea-22a6e9759739af05a862fb5098aec0659aed2e84.tar.gz gitea-22a6e9759739af05a862fb5098aec0659aed2e84.zip |
Update standard copyright header to use a placeholder year (#22254)
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bd5672643a..fbf2a331dd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -441,7 +441,7 @@ be reviewed by two maintainers and must pass the automatic tests. Code that you contribute should use the standard copyright header: ``` -// Copyright 2022 The Gitea Authors. All rights reserved. +// Copyright <year> The Gitea Authors. All rights reserved. // SPDX-License-Identifier: MIT ``` |