相変わらず、ライセンスの世界は『日本人にとって』難解・・・・ GPLやMITやCCなど主要ライセンスの内容と意味のまとめ この中で説明されている MIT ライセンスは以下のようなもの再配布時には著作権表示を残す+無保障である、という2点のみが、このライセンスを持つものの使用許諾条件です。数あるライセンスのうちでも、最も自由で解りやすいライセンスだと認識していますが、世界の常識ではわざわざ MIT とは表示しなくなっているのかもしれません。 License/MIT License 上記リンク先では、わりと正式っぽく詳しく説明されていますが、例えば jQuery にしても、ファイル名にこそ MIT とありますが、本文には記述がありません。 そうすると、きっと、どこからか誤解だって生まれているんでしようけれど、もともとフリーだしそれを厳密にどうこうする流れも無いでしょうし。で、abraham さんの twitteroauth では、こんな感じに。Copyright (c) 2009 Abraham Williams - http://abrah.am - abraham@abrah.am 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 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.あと、Json.NET もこんな感じでした。Copyright (c) 2007 James Newton-King 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 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.というか、みんな自由に使って欲しい事を望んでるのは間違い無いですね。 Json.NET の実装記事 ■ VS(C#) : Json.NET を使用して文字列形式の JSON をプログラムで参照する具体的な方法 ■ VS2010 コンソール : Twitter ツイートとリツイート 関連する記事 abraham さんの twitteroauth で Twitter 投稿
|
|
【PHP+通信の最新記事】
- PHP : curl で FTP サーバのファイル一覧( 結果は JSON )
- fake sendmail for windows ってなんで無名なんだ???
- Livedoor の お天気Webサービス API は、JSON のテストするのに重宝しています。
- PHP 5.2.0 以上で、サーバー間で FTPS( SSL 接続 )でファイル転送を行う
- abraham さんの twitteroauth の TwitterOAuth クラスのメソッド一覧概要
- abraham さんの twitteroauth で Twitter 投稿
- PHPからのメール送信
- PHPによるFTPサーバーのデータ一括ダウンロード




























