diff --git a/.idea/copyright/IntelliJ_Platform_SDK.xml b/.idea/copyright/IntelliJ_Platform_SDK.xml index 64383dc6b..61b1aae01 100644 --- a/.idea/copyright/IntelliJ_Platform_SDK.xml +++ b/.idea/copyright/IntelliJ_Platform_SDK.xml @@ -1,7 +1,7 @@ - \ No newline at end of file diff --git a/topics/intro/sdk_code_guidelines.md b/topics/intro/sdk_code_guidelines.md index 8f05e3bb1..b26f4df34 100644 --- a/topics/intro/sdk_code_guidelines.md +++ b/topics/intro/sdk_code_guidelines.md @@ -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.