mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
update copyright license header in guidelines and profile
This commit is contained in:
parent
31e2cafb46
commit
a4e24d0c48
4
.idea/copyright/IntelliJ_Platform_SDK.xml
generated
4
.idea/copyright/IntelliJ_Platform_SDK.xml
generated
@ -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-&#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. " />
|
||||
<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-&#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>
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user