1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Add additional documentation for the Zend Grant

This commit is contained in:
Ben Ramsey
2025-07-06 08:28:59 -05:00
parent 5cdd1dd736
commit 93df50ccce
2 changed files with 3 additions and 2 deletions

Binary file not shown.

View File

@@ -10,7 +10,7 @@ $SIDEBAR_DATA = <<<EOF
<li><a href="/license/ZendGrant/ZendGrant3.png">Page 1</a></li>
<li><a href="/license/ZendGrant/ZendGrant4.png">Page 2</a></li>
</ul>
<h3>Exhibit 2</h3>
<ul>
@@ -27,7 +27,8 @@ $SIDEBAR_DATA = <<<EOF
<h3>Resources</h3>
<ul>
<li><a href="/license/ZendGrant/ZendGrant.pdf">Scan of full document as a PDF</a></li>
<li><a href="/license/ZendGrant/ZendGrant.pdf">Zend Grant (PDF)</a></li>
<li><a href="/license/ZendGrant/PHPAssociation.pdf">PHP Association Articles (PDF)</a></li>
</ul>
</aside>
EOF;