From aa34fee90afc4b33931500495d6b4a52bb6ef3ef Mon Sep 17 00:00:00 2001 From: dmca-sync-bot Date: Thu, 21 Nov 2024 17:40:21 +0000 Subject: [PATCH] Process DMCA request --- 2024/11/2024-11-20-jetbrains.md | 120 ++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 2024/11/2024-11-20-jetbrains.md diff --git a/2024/11/2024-11-20-jetbrains.md b/2024/11/2024-11-20-jetbrains.md new file mode 100644 index 000000000..e724d2b16 --- /dev/null +++ b/2024/11/2024-11-20-jetbrains.md @@ -0,0 +1,120 @@ +Before disabling any content in relation to this takedown notice, GitHub +- contacted the owners of some or all of the affected repositories to give them an opportunity to [make changes](https://docs.github.com/en/github/site-policy/dmca-takedown-policy#a-how-does-this-actually-work). +- provided information on how to [submit a DMCA Counter Notice](https://docs.github.com/en/articles/guide-to-submitting-a-dmca-counter-notice). + +To learn about when and why GitHub may process some notices this way, please visit our [README](https://github.com/github/dmca/blob/master/README.md#anatomy-of-a-takedown-notice). + +--- + +While GitHub did not find sufficient information to determine a valid anti-circumvention claim, we determined that this takedown notice contains other valid copyright claim(s). + +--- + +**Are you the copyright holder or authorized to act on the copyright owner's behalf?** + +Yes, I am authorized to act on the copyright owner's behalf. + +**Are you submitting a revised DMCA notice after GitHub Trust & Safety requested you make changes to your original notice?** + +No + +**Does your claim involve content on GitHub or npm.js?** + +GitHub + +**Please describe the nature of your copyright ownership or authorization to act on the owner's behalf.** + +I am an [private] (employee) of the sole copyright owner JetBrains s.r.o. + +**Please provide a detailed description of the original copyrighted work that has allegedly been infringed. If possible, include a URL to where it is posted online.** + +The copyrighted work is a Spring Framework plugin for IntelliJ IDEA adding navigation, auto-completion and inspections specific to the Spring Boot. The functionality of the plugin includes: +- Coding assistance: code completion, inspections, line markers in Java code +- Autocompletion for YAML/Properties configuration files +- Dedicated run configuration + +The plugin is available at https://plugins.jetbrains.com/plugin/20211-spring-boot + +**What files should be taken down? Please provide URLs for each file, or if the entire repository, the repository’s URL.** + +The files identified below are forks of the originally posted infringing content - see below in the "fork section". + +All files in folder: https://github.com/alexeyvbel/spring-plugin/tree/main/modules/spring-core/src/main/kotlin/com/explyt/spring/core/runconfiguration/lifecycle +- https://github.com/alexeyvbel/spring-plugin/blob/main/modules/spring-core/src/main/kotlin/com/explyt/spring/core/runconfiguration/lifecycle/AbstractLiveProperty.kt +- https://github.com/alexeyvbel/spring-plugin/blob/main/modules/spring-core/src/main/kotlin/com/explyt/spring/core/runconfiguration/lifecycle/ApplicationUrlLiveProperty.kt +- https://github.com/alexeyvbel/spring-plugin/blob/main/modules/spring-core/src/main/kotlin/com/explyt/spring/core/runconfiguration/lifecycle/AsyncApplicationLiveProperty.kt +- https://github.com/alexeyvbel/spring-plugin/blob/main/modules/spring-core/src/main/kotlin/com/explyt/spring/core/runconfiguration/lifecycle/AsyncLiveProperty.kt +- https://github.com/alexeyvbel/spring-plugin/blob/main/modules/spring-core/src/main/kotlin/com/explyt/spring/core/runconfiguration/lifecycle/JmxServiceUrlLiveProperty.kt +- https://github.com/alexeyvbel/spring-plugin/blob/main/modules/spring-core/src/main/kotlin/com/explyt/spring/core/runconfiguration/lifecycle/LifecycleErrorHandler.kt +- https://github.com/alexeyvbel/spring-plugin/blob/main/modules/spring-core/src/main/kotlin/com/explyt/spring/core/runconfiguration/lifecycle/LifecycleException.kt +- https://github.com/alexeyvbel/spring-plugin/blob/main/modules/spring-core/src/main/kotlin/com/explyt/spring/core/runconfiguration/lifecycle/LiveProperty.kt +- https://github.com/alexeyvbel/spring-plugin/blob/main/modules/spring-core/src/main/kotlin/com/explyt/spring/core/runconfiguration/lifecycle/ReadyStateLiveProperty.kt +- https://github.com/alexeyvbel/spring-plugin/blob/main/modules/spring-core/src/main/kotlin/com/explyt/spring/core/runconfiguration/lifecycle/ServerConfigurationLiveProperty.kt +- https://github.com/alexeyvbel/spring-plugin/blob/main/modules/spring-core/src/main/kotlin/com/explyt/spring/core/runconfiguration/lifecycle/ServerPortLiveProperty.kt +- https://github.com/alexeyvbel/spring-plugin/blob/main/modules/spring-core/src/main/kotlin/com/explyt/spring/core/runconfiguration/lifecycle/SpringBootApplicationConnector.kt +- https://github.com/alexeyvbel/spring-plugin/blob/main/modules/spring-core/src/main/kotlin/com/explyt/spring/core/runconfiguration/lifecycle/SpringBootApplicationInfo.kt +- https://github.com/alexeyvbel/spring-plugin/blob/main/modules/spring-core/src/main/kotlin/com/explyt/spring/core/runconfiguration/lifecycle/SpringBootJmxConnector.kt +- https://github.com/alexeyvbel/spring-plugin/blob/main/modules/spring-core/src/main/kotlin/com/explyt/spring/core/runconfiguration/lifecycle/SpringBootLifecycleManager.kt +- https://github.com/alexeyvbel/spring-plugin/blob/main/modules/spring-core/src/main/kotlin/com/explyt/spring/core/runconfiguration/lifecycle/SpringBootModuleDescriptor.kt + +All files in folder: https://github.com/wjw0315/spring-plugin/tree/main/modules/spring-core/src/main/kotlin/com/explyt/spring/core/runconfiguration/lifecycle +- https://github.com/wjw0315/spring-plugin/blob/main/modules/spring-core/src/main/kotlin/com/explyt/spring/core/runconfiguration/lifecycle/AbstractLiveProperty.kt +- https://github.com/wjw0315/spring-plugin/blob/main/modules/spring-core/src/main/kotlin/com/explyt/spring/core/runconfiguration/lifecycle/ApplicationUrlLiveProperty.kt +- https://github.com/wjw0315/spring-plugin/blob/main/modules/spring-core/src/main/kotlin/com/explyt/spring/core/runconfiguration/lifecycle/AsyncApplicationLiveProperty.kt +- https://github.com/wjw0315/spring-plugin/blob/main/modules/spring-core/src/main/kotlin/com/explyt/spring/core/runconfiguration/lifecycle/AsyncLiveProperty.kt +- https://github.com/wjw0315/spring-plugin/blob/main/modules/spring-core/src/main/kotlin/com/explyt/spring/core/runconfiguration/lifecycle/JmxServiceUrlLiveProperty.kt +- https://github.com/wjw0315/spring-plugin/blob/main/modules/spring-core/src/main/kotlin/com/explyt/spring/core/runconfiguration/lifecycle/LifecycleErrorHandler.kt +- https://github.com/wjw0315/spring-plugin/blob/main/modules/spring-core/src/main/kotlin/com/explyt/spring/core/runconfiguration/lifecycle/LifecycleException.kt +- https://github.com/wjw0315/spring-plugin/blob/main/modules/spring-core/src/main/kotlin/com/explyt/spring/core/runconfiguration/lifecycle/LiveProperty.kt +- https://github.com/wjw0315/spring-plugin/blob/main/modules/spring-core/src/main/kotlin/com/explyt/spring/core/runconfiguration/lifecycle/ReadyStateLiveProperty.kt +- https://github.com/wjw0315/spring-plugin/blob/main/modules/spring-core/src/main/kotlin/com/explyt/spring/core/runconfiguration/lifecycle/ServerConfigurationLiveProperty.kt +- https://github.com/wjw0315/spring-plugin/blob/main/modules/spring-core/src/main/kotlin/com/explyt/spring/core/runconfiguration/lifecycle/ServerPortLiveProperty.kt +- https://github.com/wjw0315/spring-plugin/blob/main/modules/spring-core/src/main/kotlin/com/explyt/spring/core/runconfiguration/lifecycle/SpringBootApplicationConnector.kt +- https://github.com/wjw0315/spring-plugin/blob/main/modules/spring-core/src/main/kotlin/com/explyt/spring/core/runconfiguration/lifecycle/SpringBootApplicationInfo.kt +- https://github.com/wjw0315/spring-plugin/blob/main/modules/spring-core/src/main/kotlin/com/explyt/spring/core/runconfiguration/lifecycle/SpringBootJmxConnector.kt +- https://github.com/wjw0315/spring-plugin/blob/main/modules/spring-core/src/main/kotlin/com/explyt/spring/core/runconfiguration/lifecycle/SpringBootLifecycleManager.kt +- https://github.com/wjw0315/spring-plugin/blob/main/modules/spring-core/src/main/kotlin/com/explyt/spring/core/runconfiguration/lifecycle/SpringBootModuleDescriptor.kt + +**Do you claim to have any technological measures in place to control access to your copyrighted content? Please see our Complaints about Anti-Circumvention Technology if you are unsure.** + +Yes + +**What technological measures do you have in place and how do they effectively control access to your copyrighted material?** + +JetBrains tools are protected with the two mechanisms: an activation code that can be downloaded legitimately from account.jetbrains.com website only, and a user credentials checked against the users database at this web service. + +**How is the accused project designed to circumvent your technological protection measures?** + +The reported files are not specifically designed to circumvent technological measures. The reported files are a direct violation of proprietary copyrighted content. + +**Have you searched for any forks of the allegedly infringing files or repositories? Each fork is a distinct repository and must be identified separately if you believe it is infringing and wish to have it taken down.** + +To our best knowledge, the infringing content was first provided by [private] as part of its spring-plugin repository [private]. Having identified the suspected infringement JetBrains has separately reached out to [private] (likely) as a result of which [private] has removed the infringing content, however forks/files identified above retain the infringing content. + +**Is the work licensed under an open source license?** + +No + +**What would be the best solution for the alleged infringement?** + +Reported content must be removed + +**Do you have the alleged infringer’s contact information? If so, please provide it.** + +Unfortunately we do not have contact information for the users/owners of the forks identified above. The contact information of [private] - the "original infringer" - is available at [private]. + +**I have a good faith belief that use of the copyrighted materials described above on the infringing web pages is not authorized by the copyright owner, or its agent, or the law.** + +**I have taken fair use into consideration.** + +**I swear, under penalty of perjury, that the information in this notification is accurate and that I am the copyright owner, or am authorized to act on behalf of the owner, of an exclusive right that is allegedly infringed.** + +**I have read and understand GitHub's Guide to Submitting a DMCA Takedown Notice.** + +**So that we can get back to you, please provide either your telephone number or physical address.** + +Address: JetBrains s.r.o., [private]. + +**Please type your full legal name below to sign this request.** + +[private]