/xbmc/visualizations/Goom/goom2k4-0/mac/StandAlone/main.m

http://github.com/xbmc/xbmc · Objective C · 45 lines · 5 code · 2 blank · 38 comment · 0 complexity · 7e53cf9af2d7ddcd94d704cbc59ab56c MD5 · raw file

  1. /*
  2. *
  3. Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc.
  4. ("Apple") in consideration of your agreement to the following terms, and your
  5. use, installation, modification or redistribution of this Apple software
  6. constitutes acceptance of these terms. If you do not agree with these terms,
  7. please do not use, install, modify or redistribute this Apple software.
  8. In consideration of your agreement to abide by the following terms, and subject
  9. to these terms, Apple grants you a personal, non-exclusive license, under Apple?s
  10. copyrights in this original Apple software (the "Apple Software"), to use,
  11. reproduce, modify and redistribute the Apple Software, with or without
  12. modifications, in source and/or binary forms; provided that if you redistribute
  13. the Apple Software in its entirety and without modifications, you must retain
  14. this notice and the following text and disclaimers in all such redistributions of
  15. the Apple Software. Neither the name, trademarks, service marks or logos of
  16. Apple Computer, Inc. may be used to endorse or promote products derived from the
  17. Apple Software without specific prior written permission from Apple. Except as
  18. expressly stated in this notice, no other rights or licenses, express or implied,
  19. are granted by Apple herein, including but not limited to any patent rights that
  20. may be infringed by your derivative works or by other works in which the Apple
  21. Software may be incorporated.
  22. The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO
  23. WARRANTIES, EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED
  24. WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  25. PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE OR IN
  26. COMBINATION WITH YOUR PRODUCTS.
  27. IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR
  28. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
  29. GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  30. ARISING IN ANY WAY OUT OF THE USE, REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION
  31. OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER UNDER THEORY OF CONTRACT, TORT
  32. (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN IF APPLE HAS BEEN
  33. ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  34. *
  35. */
  36. #import <Cocoa/Cocoa.h>
  37. int main(int argc, const char *argv[])
  38. {
  39. return NSApplicationMain(argc, argv);
  40. }