Skip to content

Commit b4060ba

Browse files
authored
Remove BSD license references (#81)
1 parent 8ae192e commit b4060ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

matchMedia.addListener.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! matchMedia() polyfill addListener/removeListener extension. Author & copyright (c) 2012: Scott Jehl. Dual MIT/BSD license */
1+
/*! matchMedia() polyfill addListener/removeListener extension. Author & copyright (c) 2012: Scott Jehl. MIT license */
22
(function(){
33
// Bail out for browsers that have addListener support
44
if (window.matchMedia && window.matchMedia('all').addListener) {

matchMedia.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! 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 */
1+
/*! matchMedia() polyfill - Test a CSS media type/query in JS. Authors & copyright (c) 2012: Scott Jehl, Paul Irish, Nicholas Zakas, David Knight. MIT license */
22

33
window.matchMedia || (window.matchMedia = function() {
44
"use strict";

0 commit comments

Comments
 (0)