This repository has been archived on 2024-01-13. You can view files and clone it, but cannot push or open issues or pull requests.
privacytools.io/pages/about/librejs.html
Gusted 5132e0eb31
Update Javascript dependencies
- Update Bootstrap to v5.0.0-beta1.
- Update popper.js to v2.6.0.
- Update Javascript license of popper.js.
- Bump version in `scripts.html`.
2020-12-25 16:09:30 +01:00

31 lines
1.1 KiB
HTML

---
permalink: /about/javascript/
---
<h3>JavaScript Licenses</h3>
<table border="1">
<tr>
<td><a href="/assets/js/main.js">main.js</a></td>
<td><a href="https://github.com/privacytools/privacytools.io/raw/master/LICENSE.txt">CC0-1.0-only</a></td>
</tr>
<tr>
<td><a href="/assets/js/applytheme.js">applytheme.js</a>
<td><a href="https://github.com/privacytools/privacytools.io/raw/master/LICENSE.txt">CC0-1.0-only</a></td>
</tr>
<tr>
<td><a href="/assets/js/redirects.js">redirects.js</a></td>
<td><a href="https://github.com/privacytools/privacytools.io/raw/master/LICENSE.txt">CC0-1.0-only</a></td>
</tr>
<tr>
<td><a href="/assets/js/bootstrap.min.js">bootstrap.min.js</a></td>
<td><a href="https://github.com/twbs/bootstrap/raw/main/LICENSE">Expat</a></td>
</tr>
<tr>
<td><a href="/assets/js/popper.min.js">popper.min.js</a></td>
<td><a href="https://github.com/popperjs/popper-core/raw/master/LICENSE.md">Expat</a></td>
</tr>
<tr>
<td><a href="/assets/js/sortable.min.js">sortable.min.js</a></td>
<td><a href="https://github.com/HubSpot/sortable/raw/master/LICENSE">Expat</a></td>
</tr>
</table>