2
0

Update standard copyright header to use a placeholder year (#22254)

This commit is contained in:
Yarden Shoham
2022-12-27 19:51:23 +02:00
committed by GitHub
parent 65b5d403aa
commit 3b57eab07e

View File

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