Migrate python copyright to v2

GitOrigin-RevId: bb3d02627319556681d4a192d83df4a2bfed21e1
This commit is contained in:
Ilya.Kazakevich
2023-12-21 21:28:46 +01:00
committed by intellij-monorepo-bot
parent 85ac2fa3f3
commit 6a308b21a0
6 changed files with 13 additions and 10 deletions

View File

@@ -1,5 +0,0 @@
<idea-plugin>
<extensions defaultExtensionNs="com.intellij.copyright">
<updater filetype="Python" implementationClass="com.jetbrains.python.copyright.PyUpdateCopyrightsProvider"/>
</extensions>
</idea-plugin>

View File

@@ -0,0 +1,8 @@
<idea-plugin package="com.intellij.python.copyright">
<dependencies>
<plugin id="com.intellij.copyright"/>
</dependencies>
<extensions defaultExtensionNs="com.intellij.copyright">
<updater filetype="Python" implementationClass="com.intellij.python.copyright.PyUpdateCopyrightsProvider"/>
</extensions>
</idea-plugin>

View File

@@ -1,5 +1,5 @@
// Copyright 2000-2018 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.
package com.jetbrains.python.copyright
package com.intellij.python.copyright
import com.intellij.openapi.fileTypes.FileType
import com.intellij.openapi.module.Module