aboutsummaryrefslogtreecommitdiffstats
path: root/nextlink.js
diff options
context:
space:
mode:
authorhogelog2009-01-26 09:45:04 +0000
committerhogelog2009-01-26 09:45:04 +0000
commitfe9b753d35f5060d9e780f50def33ccd783fa894 (patch)
tree5cce9dea7a9fb1d908038742c32b41701c56e098 /nextlink.js
parent09deaf0ad5aeb1a7c9f53ba3db29974a1abe4fd5 (diff)
downloadvimperator-plugins-fe9b753d35f5060d9e780f50def33ccd783fa894.tar.bz2
* MIT -> GPL: nextlink.js includes Autopagerize GPL code
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@29076 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'nextlink.js')
-rw-r--r--nextlink.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/nextlink.js b/nextlink.js
index 3908d67..929ef54 100644
--- a/nextlink.js
+++ b/nextlink.js
@@ -1,8 +1,8 @@
/*** 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
+ Released under the GPL license
+ http://www.gnu.org/copyleft/gpl.html
}}} END LICENSE BLOCK ***/
// PLUGIN_INFO//{{{
var PLUGIN_INFO =
@@ -13,7 +13,7 @@ var PLUGIN_INFO =
<author mail="suvene@zeromemory.info" homepage="http://zeromemory.sblo.jp/">suVene</author>
<author mail="konbu.komuro@gmail.com" homepage="http://d.hatena.ne.jp/hogelog/">hogelog</author>
<version>0.3.9</version>
- <license>MIT</license>
+ <license>GPL</license>
<minVersion>1.2</minVersion>
<maxVersion>2.0pre</maxVersion>
<updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/nextlink.js</updateURL>