forked from Botanical/BotanJS
Remove the license header inside js files
This commit is contained in:
parent
ebd9ad0460
commit
bbf4f47e86
5
AD_LICENSE
Normal file
5
AD_LICENSE
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
/**
|
||||||
|
* author: Jeff Ward (jcward.com).
|
||||||
|
* license: MIT license
|
||||||
|
* link: http://stackoverflow.com/questions/105034/how-to-create-a-guid-uuid-in-javascript/21963136#21963136
|
||||||
|
**/
|
@ -2,11 +2,6 @@
|
|||||||
// Performance Functions
|
// Performance Functions
|
||||||
var ns = __namespace( "System.utils.Perf" );
|
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 = [];
|
var lut = [];
|
||||||
for ( var i=0; i < 256; i++ )
|
for ( var i=0; i < 256; i++ )
|
||||||
{
|
{
|
||||||
|
@ -1,17 +1,3 @@
|
|||||||
/**
|
|
||||||
* BotanJS
|
|
||||||
* http://botanjs.astropenguin.net/
|
|
||||||
*
|
|
||||||
* @version
|
|
||||||
* 0.9.0b (August 14 2015)
|
|
||||||
*
|
|
||||||
* @copyright
|
|
||||||
* Copyright (C) 2014-2015 tgckpg.
|
|
||||||
*
|
|
||||||
* @license
|
|
||||||
* Licensed under GPL licenses.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*{{{ Shorthand Functions */
|
/*{{{ Shorthand Functions */
|
||||||
var __extends = function( obj, target ) {
|
var __extends = function( obj, target ) {
|
||||||
obj.prototype = Object.create( target.prototype );
|
obj.prototype = Object.create( target.prototype );
|
||||||
|
Loading…
Reference in New Issue
Block a user