summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHidetaka Takano <[email protected]>2012-04-20 14:57:07 +0900
committerHidetaka Takano <[email protected]>2012-04-20 14:57:07 +0900
commit06d74fba42ec3c13a6e48a82dcfeae82cef15bf9 (patch)
treea083a43819fce13fde0d59e1cc657a8a10a6bad5
parentea21441c76efd9c1ec743c1f003f80847974d32e (diff)
downloadmruby-06d74fba42ec3c13a6e48a82dcfeae82cef15bf9.tar.gz
mruby-06d74fba42ec3c13a6e48a82dcfeae82cef15bf9.zip
mod: text folding.
-rw-r--r--MITL19
-rw-r--r--MITL.ja16
-rw-r--r--README6
3 files changed, 33 insertions, 8 deletions
diff --git a/MITL b/MITL
index 0d688e407..484dcff14 100644
--- a/MITL
+++ b/MITL
@@ -1,7 +1,20 @@
Copyright (c) 2012 mruby developers
-Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
-The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/MITL.ja b/MITL.ja
index ed218d3df..a14971fbf 100644
--- a/MITL.ja
+++ b/MITL.ja
@@ -1,7 +1,17 @@
Copyright (c) 2012 mruby developers
-以下に定める条件に従い、本ソフトウェアおよび関連文書のファイル(以下「ソフトウェア」)の複製を取得するすべての人に対し、ソフトウェアを無制限に扱うことを無償で許可します。これには、ソフトウェアの複製を使用、複写、変更、結合、掲載、頒布、サブライセンス、および/または販売する権利、およびソフトウェアを提供する相手に同じことを許可する権利も無制限に含まれます。
+以下に定める条件に従い、本ソフトウェアおよび関連文書のファイル(以下「ソフトウ
+ェア」)の複製を取得するすべての人に対し、ソフトウェアを無制限に扱うことを無償
+で許可します。これには、ソフトウェアの複製を使用、複写、変更、結合、掲載、頒布
+、サブライセンス、および/または販売する権利、およびソフトウェアを提供する相手
+に同じことを許可する権利も無制限に含まれます。
-上記の著作権表示および本許諾表示を、ソフトウェアのすべての複製または重要な部分に記載するものとします。
+上記の著作権表示および本許諾表示を、ソフトウェアのすべての複製または重要な部分
+に記載するものとします。
-ソフトウェアは「現状のまま」で、明示であるか暗黙であるかを問わず、何らの保証もなく提供されます。ここでいう保証とは、商品性、特定の目的への適合性、および権利非侵害についての保証も含みますが、それに限定されるものではありません。 作者または著作権者は、契約行為、不法行為、またはそれ以外であろうと、ソフトウェアに起因または関連し、あるいはソフトウェアの使用またはその他の扱いによって生じる一切の請求、損害、その他の義務について何らの責任も負わないものとします。
+ソフトウェアは「現状のまま」で、明示であるか暗黙であるかを問わず、何らの保証も
+なく提供されます。ここでいう保証とは、商品性、特定の目的への適合性、および権利
+非侵害についての保証も含みますが、それに限定されるものではありません。
+作者または著作権者は、契約行為、不法行為、またはそれ以外であろうと、ソフトウェ
+アに起因または関連し、あるいはソフトウェアの使用またはその他の扱いによって生じ
+る一切の請求、損害、その他の義務について何らの責任も負わないものとします。
diff --git a/README b/README
index d14a48517..e02c80798 100644
--- a/README
+++ b/README
@@ -4,10 +4,12 @@
* What's mRuby
-mRuby is the light-weighted implementation of ruby language complied with ISO standard to execute various environment. It can run as 'interpreter form' or
+mRuby is the light-weighted implementation of ruby language complied with ISO
+standard to execute various environment. It can run as 'interpreter form' or
'compile and execute on vm form' according to its module construction.
-This achivement is due to the Regional Innovation Creation R&D Programs of the Ministry of Economy, Trade and Industry of Japan.
+This achivement is due to the Regional Innovation Creation R&D Programs of
+the Ministry of Economy, Trade and Industry of Japan.
* Features of mRuby