[Scummvm-git-logs] scummvm-web master -> 263204199a98be3ef7a6fdbc340a29dab46df374

Thunderforge noreply at scummvm.org
Thu May 19 02:35:18 UTC 2022


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .

Summary:
263204199a WEB: Adding disclaimer about not endorsing any game supplier.


Commit: 263204199a98be3ef7a6fdbc340a29dab46df374
    https://github.com/scummvm/scummvm-web/commit/263204199a98be3ef7a6fdbc340a29dab46df374
Author: Thunderforge (wjherrmann at gmail.com)
Date: 2022-05-18T21:35:12-05:00

Commit Message:
WEB: Adding disclaimer about not endorsing any game supplier.

Changed paths:
    include/OrmObjects/Compatibility.php


diff --git a/include/OrmObjects/Compatibility.php b/include/OrmObjects/Compatibility.php
index d8d0b3a7..0639f67f 100644
--- a/include/OrmObjects/Compatibility.php
+++ b/include/OrmObjects/Compatibility.php
@@ -85,6 +85,7 @@ class Compatibility extends BaseCompatibility
         }
         if ($availableSites) {
             $notes .= "\n\n### Available At\n";
+            $notes .= "The ScummVM project does not recommend any individual supplier of games. This list is for reference purposes only.\n";
             $notes .= join("\n", $availableSites);
         }
 




More information about the Scummvm-git-logs mailing list