Remove the license header inside js files
This commit is contained in:
@@ -2,11 +2,6 @@
|
||||
// Performance Functions
|
||||
var ns = __namespace( "System.utils.Perf" );
|
||||
|
||||
/** {{{ Fast UUID generator, RFC4122 version 4 compliant.
|
||||
* author: Jeff Ward (jcward.com).
|
||||
* license: MIT license
|
||||
* link: http://stackoverflow.com/questions/105034/how-to-create-a-guid-uuid-in-javascript/21963136#21963136
|
||||
**/
|
||||
var lut = [];
|
||||
for ( var i=0; i < 256; i++ )
|
||||
{
|
||||
|
Reference in New Issue
Block a user