diff --git a/action_basics/build.gradle b/action_basics/build.gradle index ad5ce94be..9c4345812 100644 --- a/action_basics/build.gradle +++ b/action_basics/build.gradle @@ -1,4 +1,4 @@ -// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Copyright 2000-2020 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. plugins { id 'java' diff --git a/action_basics/gradle/wrapper/gradle-wrapper.properties b/action_basics/gradle/wrapper/gradle-wrapper.properties index 1b16c34a7..d7caaeb7a 100644 --- a/action_basics/gradle/wrapper/gradle-wrapper.properties +++ b/action_basics/gradle/wrapper/gradle-wrapper.properties @@ -1,3 +1,4 @@ +# Copyright 2000-2020 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. distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-bin.zip diff --git a/action_basics/settings.gradle b/action_basics/settings.gradle index 19950c586..718bd3250 100644 --- a/action_basics/settings.gradle +++ b/action_basics/settings.gradle @@ -1 +1,3 @@ +// Copyright 2000-2020 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. + rootProject.name = 'action' diff --git a/action_basics/src/main/java/icons/ActionBasicsIcons.java b/action_basics/src/main/java/icons/ActionBasicsIcons.java index 931f270a4..1b61c0d6a 100644 --- a/action_basics/src/main/java/icons/ActionBasicsIcons.java +++ b/action_basics/src/main/java/icons/ActionBasicsIcons.java @@ -1,4 +1,4 @@ -// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Copyright 2000-2020 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. package icons; diff --git a/action_basics/src/main/java/org/intellij/sdk/action/CustomDefaultActionGroup.java b/action_basics/src/main/java/org/intellij/sdk/action/CustomDefaultActionGroup.java index 1badc6da8..b9bf0747c 100644 --- a/action_basics/src/main/java/org/intellij/sdk/action/CustomDefaultActionGroup.java +++ b/action_basics/src/main/java/org/intellij/sdk/action/CustomDefaultActionGroup.java @@ -1,4 +1,4 @@ -// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Copyright 2000-2020 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. package org.intellij.sdk.action; diff --git a/action_basics/src/main/java/org/intellij/sdk/action/DynamicActionGroup.java b/action_basics/src/main/java/org/intellij/sdk/action/DynamicActionGroup.java index d48c948e1..4250e2112 100644 --- a/action_basics/src/main/java/org/intellij/sdk/action/DynamicActionGroup.java +++ b/action_basics/src/main/java/org/intellij/sdk/action/DynamicActionGroup.java @@ -1,4 +1,4 @@ -// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Copyright 2000-2020 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. package org.intellij.sdk.action; diff --git a/action_basics/src/main/java/org/intellij/sdk/action/PopupDialogAction.java b/action_basics/src/main/java/org/intellij/sdk/action/PopupDialogAction.java index c51e0c434..69cb28870 100644 --- a/action_basics/src/main/java/org/intellij/sdk/action/PopupDialogAction.java +++ b/action_basics/src/main/java/org/intellij/sdk/action/PopupDialogAction.java @@ -1,4 +1,4 @@ -// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Copyright 2000-2020 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. package org.intellij.sdk.action; diff --git a/action_basics/src/main/resources/META-INF/plugin.xml b/action_basics/src/main/resources/META-INF/plugin.xml index d42fcbcb4..72b4edc71 100644 --- a/action_basics/src/main/resources/META-INF/plugin.xml +++ b/action_basics/src/main/resources/META-INF/plugin.xml @@ -1,4 +1,4 @@ - + diff --git a/comparing_references_inspection/build.gradle b/comparing_references_inspection/build.gradle index 67eb2d557..831682dc6 100644 --- a/comparing_references_inspection/build.gradle +++ b/comparing_references_inspection/build.gradle @@ -1,4 +1,4 @@ -// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Copyright 2000-2020 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. plugins { id 'java' diff --git a/comparing_references_inspection/gradle/wrapper/gradle-wrapper.properties b/comparing_references_inspection/gradle/wrapper/gradle-wrapper.properties index 6da6ba8b0..38d28b799 100644 --- a/comparing_references_inspection/gradle/wrapper/gradle-wrapper.properties +++ b/comparing_references_inspection/gradle/wrapper/gradle-wrapper.properties @@ -1,3 +1,4 @@ +# Copyright 2000-2020 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. #Thu Jun 13 15:15:25 PDT 2019 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists diff --git a/comparing_references_inspection/settings.gradle b/comparing_references_inspection/settings.gradle index bf67834bd..85de655af 100644 --- a/comparing_references_inspection/settings.gradle +++ b/comparing_references_inspection/settings.gradle @@ -1,2 +1,4 @@ +// Copyright 2000-2020 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. + rootProject.name = 'comparing_references_inspection' diff --git a/comparing_references_inspection/src/main/java/org/intellij/sdk/codeInspection/ComparingReferencesInspection.java b/comparing_references_inspection/src/main/java/org/intellij/sdk/codeInspection/ComparingReferencesInspection.java index 87395f26a..6b0763669 100644 --- a/comparing_references_inspection/src/main/java/org/intellij/sdk/codeInspection/ComparingReferencesInspection.java +++ b/comparing_references_inspection/src/main/java/org/intellij/sdk/codeInspection/ComparingReferencesInspection.java @@ -1,4 +1,4 @@ -// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Copyright 2000-2020 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. package org.intellij.sdk.codeInspection; diff --git a/comparing_references_inspection/src/main/resources/META-INF/plugin.xml b/comparing_references_inspection/src/main/resources/META-INF/plugin.xml index 3edcf9b05..2b3bc05d2 100644 --- a/comparing_references_inspection/src/main/resources/META-INF/plugin.xml +++ b/comparing_references_inspection/src/main/resources/META-INF/plugin.xml @@ -1,4 +1,4 @@ - + diff --git a/comparing_references_inspection/src/test/java/org/intellij/sdk/codeInspection/ComparingReferencesInspectionTest.java b/comparing_references_inspection/src/test/java/org/intellij/sdk/codeInspection/ComparingReferencesInspectionTest.java index 362cd8953..78725a58f 100644 --- a/comparing_references_inspection/src/test/java/org/intellij/sdk/codeInspection/ComparingReferencesInspectionTest.java +++ b/comparing_references_inspection/src/test/java/org/intellij/sdk/codeInspection/ComparingReferencesInspectionTest.java @@ -1,4 +1,4 @@ -// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Copyright 2000-2020 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. package org.intellij.sdk.codeInspection; diff --git a/conditional_operator_intention/build.gradle b/conditional_operator_intention/build.gradle index a09421c52..751d4cf64 100644 --- a/conditional_operator_intention/build.gradle +++ b/conditional_operator_intention/build.gradle @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + plugins { id 'java' id 'org.jetbrains.intellij' version '0.4.16' diff --git a/conditional_operator_intention/gradle/wrapper/gradle-wrapper.properties b/conditional_operator_intention/gradle/wrapper/gradle-wrapper.properties index 1b16c34a7..d7caaeb7a 100644 --- a/conditional_operator_intention/gradle/wrapper/gradle-wrapper.properties +++ b/conditional_operator_intention/gradle/wrapper/gradle-wrapper.properties @@ -1,3 +1,4 @@ +# Copyright 2000-2020 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. distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-bin.zip diff --git a/conditional_operator_intention/settings.gradle b/conditional_operator_intention/settings.gradle index 6176744a3..c50116dff 100644 --- a/conditional_operator_intention/settings.gradle +++ b/conditional_operator_intention/settings.gradle @@ -1,2 +1,4 @@ +// Copyright 2000-2020 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. + rootProject.name = 'conditional_operator_intention' diff --git a/conditional_operator_intention/src/main/java/org/intellij/sdk/intention/ConditionalOperatorConverter.java b/conditional_operator_intention/src/main/java/org/intellij/sdk/intention/ConditionalOperatorConverter.java index 5d0e4fd95..f31a3319a 100644 --- a/conditional_operator_intention/src/main/java/org/intellij/sdk/intention/ConditionalOperatorConverter.java +++ b/conditional_operator_intention/src/main/java/org/intellij/sdk/intention/ConditionalOperatorConverter.java @@ -1,5 +1,5 @@ -// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Copyright 2000-2020 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. package org.intellij.sdk.intention; diff --git a/conditional_operator_intention/src/main/resources/META-INF/plugin.xml b/conditional_operator_intention/src/main/resources/META-INF/plugin.xml index a7d5093ac..5c1373566 100644 --- a/conditional_operator_intention/src/main/resources/META-INF/plugin.xml +++ b/conditional_operator_intention/src/main/resources/META-INF/plugin.xml @@ -1,4 +1,4 @@ - + diff --git a/conditional_operator_intention/src/test/java/org/intellij/sdk/intention/ConditionalOperatorConverterTest.java b/conditional_operator_intention/src/test/java/org/intellij/sdk/intention/ConditionalOperatorConverterTest.java index bde057ace..35472080c 100644 --- a/conditional_operator_intention/src/test/java/org/intellij/sdk/intention/ConditionalOperatorConverterTest.java +++ b/conditional_operator_intention/src/test/java/org/intellij/sdk/intention/ConditionalOperatorConverterTest.java @@ -1,4 +1,4 @@ -// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Copyright 2000-2020 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. package org.intellij.sdk.intention; diff --git a/editor_basics/build.gradle b/editor_basics/build.gradle index c497374d8..a72d99642 100644 --- a/editor_basics/build.gradle +++ b/editor_basics/build.gradle @@ -1,4 +1,4 @@ -// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Copyright 2000-2020 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. plugins { id 'java' diff --git a/editor_basics/gradle/wrapper/gradle-wrapper.properties b/editor_basics/gradle/wrapper/gradle-wrapper.properties index 1b16c34a7..d7caaeb7a 100644 --- a/editor_basics/gradle/wrapper/gradle-wrapper.properties +++ b/editor_basics/gradle/wrapper/gradle-wrapper.properties @@ -1,3 +1,4 @@ +# Copyright 2000-2020 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. distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-bin.zip diff --git a/editor_basics/settings.gradle b/editor_basics/settings.gradle index 4efbaacb2..f299fe2ef 100644 --- a/editor_basics/settings.gradle +++ b/editor_basics/settings.gradle @@ -1,2 +1,4 @@ +// Copyright 2000-2020 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. + rootProject.name = 'editor' diff --git a/editor_basics/src/main/java/icons/EditorBasicsIcons.java b/editor_basics/src/main/java/icons/EditorBasicsIcons.java index 7ab2c4ccb..9ab1d2965 100644 --- a/editor_basics/src/main/java/icons/EditorBasicsIcons.java +++ b/editor_basics/src/main/java/icons/EditorBasicsIcons.java @@ -1,4 +1,4 @@ -// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Copyright 2000-2020 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. package icons; diff --git a/editor_basics/src/main/java/org/intellij/sdk/editor/EditorAreaIllustration.java b/editor_basics/src/main/java/org/intellij/sdk/editor/EditorAreaIllustration.java index b3c89ac0f..6e1590cf3 100644 --- a/editor_basics/src/main/java/org/intellij/sdk/editor/EditorAreaIllustration.java +++ b/editor_basics/src/main/java/org/intellij/sdk/editor/EditorAreaIllustration.java @@ -1,4 +1,4 @@ -// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Copyright 2000-2020 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. package org.intellij.sdk.editor; diff --git a/editor_basics/src/main/java/org/intellij/sdk/editor/EditorHandlerIllustration.java b/editor_basics/src/main/java/org/intellij/sdk/editor/EditorHandlerIllustration.java index 16510d640..7b10f6ed6 100644 --- a/editor_basics/src/main/java/org/intellij/sdk/editor/EditorHandlerIllustration.java +++ b/editor_basics/src/main/java/org/intellij/sdk/editor/EditorHandlerIllustration.java @@ -1,4 +1,4 @@ -// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Copyright 2000-2020 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. package org.intellij.sdk.editor; diff --git a/editor_basics/src/main/java/org/intellij/sdk/editor/EditorIllustrationAction.java b/editor_basics/src/main/java/org/intellij/sdk/editor/EditorIllustrationAction.java index 4d67309e7..4001da6b9 100644 --- a/editor_basics/src/main/java/org/intellij/sdk/editor/EditorIllustrationAction.java +++ b/editor_basics/src/main/java/org/intellij/sdk/editor/EditorIllustrationAction.java @@ -1,4 +1,4 @@ -// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Copyright 2000-2020 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. package org.intellij.sdk.editor; diff --git a/editor_basics/src/main/java/org/intellij/sdk/editor/MyTypedHandler.java b/editor_basics/src/main/java/org/intellij/sdk/editor/MyTypedHandler.java index 49728d42b..84eda26a8 100644 --- a/editor_basics/src/main/java/org/intellij/sdk/editor/MyTypedHandler.java +++ b/editor_basics/src/main/java/org/intellij/sdk/editor/MyTypedHandler.java @@ -1,4 +1,4 @@ -// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Copyright 2000-2020 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. package org.intellij.sdk.editor; diff --git a/editor_basics/src/main/resources/META-INF/plugin.xml b/editor_basics/src/main/resources/META-INF/plugin.xml index 25a444dcc..a24a55bc1 100644 --- a/editor_basics/src/main/resources/META-INF/plugin.xml +++ b/editor_basics/src/main/resources/META-INF/plugin.xml @@ -1,4 +1,4 @@ - + diff --git a/facet_basics/build.gradle b/facet_basics/build.gradle index f45c74b82..430e7803a 100644 --- a/facet_basics/build.gradle +++ b/facet_basics/build.gradle @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + plugins { id 'java' id 'org.jetbrains.intellij' version '0.4.16' diff --git a/facet_basics/gradle/wrapper/gradle-wrapper.properties b/facet_basics/gradle/wrapper/gradle-wrapper.properties index 1b16c34a7..d7caaeb7a 100644 --- a/facet_basics/gradle/wrapper/gradle-wrapper.properties +++ b/facet_basics/gradle/wrapper/gradle-wrapper.properties @@ -1,3 +1,4 @@ +# Copyright 2000-2020 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. distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-bin.zip diff --git a/facet_basics/settings.gradle b/facet_basics/settings.gradle index f92009185..c78e4677d 100644 --- a/facet_basics/settings.gradle +++ b/facet_basics/settings.gradle @@ -1,2 +1,4 @@ +// Copyright 2000-2020 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. + rootProject.name = 'facet' diff --git a/facet_basics/src/main/java/icons/SdkIcons.java b/facet_basics/src/main/java/icons/SdkIcons.java index 1475ff91d..8f85195c2 100644 --- a/facet_basics/src/main/java/icons/SdkIcons.java +++ b/facet_basics/src/main/java/icons/SdkIcons.java @@ -1,4 +1,4 @@ -// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Copyright 2000-2020 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. package icons; diff --git a/facet_basics/src/main/java/org/intellij/sdk/facet/DemoFacet.java b/facet_basics/src/main/java/org/intellij/sdk/facet/DemoFacet.java index 2c8f4d278..47f4d8166 100644 --- a/facet_basics/src/main/java/org/intellij/sdk/facet/DemoFacet.java +++ b/facet_basics/src/main/java/org/intellij/sdk/facet/DemoFacet.java @@ -1,4 +1,6 @@ -package org.intellij.sdk.facet;// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Copyright 2000-2020 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. + +package org.intellij.sdk.facet; import com.intellij.facet.Facet; import com.intellij.facet.FacetType; diff --git a/facet_basics/src/main/java/org/intellij/sdk/facet/DemoFacetConfiguration.java b/facet_basics/src/main/java/org/intellij/sdk/facet/DemoFacetConfiguration.java index 73638c865..1a436783f 100644 --- a/facet_basics/src/main/java/org/intellij/sdk/facet/DemoFacetConfiguration.java +++ b/facet_basics/src/main/java/org/intellij/sdk/facet/DemoFacetConfiguration.java @@ -1,4 +1,6 @@ -package org.intellij.sdk.facet;// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Copyright 2000-2020 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. + +package org.intellij.sdk.facet; import com.intellij.facet.FacetConfiguration; import com.intellij.facet.ui.FacetEditorContext; diff --git a/facet_basics/src/main/java/org/intellij/sdk/facet/DemoFacetEditorTab.java b/facet_basics/src/main/java/org/intellij/sdk/facet/DemoFacetEditorTab.java index d69ccf3c3..9e7d5ff82 100644 --- a/facet_basics/src/main/java/org/intellij/sdk/facet/DemoFacetEditorTab.java +++ b/facet_basics/src/main/java/org/intellij/sdk/facet/DemoFacetEditorTab.java @@ -1,4 +1,6 @@ -package org.intellij.sdk.facet;// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Copyright 2000-2020 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. + +package org.intellij.sdk.facet; import com.intellij.facet.ui.FacetEditorContext; import com.intellij.facet.ui.FacetEditorTab; diff --git a/facet_basics/src/main/java/org/intellij/sdk/facet/DemoFacetState.java b/facet_basics/src/main/java/org/intellij/sdk/facet/DemoFacetState.java index 15d53c97e..ddb3ac549 100644 --- a/facet_basics/src/main/java/org/intellij/sdk/facet/DemoFacetState.java +++ b/facet_basics/src/main/java/org/intellij/sdk/facet/DemoFacetState.java @@ -1,4 +1,6 @@ -package org.intellij.sdk.facet;// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Copyright 2000-2020 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. + +package org.intellij.sdk.facet; import org.jetbrains.annotations.NotNull; diff --git a/facet_basics/src/main/java/org/intellij/sdk/facet/DemoFacetType.java b/facet_basics/src/main/java/org/intellij/sdk/facet/DemoFacetType.java index e040fa997..a0a5b0704 100644 --- a/facet_basics/src/main/java/org/intellij/sdk/facet/DemoFacetType.java +++ b/facet_basics/src/main/java/org/intellij/sdk/facet/DemoFacetType.java @@ -1,4 +1,6 @@ -package org.intellij.sdk.facet;// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Copyright 2000-2020 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. + +package org.intellij.sdk.facet; import com.intellij.facet.*; import com.intellij.openapi.module.*; diff --git a/facet_basics/src/main/resources/META-INF/plugin.xml b/facet_basics/src/main/resources/META-INF/plugin.xml index 29dbd4cdb..f4886e7f4 100644 --- a/facet_basics/src/main/resources/META-INF/plugin.xml +++ b/facet_basics/src/main/resources/META-INF/plugin.xml @@ -1,4 +1,4 @@ - + diff --git a/framework_basics/build.gradle b/framework_basics/build.gradle index cf5bab830..5886b8310 100644 --- a/framework_basics/build.gradle +++ b/framework_basics/build.gradle @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + plugins { id 'java' id 'org.jetbrains.intellij' version '0.4.16' diff --git a/framework_basics/gradle/wrapper/gradle-wrapper.properties b/framework_basics/gradle/wrapper/gradle-wrapper.properties index 1b16c34a7..d7caaeb7a 100644 --- a/framework_basics/gradle/wrapper/gradle-wrapper.properties +++ b/framework_basics/gradle/wrapper/gradle-wrapper.properties @@ -1,3 +1,4 @@ +# Copyright 2000-2020 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. distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-bin.zip diff --git a/framework_basics/settings.gradle b/framework_basics/settings.gradle index f32bc2bfd..2d5e13bc3 100644 --- a/framework_basics/settings.gradle +++ b/framework_basics/settings.gradle @@ -1,2 +1,4 @@ +// Copyright 2000-2020 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. + rootProject.name = 'framework' diff --git a/framework_basics/src/main/java/icons/SdkIcons.java b/framework_basics/src/main/java/icons/SdkIcons.java index 1475ff91d..8f85195c2 100644 --- a/framework_basics/src/main/java/icons/SdkIcons.java +++ b/framework_basics/src/main/java/icons/SdkIcons.java @@ -1,4 +1,4 @@ -// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Copyright 2000-2020 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. package icons; diff --git a/framework_basics/src/main/java/org/intellij/sdk/framework/DemoFramework.java b/framework_basics/src/main/java/org/intellij/sdk/framework/DemoFramework.java index 1f6218927..6cb80efc4 100644 --- a/framework_basics/src/main/java/org/intellij/sdk/framework/DemoFramework.java +++ b/framework_basics/src/main/java/org/intellij/sdk/framework/DemoFramework.java @@ -1,4 +1,4 @@ -// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Copyright 2000-2020 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. package org.intellij.sdk.framework; diff --git a/framework_basics/src/main/resources/META-INF/plugin.xml b/framework_basics/src/main/resources/META-INF/plugin.xml index 676670ee8..41b0b1c43 100644 --- a/framework_basics/src/main/resources/META-INF/plugin.xml +++ b/framework_basics/src/main/resources/META-INF/plugin.xml @@ -1,4 +1,4 @@ - + diff --git a/gradle_plugin_demo/build.gradle b/gradle_plugin_demo/build.gradle index d3fbbdf88..6dd7a82ef 100644 --- a/gradle_plugin_demo/build.gradle +++ b/gradle_plugin_demo/build.gradle @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + plugins { id 'java' id "org.jetbrains.intellij" version "0.4.16" diff --git a/gradle_plugin_demo/gradle/wrapper/gradle-wrapper.properties b/gradle_plugin_demo/gradle/wrapper/gradle-wrapper.properties index 1b16c34a7..d7caaeb7a 100644 --- a/gradle_plugin_demo/gradle/wrapper/gradle-wrapper.properties +++ b/gradle_plugin_demo/gradle/wrapper/gradle-wrapper.properties @@ -1,3 +1,4 @@ +# Copyright 2000-2020 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. distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-bin.zip diff --git a/gradle_plugin_demo/settings.gradle b/gradle_plugin_demo/settings.gradle index 110e55e2f..321ac9155 100644 --- a/gradle_plugin_demo/settings.gradle +++ b/gradle_plugin_demo/settings.gradle @@ -1 +1,3 @@ +// Copyright 2000-2020 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. + rootProject.name = 'gradle_demo' diff --git a/gradle_plugin_demo/src/main/java/HelloAction.java b/gradle_plugin_demo/src/main/java/HelloAction.java index c8a4ef356..5fba553e3 100644 --- a/gradle_plugin_demo/src/main/java/HelloAction.java +++ b/gradle_plugin_demo/src/main/java/HelloAction.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + import com.intellij.openapi.actionSystem.*; import com.intellij.openapi.project.Project; import com.intellij.openapi.ui.Messages; diff --git a/gradle_plugin_demo/src/main/resources/META-INF/plugin.xml b/gradle_plugin_demo/src/main/resources/META-INF/plugin.xml index 2bdce9876..5dbfa1945 100644 --- a/gradle_plugin_demo/src/main/resources/META-INF/plugin.xml +++ b/gradle_plugin_demo/src/main/resources/META-INF/plugin.xml @@ -1,3 +1,5 @@ + + org.jetbrains Hello Action Project diff --git a/inspection_basics/build.gradle b/inspection_basics/build.gradle index 34f4762ca..6dcd3accc 100644 --- a/inspection_basics/build.gradle +++ b/inspection_basics/build.gradle @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + plugins { id 'java' id 'org.jetbrains.intellij' version '0.4.16' diff --git a/inspection_basics/gradle.properties b/inspection_basics/gradle.properties index e1bb45d9c..9b15a76d8 100644 --- a/inspection_basics/gradle.properties +++ b/inspection_basics/gradle.properties @@ -1,2 +1,2 @@ -# Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +# Copyright 2000-2020 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. org.gradle.warning.mode=all \ No newline at end of file diff --git a/inspection_basics/gradle/wrapper/gradle-wrapper.properties b/inspection_basics/gradle/wrapper/gradle-wrapper.properties index 94920145f..1d3029d01 100644 --- a/inspection_basics/gradle/wrapper/gradle-wrapper.properties +++ b/inspection_basics/gradle/wrapper/gradle-wrapper.properties @@ -1,3 +1,4 @@ +# Copyright 2000-2020 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. distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-6.0.1-bin.zip diff --git a/inspection_basics/settings.gradle b/inspection_basics/settings.gradle index 59e36c103..e414327fc 100644 --- a/inspection_basics/settings.gradle +++ b/inspection_basics/settings.gradle @@ -1,2 +1,4 @@ +// Copyright 2000-2020 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. + rootProject.name = 'inspection' diff --git a/inspection_basics/src/main/java/org/intellij/sdk/inspection/DemoCodeInspection.java b/inspection_basics/src/main/java/org/intellij/sdk/inspection/DemoCodeInspection.java index bb2f6a0e5..105ed387b 100644 --- a/inspection_basics/src/main/java/org/intellij/sdk/inspection/DemoCodeInspection.java +++ b/inspection_basics/src/main/java/org/intellij/sdk/inspection/DemoCodeInspection.java @@ -1,4 +1,4 @@ -// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Copyright 2000-2020 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. package org.intellij.sdk.inspection; diff --git a/inspection_basics/src/main/java/org/intellij/sdk/inspection/DemoInspectionVisitor.java b/inspection_basics/src/main/java/org/intellij/sdk/inspection/DemoInspectionVisitor.java index 47f97e49e..c119baf6c 100644 --- a/inspection_basics/src/main/java/org/intellij/sdk/inspection/DemoInspectionVisitor.java +++ b/inspection_basics/src/main/java/org/intellij/sdk/inspection/DemoInspectionVisitor.java @@ -1,4 +1,4 @@ -// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Copyright 2000-2020 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. package org.intellij.sdk.inspection; diff --git a/inspection_basics/src/main/resources/META-INF/plugin.xml b/inspection_basics/src/main/resources/META-INF/plugin.xml index caa0f94bd..a1b05f262 100644 --- a/inspection_basics/src/main/resources/META-INF/plugin.xml +++ b/inspection_basics/src/main/resources/META-INF/plugin.xml @@ -1,4 +1,4 @@ - + diff --git a/kotlin_demo/build.gradle b/kotlin_demo/build.gradle index b508354ce..b733a1c36 100644 --- a/kotlin_demo/build.gradle +++ b/kotlin_demo/build.gradle @@ -1,4 +1,4 @@ -// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Copyright 2000-2020 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. plugins { id 'java' diff --git a/kotlin_demo/gradle.properties b/kotlin_demo/gradle.properties index 29e08e8ca..4548116e4 100644 --- a/kotlin_demo/gradle.properties +++ b/kotlin_demo/gradle.properties @@ -1 +1,2 @@ +# Copyright 2000-2020 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. kotlin.code.style=official \ No newline at end of file diff --git a/kotlin_demo/gradle/wrapper/gradle-wrapper.properties b/kotlin_demo/gradle/wrapper/gradle-wrapper.properties index 1b16c34a7..d7caaeb7a 100644 --- a/kotlin_demo/gradle/wrapper/gradle-wrapper.properties +++ b/kotlin_demo/gradle/wrapper/gradle-wrapper.properties @@ -1,3 +1,4 @@ +# Copyright 2000-2020 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. distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-bin.zip diff --git a/kotlin_demo/settings.gradle b/kotlin_demo/settings.gradle index d0714de6b..9c9af454d 100644 --- a/kotlin_demo/settings.gradle +++ b/kotlin_demo/settings.gradle @@ -1,2 +1,4 @@ +// Copyright 2000-2020 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. + rootProject.name = 'kotlin' diff --git a/kotlin_demo/src/main/kotlin/HelloAction.kt b/kotlin_demo/src/main/kotlin/HelloAction.kt index abb7dd06e..afbbac3f6 100644 --- a/kotlin_demo/src/main/kotlin/HelloAction.kt +++ b/kotlin_demo/src/main/kotlin/HelloAction.kt @@ -1,6 +1,4 @@ -/* - * Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. - */ +// Copyright 2000-2020 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. import com.intellij.openapi.actionSystem.AnAction import com.intellij.openapi.actionSystem.AnActionEvent diff --git a/kotlin_demo/src/main/resources/META-INF/plugin.xml b/kotlin_demo/src/main/resources/META-INF/plugin.xml index 07268f253..8282f27b9 100644 --- a/kotlin_demo/src/main/resources/META-INF/plugin.xml +++ b/kotlin_demo/src/main/resources/META-INF/plugin.xml @@ -1,6 +1,4 @@ - + diff --git a/live_templates/build.gradle b/live_templates/build.gradle index adaa11645..65d5e23f7 100644 --- a/live_templates/build.gradle +++ b/live_templates/build.gradle @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + plugins { id 'java' id 'org.jetbrains.intellij' version '0.4.16' diff --git a/live_templates/gradle/wrapper/gradle-wrapper.properties b/live_templates/gradle/wrapper/gradle-wrapper.properties index 1b16c34a7..d7caaeb7a 100644 --- a/live_templates/gradle/wrapper/gradle-wrapper.properties +++ b/live_templates/gradle/wrapper/gradle-wrapper.properties @@ -1,3 +1,4 @@ +# Copyright 2000-2020 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. distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-bin.zip diff --git a/live_templates/settings.gradle b/live_templates/settings.gradle index 6981d12f3..616325a23 100644 --- a/live_templates/settings.gradle +++ b/live_templates/settings.gradle @@ -1,2 +1,4 @@ +// Copyright 2000-2020 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. + rootProject.name = 'live_templates' diff --git a/live_templates/src/main/java/org/intellij/sdk/liveTemplates/MarkdownContext.java b/live_templates/src/main/java/org/intellij/sdk/liveTemplates/MarkdownContext.java index 32b38772b..7acd5a9a4 100644 --- a/live_templates/src/main/java/org/intellij/sdk/liveTemplates/MarkdownContext.java +++ b/live_templates/src/main/java/org/intellij/sdk/liveTemplates/MarkdownContext.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.liveTemplates; import com.intellij.codeInsight.template.TemplateContextType; diff --git a/live_templates/src/main/java/org/intellij/sdk/liveTemplates/MarkdownTemplateProvider.java b/live_templates/src/main/java/org/intellij/sdk/liveTemplates/MarkdownTemplateProvider.java index 29c70a281..f052130bd 100644 --- a/live_templates/src/main/java/org/intellij/sdk/liveTemplates/MarkdownTemplateProvider.java +++ b/live_templates/src/main/java/org/intellij/sdk/liveTemplates/MarkdownTemplateProvider.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.liveTemplates; import com.intellij.codeInsight.template.impl.DefaultLiveTemplatesProvider; diff --git a/live_templates/src/main/resources/META-INF/plugin.xml b/live_templates/src/main/resources/META-INF/plugin.xml index 9169a29fe..8a9a4aef0 100644 --- a/live_templates/src/main/resources/META-INF/plugin.xml +++ b/live_templates/src/main/resources/META-INF/plugin.xml @@ -1,3 +1,5 @@ + + org.intellij.sdk.liveTemplates diff --git a/max_opened_projects/build.gradle b/max_opened_projects/build.gradle index d39e72916..c61b2a0fe 100644 --- a/max_opened_projects/build.gradle +++ b/max_opened_projects/build.gradle @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + plugins { id 'java' id 'org.jetbrains.intellij' version '0.4.16' diff --git a/max_opened_projects/gradle/wrapper/gradle-wrapper.properties b/max_opened_projects/gradle/wrapper/gradle-wrapper.properties index 1b16c34a7..d7caaeb7a 100644 --- a/max_opened_projects/gradle/wrapper/gradle-wrapper.properties +++ b/max_opened_projects/gradle/wrapper/gradle-wrapper.properties @@ -1,3 +1,4 @@ +# Copyright 2000-2020 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. distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-bin.zip diff --git a/max_opened_projects/settings.gradle b/max_opened_projects/settings.gradle index 9560c37f5..8b2350906 100644 --- a/max_opened_projects/settings.gradle +++ b/max_opened_projects/settings.gradle @@ -1,2 +1,4 @@ +// Copyright 2000-2020 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. + rootProject.name = 'maxOpenPrj' diff --git a/max_opened_projects/src/main/java/org/intellij/sdk/maxOpenPrj/MaxProject.java b/max_opened_projects/src/main/java/org/intellij/sdk/maxOpenPrj/MaxProject.java index f652e42ef..5a419831e 100644 --- a/max_opened_projects/src/main/java/org/intellij/sdk/maxOpenPrj/MaxProject.java +++ b/max_opened_projects/src/main/java/org/intellij/sdk/maxOpenPrj/MaxProject.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.maxOpenPrj; import com.intellij.openapi.components.*; diff --git a/max_opened_projects/src/main/java/org/intellij/sdk/maxOpenPrj/MyCounter.java b/max_opened_projects/src/main/java/org/intellij/sdk/maxOpenPrj/MyCounter.java index 8ab60bc76..f8221f567 100644 --- a/max_opened_projects/src/main/java/org/intellij/sdk/maxOpenPrj/MyCounter.java +++ b/max_opened_projects/src/main/java/org/intellij/sdk/maxOpenPrj/MyCounter.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.maxOpenPrj; /** diff --git a/max_opened_projects/src/main/resources/META-INF/plugin.xml b/max_opened_projects/src/main/resources/META-INF/plugin.xml index 8f5be49c8..ef621a3ff 100644 --- a/max_opened_projects/src/main/resources/META-INF/plugin.xml +++ b/max_opened_projects/src/main/resources/META-INF/plugin.xml @@ -1,3 +1,5 @@ + + diff --git a/module/build.gradle b/module/build.gradle index c46a20862..badb0d1ca 100644 --- a/module/build.gradle +++ b/module/build.gradle @@ -1,4 +1,4 @@ -// Copyright 2000-2020. 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-2020 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. plugins { id 'java' diff --git a/module/gradle/wrapper/gradle-wrapper.properties b/module/gradle/wrapper/gradle-wrapper.properties index 1b16c34a7..d7caaeb7a 100644 --- a/module/gradle/wrapper/gradle-wrapper.properties +++ b/module/gradle/wrapper/gradle-wrapper.properties @@ -1,3 +1,4 @@ +# Copyright 2000-2020 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. distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-bin.zip diff --git a/module/settings.gradle b/module/settings.gradle index f1b255f73..58ad5e6e4 100644 --- a/module/settings.gradle +++ b/module/settings.gradle @@ -1,4 +1,4 @@ -// Copyright 2000-2020. 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-2020 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. rootProject.name = 'module' diff --git a/module/src/main/java/icons/SdkIcons.java b/module/src/main/java/icons/SdkIcons.java index 52b9ed4d7..8f85195c2 100644 --- a/module/src/main/java/icons/SdkIcons.java +++ b/module/src/main/java/icons/SdkIcons.java @@ -1,4 +1,4 @@ -// Copyright 2000-2020. 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-2020 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. package icons; diff --git a/module/src/main/java/org/intellij/sdk/module/DemoModuleBuilder.java b/module/src/main/java/org/intellij/sdk/module/DemoModuleBuilder.java index b5a7a8523..ff93bb49c 100644 --- a/module/src/main/java/org/intellij/sdk/module/DemoModuleBuilder.java +++ b/module/src/main/java/org/intellij/sdk/module/DemoModuleBuilder.java @@ -1,4 +1,4 @@ -// Copyright 2000-2020. 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-2020 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. package org.intellij.sdk.module; diff --git a/module/src/main/java/org/intellij/sdk/module/DemoModuleType.java b/module/src/main/java/org/intellij/sdk/module/DemoModuleType.java index adcb803f8..62fac13a3 100644 --- a/module/src/main/java/org/intellij/sdk/module/DemoModuleType.java +++ b/module/src/main/java/org/intellij/sdk/module/DemoModuleType.java @@ -1,4 +1,4 @@ -// Copyright 2000-2020. 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-2020 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. package org.intellij.sdk.module; diff --git a/module/src/main/java/org/intellij/sdk/module/DemoModuleWizardStep.java b/module/src/main/java/org/intellij/sdk/module/DemoModuleWizardStep.java index 9f4711faa..3dc3707e6 100644 --- a/module/src/main/java/org/intellij/sdk/module/DemoModuleWizardStep.java +++ b/module/src/main/java/org/intellij/sdk/module/DemoModuleWizardStep.java @@ -1,4 +1,4 @@ -// Copyright 2000-2020. 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-2020 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. package org.intellij.sdk.module; diff --git a/module/src/main/resources/META-INF/plugin.xml b/module/src/main/resources/META-INF/plugin.xml index 9263bb641..7a2103a96 100644 --- a/module/src/main/resources/META-INF/plugin.xml +++ b/module/src/main/resources/META-INF/plugin.xml @@ -1,4 +1,4 @@ - + diff --git a/plugin_sample/resources/META-INF/plugin.xml b/plugin_sample/resources/META-INF/plugin.xml index 5e48764c7..c3984eba7 100644 --- a/plugin_sample/resources/META-INF/plugin.xml +++ b/plugin_sample/resources/META-INF/plugin.xml @@ -1,3 +1,5 @@ + + org.jetbrains.plugins.sample.PluginSample Basic plugin example diff --git a/plugin_sample/src/org/jetbrains/tutorials/sample/actions/DummyActionGroup.java b/plugin_sample/src/org/jetbrains/tutorials/sample/actions/DummyActionGroup.java index dcae04aec..d33122b45 100644 --- a/plugin_sample/src/org/jetbrains/tutorials/sample/actions/DummyActionGroup.java +++ b/plugin_sample/src/org/jetbrains/tutorials/sample/actions/DummyActionGroup.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.jetbrains.tutorials.sample.actions; import com.intellij.openapi.actionSystem.*; diff --git a/plugin_sample/src/org/jetbrains/tutorials/sample/actions/GroupedAction.java b/plugin_sample/src/org/jetbrains/tutorials/sample/actions/GroupedAction.java index 6f53a7ef9..363747ae7 100644 --- a/plugin_sample/src/org/jetbrains/tutorials/sample/actions/GroupedAction.java +++ b/plugin_sample/src/org/jetbrains/tutorials/sample/actions/GroupedAction.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.jetbrains.tutorials.sample.actions; import com.intellij.openapi.actionSystem.*; diff --git a/plugin_sample/src/org/jetbrains/tutorials/sample/actions/GroupedToDefaultAction.java b/plugin_sample/src/org/jetbrains/tutorials/sample/actions/GroupedToDefaultAction.java index 8561140fd..9a2904336 100644 --- a/plugin_sample/src/org/jetbrains/tutorials/sample/actions/GroupedToDefaultAction.java +++ b/plugin_sample/src/org/jetbrains/tutorials/sample/actions/GroupedToDefaultAction.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.jetbrains.tutorials.sample.actions; import com.intellij.openapi.actionSystem.*; diff --git a/plugin_sample/src/org/jetbrains/tutorials/sample/actions/SimpleAction.java b/plugin_sample/src/org/jetbrains/tutorials/sample/actions/SimpleAction.java index 7a90cffd9..5442192da 100644 --- a/plugin_sample/src/org/jetbrains/tutorials/sample/actions/SimpleAction.java +++ b/plugin_sample/src/org/jetbrains/tutorials/sample/actions/SimpleAction.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.jetbrains.tutorials.sample.actions; import com.intellij.openapi.actionSystem.*; diff --git a/product_specific/pycharm_basics/build.gradle b/product_specific/pycharm_basics/build.gradle index 19ad0796a..42fbb7efb 100644 --- a/product_specific/pycharm_basics/build.gradle +++ b/product_specific/pycharm_basics/build.gradle @@ -1,4 +1,4 @@ -// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Copyright 2000-2020 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. plugins { id 'java' diff --git a/product_specific/pycharm_basics/gradle/wrapper/gradle-wrapper.properties b/product_specific/pycharm_basics/gradle/wrapper/gradle-wrapper.properties index 1b16c34a7..d7caaeb7a 100644 --- a/product_specific/pycharm_basics/gradle/wrapper/gradle-wrapper.properties +++ b/product_specific/pycharm_basics/gradle/wrapper/gradle-wrapper.properties @@ -1,3 +1,4 @@ +# Copyright 2000-2020 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. distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-bin.zip diff --git a/product_specific/pycharm_basics/settings.gradle b/product_specific/pycharm_basics/settings.gradle index 9c82b6b26..8ebee0383 100644 --- a/product_specific/pycharm_basics/settings.gradle +++ b/product_specific/pycharm_basics/settings.gradle @@ -1,2 +1,4 @@ +// Copyright 2000-2020 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. + rootProject.name = 'pycharm' diff --git a/product_specific/pycharm_basics/src/main/java/com/intellij/sdk/pycharm/PopupDialogAction.java b/product_specific/pycharm_basics/src/main/java/com/intellij/sdk/pycharm/PopupDialogAction.java index 5f19e5d52..adea6b803 100644 --- a/product_specific/pycharm_basics/src/main/java/com/intellij/sdk/pycharm/PopupDialogAction.java +++ b/product_specific/pycharm_basics/src/main/java/com/intellij/sdk/pycharm/PopupDialogAction.java @@ -1,4 +1,4 @@ -// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Copyright 2000-2020 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. package com.intellij.sdk.pycharm; diff --git a/product_specific/pycharm_basics/src/main/java/icons/SdkIcons.java b/product_specific/pycharm_basics/src/main/java/icons/SdkIcons.java index 1475ff91d..8f85195c2 100644 --- a/product_specific/pycharm_basics/src/main/java/icons/SdkIcons.java +++ b/product_specific/pycharm_basics/src/main/java/icons/SdkIcons.java @@ -1,4 +1,4 @@ -// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Copyright 2000-2020 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. package icons; diff --git a/product_specific/pycharm_basics/src/main/resources/META-INF/plugin.xml b/product_specific/pycharm_basics/src/main/resources/META-INF/plugin.xml index 2522e29aa..d9f99bfba 100644 --- a/product_specific/pycharm_basics/src/main/resources/META-INF/plugin.xml +++ b/product_specific/pycharm_basics/src/main/resources/META-INF/plugin.xml @@ -1,4 +1,4 @@ - + diff --git a/project_model/build.gradle b/project_model/build.gradle index a6c84d567..320a9bf7d 100644 --- a/project_model/build.gradle +++ b/project_model/build.gradle @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + plugins { id 'java' id 'org.jetbrains.intellij' version '0.4.16' diff --git a/project_model/gradle/wrapper/gradle-wrapper.properties b/project_model/gradle/wrapper/gradle-wrapper.properties index 1b16c34a7..d7caaeb7a 100644 --- a/project_model/gradle/wrapper/gradle-wrapper.properties +++ b/project_model/gradle/wrapper/gradle-wrapper.properties @@ -1,3 +1,4 @@ +# Copyright 2000-2020 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. distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-bin.zip diff --git a/project_model/settings.gradle b/project_model/settings.gradle index 3663dbbd2..86a5442ae 100644 --- a/project_model/settings.gradle +++ b/project_model/settings.gradle @@ -1,2 +1,4 @@ +// Copyright 2000-2020 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. + rootProject.name = 'project_model' diff --git a/project_model/src/main/java/icons/SdkIcons.java b/project_model/src/main/java/icons/SdkIcons.java index 1475ff91d..8f85195c2 100644 --- a/project_model/src/main/java/icons/SdkIcons.java +++ b/project_model/src/main/java/icons/SdkIcons.java @@ -1,4 +1,4 @@ -// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Copyright 2000-2020 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. package icons; diff --git a/project_model/src/main/java/org/intellij/sdk/project/model/LibrariesAction.java b/project_model/src/main/java/org/intellij/sdk/project/model/LibrariesAction.java index 2113512df..fe31db799 100644 --- a/project_model/src/main/java/org/intellij/sdk/project/model/LibrariesAction.java +++ b/project_model/src/main/java/org/intellij/sdk/project/model/LibrariesAction.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.project.model; import com.intellij.openapi.actionSystem.*; diff --git a/project_model/src/main/java/org/intellij/sdk/project/model/ModificationAction.java b/project_model/src/main/java/org/intellij/sdk/project/model/ModificationAction.java index 649cf83ad..fa28abed8 100644 --- a/project_model/src/main/java/org/intellij/sdk/project/model/ModificationAction.java +++ b/project_model/src/main/java/org/intellij/sdk/project/model/ModificationAction.java @@ -1,4 +1,4 @@ -// Copyright 2000-2020. 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-2020 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. package org.intellij.sdk.project.model; diff --git a/project_model/src/main/java/org/intellij/sdk/project/model/ProjectFileIndexSampleAction.java b/project_model/src/main/java/org/intellij/sdk/project/model/ProjectFileIndexSampleAction.java index f14782cec..4b9bf7b22 100644 --- a/project_model/src/main/java/org/intellij/sdk/project/model/ProjectFileIndexSampleAction.java +++ b/project_model/src/main/java/org/intellij/sdk/project/model/ProjectFileIndexSampleAction.java @@ -1,4 +1,4 @@ -// Copyright 2000-2020. 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-2020 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. package org.intellij.sdk.project.model; diff --git a/project_model/src/main/java/org/intellij/sdk/project/model/ProjectSdkAction.java b/project_model/src/main/java/org/intellij/sdk/project/model/ProjectSdkAction.java index ef290a808..27c6258f6 100644 --- a/project_model/src/main/java/org/intellij/sdk/project/model/ProjectSdkAction.java +++ b/project_model/src/main/java/org/intellij/sdk/project/model/ProjectSdkAction.java @@ -1,4 +1,4 @@ -// Copyright 2000-2020. 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-2020 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. package org.intellij.sdk.project.model; diff --git a/project_model/src/main/java/org/intellij/sdk/project/model/ShowSourceRootsActions.java b/project_model/src/main/java/org/intellij/sdk/project/model/ShowSourceRootsActions.java index 2b8287a8b..e9a44781f 100644 --- a/project_model/src/main/java/org/intellij/sdk/project/model/ShowSourceRootsActions.java +++ b/project_model/src/main/java/org/intellij/sdk/project/model/ShowSourceRootsActions.java @@ -1,4 +1,4 @@ -// Copyright 2000-2020. 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-2020 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. package org.intellij.sdk.project.model; diff --git a/project_model/src/main/resources/META-INF/plugin.xml b/project_model/src/main/resources/META-INF/plugin.xml index 489485560..dd3e1c3d0 100644 --- a/project_model/src/main/resources/META-INF/plugin.xml +++ b/project_model/src/main/resources/META-INF/plugin.xml @@ -1,4 +1,4 @@ - + diff --git a/project_view_pane/build.gradle b/project_view_pane/build.gradle index ceb7aa795..a37017323 100644 --- a/project_view_pane/build.gradle +++ b/project_view_pane/build.gradle @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + plugins { id 'java' id 'org.jetbrains.intellij' version '0.4.16' diff --git a/project_view_pane/gradle/wrapper/gradle-wrapper.properties b/project_view_pane/gradle/wrapper/gradle-wrapper.properties index 1b16c34a7..d7caaeb7a 100644 --- a/project_view_pane/gradle/wrapper/gradle-wrapper.properties +++ b/project_view_pane/gradle/wrapper/gradle-wrapper.properties @@ -1,3 +1,4 @@ +# Copyright 2000-2020 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. distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-bin.zip diff --git a/project_view_pane/settings.gradle b/project_view_pane/settings.gradle index 6d79cebe2..648d283b5 100644 --- a/project_view_pane/settings.gradle +++ b/project_view_pane/settings.gradle @@ -1,2 +1,4 @@ +// Copyright 2000-2020 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. + rootProject.name = 'project_view_pane' diff --git a/project_view_pane/src/main/java/org/intellij/sdk/view/pane/ImagesProjectNode.java b/project_view_pane/src/main/java/org/intellij/sdk/view/pane/ImagesProjectNode.java index 36fc6c866..fd5b95ac8 100644 --- a/project_view_pane/src/main/java/org/intellij/sdk/view/pane/ImagesProjectNode.java +++ b/project_view_pane/src/main/java/org/intellij/sdk/view/pane/ImagesProjectNode.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.view.pane; import com.intellij.icons.AllIcons; diff --git a/project_view_pane/src/main/java/org/intellij/sdk/view/pane/ImagesProjectViewPane.java b/project_view_pane/src/main/java/org/intellij/sdk/view/pane/ImagesProjectViewPane.java index 95a56b3c2..11bdbee7c 100644 --- a/project_view_pane/src/main/java/org/intellij/sdk/view/pane/ImagesProjectViewPane.java +++ b/project_view_pane/src/main/java/org/intellij/sdk/view/pane/ImagesProjectViewPane.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.view.pane; import com.intellij.icons.AllIcons; diff --git a/project_view_pane/src/main/resources/META-INF/plugin.xml b/project_view_pane/src/main/resources/META-INF/plugin.xml index 43a300509..a2f3ffe4d 100644 --- a/project_view_pane/src/main/resources/META-INF/plugin.xml +++ b/project_view_pane/src/main/resources/META-INF/plugin.xml @@ -1,3 +1,5 @@ + + diff --git a/project_wizard/build.gradle b/project_wizard/build.gradle index ceb7aa795..a37017323 100644 --- a/project_wizard/build.gradle +++ b/project_wizard/build.gradle @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + plugins { id 'java' id 'org.jetbrains.intellij' version '0.4.16' diff --git a/project_wizard/gradle/wrapper/gradle-wrapper.properties b/project_wizard/gradle/wrapper/gradle-wrapper.properties index 1b16c34a7..d7caaeb7a 100644 --- a/project_wizard/gradle/wrapper/gradle-wrapper.properties +++ b/project_wizard/gradle/wrapper/gradle-wrapper.properties @@ -1,3 +1,4 @@ +# Copyright 2000-2020 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. distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-bin.zip diff --git a/project_wizard/settings.gradle b/project_wizard/settings.gradle index 5e9dccc26..9c97cc1ae 100644 --- a/project_wizard/settings.gradle +++ b/project_wizard/settings.gradle @@ -1,2 +1,4 @@ +// Copyright 2000-2020 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. + rootProject.name = 'projectWizard' diff --git a/project_wizard/src/main/java/org/intellij/sdk/project/wizard/DemoModuleWizardStep.java b/project_wizard/src/main/java/org/intellij/sdk/project/wizard/DemoModuleWizardStep.java index 108483895..3977f0870 100644 --- a/project_wizard/src/main/java/org/intellij/sdk/project/wizard/DemoModuleWizardStep.java +++ b/project_wizard/src/main/java/org/intellij/sdk/project/wizard/DemoModuleWizardStep.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.project.wizard; import com.intellij.ide.util.projectWizard.*; diff --git a/project_wizard/src/main/resources/META-INF/plugin.xml b/project_wizard/src/main/resources/META-INF/plugin.xml index 40611d311..1177ec3b1 100644 --- a/project_wizard/src/main/resources/META-INF/plugin.xml +++ b/project_wizard/src/main/resources/META-INF/plugin.xml @@ -1,3 +1,5 @@ + + diff --git a/psi_demo/build.gradle b/psi_demo/build.gradle index 4ae7ae5d9..7e8237ad5 100644 --- a/psi_demo/build.gradle +++ b/psi_demo/build.gradle @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + plugins { id 'java' id 'org.jetbrains.intellij' version '0.4.16' diff --git a/psi_demo/gradle/wrapper/gradle-wrapper.properties b/psi_demo/gradle/wrapper/gradle-wrapper.properties index ec3470148..94363b428 100644 --- a/psi_demo/gradle/wrapper/gradle-wrapper.properties +++ b/psi_demo/gradle/wrapper/gradle-wrapper.properties @@ -1,3 +1,4 @@ +# Copyright 2000-2020 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. #Fri Feb 14 11:47:16 CET 2020 distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip distributionBase=GRADLE_USER_HOME diff --git a/psi_demo/settings.gradle b/psi_demo/settings.gradle index aeff22385..c6d6435f0 100644 --- a/psi_demo/settings.gradle +++ b/psi_demo/settings.gradle @@ -1 +1,3 @@ +// Copyright 2000-2020 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. + rootProject.name = 'psi' diff --git a/psi_demo/src/main/java/com/intellij/sdk/psi/PsiNavigationDemoAction.java b/psi_demo/src/main/java/com/intellij/sdk/psi/PsiNavigationDemoAction.java index e9e2ad825..19d9eb913 100644 --- a/psi_demo/src/main/java/com/intellij/sdk/psi/PsiNavigationDemoAction.java +++ b/psi_demo/src/main/java/com/intellij/sdk/psi/PsiNavigationDemoAction.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package com.intellij.sdk.psi; import com.intellij.openapi.actionSystem.AnAction; diff --git a/psi_demo/src/main/resources/META-INF/plugin.xml b/psi_demo/src/main/resources/META-INF/plugin.xml index f06c88b72..213db2531 100644 --- a/psi_demo/src/main/resources/META-INF/plugin.xml +++ b/psi_demo/src/main/resources/META-INF/plugin.xml @@ -1,3 +1,5 @@ + + com.jetbrains.psidemo PSI demo diff --git a/run_configuration/build.gradle b/run_configuration/build.gradle index 34f4762ca..6dcd3accc 100644 --- a/run_configuration/build.gradle +++ b/run_configuration/build.gradle @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + plugins { id 'java' id 'org.jetbrains.intellij' version '0.4.16' diff --git a/run_configuration/gradle/wrapper/gradle-wrapper.properties b/run_configuration/gradle/wrapper/gradle-wrapper.properties index 28a9531f9..4cb64d89b 100644 --- a/run_configuration/gradle/wrapper/gradle-wrapper.properties +++ b/run_configuration/gradle/wrapper/gradle-wrapper.properties @@ -1,3 +1,4 @@ +# Copyright 2000-2020 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. #Fri Feb 14 11:34:58 CET 2020 distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip distributionBase=GRADLE_USER_HOME diff --git a/run_configuration/settings.gradle b/run_configuration/settings.gradle index 4148e65e2..f72fbb670 100644 --- a/run_configuration/settings.gradle +++ b/run_configuration/settings.gradle @@ -1 +1,3 @@ +// Copyright 2000-2020 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. + rootProject.name = 'runConfiguration' diff --git a/run_configuration/src/main/java/org/jetbrains/sdk/runConfiguration/DemoConfigurationFactory.java b/run_configuration/src/main/java/org/jetbrains/sdk/runConfiguration/DemoConfigurationFactory.java index 4a9738d55..5141f330e 100644 --- a/run_configuration/src/main/java/org/jetbrains/sdk/runConfiguration/DemoConfigurationFactory.java +++ b/run_configuration/src/main/java/org/jetbrains/sdk/runConfiguration/DemoConfigurationFactory.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.jetbrains.sdk.runConfiguration; import com.intellij.execution.configurations.*; diff --git a/run_configuration/src/main/java/org/jetbrains/sdk/runConfiguration/DemoRunConfiguration.java b/run_configuration/src/main/java/org/jetbrains/sdk/runConfiguration/DemoRunConfiguration.java index 0496889d9..2349a5e17 100644 --- a/run_configuration/src/main/java/org/jetbrains/sdk/runConfiguration/DemoRunConfiguration.java +++ b/run_configuration/src/main/java/org/jetbrains/sdk/runConfiguration/DemoRunConfiguration.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.jetbrains.sdk.runConfiguration; import com.intellij.execution.*; diff --git a/run_configuration/src/main/java/org/jetbrains/sdk/runConfiguration/DemoRunConfigurationOptions.java b/run_configuration/src/main/java/org/jetbrains/sdk/runConfiguration/DemoRunConfigurationOptions.java index 7a12a1f94..d0bf01391 100644 --- a/run_configuration/src/main/java/org/jetbrains/sdk/runConfiguration/DemoRunConfigurationOptions.java +++ b/run_configuration/src/main/java/org/jetbrains/sdk/runConfiguration/DemoRunConfigurationOptions.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.jetbrains.sdk.runConfiguration; import com.intellij.execution.configurations.RunConfigurationOptions; diff --git a/run_configuration/src/main/java/org/jetbrains/sdk/runConfiguration/DemoRunConfigurationType.java b/run_configuration/src/main/java/org/jetbrains/sdk/runConfiguration/DemoRunConfigurationType.java index f0800cd18..e46f818ba 100644 --- a/run_configuration/src/main/java/org/jetbrains/sdk/runConfiguration/DemoRunConfigurationType.java +++ b/run_configuration/src/main/java/org/jetbrains/sdk/runConfiguration/DemoRunConfigurationType.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.jetbrains.sdk.runConfiguration; import com.intellij.execution.configurations.*; diff --git a/run_configuration/src/main/java/org/jetbrains/sdk/runConfiguration/DemoSettingsEditor.java b/run_configuration/src/main/java/org/jetbrains/sdk/runConfiguration/DemoSettingsEditor.java index 75b0a9e42..9a565a38f 100644 --- a/run_configuration/src/main/java/org/jetbrains/sdk/runConfiguration/DemoSettingsEditor.java +++ b/run_configuration/src/main/java/org/jetbrains/sdk/runConfiguration/DemoSettingsEditor.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.jetbrains.sdk.runConfiguration; import com.intellij.openapi.options.*; diff --git a/run_configuration/src/main/resources/META-INF/plugin.xml b/run_configuration/src/main/resources/META-INF/plugin.xml index a447e788d..be214f851 100644 --- a/run_configuration/src/main/resources/META-INF/plugin.xml +++ b/run_configuration/src/main/resources/META-INF/plugin.xml @@ -1,4 +1,4 @@ - + diff --git a/simple_language_plugin/build.gradle b/simple_language_plugin/build.gradle index 97c52309f..6bc5dd0a9 100644 --- a/simple_language_plugin/build.gradle +++ b/simple_language_plugin/build.gradle @@ -1,4 +1,4 @@ -// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Copyright 2000-2020 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. plugins { id 'java' diff --git a/simple_language_plugin/gradle/wrapper/gradle-wrapper.properties b/simple_language_plugin/gradle/wrapper/gradle-wrapper.properties index f20451281..b6dba8aa6 100644 --- a/simple_language_plugin/gradle/wrapper/gradle-wrapper.properties +++ b/simple_language_plugin/gradle/wrapper/gradle-wrapper.properties @@ -1,3 +1,4 @@ +# Copyright 2000-2020 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. #Thu Feb 13 10:13:24 CET 2020 distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip distributionBase=GRADLE_USER_HOME diff --git a/simple_language_plugin/settings.gradle b/simple_language_plugin/settings.gradle index e10d80539..87215c406 100644 --- a/simple_language_plugin/settings.gradle +++ b/simple_language_plugin/settings.gradle @@ -1,2 +1,4 @@ +// Copyright 2000-2020 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. + rootProject.name = 'simple_language_plugin' diff --git a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleAnnotator.java b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleAnnotator.java index 10d024dbf..0b8cdc07e 100644 --- a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleAnnotator.java +++ b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleAnnotator.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.language; import com.intellij.lang.annotation.*; diff --git a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleBlock.java b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleBlock.java index 1d2038938..9de3e13c0 100644 --- a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleBlock.java +++ b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleBlock.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.language; import com.intellij.formatting.*; diff --git a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleChooseByNameContributor.java b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleChooseByNameContributor.java index eea8b7e4c..ea1859a10 100644 --- a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleChooseByNameContributor.java +++ b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleChooseByNameContributor.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.language; import com.intellij.navigation.*; diff --git a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleCodeStyleSettings.java b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleCodeStyleSettings.java index 1d8a08311..dd1e1580e 100644 --- a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleCodeStyleSettings.java +++ b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleCodeStyleSettings.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.language; import com.intellij.psi.codeStyle.*; diff --git a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleCodeStyleSettingsProvider.java b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleCodeStyleSettingsProvider.java index 093184c14..04c17e1b7 100644 --- a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleCodeStyleSettingsProvider.java +++ b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleCodeStyleSettingsProvider.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.language; import com.intellij.application.options.*; diff --git a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleColorSettingsPage.java b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleColorSettingsPage.java index d6a265893..1d759cf80 100644 --- a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleColorSettingsPage.java +++ b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleColorSettingsPage.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.language; import com.intellij.openapi.editor.colors.TextAttributesKey; diff --git a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleCommenter.java b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleCommenter.java index 9b80882e2..97504756f 100644 --- a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleCommenter.java +++ b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleCommenter.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.language; import com.intellij.lang.Commenter; diff --git a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleCompletionContributor.java b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleCompletionContributor.java index 394c71902..336c4b69f 100644 --- a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleCompletionContributor.java +++ b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleCompletionContributor.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.language; import com.intellij.codeInsight.completion.*; diff --git a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleCreatePropertyQuickFix.java b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleCreatePropertyQuickFix.java index cdb1cb7dd..8a823d84e 100644 --- a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleCreatePropertyQuickFix.java +++ b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleCreatePropertyQuickFix.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.language; import com.intellij.codeInsight.intention.impl.BaseIntentionAction; diff --git a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleFileType.java b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleFileType.java index 31515ef3f..6932cceeb 100644 --- a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleFileType.java +++ b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleFileType.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.language; import com.intellij.openapi.fileTypes.LanguageFileType; diff --git a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleFileTypeFactory.java b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleFileTypeFactory.java index f09f52ce0..f1f74cfd6 100644 --- a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleFileTypeFactory.java +++ b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleFileTypeFactory.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.language; import com.intellij.openapi.fileTypes.FileTypeConsumer; diff --git a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleFindUsagesProvider.java b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleFindUsagesProvider.java index 9e63147a0..0e328fbb0 100644 --- a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleFindUsagesProvider.java +++ b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleFindUsagesProvider.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.language; import com.intellij.lang.cacheBuilder.*; diff --git a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleFoldingBuilder.java b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleFoldingBuilder.java index f1009835a..c1a8df505 100644 --- a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleFoldingBuilder.java +++ b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleFoldingBuilder.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.language; import com.intellij.lang.ASTNode; diff --git a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleFormattingModelBuilder.java b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleFormattingModelBuilder.java index 50970d0a0..563e3fb41 100644 --- a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleFormattingModelBuilder.java +++ b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleFormattingModelBuilder.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.language; import com.intellij.formatting.*; diff --git a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleIcons.java b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleIcons.java index 2286ee0ea..e9325d996 100644 --- a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleIcons.java +++ b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleIcons.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.language; import com.intellij.openapi.util.IconLoader; diff --git a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleLanguage.java b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleLanguage.java index 70ccdc383..af2f2bf4b 100644 --- a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleLanguage.java +++ b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleLanguage.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.language; import com.intellij.lang.Language; diff --git a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleLanguageCodeStyleSettingsProvider.java b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleLanguageCodeStyleSettingsProvider.java index 7d71eebf5..53984174e 100644 --- a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleLanguageCodeStyleSettingsProvider.java +++ b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleLanguageCodeStyleSettingsProvider.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.language; import com.intellij.lang.Language; diff --git a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleLexerAdapter.java b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleLexerAdapter.java index ed2428eef..52f773c65 100644 --- a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleLexerAdapter.java +++ b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleLexerAdapter.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.language; import com.intellij.lexer.FlexAdapter; diff --git a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleLineMarkerProvider.java b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleLineMarkerProvider.java index 314e6f4cb..5311f6bcc 100644 --- a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleLineMarkerProvider.java +++ b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleLineMarkerProvider.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.language; import com.intellij.codeInsight.daemon.*; diff --git a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleParserDefinition.java b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleParserDefinition.java index a8c38edda..5fa6c7aeb 100644 --- a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleParserDefinition.java +++ b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleParserDefinition.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.language; import com.intellij.lang.*; diff --git a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleRefactoringSupportProvider.java b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleRefactoringSupportProvider.java index 4842a35bf..a553f7d7d 100644 --- a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleRefactoringSupportProvider.java +++ b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleRefactoringSupportProvider.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.language; import com.intellij.lang.refactoring.RefactoringSupportProvider; diff --git a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleReference.java b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleReference.java index 3cfb0ebbb..317c07706 100644 --- a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleReference.java +++ b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleReference.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.language; import com.intellij.codeInsight.lookup.*; diff --git a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleReferenceContributor.java b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleReferenceContributor.java index cd8681dcd..ae39d63e6 100644 --- a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleReferenceContributor.java +++ b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleReferenceContributor.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.language; import com.intellij.openapi.util.TextRange; diff --git a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleStructureViewElement.java b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleStructureViewElement.java index 737f8131e..91479641a 100644 --- a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleStructureViewElement.java +++ b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleStructureViewElement.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.language; import com.intellij.ide.projectView.PresentationData; diff --git a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleStructureViewFactory.java b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleStructureViewFactory.java index 3668a449d..5dadda2dc 100644 --- a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleStructureViewFactory.java +++ b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleStructureViewFactory.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.language; import com.intellij.ide.structureView.*; diff --git a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleStructureViewModel.java b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleStructureViewModel.java index c06f95a80..5b64755c7 100644 --- a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleStructureViewModel.java +++ b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleStructureViewModel.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.language; import com.intellij.ide.structureView.*; diff --git a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleSyntaxHighlighter.java b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleSyntaxHighlighter.java index 41a2c4a13..7b1b1184f 100644 --- a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleSyntaxHighlighter.java +++ b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleSyntaxHighlighter.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.language; import com.intellij.lexer.Lexer; diff --git a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleSyntaxHighlighterFactory.java b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleSyntaxHighlighterFactory.java index 3c176b8d1..c35b27f93 100644 --- a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleSyntaxHighlighterFactory.java +++ b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleSyntaxHighlighterFactory.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.language; import com.intellij.openapi.fileTypes.*; diff --git a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleUtil.java b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleUtil.java index c4bc5edcc..2004b9eca 100644 --- a/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleUtil.java +++ b/simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleUtil.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.language; import com.intellij.openapi.project.Project; diff --git a/simple_language_plugin/src/main/java/org/intellij/sdk/language/psi/SimpleElementFactory.java b/simple_language_plugin/src/main/java/org/intellij/sdk/language/psi/SimpleElementFactory.java index eeb7e76c9..fb264ae45 100644 --- a/simple_language_plugin/src/main/java/org/intellij/sdk/language/psi/SimpleElementFactory.java +++ b/simple_language_plugin/src/main/java/org/intellij/sdk/language/psi/SimpleElementFactory.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.language.psi; import com.intellij.openapi.project.Project; diff --git a/simple_language_plugin/src/main/java/org/intellij/sdk/language/psi/SimpleElementType.java b/simple_language_plugin/src/main/java/org/intellij/sdk/language/psi/SimpleElementType.java index 8ebb8e5ba..6a049e925 100644 --- a/simple_language_plugin/src/main/java/org/intellij/sdk/language/psi/SimpleElementType.java +++ b/simple_language_plugin/src/main/java/org/intellij/sdk/language/psi/SimpleElementType.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.language.psi; import com.intellij.psi.tree.IElementType; diff --git a/simple_language_plugin/src/main/java/org/intellij/sdk/language/psi/SimpleFile.java b/simple_language_plugin/src/main/java/org/intellij/sdk/language/psi/SimpleFile.java index 73af603df..4ef00bf4e 100644 --- a/simple_language_plugin/src/main/java/org/intellij/sdk/language/psi/SimpleFile.java +++ b/simple_language_plugin/src/main/java/org/intellij/sdk/language/psi/SimpleFile.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.language.psi; import com.intellij.extapi.psi.PsiFileBase; diff --git a/simple_language_plugin/src/main/java/org/intellij/sdk/language/psi/SimpleNamedElement.java b/simple_language_plugin/src/main/java/org/intellij/sdk/language/psi/SimpleNamedElement.java index e358953a0..42daf1966 100644 --- a/simple_language_plugin/src/main/java/org/intellij/sdk/language/psi/SimpleNamedElement.java +++ b/simple_language_plugin/src/main/java/org/intellij/sdk/language/psi/SimpleNamedElement.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.language.psi; import com.intellij.psi.PsiNameIdentifierOwner; diff --git a/simple_language_plugin/src/main/java/org/intellij/sdk/language/psi/SimpleTokenType.java b/simple_language_plugin/src/main/java/org/intellij/sdk/language/psi/SimpleTokenType.java index 863482287..30467b727 100644 --- a/simple_language_plugin/src/main/java/org/intellij/sdk/language/psi/SimpleTokenType.java +++ b/simple_language_plugin/src/main/java/org/intellij/sdk/language/psi/SimpleTokenType.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.language.psi; import com.intellij.psi.tree.IElementType; diff --git a/simple_language_plugin/src/main/java/org/intellij/sdk/language/psi/impl/SimpleNamedElementImpl.java b/simple_language_plugin/src/main/java/org/intellij/sdk/language/psi/impl/SimpleNamedElementImpl.java index f9393b549..f2e55c7e9 100644 --- a/simple_language_plugin/src/main/java/org/intellij/sdk/language/psi/impl/SimpleNamedElementImpl.java +++ b/simple_language_plugin/src/main/java/org/intellij/sdk/language/psi/impl/SimpleNamedElementImpl.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.language.psi.impl; import com.intellij.extapi.psi.ASTWrapperPsiElement; diff --git a/simple_language_plugin/src/main/java/org/intellij/sdk/language/psi/impl/SimplePsiImplUtil.java b/simple_language_plugin/src/main/java/org/intellij/sdk/language/psi/impl/SimplePsiImplUtil.java index 3316985da..2faa6dbc2 100644 --- a/simple_language_plugin/src/main/java/org/intellij/sdk/language/psi/impl/SimplePsiImplUtil.java +++ b/simple_language_plugin/src/main/java/org/intellij/sdk/language/psi/impl/SimplePsiImplUtil.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.language.psi.impl; import com.intellij.lang.ASTNode; diff --git a/simple_language_plugin/src/main/resources/META-INF/plugin.xml b/simple_language_plugin/src/main/resources/META-INF/plugin.xml index e1e7bba72..b4a06afdc 100644 --- a/simple_language_plugin/src/main/resources/META-INF/plugin.xml +++ b/simple_language_plugin/src/main/resources/META-INF/plugin.xml @@ -1,4 +1,4 @@ - + diff --git a/simple_language_plugin/src/test/java/org/intellij/sdk/language/SimpleCodeInsightTest.java b/simple_language_plugin/src/test/java/org/intellij/sdk/language/SimpleCodeInsightTest.java index d697864bb..93696bcb6 100644 --- a/simple_language_plugin/src/test/java/org/intellij/sdk/language/SimpleCodeInsightTest.java +++ b/simple_language_plugin/src/test/java/org/intellij/sdk/language/SimpleCodeInsightTest.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.language; import com.intellij.application.options.CodeStyle; diff --git a/simple_language_plugin/src/test/java/org/intellij/sdk/language/SimpleParsingTest.java b/simple_language_plugin/src/test/java/org/intellij/sdk/language/SimpleParsingTest.java index 342aecc9c..b98d4ee52 100644 --- a/simple_language_plugin/src/test/java/org/intellij/sdk/language/SimpleParsingTest.java +++ b/simple_language_plugin/src/test/java/org/intellij/sdk/language/SimpleParsingTest.java @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + package org.intellij.sdk.language; import com.intellij.testFramework.ParsingTestCase; diff --git a/theme_basics/resources/Lightning.xml b/theme_basics/resources/Lightning.xml index 6e854581b..124c83443 100644 --- a/theme_basics/resources/Lightning.xml +++ b/theme_basics/resources/Lightning.xml @@ -1,3 +1,5 @@ + + 2019-01-22T02:54:51 diff --git a/theme_basics/resources/META-INF/plugin.xml b/theme_basics/resources/META-INF/plugin.xml index 4555660cb..01e84b578 100644 --- a/theme_basics/resources/META-INF/plugin.xml +++ b/theme_basics/resources/META-INF/plugin.xml @@ -1,3 +1,5 @@ + + com.jetbrains.sdk.themeBasics SDK Theme Basics diff --git a/tool_window/build.gradle b/tool_window/build.gradle index de6652b64..6dcd3accc 100644 --- a/tool_window/build.gradle +++ b/tool_window/build.gradle @@ -1,4 +1,4 @@ -// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Copyright 2000-2020 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. plugins { id 'java' diff --git a/tool_window/gradle/wrapper/gradle-wrapper.properties b/tool_window/gradle/wrapper/gradle-wrapper.properties index 01ad37be9..7be85be64 100644 --- a/tool_window/gradle/wrapper/gradle-wrapper.properties +++ b/tool_window/gradle/wrapper/gradle-wrapper.properties @@ -1,3 +1,4 @@ +# Copyright 2000-2020 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. #Thu Feb 13 17:14:25 CET 2020 distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip distributionBase=GRADLE_USER_HOME diff --git a/tool_window/settings.gradle b/tool_window/settings.gradle index d201b60f5..dfc1e189f 100644 --- a/tool_window/settings.gradle +++ b/tool_window/settings.gradle @@ -1 +1,3 @@ +// Copyright 2000-2020 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. + rootProject.name = 'toolWindow' diff --git a/tool_window/src/main/java/org/intellij/sdk/toolWindow/MyToolWindow.java b/tool_window/src/main/java/org/intellij/sdk/toolWindow/MyToolWindow.java index 98f4427e5..f112607fb 100644 --- a/tool_window/src/main/java/org/intellij/sdk/toolWindow/MyToolWindow.java +++ b/tool_window/src/main/java/org/intellij/sdk/toolWindow/MyToolWindow.java @@ -1,4 +1,4 @@ -// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Copyright 2000-2020 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. package org.intellij.sdk.toolWindow; diff --git a/tool_window/src/main/java/org/intellij/sdk/toolWindow/MyToolWindowFactory.java b/tool_window/src/main/java/org/intellij/sdk/toolWindow/MyToolWindowFactory.java index 5c4dd2918..47815f916 100644 --- a/tool_window/src/main/java/org/intellij/sdk/toolWindow/MyToolWindowFactory.java +++ b/tool_window/src/main/java/org/intellij/sdk/toolWindow/MyToolWindowFactory.java @@ -1,4 +1,4 @@ -// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Copyright 2000-2020 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. package org.intellij.sdk.toolWindow; diff --git a/tool_window/src/main/resources/META-INF/plugin.xml b/tool_window/src/main/resources/META-INF/plugin.xml index 107b687ae..69e894045 100644 --- a/tool_window/src/main/resources/META-INF/plugin.xml +++ b/tool_window/src/main/resources/META-INF/plugin.xml @@ -1,4 +1,4 @@ - + diff --git a/tree_structure_provider/build.gradle b/tree_structure_provider/build.gradle index 34f4762ca..6dcd3accc 100644 --- a/tree_structure_provider/build.gradle +++ b/tree_structure_provider/build.gradle @@ -1,3 +1,5 @@ +// Copyright 2000-2020 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. + plugins { id 'java' id 'org.jetbrains.intellij' version '0.4.16' diff --git a/tree_structure_provider/gradle/wrapper/gradle-wrapper.properties b/tree_structure_provider/gradle/wrapper/gradle-wrapper.properties index 72118044d..863e23aa2 100644 --- a/tree_structure_provider/gradle/wrapper/gradle-wrapper.properties +++ b/tree_structure_provider/gradle/wrapper/gradle-wrapper.properties @@ -1,3 +1,4 @@ +# Copyright 2000-2020 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. #Fri Feb 14 11:47:37 CET 2020 distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip distributionBase=GRADLE_USER_HOME diff --git a/tree_structure_provider/settings.gradle b/tree_structure_provider/settings.gradle index 524a51afb..dc0ea4064 100644 --- a/tree_structure_provider/settings.gradle +++ b/tree_structure_provider/settings.gradle @@ -1 +1,3 @@ +// Copyright 2000-2020 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. + rootProject.name = 'treeStructureProvider' diff --git a/tree_structure_provider/src/main/java/org/intellij/sdk/treeStructureProvider/TextOnlyTreeStructureProvider.java b/tree_structure_provider/src/main/java/org/intellij/sdk/treeStructureProvider/TextOnlyTreeStructureProvider.java index bc114616e..f74dcca28 100644 --- a/tree_structure_provider/src/main/java/org/intellij/sdk/treeStructureProvider/TextOnlyTreeStructureProvider.java +++ b/tree_structure_provider/src/main/java/org/intellij/sdk/treeStructureProvider/TextOnlyTreeStructureProvider.java @@ -1,4 +1,4 @@ -// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Copyright 2000-2020 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. package org.intellij.sdk.treeStructureProvider; diff --git a/tree_structure_provider/src/main/resources/META-INF/plugin.xml b/tree_structure_provider/src/main/resources/META-INF/plugin.xml index b1b48a857..14c1374f1 100644 --- a/tree_structure_provider/src/main/resources/META-INF/plugin.xml +++ b/tree_structure_provider/src/main/resources/META-INF/plugin.xml @@ -1,4 +1,4 @@ - +