
- VOCALOIDとは?〜ヤマハの想い
- オープンソースのライセンス形態や条文
オープンソースのライセンス形態や条文
GData.framework code by Google
License:Apache
http://code.google.com/p/gdata-objectivec-client/
GData.framework is developed by Google and licensed under the following Apache License:
Copyright (c) 2007 Google Inc.
Licensed under the Apache License, Version 2.0 (the "License");you may not use this file except in compliance with the License.
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions and limitations under the License.
Twitter+OAuth code by Ben Gottlieb
License:BSD
https://github.com/bengottlieb/Twitter-OAuth-iPhone
Twitter+OAuth Source and Example for iPhone
Glommed together by Ben Gottlieb
copyright 2009 Stand Alone, Inc - all rights reserved.
License: BSD, If you use it, please include the following text somewhere in your application's user-facing text:"Includes Twitter+OAuth code by Ben Gottlieb"
The goal of this was to create a drop-in code package for iPhone apps that want to access Twitter via OAuth. The main benefit here is that the source line on the Twitter page will say your app name, rather than "from web".
This includes source taken from several other open frameworks, listed below. Most of the heavy lifting was all done by them, I just synthesized it into a (hopefully) easily digestible chunk.
I decided not to do the whole thing as a static library since most developers are already using Matt Gemmell's MGTwitterEngine, and there was no reason to duplicate code. It adds about 200k to the final size of your project, mainly due to the OAuth library.
Enjoy, and please let me know if you have any feedback!
Ben Gottlieb