Skip to content

Commit

Permalink
updated license header
Browse files Browse the repository at this point in the history
  • Loading branch information
doneill committed Aug 8, 2015
1 parent b88bbb6 commit db343e3
Show file tree
Hide file tree
Showing 15 changed files with 185 additions and 99 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
/* Copyright 2014 ESRI
/* Copyright 2015 Esri
*
* All rights reserved under the copyright laws of the United States
* and applicable international laws, treaties, and conventions.
* 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
*
* You may freely redistribute and use this sample code, with or
* without modification, provided you include the original copyright
* notice and use restrictions.
* http://www.apache.org/licenses/LICENSE-2.0
*
* See the Sample code usage restrictions document for further information.
* 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.
*
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
/* Copyright 2014 ESRI
/* Copyright 2015 Esri
*
* All rights reserved under the copyright laws of the United States
* and applicable international laws, treaties, and conventions.
* 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
*
* You may freely redistribute and use this sample code, with or
* without modification, provided you include the original copyright
* notice and use restrictions.
* http://www.apache.org/licenses/LICENSE-2.0
*
* See the Sample code usage restrictions document for further information.
* 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.
*
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
/* Copyright 2014 ESRI
/* Copyright 2015 Esri
*
* All rights reserved under the copyright laws of the United States
* and applicable international laws, treaties, and conventions.
* 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
*
* You may freely redistribute and use this sample code, with or
* without modification, provided you include the original copyright
* notice and use restrictions.
* http://www.apache.org/licenses/LICENSE-2.0
*
* See the Sample code usage restrictions document for further information.
* 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.
*
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,35 +1,21 @@
/* Copyright 2014 ESRI
/* Copyright 2015 Esri
*
* All rights reserved under the copyright laws of the United States
* and applicable international laws, treaties, and conventions.
* 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
*
* You may freely redistribute and use this sample code, with or
* without modification, provided you include the original copyright
* notice and use restrictions.
* http://www.apache.org/licenses/LICENSE-2.0
*
* See the sample code usage restrictions document for further information.
* 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.
*
*/

package com.esri.arcgis.android.samples.GeoJSONEarthquakeMap;

import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.util.HashMap;
import java.util.Map;

import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.client.ClientProtocolException;
import org.apache.http.client.HttpClient;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.impl.client.DefaultHttpClient;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;

import android.app.Activity;
import android.app.ProgressDialog;
import android.content.Context;
Expand All @@ -50,6 +36,23 @@
import com.esri.core.map.Graphic;
import com.esri.core.symbol.SimpleMarkerSymbol;

import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.client.ClientProtocolException;
import org.apache.http.client.HttpClient;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.impl.client.DefaultHttpClient;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;

import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.util.HashMap;
import java.util.Map;

/**
* This sample demonstrates how to use information from a GEOJson feed. For this
* example, seven days significant earthquakes feed from USGS is used which is
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/* Copyright 2015 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.
*
*/

package com.esri.arcgis.android.samples.geometryeditor;

import android.app.DialogFragment;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/* Copyright 2015 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.
*
*/

package com.esri.arcgis.android.samples.geometryeditor;

import android.app.DialogFragment;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
/* Copyright 2010 ESRI
/* Copyright 2015 Esri
*
* All rights reserved under the copyright laws of the United States
* and applicable international laws, treaties, and conventions.
* 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
*
* You may freely redistribute and use this sample code, with or
* without modification, provided you include the original copyright
* notice and use restrictions.
* http://www.apache.org/licenses/LICENSE-2.0
*
* See the sample code usage restrictions document for further information.
* 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.
*
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/* Copyright 2015 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.
*
*/

package com.esri.arcgis.android.samples.geometryeditor;

import android.app.DialogFragment;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
/* Copyright 2012 ESRI
/* Copyright 2015 Esri
*
* All rights reserved under the copyright laws of the United States
* and applicable international laws, treaties, and conventions.
* 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
*
* You may freely redistribute and use this sample code, with or
* without modification, provided you include the original copyright
* notice and use restrictions.
* http://www.apache.org/licenses/LICENSE-2.0
*
* See the sample code usage restrictions document for further information.
* 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.
*
*/

package com.esri.arcgis.android.samples.geometryeditor;

import java.util.ArrayList;

import android.app.Activity;
import android.app.DialogFragment;
import android.app.Fragment;
Expand Down Expand Up @@ -65,6 +66,8 @@
import com.esri.core.symbol.Symbol;
import com.esri.core.symbol.SymbolHelper;

import java.util.ArrayList;

/**
* The purpose of this sample is to demonstrate how to create features (point, polyline, polygon) with the ArcGIS for
* Android API. The sample supports template based editing for the three types of feature layers (point, line and
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
/* Copyright 2013 ESRI
/* Copyright 2015 Esri
*
* All rights reserved under the copyright laws of the United States
* and applicable international laws, treaties, and conventions.
* 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
*
* You may freely redistribute and use this sample code, with or
* without modification, provided you include the original copyright
* notice and use restrictions.
* 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.
*
* See the sample code usage restrictions document for further information.
*/

package com.arcgis.android.samples.geometrysample;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
/* Copyright 2013 ESRI
/* Copyright 2015 Esri
*
* All rights reserved under the copyright laws of the United States
* and applicable international laws, treaties, and conventions.
* 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
*
* You may freely redistribute and use this sample code, with or
* without modification, provided you include the original copyright
* notice and use restrictions.
* 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.
*
* See the sample code usage restrictions document for further information.
*/

package com.arcgis.android.samples.geometrysample;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
/* Copyright 2013 ESRI
/* Copyright 2015 Esri
*
* All rights reserved under the copyright laws of the United States
* and applicable international laws, treaties, and conventions.
* 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
*
* You may freely redistribute and use this sample code, with or
* without modification, provided you include the original copyright
* notice and use restrictions.
* 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.
*
* See the sample code usage restrictions document for further information.
*/

package com.arcgis.android.samples.geometrysample;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
/*
* Copyright (C) 2012 The Android Open Source Project
/* Copyright 2015 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
* 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.
*
*/

package com.arcgis.android.samples.geometrysample;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
/* Copyright 2013 ESRI
/* Copyright 2015 Esri
*
* All rights reserved under the copyright laws of the United States
* and applicable international laws, treaties, and conventions.
* 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
*
* You may freely redistribute and use this sample code, with or
* without modification, provided you include the original copyright
* notice and use restrictions.
* 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.
*
* See the sample code usage restrictions document for further information.
*/

package com.arcgis.android.samples.geometrysample;
Expand Down
Loading

0 comments on commit db343e3

Please sign in to comment.