Skip to content

Commit

Permalink
changed the header to the Esri Copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
alpascual committed Mar 13, 2013
1 parent 7485490 commit 0ba2da6
Show file tree
Hide file tree
Showing 26 changed files with 390 additions and 176 deletions.
22 changes: 15 additions & 7 deletions MapKit/AnnotationTemplate.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
//
// AnnotationTemplate.h
// MapCallouts
//
// Created by Krishna Jagadish on 12/14/12.
//
//
/*
Copyright 2013 Esri
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.
*/

#import <Foundation/Foundation.h>
#import <ArcGIS/ArcGIS.h>
Expand Down
22 changes: 15 additions & 7 deletions MapKit/AnnotationTemplate.m
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
//
// AnnotationTemplate.m
// MapCallouts
//
// Created by Krishna Jagadish on 12/14/12.
//
//
/*
Copyright 2013 Esri
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.
*/

#import "AnnotationTemplate.h"

Expand Down
22 changes: 15 additions & 7 deletions MapKit/AnnotationViewController.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
//
// AnnotationViewController.h
// MapCallouts
//
// Created by Krishna Jagadish on 12/14/12.
//
//
/*
Copyright 2013 Esri
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.
*/

#import <UIKit/UIKit.h>

Expand Down
22 changes: 15 additions & 7 deletions MapKit/AnnotationViewController.m
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
//
// AnnotationViewController.m
// MapCallouts
//
// Created by Krishna Jagadish on 12/14/12.
//
//
/*
Copyright 2013 Esri
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.
*/

#import "AnnotationViewController.h"

Expand Down
21 changes: 15 additions & 6 deletions MapKit/MKAnnotation.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
//
// MKOverlay.h
// MapKit
//
// Copyright (c) 2010-2012, Apple Inc. All rights reserved.
//
/*
Copyright 2013 Esri
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.
*/

#import <CoreGraphics/CoreGraphics.h>
#import <CoreLocation/CoreLocation.h>
Expand Down
21 changes: 15 additions & 6 deletions MapKit/MKAnnotationView.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
//
// MKOverlay.h
// MapKit
//
// Copyright (c) 2010-2012, Apple Inc. All rights reserved.
//
/*
Copyright 2013 Esri
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.
*/

#import <Foundation/Foundation.h>
#import "MKAnnotation.h"
Expand Down
22 changes: 15 additions & 7 deletions MapKit/MKAnnotationView.m
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
//
// MKAnnotationView.m
// Breadcrumb
//
// Created by Al Pascual on 10/17/12.
//
//
/*
Copyright 2013 Esri
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.
*/

#import "MKAnnotationView.h"

Expand Down
23 changes: 15 additions & 8 deletions MapKit/MKDelegate.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
//
// MKOverlay.h
// MapKit
//
// Copyright (c) 2010-2012, Apple Inc. All rights reserved.
//

/*
Copyright 2013 Esri
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.
*/
#import <Foundation/Foundation.h>
//#import <MapKit/MapKit.h>
#import "MKMapView.h"
#import "MKAnnotationView.h"
#import "MKOverlay.h"
Expand Down
21 changes: 15 additions & 6 deletions MapKit/MKFoundation.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
//
// MKFoundation.h
// MapKit
//
// Copyright (c) 2010-2011, Apple Inc. All rights reserved.
//
/*
Copyright 2013 Esri
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.
*/

#import <Foundation/Foundation.h>

Expand Down
22 changes: 15 additions & 7 deletions MapKit/MKGeometry.h
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
//
// MKGeometry.h
// MapKit
//
// Copyright (c) 2009-2012, Apple Inc. All rights reserved.
//
/*
Copyright 2013 Esri
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.
*/

#import <CoreGraphics/CoreGraphics.h>
#import <CoreLocation/CoreLocation.h>
#import "MKFoundation.h"
//#import <MapKit/MapKit.h>


typedef struct {
Expand Down
22 changes: 15 additions & 7 deletions MapKit/MKGeometry.m
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
//
// MKGeometry.m
// Breadcrumb
//
// Created by Al Pascual on 10/18/12.
//
//
/*
Copyright 2013 Esri
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.
*/

#import "MKGeometry.h"
#import <ArcGIS/ArcGIS.h>
Expand Down
22 changes: 15 additions & 7 deletions MapKit/MKMapView.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
//
// MKMapView.h
// SimpleMap
//
// Created by Al Pascual on 10/15/12.
// Copyright (c) 2012 Esri. All rights reserved.
//
/*
Copyright 2013 Esri
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.
*/

#import <UIKit/UIKit.h>
#import <ArcGIS/ArcGIS.h>
Expand Down
22 changes: 15 additions & 7 deletions MapKit/MKMapView.m
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
//
// MKMapView.m
// SimpleMap
//
// Created by Al Pascual on 10/15/12.
// Copyright (c) 2012 Esri. All rights reserved.
//
/*
Copyright 2013 Esri
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.
*/

#import "MKMapView.h"

Expand Down
21 changes: 15 additions & 6 deletions MapKit/MKOverlay.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
//
// MKOverlay.h
// MapKit
//
// Copyright (c) 2010-2012, Apple Inc. All rights reserved.
//
/*
Copyright 2013 Esri
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.
*/

#import "MKAnnotation.h"
#import "MKTypes.h"
Expand Down
22 changes: 15 additions & 7 deletions MapKit/MKOverlay.m
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
//
// MKOverlay.m
// Breadcrumb
//
// Created by Al Pascual on 11/29/12.
//
//
/*
Copyright 2013 Esri
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.
*/

#import "MKOverlay.h"

Expand Down
Loading

0 comments on commit 0ba2da6

Please sign in to comment.