I would like to use the JSON-framework ObjC library, which is licensed under BSD license, in my iPhone application. The thing is, I'm not sure what does the BSD license require me to do. The text of the license states that:
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
Does this mean I would have to paste the whole license text (~ 15 lines) into that small info file supplied for all App Store applications? Because if so, that would make it unreadable... Or is it enough to just write that "This application includes open source code written by XXX YYY"? Or can I put the text of the license somewhere else?