diff options
Diffstat (limited to 'WebContent/license.html')
-rw-r--r-- | WebContent/license.html | 34 |
1 files changed, 32 insertions, 2 deletions
diff --git a/WebContent/license.html b/WebContent/license.html index e1b0bed54a..f714e4d64d 100644 --- a/WebContent/license.html +++ b/WebContent/license.html @@ -132,14 +132,44 @@ </tr> <!-- Used by font icons --> <tr> - <td>FontAwesome</td> + <td title="Custom web font">FontAwesome</td> <td><a href="licenses/OFL.txt">SIL OFL 1.1</a></td> </tr> - <!-- The extracted vaadin-sass-compiler --> + <!-- Included in the Valo theme --> + <tr> + <td title="Custom web font">Open Sans</td> + <td><a href="licenses/apache-license-version-2-0.txt">Apache License, version 2.0</a></td> + </tr> + <tr> + <td title="Custom web font">Roboto</td> + <td><a href="licenses/apache-license-version-2-0.txt">Apache License, version 2.0</a></td> + </tr> + <tr> + <td title="Custom web font">Roboto Condensed</td> + <td><a href="licenses/apache-license-version-2-0.txt">Apache License, version 2.0</a></td> + </tr> + <tr> + <td title="Custom web font">Source Sans Pro</td> + <td><a href="licenses/OFL.txt">SIL OFL 1.1</a></td> + </tr> + <tr> + <td title="Custom web font">Lato</td> + <td><a href="licenses/OFL.txt">SIL OFL 1.1</a></td> + </tr> + <tr> + <td title="Custom web font">Lora</td> + <td><a href="licenses/OFL.txt">SIL OFL 1.1</a></td> + </tr> + <!-- The extracted vaadin-sass-compiler --> <tr> <td>Vaadin Sass Compiler</td> <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td> </tr> + <!-- Bourbon sass library --> + <tr> + <td>Bourbon</td> + <td><a href="licenses/the-mit-license.txt">The MIT License</a></td> + </tr> </tbody> </table> |