diff options
author | suVene | 2008-12-22 14:46:27 +0000 |
---|---|---|
committer | suVene | 2008-12-22 14:46:27 +0000 |
commit | f60dbd7e0056db594d88faec44ab5b24ef6e3928 (patch) | |
tree | 21b73b864a393e404a04ad53519b0690efb5f140 /notifier | |
parent | a8270603af05d3a2e38c16a32f375210beae3ac1 (diff) | |
download | vimperator-plugins-f60dbd7e0056db594d88faec44ab5b24ef6e3928.tar.bz2 |
license
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@27241 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'notifier')
-rw-r--r-- | notifier/observer_growl.js | 7 | ||||
-rw-r--r-- | notifier/subject_hatelabo_bottle.js | 7 | ||||
-rwxr-xr-x | notifier/subject_weather_yahoo.js | 7 |
3 files changed, 21 insertions, 0 deletions
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<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">Growl風通知。</description> <author mail="suvene@zeromemory.info" homepage="http://zeromemory.sblo.jp/">suVene</author> <version>0.1.5</version> + <license>MIT</license> <minVersion>2.0pre</minVersion> <maxVersion>2.0pre</maxVersion> <updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/notifier/observer_growl.js</updateURL> 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<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.1.2</version> + <license>MIT</license> <minVersion>2.0pre</minVersion> <maxVersion>2.0pre</maxVersion> <updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/notifier/subject_hatelabo_bottle.js</updateURL> 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<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">Yahoo!天気予報通知。</description> <author mail="suvene@zeromemory.info" homepage="http://zeromemory.sblo.jp/">suVene</author> <version>0.1.2</version> + <license>MIT</license> <minVersion>2.0pre</minVersion> <maxVersion>2.0pre</maxVersion> <updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/notifier/subject_weather_yahoo.js</updateURL> |