public
Description: A Hello World App in Cocoa for Mac OS X
Homepage: http://teabass.com/hello-world-in-cocoa/
Clone URL: git://github.com/andrew/hellococoa.git
andrew (author)
Fri Jun 13 02:33:30 -0700 2008
name age message
file .gitignore Fri Jun 13 02:33:30 -0700 2008 initial commit [andrew]
directory English.lproj/ Fri Jun 13 02:33:30 -0700 2008 initial commit [andrew]
file Foo.h Fri Jun 13 02:33:30 -0700 2008 initial commit [andrew]
file Foo.m Fri Jun 13 02:33:30 -0700 2008 initial commit [andrew]
directory HelloWorld.xcodeproj/ Fri Jun 13 02:33:30 -0700 2008 initial commit [andrew]
file HelloWorld_Prefix.pch Fri Jun 13 02:33:30 -0700 2008 initial commit [andrew]
file Info.plist Fri Jun 13 02:33:30 -0700 2008 initial commit [andrew]
file README Fri Jun 13 02:33:30 -0700 2008 initial commit [andrew]
file main.m Fri Jun 13 02:33:30 -0700 2008 initial commit [andrew]
README
Hello World in Cocoa

Homepage: http://teabass.com/hello-world-in-cocoa/
Author: Andrew Nesbitt (http://teabass.com)
Github: http://github.com/andrew/hellococoa

Copyright (c) 2008 Andrew Nesbitt

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.