penguin/AstroJS

Javascript framework for my blog

commit 7a44bce6d3957f403572ffe813a63a9012fd9a2f

author斟酌 鵬兄 <tgckpg@gmail.com>
date2015-08-14T13:41:51Z
subjectLicense Header
commit 7a44bce6d3957f403572ffe813a63a9012fd9a2f
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date:   2015-08-14T13:41:51Z

    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 );