From 7a44bce6d3957f403572ffe813a63a9012fd9a2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=9F=E9=85=8C=20=E9=B5=AC=E5=85=84?= Date: Fri, 14 Aug 2015 21:41:51 +0800 Subject: [PATCH] License Header --- botanjs/src/_this.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/botanjs/src/_this.js b/botanjs/src/_this.js index 18a7c10..0f6371e 100644 --- a/botanjs/src/_this.js +++ b/botanjs/src/_this.js @@ -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 */ var __extends = function( obj, target ) { obj.prototype = Object.create( target.prototype );