This is an automated email from the ASF dual-hosted git repository. maximebeauchemin pushed a commit to branch release--0.33 in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
commit 9615f39f7a556afe217b4e3288c9116f8ffaab91 Author: Maxime Beauchemin <[email protected]> AuthorDate: Fri May 17 21:13:02 2019 -0700 Add Roboto font to LICENSE, remove glyphicons files --- LICENSE.txt | 11 +++-------- .../stylesheets/fonts/glyphicons-halflings-regular.ttf | Bin 45404 -> 0 bytes .../stylesheets/fonts/glyphicons-halflings-regular.woff | Bin 23424 -> 0 bytes .../fonts/glyphicons-halflings-regular.woff2 | Bin 18028 -> 0 bytes 4 files changed, 3 insertions(+), 8 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index ff54f7b..7bdb984 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -208,16 +208,17 @@ limitations under the License. subcomponents is subject to the terms and conditions of the following licenses. + ======================================================================== Third party Apache 2.0 licenses ======================================================================== +(Apache 2.0 License) The Roboto family of fonts (https://github.com/google/roboto) + ======================================================================== MIT licenses ======================================================================== - (MIT License) cal-heatmap v3.6.2 (https://github.com/wa0x6e/cal-heatmap) - ======================================================================== BSD 2-Clause licenses ======================================================================== @@ -225,9 +226,3 @@ BSD 2-Clause licenses ======================================================================== BSD 3-Clause licenses ======================================================================== - - (BSD 3 License) parallel-coordinates v0.7.0 (http://syntagmatic.github.com/parallel-coordinates/) - -======================================================================== -Creative Commons Attribution 4.0 -======================================================================== diff --git a/superset/assets/stylesheets/fonts/glyphicons-halflings-regular.ttf b/superset/assets/stylesheets/fonts/glyphicons-halflings-regular.ttf deleted file mode 100644 index 1413fc6..0000000 Binary files a/superset/assets/stylesheets/fonts/glyphicons-halflings-regular.ttf and /dev/null differ diff --git a/superset/assets/stylesheets/fonts/glyphicons-halflings-regular.woff b/superset/assets/stylesheets/fonts/glyphicons-halflings-regular.woff deleted file mode 100644 index 9e61285..0000000 Binary files a/superset/assets/stylesheets/fonts/glyphicons-halflings-regular.woff and /dev/null differ diff --git a/superset/assets/stylesheets/fonts/glyphicons-halflings-regular.woff2 b/superset/assets/stylesheets/fonts/glyphicons-halflings-regular.woff2 deleted file mode 100644 index 64539b5..0000000 Binary files a/superset/assets/stylesheets/fonts/glyphicons-halflings-regular.woff2 and /dev/null differ
