Change license to MIT

This commit is contained in:
calzoneman 2013-03-23 21:28:20 -05:00
parent 516edf690d
commit 0b56909e20
19 changed files with 175 additions and 110 deletions

View file

@ -1,8 +1,6 @@
/*! SWFObject v2.2 <http://code.google.com/p/swfobject/>
is released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
*/
console.log('swfobject start');
var swfobject = function() {
var UNDEF = "undefined",
@ -777,4 +775,3 @@ var swfobject = function() {
};
}();
console.log('swfobject');