Skip to content

Commit

Permalink
Added GPLv2 to the comments about licenses.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAlbin committed Jul 21, 2011
1 parent 9b9d486 commit 211ab16
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cross-domain/respond-proxy.html
@@ -1,4 +1,4 @@
<!-- Respond.js: min/max-width media query polyfill. Remote proxy (c) Scott Jehl. MIT Lic. j.mp/respondjs -->
<!-- Respond.js: min/max-width media query polyfill. Remote proxy (c) Scott Jehl. MIT/GPLv2 Lic. j.mp/respondjs -->
<!DOCTYPE html>
<html>
<head>
Expand Down
2 changes: 1 addition & 1 deletion cross-domain/respond.proxy.js
@@ -1,4 +1,4 @@
/*! Respond.js: min/max-width media query polyfill. Remote proxy (c) Scott Jehl. MIT Lic. j.mp/respondjs */
/*! Respond.js: min/max-width media query polyfill. Remote proxy (c) Scott Jehl. MIT/GPLv2 Lic. j.mp/respondjs */
(function(win, doc, undefined){
var docElem = doc.documentElement,
proxyURL = doc.getElementById("respond-proxy").href,
Expand Down
2 changes: 1 addition & 1 deletion respond.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion respond.src.js
@@ -1,4 +1,4 @@
/*! Respond.js: min/max-width media query polyfill. (c) Scott Jehl. MIT Lic. j.mp/respondjs */
/*! Respond.js: min/max-width media query polyfill. (c) Scott Jehl. MIT/GPLv2 Lic. j.mp/respondjs */
(function( win, mqSupported ){
//exposed namespace
win.respond = {};
Expand Down

0 comments on commit 211ab16

Please sign in to comment.