sdk_code_guidelines.md: fix copyright year in sample

This commit is contained in:
Yann Cébron 2023-06-22 12:18:27 +02:00
parent 8004aef3bd
commit 3a77166eda

View File

@ -40,7 +40,7 @@ Each roadmap should contain:
Use the standard intellij-community copyright notice in all sample plugins authored by JetBrains:
```text
Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
```
> The copyright statement must appear at the top of every source file.