mirror of https://github.com/axmolengine/axmol.git
issue #2257:change copyright of template
This commit is contained in:
parent
6491ff75cf
commit
b0937a5a2d
|
@ -1,11 +1,3 @@
|
|||
//
|
||||
// iphoneAppDelegate.h
|
||||
// iphone
|
||||
//
|
||||
// Created by Walzer on 10-11-16.
|
||||
// Copyright 2010 __MyCompanyName__. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@class RootViewController;
|
||||
|
|
|
@ -1,11 +1,3 @@
|
|||
//
|
||||
// iphoneAppDelegate.m
|
||||
// iphone
|
||||
//
|
||||
// Created by Walzer on 10-11-16.
|
||||
// Copyright 2010 __MyCompanyName__. All rights reserved.
|
||||
//
|
||||
|
||||
#import "AppController.h"
|
||||
#import "EAGLView.h"
|
||||
#import "cocos2d.h"
|
||||
|
|
|
@ -1,11 +1,3 @@
|
|||
//
|
||||
// RootViewController.h
|
||||
// test
|
||||
//
|
||||
// Created by Walzer on 11-4-28.
|
||||
// Copyright 2011 __MyCompanyName__. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
|
||||
|
|
|
@ -1,11 +1,3 @@
|
|||
//
|
||||
// RootViewController.mm
|
||||
// test
|
||||
//
|
||||
// Created by Walzer on 11-4-28.
|
||||
// Copyright 2011 __MyCompanyName__. All rights reserved.
|
||||
//
|
||||
|
||||
#import "RootViewController.h"
|
||||
|
||||
|
||||
|
|
|
@ -1,11 +1,3 @@
|
|||
//
|
||||
// main.m
|
||||
// iphone
|
||||
//
|
||||
// Created by Walzer on 10-11-16.
|
||||
// Copyright 2010 __MyCompanyName__. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
// Under iOS and the Simulator, we can use an alternate Accelerometer interface
|
||||
|
|
Loading…
Reference in New Issue