fixed license

This commit is contained in:
Mikhail Tergoev
2025-03-20 16:35:33 +03:00
parent 9b1134b251
commit ddf4c8b298
3 changed files with 31 additions and 38 deletions

View File

@ -7056,24 +7056,15 @@ gui_credits () {
# shellcheck source=/dev/null
source "${PORT_WINE_PATH}/data/scripts/thanks"
"${pw_yad}" --plug="${KEY_CREDITS}" --tabnum=1 --show-uri --scroll \
--text-align=center --text="${translations[PortProton v. \${install_ver}
scripts v. \${scripts_install_ver}]}" --text-info <<< "https://linux-gaming.ru
$(eval_translations "Copyright © \$%DATE% Castro-Fidel (linux-gaming.ru)" "DATE=$(date +%Y)")
${translations[This program comes with absolutely no warranty.
See the License for details.]}" 2>/dev/null &
"${pw_yad}" --plug="${KEY_CREDITS}" --tabnum=2 --scroll \
"${pw_yad}" --plug="${KEY_CREDITS}" --tabnum=1 --scroll \
--text-info <<< "${translations[Author: Casro-Fidel (Mikhail Tergoev)
Developer assistants and testers:]}
$(credits_devel)" 2>/dev/null &
"${pw_yad}" --plug="${KEY_CREDITS}" --tabnum=3 --text-info --scroll < <(eval_translations "MIT License
"${pw_yad}" --plug="${KEY_CREDITS}" --tabnum=2 --text-info --scroll <<< "MIT License
Copyright © \$%DATE% Castro-Fidel (linux-gaming.ru)
Copyright © $(date +%Y) Castro-Fidel (linux-gaming.ru)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the \"Software\"), to deal
@ -7091,9 +7082,9 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE." "DATE=$(date +%Y)") 2>/dev/null &
SOFTWARE." "DATE=$(date +%Y)" 2>/dev/null &
"${pw_yad}" --plug="${KEY_CREDITS}" --tabnum=4 \
"${pw_yad}" --plug="${KEY_CREDITS}" --tabnum=3 \
--text-info --show-uri --scroll \
<<< "${translations[The project was supported:
https://boosty.to/portwine-linux.ru]}
@ -7101,11 +7092,11 @@ $(credits_boosty)
${translations[The list will be updated...]}" 2>/dev/null &
"${pw_yad}" --plug="${KEY_CREDITS}" --tabnum=5 \
"${pw_yad}" --plug="${KEY_CREDITS}" --tabnum=4 \
--text="${translations[Do you want to join and help in the development of the project:]}" \
--image-path="$PW_GUI_ICON_PATH" --image="port_proton" \
--uri-color=red --show-uri --text-info --scroll <<< "${translations[Website: http://linux-gaming.ru
Discord: http://discord.gg/yJSEFjF
TG: https://t.me/linux_gaming_ru
VK: https://vk.com/linuxgamingru
-------------------------------------------
Become a paid subscriber:
@ -7113,7 +7104,7 @@ boosty: https://boosty.to/portwine-linux.ru
Yandex wallet: 410012267513818
-------------------------------------------]}" 2>/dev/null &
"${pw_yad}" --plug="${KEY_CREDITS}" --tabnum=6 --show-uri --title="THIRD PARTY LIBRARIES" \
"${pw_yad}" --plug="${KEY_CREDITS}" --tabnum=5 --show-uri --title="THIRD PARTY LIBRARIES" \
--text-info <<< "${translations[ Third-party libraries that are used in PortProton
PortProton is built on the basis of the following free software libraries:
@ -7125,9 +7116,10 @@ YAD: https://github.com/v1cont/yad
DGVOODOO2: https://dege.fw.hu/]}" 2>/dev/null &
"${pw_yad}" --title "${translations[ABOUT US]}" --key="${KEY_CREDITS}" --window-icon="$PW_GUI_ICON_PATH/portproton.svg" \
--notebook --no-buttons --tab-pos=bottom --expand --width=750 --height=400 \
--tab="${translations[ABOUT PORTPROTON]}" --tab="${translations[AUTORS]}" --tab="${translations[LICENSE]}" \
--tab="${translations[SPONSORS]}" --tab="${translations[JOIN]}" --tab="${translations[THIRD PARTY LIBRARIES]}"
--notebook --no-buttons --tab-pos=bottom --expand --width=950 --height=500 \
--tab="${translations[AUTORS]}" --tab="${translations[LICENSE]}" \
--tab="${translations[SPONSORS]}" --tab="${translations[JOIN]}" \
--tab="${translations[THIRD PARTY LIBRARIES]}"
restart_pp
}