From f60dbd7e0056db594d88faec44ab5b24ef6e3928 Mon Sep 17 00:00:00 2001 From: suVene Date: Mon, 22 Dec 2008 14:46:27 +0000 Subject: license git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@27241 d0d07461-0603-4401-acd4-de1884942a52 --- _libly.js | 7 +++++++ multi_requester.js | 7 +++++++ nextlink.js | 7 +++++++ notifier.js | 7 +++++++ notifier/observer_growl.js | 7 +++++++ notifier/subject_hatelabo_bottle.js | 7 +++++++ notifier/subject_weather_yahoo.js | 7 +++++++ 7 files changed, 49 insertions(+) diff --git a/_libly.js b/_libly.js index abb846a..821b923 100644 --- a/_libly.js +++ b/_libly.js @@ -1,3 +1,9 @@ +/*** BEGIN LICENSE BLOCK {{{ + Copyright (c) 2008 suVene + + 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 = @@ -5,6 +11,7 @@ var PLUGIN_INFO = Vimperator plugins library? 適当なライブラリっぽいものたち。 suVene + MIT 0.1.14 1.2 2.0pre diff --git a/multi_requester.js b/multi_requester.js index e4074f7..c49d14a 100644 --- a/multi_requester.js +++ b/multi_requester.js @@ -1,3 +1,9 @@ +/*** BEGIN LICENSE BLOCK {{{ + Copyright (c) 2008 suVene + + 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 = @@ -6,6 +12,7 @@ var PLUGIN_INFO = リクエストの結果をバッファに出力する。 suVene 0.4.7 + MIT 2.0pre 2.0pre http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/multi_requester.js diff --git a/nextlink.js b/nextlink.js index ea1e743..e09a5a9 100644 --- a/nextlink.js +++ b/nextlink.js @@ -1,3 +1,9 @@ +/*** BEGIN LICENSE BLOCK {{{ + Copyright (c) 2008 suVene + + 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 = @@ -6,6 +12,7 @@ var PLUGIN_INFO = AutoPagerize 用の XPath より "[[", "]]" をマッピングします。 suVene 0.2.9 + MIT 1.2 2.0pre http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/nextlink.js diff --git a/notifier.js b/notifier.js index e276702..f9c2195 100644 --- a/notifier.js +++ b/notifier.js @@ -1,3 +1,9 @@ +/*** BEGIN LICENSE BLOCK {{{ + Copyright (c) 2008 suVene + + 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 = @@ -6,6 +12,7 @@ var PLUGIN_INFO = 変更通知フレームワーク。 suVene 0.1.4 + MIT 2.0pre 2.0pre http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/notifier.js diff --git a/notifier/observer_growl.js b/notifier/observer_growl.js index 4a737f3..abcf760 100644 --- a/notifier/observer_growl.js +++ b/notifier/observer_growl.js @@ -1,3 +1,9 @@ +/*** BEGIN LICENSE BLOCK {{{ + Copyright (c) 2008 suVene + + 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 = @@ -6,6 +12,7 @@ var PLUGIN_INFO = Growl風通知。 suVene 0.1.5 + MIT 2.0pre 2.0pre http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/notifier/observer_growl.js diff --git a/notifier/subject_hatelabo_bottle.js b/notifier/subject_hatelabo_bottle.js index 7dc799b..7bd93c6 100644 --- a/notifier/subject_hatelabo_bottle.js +++ b/notifier/subject_hatelabo_bottle.js @@ -1,3 +1,9 @@ +/*** BEGIN LICENSE BLOCK {{{ + Copyright (c) 2008 suVene + + 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 = @@ -6,6 +12,7 @@ var PLUGIN_INFO = はてなボトルの変更通知。 suVene 0.1.2 + MIT 2.0pre 2.0pre http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/notifier/subject_hatelabo_bottle.js diff --git a/notifier/subject_weather_yahoo.js b/notifier/subject_weather_yahoo.js index 891ff27..9f67997 100755 --- a/notifier/subject_weather_yahoo.js +++ b/notifier/subject_weather_yahoo.js @@ -1,3 +1,9 @@ +/*** BEGIN LICENSE BLOCK {{{ + Copyright (c) 2008 suVene + + 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 = @@ -6,6 +12,7 @@ var PLUGIN_INFO = Yahoo!天気予報通知。 suVene 0.1.2 + MIT 2.0pre 2.0pre http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/notifier/subject_weather_yahoo.js -- cgit v1.2.3