diff options
Diffstat (limited to 'WebContent/license.html')
-rw-r--r-- | WebContent/license.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/WebContent/license.html b/WebContent/license.html index 5e9bfe4dc5..0f9a573041 100644 --- a/WebContent/license.html +++ b/WebContent/license.html @@ -130,7 +130,11 @@ <td>jQuery^</td> <td><a href="licenses/the-mit-license.txt">The MIT License</a></td> </tr> - + <!-- Used by font icons --> + <tr> + <td>FontAwesome</td> + <td><a href="licenses/OFL.txt">SIL OFL 1.1</a></td> + </tr> </tbody> </table> |