Removing html5shiv for not complying with its own licenses and racism
Issues of racism seem to have been resolved and removed from upstream, but make having this as a dependency somewhat uncomfortable: https://github.com/aFarkas/html5shiv/issues/91 Regardless, at the time of writing the project doesn't comply with its own license... it states to be dual licensed under MIT and GPLv2 but distributes neither of these licenses with its source.
This commit is contained in:
1
mediagoblin/static/js/extlib/html5shiv.js
vendored
1
mediagoblin/static/js/extlib/html5shiv.js
vendored
@@ -1 +0,0 @@
|
||||
../../../../extlib/html5shiv/html5shiv.js
|
||||
@@ -32,10 +32,6 @@
|
||||
<script type="text/javascript"
|
||||
src="{{ request.staticdirect('/js/header_dropdown.js') }}"></script>
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="{{ request.staticdirect('/js/extlib/html5shiv.js') }}"></script>
|
||||
<![endif]-->
|
||||
|
||||
{# For clarification, the difference between the extra_head.html template
|
||||
# and the head template hook is that the former should be used by
|
||||
# themes and the latter should be used by plugins.
|
||||
|
||||
Reference in New Issue
Block a user