update copyright license header in guidelines and profile

This commit is contained in:
Karol Lewandowski 2022-03-23 08:57:51 +01:00
parent 31e2cafb46
commit a4e24d0c48
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<component name="CopyrightManager">
<copyright>
<option name="allowReplaceRegexp" value="JetBrains s.r.o. Use of this" />
<option name="notice" value="Copyright 2000-&amp;#36;today.year JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.&#10;" />
<option name="allowReplaceRegexp" value="(JetBrains s\.r\.o\. Use of this|license that can be found in the LICENSE file)" />
<option name="notice" value="Copyright 2000-&amp;#36;today.year JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license." />
<option name="myName" value="IntelliJ Platform SDK" />
</copyright>
</component>

View File

@ -33,7 +33,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 other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file."
Copyright 2000-2022 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.