Skip to content

Commit

Permalink
Remove BSD license references (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish authored Aug 29, 2017
1 parent 8ae192e commit b4060ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion matchMedia.addListener.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! matchMedia() polyfill addListener/removeListener extension. Author & copyright (c) 2012: Scott Jehl. Dual MIT/BSD license */
/*! matchMedia() polyfill addListener/removeListener extension. Author & copyright (c) 2012: Scott Jehl. MIT license */
(function(){
// Bail out for browsers that have addListener support
if (window.matchMedia && window.matchMedia('all').addListener) {
Expand Down
2 changes: 1 addition & 1 deletion matchMedia.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! matchMedia() polyfill - Test a CSS media type/query in JS. Authors & copyright (c) 2012: Scott Jehl, Paul Irish, Nicholas Zakas, David Knight. Dual MIT/BSD license */
/*! matchMedia() polyfill - Test a CSS media type/query in JS. Authors & copyright (c) 2012: Scott Jehl, Paul Irish, Nicholas Zakas, David Knight. MIT license */

window.matchMedia || (window.matchMedia = function() {
"use strict";
Expand Down

0 comments on commit b4060ba

Please sign in to comment.