diff --git a/native/WinElevator/WinElevator.rc b/native/WinElevator/WinElevator.rc index 7d4af312a2fa..0ca3811cb545 100644 --- a/native/WinElevator/WinElevator.rc +++ b/native/WinElevator/WinElevator.rc @@ -1,7 +1,8 @@ +// Modified by Dmitrij Pochepko at 2025 as part of the OpenIDE project (https://openide.ru). +// Any modifications are available on the same license terms as the original source code. #define VERSION 1,0,0,@BUILD_NUMBER@ #define VERSION_STR "1.0.0.@BUILD_NUMBER@\0" #define FILE_NAME "elevator.exe" -#define COPYRIGHT "Copyright 2007-@YEAR@ JetBrains s.r.o." #pragma code_page(65001) @@ -22,13 +23,12 @@ BEGIN BEGIN BLOCK "0000fde9" BEGIN - VALUE "CompanyName", "JetBrains s.r.o." - VALUE "FileDescription", "Part of elevator/launcher UAC IntelliJ kit" + VALUE "CompanyName", "OpenIDE" + VALUE "FileDescription", "Part of elevator/launcher UAC OpenIDE kit" VALUE "FileVersion", VERSION_STR VALUE "InternalName", FILE_NAME - VALUE "LegalCopyright", COPYRIGHT VALUE "OriginalFilename", FILE_NAME - VALUE "ProductName", "IntelliJ Platform" + VALUE "ProductName", "OpenIDE" VALUE "ProductVersion", VERSION_STR END END diff --git a/native/WinFsNotifier/fileWatcher3.rc b/native/WinFsNotifier/fileWatcher3.rc index 6925e29e5fdb..a49ea7e122e4 100644 --- a/native/WinFsNotifier/fileWatcher3.rc +++ b/native/WinFsNotifier/fileWatcher3.rc @@ -1,7 +1,8 @@ +// Modified by Dmitrij Pochepko at 2025 as part of the OpenIDE project (https://openide.ru). +// Any modifications are available on the same license terms as the original source code. #define VERSION 14,0,0,@BUILD_NUMBER@ #define VERSION_STR "14.0.0.@BUILD_NUMBER@\0" #define FILE_NAME "@FILE_NAME@.exe" -#define COPYRIGHT "Copyright 2000-@YEAR@ JetBrains s.r.o." #pragma code_page(65001) @@ -18,13 +19,12 @@ BEGIN BEGIN BLOCK "0000fde9" BEGIN - VALUE "CompanyName", "JetBrains s.r.o." + VALUE "CompanyName", "OpenIDE" VALUE "FileDescription", "Filesystem events processor" VALUE "FileVersion", VERSION_STR VALUE "InternalName", FILE_NAME - VALUE "LegalCopyright", COPYRIGHT VALUE "OriginalFilename", FILE_NAME - VALUE "ProductName", "IntelliJ Platform" + VALUE "ProductName", "OpenIDE" VALUE "ProductVersion", VERSION_STR END END diff --git a/native/WinProcessListHelper/WinProcessListHelper.rc b/native/WinProcessListHelper/WinProcessListHelper.rc index 06ead7122e97..8a4033a256c2 100644 --- a/native/WinProcessListHelper/WinProcessListHelper.rc +++ b/native/WinProcessListHelper/WinProcessListHelper.rc @@ -1,9 +1,10 @@ // Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Modified by Dmitrij Pochepko at 2025 as part of the OpenIDE project (https://openide.ru). +// Any modifications are available on the same license terms as the original source code. #define VERSION 1,0,0,@BUILD_NUMBER@ #define VERSION_STR "1.0.0.@BUILD_NUMBER@\0" #define FILE_NAME "@FILE_NAME@.exe" -#define COPYRIGHT "Copyright 2000-@YEAR@ JetBrains s.r.o." #pragma code_page(65001) // UTF-8 @@ -24,13 +25,12 @@ BEGIN BEGIN BLOCK "0000fde9" BEGIN - VALUE "CompanyName", "JetBrains s.r.o." + VALUE "CompanyName", "OpenIDE" VALUE "FileDescription", "Windows Process List Helper utility" VALUE "FileVersion", VERSION_STR VALUE "InternalName", FILE_NAME - VALUE "LegalCopyright", COPYRIGHT VALUE "OriginalFilename", FILE_NAME - VALUE "ProductName", "IntelliJ Platform" + VALUE "ProductName", "OpenIDE" VALUE "ProductVersion", VERSION_STR END END diff --git a/native/WinShellIntegration/src/winshellintegrationbridge/resources.rc.in b/native/WinShellIntegration/src/winshellintegrationbridge/resources.rc.in index 25745b552271..c59f1ad199da 100644 --- a/native/WinShellIntegration/src/winshellintegrationbridge/resources.rc.in +++ b/native/WinShellIntegration/src/winshellintegrationbridge/resources.rc.in @@ -1,9 +1,10 @@ // Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Modified by Dmitrij Pochepko at 2025 as part of the OpenIDE project (https://openide.ru). +// Any modifications are available on the same license terms as the original source code. #define VERSION @PROJECT_VERSION_MAJOR@,@PROJECT_VERSION_MINOR@,@PROJECT_VERSION_PATCH@,@PROJECT_VERSION_TWEAK@ #define VERSION_STR "@PROJECT_VERSION_MAJOR@.@PROJECT_VERSION_MINOR@.@PROJECT_VERSION_PATCH@.@PROJECT_VERSION_TWEAK@\0" #define FILE_NAME "@WSIBRIDGE_BINARY_NAME@.dll" -#define COPYRIGHT "Copyright 2000-@GENTIME_YEAR@ JetBrains s.r.o." #pragma code_page(65001) // UTF-8 @@ -20,13 +21,12 @@ BEGIN BEGIN BLOCK "0000fde9" BEGIN - VALUE "CompanyName", "JetBrains s.r.o." + VALUE "CompanyName", "OpenIDE" VALUE "FileDescription", "Windows Shell API access helper library" VALUE "FileVersion", VERSION_STR VALUE "InternalName", FILE_NAME - VALUE "LegalCopyright", COPYRIGHT VALUE "OriginalFilename", FILE_NAME - VALUE "ProductName", "IntelliJ Platform" + VALUE "ProductName", "OpenIDE" VALUE "ProductVersion", VERSION_STR END END diff --git a/native/XPlatLauncher/Cargo.toml b/native/XPlatLauncher/Cargo.toml index ac42b45222a9..b94e566a3126 100644 --- a/native/XPlatLauncher/Cargo.toml +++ b/native/XPlatLauncher/Cargo.toml @@ -1,3 +1,5 @@ +# Modified by Dmitrij Pochepko at 2025 as part of the OpenIDE project (https://openide.ru). +# Any modifications are available on the same license terms as the original source code. [package] name = "xplat-launcher" version = "1.0.0" @@ -51,12 +53,9 @@ sha1 = "0.10.6" winresource = "0.1.17" [package.metadata.winresource] -CompanyName = "JetBrains s.r.o." -FileDescription = "IntelliJ Platform Windows Launcher" -LegalCopyright = "Copyright 2000-2024 JetBrains s.r.o." -InternalName = "WinLauncher.exe" -OriginalFilename = "WinLauncher.exe" -ProductName = "IntelliJ Platform" +CompanyName = "OpenIDE" +FileDescription = "OpenIDE" +ProductName = "OpenIDE" [dev-dependencies] tempfile = "3.10.1" diff --git a/native/restarter/Cargo.toml b/native/restarter/Cargo.toml index 6372422c8a49..1439398e5d77 100644 --- a/native/restarter/Cargo.toml +++ b/native/restarter/Cargo.toml @@ -1,3 +1,5 @@ +# Modified by Dmitrij Pochepko at 2025 as part of the OpenIDE project (https://openide.ru). +# Any modifications are available on the same license terms as the original source code. [package] name = "restarter" version = "0.3.0" @@ -25,8 +27,8 @@ windows = { version = "0.58.0", features = ["Win32_Foundation", "Win32_System_Th winresource = "0.1.17" [package.metadata.winresource] -CompanyName = "JetBrains s.r.o." +CompanyName = "OpenIDE" FileDescription = "IDE update and restart helper" -LegalCopyright = "Copyright 2000-2024 JetBrains s.r.o." +LegalCopyright = "Copyright 2025 OpenIDE" OriginalFilename = "restarter.exe" -ProductName = "IntelliJ Platform" +ProductName = "OpenIDE" diff --git a/native/runner/runnerw/runnerw.rc b/native/runner/runnerw/runnerw.rc index fe1db004a142..fb5d9cc457ea 100644 Binary files a/native/runner/runnerw/runnerw.rc and b/native/runner/runnerw/runnerw.rc differ