Skip to content

Commit

Permalink
Merge branch 'afh/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
jchris committed May 18, 2011
2 parents 054d67c + 26e5f90 commit af028b3
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 0 deletions.
13 changes: 13 additions & 0 deletions LICENSE.txt
@@ -0,0 +1,13 @@
Copyright 2011 Alexis Hildebrandt

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.
1 change: 1 addition & 0 deletions OnTheSpot/DetailViewController.h
Expand Up @@ -4,6 +4,7 @@
//
// Created by afh on 19/04/11.
// Copyright 2011 Alexis Hildebrandt. All rights reserved.
// See LICENSE.txt for details.
//

#import <UIKit/UIKit.h>
Expand Down
1 change: 1 addition & 0 deletions OnTheSpot/DetailViewController.m
Expand Up @@ -4,6 +4,7 @@
//
// Created by afh on 19/04/11.
// Copyright 2011 Alexis Hildebrandt. All rights reserved.
// See LICENSE.txt for details.
//

#import "DetailViewController.h"
Expand Down
1 change: 1 addition & 0 deletions OnTheSpot/OnTheSpotAppDelegate.h
Expand Up @@ -4,6 +4,7 @@
//
// Created by afh on 19/04/11.
// Copyright 2011 Alexis Hildebrandt. All rights reserved.
// See LICENSE.txt for details.
//

#import <UIKit/UIKit.h>
Expand Down
1 change: 1 addition & 0 deletions OnTheSpot/OnTheSpotAppDelegate.m
Expand Up @@ -4,6 +4,7 @@
//
// Created by afh on 19/04/11.
// Copyright 2011 Alexis Hildebrandt. All rights reserved.
// See LICENSE.txt for details.
//

#import "OnTheSpotAppDelegate.h"
Expand Down
1 change: 1 addition & 0 deletions OnTheSpot/RootViewController.h
Expand Up @@ -4,6 +4,7 @@
//
// Created by afh on 19/04/11.
// Copyright 2011 Alexis Hildebrandt. All rights reserved.
// See LICENSE.txt for details.
//

#import <UIKit/UIKit.h>
Expand Down
1 change: 1 addition & 0 deletions OnTheSpot/RootViewController.m
Expand Up @@ -5,6 +5,7 @@
// Created by afh on 19/04/11.
// Couchbase and JSON work 14/05/11 Chris Anderson
// Copyright 2011 Alexis Hildebrandt. All rights reserved.
// See LICENSE.txt for details.
//

#import "RootViewController.h"
Expand Down
1 change: 1 addition & 0 deletions OnTheSpot/main.m
Expand Up @@ -4,6 +4,7 @@
//
// Created by afh on 19/04/11.
// Copyright 2011 Alexis Hildebrandt. All rights reserved.
// See LICENSE.txt for details.
//

#import <UIKit/UIKit.h>
Expand Down

0 comments on commit af028b3

Please sign in to comment.