From 0ba2da6c69640672f1b2a12f2ea2270549a200cd Mon Sep 17 00:00:00 2001 From: Al Pascual Date: Wed, 13 Mar 2013 14:40:50 -0700 Subject: [PATCH] changed the header to the Esri Copyright --- MapKit/AnnotationTemplate.h | 22 +++++++++++++++------- MapKit/AnnotationTemplate.m | 22 +++++++++++++++------- MapKit/AnnotationViewController.h | 22 +++++++++++++++------- MapKit/AnnotationViewController.m | 22 +++++++++++++++------- MapKit/MKAnnotation.h | 21 +++++++++++++++------ MapKit/MKAnnotationView.h | 21 +++++++++++++++------ MapKit/MKAnnotationView.m | 22 +++++++++++++++------- MapKit/MKDelegate.h | 23 +++++++++++++++-------- MapKit/MKFoundation.h | 21 +++++++++++++++------ MapKit/MKGeometry.h | 22 +++++++++++++++------- MapKit/MKGeometry.m | 22 +++++++++++++++------- MapKit/MKMapView.h | 22 +++++++++++++++------- MapKit/MKMapView.m | 22 +++++++++++++++------- MapKit/MKOverlay.h | 21 +++++++++++++++------ MapKit/MKOverlay.m | 22 +++++++++++++++------- MapKit/MKOverlayView.h | 21 +++++++++++++++------ MapKit/MKOverlayView.m | 22 +++++++++++++++------- MapKit/MKPinAnnotationView.h | 22 +++++++++++++++------- MapKit/MKPinAnnotationView.m | 22 +++++++++++++++------- MapKit/MKPlaceMark.h | 22 +++++++++++++++------- MapKit/MKPlaceMark.m | 22 +++++++++++++++------- MapKit/MKTypes.h | 21 +++++++++++++++------ MapKit/MKUserLocation.h | 21 +++++++++++++++------ MapKit/MKUserLocation.m | 22 +++++++++++++++------- MapKit/MKUserTrackingMode.h | 22 +++++++++++++++------- MapKit/MapKit.h | 22 +++++++++++++++------- 26 files changed, 390 insertions(+), 176 deletions(-) diff --git a/MapKit/AnnotationTemplate.h b/MapKit/AnnotationTemplate.h index 03dde22..baad6bc 100644 --- a/MapKit/AnnotationTemplate.h +++ b/MapKit/AnnotationTemplate.h @@ -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 #import diff --git a/MapKit/AnnotationTemplate.m b/MapKit/AnnotationTemplate.m index c214ed6..16bab5e 100644 --- a/MapKit/AnnotationTemplate.m +++ b/MapKit/AnnotationTemplate.m @@ -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" diff --git a/MapKit/AnnotationViewController.h b/MapKit/AnnotationViewController.h index 31d6079..fc8d98b 100644 --- a/MapKit/AnnotationViewController.h +++ b/MapKit/AnnotationViewController.h @@ -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 diff --git a/MapKit/AnnotationViewController.m b/MapKit/AnnotationViewController.m index 33b666f..7fdbd7a 100644 --- a/MapKit/AnnotationViewController.m +++ b/MapKit/AnnotationViewController.m @@ -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" diff --git a/MapKit/MKAnnotation.h b/MapKit/MKAnnotation.h index 31d43eb..7911971 100644 --- a/MapKit/MKAnnotation.h +++ b/MapKit/MKAnnotation.h @@ -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 #import diff --git a/MapKit/MKAnnotationView.h b/MapKit/MKAnnotationView.h index ebaff32..739178a 100644 --- a/MapKit/MKAnnotationView.h +++ b/MapKit/MKAnnotationView.h @@ -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 #import "MKAnnotation.h" diff --git a/MapKit/MKAnnotationView.m b/MapKit/MKAnnotationView.m index 772a049..1734aab 100644 --- a/MapKit/MKAnnotationView.m +++ b/MapKit/MKAnnotationView.m @@ -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" diff --git a/MapKit/MKDelegate.h b/MapKit/MKDelegate.h index 80958ec..12bbbae 100644 --- a/MapKit/MKDelegate.h +++ b/MapKit/MKDelegate.h @@ -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 -//#import #import "MKMapView.h" #import "MKAnnotationView.h" #import "MKOverlay.h" diff --git a/MapKit/MKFoundation.h b/MapKit/MKFoundation.h index e27bfbd..94e9ca6 100644 --- a/MapKit/MKFoundation.h +++ b/MapKit/MKFoundation.h @@ -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 diff --git a/MapKit/MKGeometry.h b/MapKit/MKGeometry.h index e79f0bf..1a470a7 100644 --- a/MapKit/MKGeometry.h +++ b/MapKit/MKGeometry.h @@ -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 #import #import "MKFoundation.h" -//#import typedef struct { diff --git a/MapKit/MKGeometry.m b/MapKit/MKGeometry.m index d6650f5..35a833c 100644 --- a/MapKit/MKGeometry.m +++ b/MapKit/MKGeometry.m @@ -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 diff --git a/MapKit/MKMapView.h b/MapKit/MKMapView.h index e71a7a4..8f10ff2 100644 --- a/MapKit/MKMapView.h +++ b/MapKit/MKMapView.h @@ -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 #import diff --git a/MapKit/MKMapView.m b/MapKit/MKMapView.m index d75549a..51d5e18 100644 --- a/MapKit/MKMapView.m +++ b/MapKit/MKMapView.m @@ -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" diff --git a/MapKit/MKOverlay.h b/MapKit/MKOverlay.h index 5dcd237..c09de6c 100644 --- a/MapKit/MKOverlay.h +++ b/MapKit/MKOverlay.h @@ -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" diff --git a/MapKit/MKOverlay.m b/MapKit/MKOverlay.m index 594ff6a..00170aa 100644 --- a/MapKit/MKOverlay.m +++ b/MapKit/MKOverlay.m @@ -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" diff --git a/MapKit/MKOverlayView.h b/MapKit/MKOverlayView.h index 8a6d733..9f712b6 100644 --- a/MapKit/MKOverlayView.h +++ b/MapKit/MKOverlayView.h @@ -1,9 +1,18 @@ -// -// MKOverlayView.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 #import "MKOverlay.h" diff --git a/MapKit/MKOverlayView.m b/MapKit/MKOverlayView.m index 268f847..7e57c3c 100644 --- a/MapKit/MKOverlayView.m +++ b/MapKit/MKOverlayView.m @@ -1,10 +1,18 @@ -// -// MKOverlayView.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 "MKOverlayView.h" diff --git a/MapKit/MKPinAnnotationView.h b/MapKit/MKPinAnnotationView.h index 4138eb1..f59ca66 100644 --- a/MapKit/MKPinAnnotationView.h +++ b/MapKit/MKPinAnnotationView.h @@ -1,10 +1,18 @@ -// -// MKPinAnnotationView.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 "MapKit.h" #import "MKAnnotationView.h" diff --git a/MapKit/MKPinAnnotationView.m b/MapKit/MKPinAnnotationView.m index ffa062a..b77545d 100644 --- a/MapKit/MKPinAnnotationView.m +++ b/MapKit/MKPinAnnotationView.m @@ -1,10 +1,18 @@ -// -// MKPinAnnotationView.m -// MapCallouts -// -// Created by Krishnaprasad Jagadish on 12/11/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 "MKPinAnnotationView.h" diff --git a/MapKit/MKPlaceMark.h b/MapKit/MKPlaceMark.h index 40943d9..f9c22ae 100644 --- a/MapKit/MKPlaceMark.h +++ b/MapKit/MKPlaceMark.h @@ -1,10 +1,18 @@ -// -// MKPlaceMark.h -// CurrentAddress -// -// Created by Krishna on 12/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 #import diff --git a/MapKit/MKPlaceMark.m b/MapKit/MKPlaceMark.m index 4d51ceb..d45026f 100644 --- a/MapKit/MKPlaceMark.m +++ b/MapKit/MKPlaceMark.m @@ -1,10 +1,18 @@ -// -// MKPlaceMark.m -// CurrentAddress -// -// Created by Krishna on 12/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 "MKPlaceMark.h" diff --git a/MapKit/MKTypes.h b/MapKit/MKTypes.h index fc2e5ba..f1fa32d 100644 --- a/MapKit/MKTypes.h +++ b/MapKit/MKTypes.h @@ -1,9 +1,18 @@ -// -// MKTypes.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 #import diff --git a/MapKit/MKUserLocation.h b/MapKit/MKUserLocation.h index d1f634d..2af5434 100644 --- a/MapKit/MKUserLocation.h +++ b/MapKit/MKUserLocation.h @@ -1,9 +1,18 @@ -// -// MKUserLocation.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 #import diff --git a/MapKit/MKUserLocation.m b/MapKit/MKUserLocation.m index 16bcb34..296aeba 100644 --- a/MapKit/MKUserLocation.m +++ b/MapKit/MKUserLocation.m @@ -1,10 +1,18 @@ -// -// MKUserLocation.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 "MKUserLocation.h" diff --git a/MapKit/MKUserTrackingMode.h b/MapKit/MKUserTrackingMode.h index 3f94634..b9987c1 100644 --- a/MapKit/MKUserTrackingMode.h +++ b/MapKit/MKUserTrackingMode.h @@ -1,10 +1,18 @@ -// -// MKUserTrackingMode.h -// 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 diff --git a/MapKit/MapKit.h b/MapKit/MapKit.h index f1b54c4..deac4c8 100644 --- a/MapKit/MapKit.h +++ b/MapKit/MapKit.h @@ -1,10 +1,18 @@ -// -// MapKit2ArcGIS.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