From e6ce312d9cb1a39d411ccd1b280bb94162dd4e57 Mon Sep 17 00:00:00 2001 From: pochepkod Date: Fri, 7 Mar 2025 19:44:51 +0300 Subject: [PATCH] OPENIDE winlaunchers resources update (cherry picked from commit 3c363ae11606dd6c2d8a472f8eeac53273b90cd3) --- native/WinElevator/WinElevator.rc | 10 +++++----- native/WinFsNotifier/fileWatcher3.rc | 8 ++++---- .../WinProcessListHelper.rc | 8 ++++---- .../winshellintegrationbridge/resources.rc.in | 8 ++++---- native/XPlatLauncher/Cargo.toml | 11 +++++------ native/restarter/Cargo.toml | 8 +++++--- native/runner/runnerw/runnerw.rc | Bin 5272 -> 1279 bytes 7 files changed, 27 insertions(+), 26 deletions(-) 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 fe1db004a142f5e583386cbd975bb504db055b75..fb5d9cc457ea4cc4077c10bab9a599d2c3029f38 100644 GIT binary patch literal 1279 zcmah}U2md56n&pxaYJ9)#OPq%G}$*4G^7-afY~M{W`vp`W} zGtU~h-ZxEE{~V1JIz-Ng`gk)WqY*gr1c&y3j5R{Z8kpw5{xDIpUCBYoRad^gv`og&cV{Wa}4(uAy+vsgyi5X<0N(cXuI+p zHwuHtZT$E!je__CkrgkcH zB;K#Y4`)H@dSvP?{Ez@%AEMk)i+G_+$oM<#IXCM)Mr)%t((1I{6>h&%_zJv^w`*?| z`%$>{!+8Y#hj}M3_XDptfIXmi+XR-Y$W3R-KXwD22hJjXaN>KQFSkX2Wi3nzx2`u$ z7oA=ULAQ-wUe^4xl^UzW!RyRXjK~S4bP{xi zb*4pSM%=)WePA-jk;ZA%M=81fmb&J;?rHXr;%$Ek^(F2FF2Y+xo$B8qf8k%^1OCLy znW|2>K>MZ(s{erN*-f|Bm(q&*%`@rAz6}36bg5N-%$m0tFUj}NOWB(}F?D`>_FY^v deW}-d0~5_;UA8|ROx{e_-2m({rSFm``wE1~T6zEg literal 5272 zcmdUzTW=Fb6vxjqQoqC2c_}Io8<2R;#j!#Sw&IJZ6e&uH6D*~6?58DDSNedYExw$4AZ57uzIb#l+` zyLRV<`@s4(u%V6Y*iNly7j|ZCpvSD=TGxIDGT`@(9RlgH4)n!C{hq*Gm^163m!giZ z(bC-hME(`pksgLf{f^&Lq&`AU>7xz&IiqNi|F*#;R{yv;m+HTM8VekG?^vTNdD1m< z@8%mp^8s(Y=D=NspRb9mC6RE6%$fa?KpvOaeHlg3)M@DFB$}?kabPF-k&mJQ5ieAleeLR(d_ukVM*-f>w$ zZ`tN4&$8#%++^A|n)4ddDdmt|Xq0952HslCEe$&-*PP?UKF{Y|R&n%VM~)s!XV2x{ zD`HIf#6PlHS#H_(HtDV!!>;igdriI8k~fTcaTaqU4)yLU>w+p8@~0|oc)xdy zUE?o`Q^9pQV|7YRX&3fn(MJ*D_!64x!X3@R?)s7+RmtPw1kT=qZ(}xW5_gSEnSZ>4_fvdE77IQP0cG znOs{#I_f@JOL@q@`}&>k3Y5z$lB#_Vy-G6;I9L&hx*ObJp(&D0u+t1)=Y<+kjxFTs z6ssg@+AAl~AN;1(CO=bFF~ip|kFle=Z0Vo@-|EKiTqe24zb<*309P;5u-B|tRASwd zB-0Y;lAF+iF=v$XQBEmn;~1Rry~;;Mpy>JWnN4@HTSr&-gauvWj7OPn7rJRA26`=| zXl_R9L3m|V-5eLpx?2`?7xViU6edKCH0ymf=qR02+jQA~<8VtWcXki0DUc7)4g7C^ zQ9pg;YQS?OYcZbE2Wh3=!*1l;*_znj80OOVhy;x6WH$ zBW0hJ?)8c~)y0QsJ*Bm~*W{gOu<vK$MjLUYDTn)< zqDXH!4{0X8nRA=36p_{}i|XpV_v%F#QV&MRGs@