License Header

This commit is contained in:
斟酌 鵬兄 2015-08-14 21:41:51 +08:00
parent e17d8c03bb
commit 7a44bce6d3
1 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,17 @@
/**
* 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 );