From 26e5f90bec6d539b025dbcd740903a30b1ccb956 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Wed, 18 May 2011 18:14:18 +0200 Subject: [PATCH] Add Apache 2 license --- LICENSE.txt | 13 +++++++++++++ OnTheSpot/DetailViewController.h | 1 + OnTheSpot/DetailViewController.m | 1 + OnTheSpot/OnTheSpotAppDelegate.h | 1 + OnTheSpot/OnTheSpotAppDelegate.m | 1 + OnTheSpot/RootViewController.h | 1 + OnTheSpot/RootViewController.m | 1 + OnTheSpot/main.m | 1 + 8 files changed, 20 insertions(+) create mode 100644 LICENSE.txt diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..964f656 --- /dev/null +++ b/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. diff --git a/OnTheSpot/DetailViewController.h b/OnTheSpot/DetailViewController.h index b400e55..3dd3d39 100644 --- a/OnTheSpot/DetailViewController.h +++ b/OnTheSpot/DetailViewController.h @@ -4,6 +4,7 @@ // // Created by afh on 19/04/11. // Copyright 2011 Alexis Hildebrandt. All rights reserved. +// See LICENSE.txt for details. // #import diff --git a/OnTheSpot/DetailViewController.m b/OnTheSpot/DetailViewController.m index 5e07867..b6525d4 100644 --- a/OnTheSpot/DetailViewController.m +++ b/OnTheSpot/DetailViewController.m @@ -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" diff --git a/OnTheSpot/OnTheSpotAppDelegate.h b/OnTheSpot/OnTheSpotAppDelegate.h index 7fef7db..26f2202 100644 --- a/OnTheSpot/OnTheSpotAppDelegate.h +++ b/OnTheSpot/OnTheSpotAppDelegate.h @@ -4,6 +4,7 @@ // // Created by afh on 19/04/11. // Copyright 2011 Alexis Hildebrandt. All rights reserved. +// See LICENSE.txt for details. // #import diff --git a/OnTheSpot/OnTheSpotAppDelegate.m b/OnTheSpot/OnTheSpotAppDelegate.m index 71e61ca..6641204 100644 --- a/OnTheSpot/OnTheSpotAppDelegate.m +++ b/OnTheSpot/OnTheSpotAppDelegate.m @@ -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" diff --git a/OnTheSpot/RootViewController.h b/OnTheSpot/RootViewController.h index c1ddcb5..1dba7e1 100644 --- a/OnTheSpot/RootViewController.h +++ b/OnTheSpot/RootViewController.h @@ -4,6 +4,7 @@ // // Created by afh on 19/04/11. // Copyright 2011 Alexis Hildebrandt. All rights reserved. +// See LICENSE.txt for details. // #import diff --git a/OnTheSpot/RootViewController.m b/OnTheSpot/RootViewController.m index 9a6e812..543599e 100644 --- a/OnTheSpot/RootViewController.m +++ b/OnTheSpot/RootViewController.m @@ -4,6 +4,7 @@ // // Created by afh on 19/04/11. // Copyright 2011 Alexis Hildebrandt. All rights reserved. +// See LICENSE.txt for details. // #import "RootViewController.h" diff --git a/OnTheSpot/main.m b/OnTheSpot/main.m index bbd65e4..5a639cd 100644 --- a/OnTheSpot/main.m +++ b/OnTheSpot/main.m @@ -4,6 +4,7 @@ // // Created by afh on 19/04/11. // Copyright 2011 Alexis Hildebrandt. All rights reserved. +// See LICENSE.txt for details. // #import