Skip to content

Commit b1aa639

Browse files
committed
Licence fixes
Update lr-tyrquake module licence URL Update sdlpop module licence URL and include licence in install function
1 parent affa96d commit b1aa639

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

scriptmodules/libretrocores/lr-tyrquake.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
rp_module_id="lr-tyrquake"
1313
rp_module_desc="Quake 1 engine - Tyrquake port for libretro"
14-
rp_module_licence="GPL2 https://raw.githubusercontent.com/libretro/tyrquake/master/gnu.txt"
14+
rp_module_licence="GPL2 https://raw.githubusercontent.com/libretro/tyrquake/master/LICENSE.txt"
1515
rp_module_repo="git https://github.com/libretro/tyrquake.git master"
1616
rp_module_section="opt"
1717

scriptmodules/ports/sdlpop.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
rp_module_id="sdlpop"
1313
rp_module_desc="SDLPoP - Port of Prince of Persia"
14-
rp_module_licence="GPL3 https://raw.githubusercontent.com/NagyD/SDLPoP/master/doc/gpl-3.0.txt"
14+
rp_module_licence="GPL3 https://raw.githubusercontent.com/NagyD/SDLPoP/master/COPYING"
1515
rp_module_repo="git https://github.com/NagyD/SDLPoP.git master"
1616
rp_module_section="opt"
1717

@@ -34,6 +34,7 @@ function install_sdlpop() {
3434
'prince'
3535
'data'
3636
'doc'
37+
'COPYING'
3738
)
3839
cp -v "SDLPoP.ini" "$md_inst/SDLPoP.ini.def"
3940
sed -i "s/use_correct_aspect_ratio = false/use_correct_aspect_ratio = true/" "$md_inst/SDLPoP.ini.def"

0 commit comments

Comments
 (0)