aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsuVene2008-12-22 14:46:27 +0000
committersuVene2008-12-22 14:46:27 +0000
commit770c8b2a1dda384ce913b8772e082a0e0bee759e (patch)
tree9f4e3735650c8fce10526dffa549718f94ccf988
parent3f6ec602291c7dd3c940ebffca09e4a9c2ec28fc (diff)
downloadvimperator-plugins-770c8b2a1dda384ce913b8772e082a0e0bee759e.tar.bz2
license
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/branches/1.2@27241 d0d07461-0603-4401-acd4-de1884942a52
-rw-r--r--multi_requester.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/multi_requester.js b/multi_requester.js
index 6d1bf3c..1d2a359 100644
--- a/multi_requester.js
+++ b/multi_requester.js
@@ -1,3 +1,9 @@
+/*** BEGIN LICENSE BLOCK {{{
+ Copyright (c) 2008 suVene<suvene@zeromemory.info>
+
+ distributable under the terms of an MIT-style license.
+ http://www.opensource.jp/licenses/mit-license.html
+}}} END LICENSE BLOCK ***/
// PLUGIN_INFO//{{{
var PLUGIN_INFO =
<VimperatorPlugin>
@@ -6,6 +12,7 @@ var PLUGIN_INFO =
<description lang="ja">リクエストの結果をバッファに出力する。</description>
<author mail="suvene@zeromemory.info" homepage="http://zeromemory.sblo.jp/">suVene</author>
<version>0.4.7</version>
+ <license>MIT</license>
<minVersion>1.2</minVersion>
<maxVersion>1.2</maxVersion>
<updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/branches/1.2/multi_requester.js</updateURL>