From ca9833403aaf754ede03e46ec535f5dec663e547 Mon Sep 17 00:00:00 2001 From: mar-v-in Date: Wed, 23 Apr 2014 23:05:10 +0200 Subject: [PATCH] Add license header --- res/drawable/ic_plusone_medium.xml | 16 ++++++++++++++++ res/drawable/ic_plusone_small.xml | 16 ++++++++++++++++ res/drawable/ic_plusone_standard.xml | 16 ++++++++++++++++ res/drawable/ic_plusone_tall.xml | 16 ++++++++++++++++ res/values/dimens.xml | 16 ++++++++++++++++ .../internal/AbstractGmsServiceBroker.java | 16 ++++++++++++++++ .../gms/common/safeparcel/SafeParcelable.java | 16 ++++++++++++++++ .../gms/common/safeparcel/SafeReader.java | 16 ++++++++++++++++ .../gms/common/safeparcel/SafeWriter.java | 16 ++++++++++++++++ .../android/gms/dynamic/ObjectWrapper.java | 16 ++++++++++++++++ .../android/gms/maps/GoogleMapOptions.java | 16 ++++++++++++++++ .../android/gms/maps/internal/CameraUpdate.java | 16 ++++++++++++++++ .../maps/internal/CameraUpdateFactoryImpl.java | 16 ++++++++++++++++ .../android/gms/maps/internal/CreatorImpl.java | 16 ++++++++++++++++ .../android/gms/maps/internal/GoogleMapImpl.java | 16 ++++++++++++++++ .../gms/maps/internal/MapFragmentImpl.java | 16 ++++++++++++++++ .../android/gms/maps/internal/MapViewImpl.java | 16 ++++++++++++++++ .../gms/maps/internal/ResourcesContainer.java | 16 ++++++++++++++++ .../android/gms/maps/model/BitmapDescriptor.java | 16 ++++++++++++++++ .../android/gms/maps/model/CameraPosition.java | 16 ++++++++++++++++ .../android/gms/maps/model/CircleOptions.java | 16 ++++++++++++++++ .../gms/maps/model/GroundOverlayOptions.java | 16 ++++++++++++++++ .../google/android/gms/maps/model/LatLng.java | 16 ++++++++++++++++ .../android/gms/maps/model/LatLngBounds.java | 16 ++++++++++++++++ .../android/gms/maps/model/MarkerOptions.java | 16 ++++++++++++++++ .../android/gms/maps/model/PolygonOptions.java | 16 ++++++++++++++++ .../android/gms/maps/model/PolylineOptions.java | 16 ++++++++++++++++ .../gms/maps/model/TileOverlayOptions.java | 16 ++++++++++++++++ .../model/internal/AssetBitmapDescriptor.java | 16 ++++++++++++++++ .../model/internal/BitmapBitmapDescriptor.java | 16 ++++++++++++++++ .../internal/BitmapDescriptorFactoryImpl.java | 16 ++++++++++++++++ .../model/internal/DefaultBitmapDescriptor.java | 16 ++++++++++++++++ .../model/internal/FileBitmapDescriptor.java | 16 ++++++++++++++++ .../model/internal/PathBitmapDescriptor.java | 16 ++++++++++++++++ .../gms/maps/model/internal/PolylineImpl.java | 16 ++++++++++++++++ .../model/internal/ResourceBitmapDescriptor.java | 16 ++++++++++++++++ .../plus/plusone/PlusOneButtonCreatorImpl.java | 16 ++++++++++++++++ .../gms/plus/plusone/PlusOneButtonImpl.java | 16 ++++++++++++++++ .../internal/GoogleLocationManagerService.java | 16 ++++++++++++++++ 39 files changed, 624 insertions(+) diff --git a/res/drawable/ic_plusone_medium.xml b/res/drawable/ic_plusone_medium.xml index 5007c776..ac2820c1 100644 --- a/res/drawable/ic_plusone_medium.xml +++ b/res/drawable/ic_plusone_medium.xml @@ -1,3 +1,19 @@ + + \ No newline at end of file diff --git a/res/drawable/ic_plusone_small.xml b/res/drawable/ic_plusone_small.xml index 5007c776..ac2820c1 100644 --- a/res/drawable/ic_plusone_small.xml +++ b/res/drawable/ic_plusone_small.xml @@ -1,3 +1,19 @@ + + \ No newline at end of file diff --git a/res/drawable/ic_plusone_standard.xml b/res/drawable/ic_plusone_standard.xml index 5007c776..ac2820c1 100644 --- a/res/drawable/ic_plusone_standard.xml +++ b/res/drawable/ic_plusone_standard.xml @@ -1,3 +1,19 @@ + + \ No newline at end of file diff --git a/res/drawable/ic_plusone_tall.xml b/res/drawable/ic_plusone_tall.xml index 5007c776..ac2820c1 100644 --- a/res/drawable/ic_plusone_tall.xml +++ b/res/drawable/ic_plusone_tall.xml @@ -1,3 +1,19 @@ + + \ No newline at end of file diff --git a/res/values/dimens.xml b/res/values/dimens.xml index c4db8425..9da907a0 100644 --- a/res/values/dimens.xml +++ b/res/values/dimens.xml @@ -1,4 +1,20 @@ + + 5.0dip \ No newline at end of file diff --git a/src/com/google/android/gms/common/internal/AbstractGmsServiceBroker.java b/src/com/google/android/gms/common/internal/AbstractGmsServiceBroker.java index f738fc33..189dc864 100644 --- a/src/com/google/android/gms/common/internal/AbstractGmsServiceBroker.java +++ b/src/com/google/android/gms/common/internal/AbstractGmsServiceBroker.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2014 μg Project Team + * + * 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.google.android.gms.common.internal; import android.os.Bundle; diff --git a/src/com/google/android/gms/common/safeparcel/SafeParcelable.java b/src/com/google/android/gms/common/safeparcel/SafeParcelable.java index cb4a92ca..c3b6cd6d 100644 --- a/src/com/google/android/gms/common/safeparcel/SafeParcelable.java +++ b/src/com/google/android/gms/common/safeparcel/SafeParcelable.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2014 μg Project Team + * + * 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.google.android.gms.common.safeparcel; import android.os.Parcelable; diff --git a/src/com/google/android/gms/common/safeparcel/SafeReader.java b/src/com/google/android/gms/common/safeparcel/SafeReader.java index add6730c..5f46fa03 100644 --- a/src/com/google/android/gms/common/safeparcel/SafeReader.java +++ b/src/com/google/android/gms/common/safeparcel/SafeReader.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2014 μg Project Team + * + * 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.google.android.gms.common.safeparcel; import android.os.IBinder; diff --git a/src/com/google/android/gms/common/safeparcel/SafeWriter.java b/src/com/google/android/gms/common/safeparcel/SafeWriter.java index e11719f5..af59e8a7 100644 --- a/src/com/google/android/gms/common/safeparcel/SafeWriter.java +++ b/src/com/google/android/gms/common/safeparcel/SafeWriter.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2014 μg Project Team + * + * 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.google.android.gms.common.safeparcel; import android.os.Bundle; diff --git a/src/com/google/android/gms/dynamic/ObjectWrapper.java b/src/com/google/android/gms/dynamic/ObjectWrapper.java index 2b04dc81..cc46ebd8 100644 --- a/src/com/google/android/gms/dynamic/ObjectWrapper.java +++ b/src/com/google/android/gms/dynamic/ObjectWrapper.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2014 μg Project Team + * + * 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.google.android.gms.dynamic; import android.os.IBinder; diff --git a/src/com/google/android/gms/maps/GoogleMapOptions.java b/src/com/google/android/gms/maps/GoogleMapOptions.java index 203683b5..0c91e4e8 100644 --- a/src/com/google/android/gms/maps/GoogleMapOptions.java +++ b/src/com/google/android/gms/maps/GoogleMapOptions.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2014 μg Project Team + * + * 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.google.android.gms.maps; import android.os.Parcel; diff --git a/src/com/google/android/gms/maps/internal/CameraUpdate.java b/src/com/google/android/gms/maps/internal/CameraUpdate.java index f64c9799..88778ca3 100644 --- a/src/com/google/android/gms/maps/internal/CameraUpdate.java +++ b/src/com/google/android/gms/maps/internal/CameraUpdate.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2014 μg Project Team + * + * 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.google.android.gms.maps.internal; public interface CameraUpdate { diff --git a/src/com/google/android/gms/maps/internal/CameraUpdateFactoryImpl.java b/src/com/google/android/gms/maps/internal/CameraUpdateFactoryImpl.java index 7e9f1e6f..b6b4f60d 100644 --- a/src/com/google/android/gms/maps/internal/CameraUpdateFactoryImpl.java +++ b/src/com/google/android/gms/maps/internal/CameraUpdateFactoryImpl.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2014 μg Project Team + * + * 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.google.android.gms.maps.internal; import android.os.RemoteException; diff --git a/src/com/google/android/gms/maps/internal/CreatorImpl.java b/src/com/google/android/gms/maps/internal/CreatorImpl.java index 27762b0e..9055190e 100644 --- a/src/com/google/android/gms/maps/internal/CreatorImpl.java +++ b/src/com/google/android/gms/maps/internal/CreatorImpl.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2014 μg Project Team + * + * 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.google.android.gms.maps.internal; import android.app.Activity; diff --git a/src/com/google/android/gms/maps/internal/GoogleMapImpl.java b/src/com/google/android/gms/maps/internal/GoogleMapImpl.java index 34a7ec7e..52a76b41 100644 --- a/src/com/google/android/gms/maps/internal/GoogleMapImpl.java +++ b/src/com/google/android/gms/maps/internal/GoogleMapImpl.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2014 μg Project Team + * + * 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.google.android.gms.maps.internal; import android.content.Context; diff --git a/src/com/google/android/gms/maps/internal/MapFragmentImpl.java b/src/com/google/android/gms/maps/internal/MapFragmentImpl.java index f65f9064..7c985823 100644 --- a/src/com/google/android/gms/maps/internal/MapFragmentImpl.java +++ b/src/com/google/android/gms/maps/internal/MapFragmentImpl.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2014 μg Project Team + * + * 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.google.android.gms.maps.internal; import android.app.Activity; diff --git a/src/com/google/android/gms/maps/internal/MapViewImpl.java b/src/com/google/android/gms/maps/internal/MapViewImpl.java index 620cbc08..78fff364 100644 --- a/src/com/google/android/gms/maps/internal/MapViewImpl.java +++ b/src/com/google/android/gms/maps/internal/MapViewImpl.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2014 μg Project Team + * + * 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.google.android.gms.maps.internal; import android.content.Context; diff --git a/src/com/google/android/gms/maps/internal/ResourcesContainer.java b/src/com/google/android/gms/maps/internal/ResourcesContainer.java index e3413750..50c6362f 100644 --- a/src/com/google/android/gms/maps/internal/ResourcesContainer.java +++ b/src/com/google/android/gms/maps/internal/ResourcesContainer.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2014 μg Project Team + * + * 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.google.android.gms.maps.internal; import android.content.res.Resources; diff --git a/src/com/google/android/gms/maps/model/BitmapDescriptor.java b/src/com/google/android/gms/maps/model/BitmapDescriptor.java index 734d8199..af5005e6 100644 --- a/src/com/google/android/gms/maps/model/BitmapDescriptor.java +++ b/src/com/google/android/gms/maps/model/BitmapDescriptor.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2014 μg Project Team + * + * 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.google.android.gms.maps.model; import com.google.android.gms.dynamic.IObjectWrapper; diff --git a/src/com/google/android/gms/maps/model/CameraPosition.java b/src/com/google/android/gms/maps/model/CameraPosition.java index 3dc418fe..d1c2f9a5 100644 --- a/src/com/google/android/gms/maps/model/CameraPosition.java +++ b/src/com/google/android/gms/maps/model/CameraPosition.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2014 μg Project Team + * + * 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.google.android.gms.maps.model; import android.os.Parcel; diff --git a/src/com/google/android/gms/maps/model/CircleOptions.java b/src/com/google/android/gms/maps/model/CircleOptions.java index 8191026c..fb0c65ad 100644 --- a/src/com/google/android/gms/maps/model/CircleOptions.java +++ b/src/com/google/android/gms/maps/model/CircleOptions.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2014 μg Project Team + * + * 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.google.android.gms.maps.model; import android.os.Parcel; diff --git a/src/com/google/android/gms/maps/model/GroundOverlayOptions.java b/src/com/google/android/gms/maps/model/GroundOverlayOptions.java index 21c3c476..8738b993 100644 --- a/src/com/google/android/gms/maps/model/GroundOverlayOptions.java +++ b/src/com/google/android/gms/maps/model/GroundOverlayOptions.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2014 μg Project Team + * + * 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.google.android.gms.maps.model; import android.os.Parcel; diff --git a/src/com/google/android/gms/maps/model/LatLng.java b/src/com/google/android/gms/maps/model/LatLng.java index 473e46a4..cca995eb 100644 --- a/src/com/google/android/gms/maps/model/LatLng.java +++ b/src/com/google/android/gms/maps/model/LatLng.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2014 μg Project Team + * + * 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.google.android.gms.maps.model; import android.os.Parcel; diff --git a/src/com/google/android/gms/maps/model/LatLngBounds.java b/src/com/google/android/gms/maps/model/LatLngBounds.java index 4af0c55e..501799cd 100644 --- a/src/com/google/android/gms/maps/model/LatLngBounds.java +++ b/src/com/google/android/gms/maps/model/LatLngBounds.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2014 μg Project Team + * + * 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.google.android.gms.maps.model; import android.os.Parcel; diff --git a/src/com/google/android/gms/maps/model/MarkerOptions.java b/src/com/google/android/gms/maps/model/MarkerOptions.java index cc20f6db..df103158 100644 --- a/src/com/google/android/gms/maps/model/MarkerOptions.java +++ b/src/com/google/android/gms/maps/model/MarkerOptions.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2014 μg Project Team + * + * 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.google.android.gms.maps.model; import android.os.Parcel; diff --git a/src/com/google/android/gms/maps/model/PolygonOptions.java b/src/com/google/android/gms/maps/model/PolygonOptions.java index a8939b68..03e9d172 100644 --- a/src/com/google/android/gms/maps/model/PolygonOptions.java +++ b/src/com/google/android/gms/maps/model/PolygonOptions.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2014 μg Project Team + * + * 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.google.android.gms.maps.model; import android.os.Parcel; diff --git a/src/com/google/android/gms/maps/model/PolylineOptions.java b/src/com/google/android/gms/maps/model/PolylineOptions.java index b68c8b24..6984d526 100644 --- a/src/com/google/android/gms/maps/model/PolylineOptions.java +++ b/src/com/google/android/gms/maps/model/PolylineOptions.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2014 μg Project Team + * + * 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.google.android.gms.maps.model; import android.os.Parcel; diff --git a/src/com/google/android/gms/maps/model/TileOverlayOptions.java b/src/com/google/android/gms/maps/model/TileOverlayOptions.java index 995f6031..a3bf26cb 100644 --- a/src/com/google/android/gms/maps/model/TileOverlayOptions.java +++ b/src/com/google/android/gms/maps/model/TileOverlayOptions.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2014 μg Project Team + * + * 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.google.android.gms.maps.model; import android.os.Parcel; diff --git a/src/com/google/android/gms/maps/model/internal/AssetBitmapDescriptor.java b/src/com/google/android/gms/maps/model/internal/AssetBitmapDescriptor.java index 05532fae..e20d13fb 100644 --- a/src/com/google/android/gms/maps/model/internal/AssetBitmapDescriptor.java +++ b/src/com/google/android/gms/maps/model/internal/AssetBitmapDescriptor.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2014 μg Project Team + * + * 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.google.android.gms.maps.model.internal; public class AssetBitmapDescriptor { diff --git a/src/com/google/android/gms/maps/model/internal/BitmapBitmapDescriptor.java b/src/com/google/android/gms/maps/model/internal/BitmapBitmapDescriptor.java index ce8ef407..62bedb92 100644 --- a/src/com/google/android/gms/maps/model/internal/BitmapBitmapDescriptor.java +++ b/src/com/google/android/gms/maps/model/internal/BitmapBitmapDescriptor.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2014 μg Project Team + * + * 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.google.android.gms.maps.model.internal; import android.graphics.Bitmap; diff --git a/src/com/google/android/gms/maps/model/internal/BitmapDescriptorFactoryImpl.java b/src/com/google/android/gms/maps/model/internal/BitmapDescriptorFactoryImpl.java index f08356f8..d2740ebb 100644 --- a/src/com/google/android/gms/maps/model/internal/BitmapDescriptorFactoryImpl.java +++ b/src/com/google/android/gms/maps/model/internal/BitmapDescriptorFactoryImpl.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2014 μg Project Team + * + * 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.google.android.gms.maps.model.internal; import android.graphics.Bitmap; diff --git a/src/com/google/android/gms/maps/model/internal/DefaultBitmapDescriptor.java b/src/com/google/android/gms/maps/model/internal/DefaultBitmapDescriptor.java index 7a87da20..c80610ee 100644 --- a/src/com/google/android/gms/maps/model/internal/DefaultBitmapDescriptor.java +++ b/src/com/google/android/gms/maps/model/internal/DefaultBitmapDescriptor.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2014 μg Project Team + * + * 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.google.android.gms.maps.model.internal; public class DefaultBitmapDescriptor { diff --git a/src/com/google/android/gms/maps/model/internal/FileBitmapDescriptor.java b/src/com/google/android/gms/maps/model/internal/FileBitmapDescriptor.java index 47483719..6e4ceacc 100644 --- a/src/com/google/android/gms/maps/model/internal/FileBitmapDescriptor.java +++ b/src/com/google/android/gms/maps/model/internal/FileBitmapDescriptor.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2014 μg Project Team + * + * 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.google.android.gms.maps.model.internal; public class FileBitmapDescriptor { diff --git a/src/com/google/android/gms/maps/model/internal/PathBitmapDescriptor.java b/src/com/google/android/gms/maps/model/internal/PathBitmapDescriptor.java index f0070a29..98433596 100644 --- a/src/com/google/android/gms/maps/model/internal/PathBitmapDescriptor.java +++ b/src/com/google/android/gms/maps/model/internal/PathBitmapDescriptor.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2014 μg Project Team + * + * 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.google.android.gms.maps.model.internal; public class PathBitmapDescriptor { diff --git a/src/com/google/android/gms/maps/model/internal/PolylineImpl.java b/src/com/google/android/gms/maps/model/internal/PolylineImpl.java index 7e4234eb..98b41291 100644 --- a/src/com/google/android/gms/maps/model/internal/PolylineImpl.java +++ b/src/com/google/android/gms/maps/model/internal/PolylineImpl.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2014 μg Project Team + * + * 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.google.android.gms.maps.model.internal; import android.os.RemoteException; diff --git a/src/com/google/android/gms/maps/model/internal/ResourceBitmapDescriptor.java b/src/com/google/android/gms/maps/model/internal/ResourceBitmapDescriptor.java index ea09e8e0..70057a46 100644 --- a/src/com/google/android/gms/maps/model/internal/ResourceBitmapDescriptor.java +++ b/src/com/google/android/gms/maps/model/internal/ResourceBitmapDescriptor.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2014 μg Project Team + * + * 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.google.android.gms.maps.model.internal; public class ResourceBitmapDescriptor { diff --git a/src/com/google/android/gms/plus/plusone/PlusOneButtonCreatorImpl.java b/src/com/google/android/gms/plus/plusone/PlusOneButtonCreatorImpl.java index ec200625..ebfdde91 100644 --- a/src/com/google/android/gms/plus/plusone/PlusOneButtonCreatorImpl.java +++ b/src/com/google/android/gms/plus/plusone/PlusOneButtonCreatorImpl.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2014 μg Project Team + * + * 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.google.android.gms.plus.plusone; import android.content.Context; diff --git a/src/com/google/android/gms/plus/plusone/PlusOneButtonImpl.java b/src/com/google/android/gms/plus/plusone/PlusOneButtonImpl.java index cabe16f7..dd5fcbd5 100644 --- a/src/com/google/android/gms/plus/plusone/PlusOneButtonImpl.java +++ b/src/com/google/android/gms/plus/plusone/PlusOneButtonImpl.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2014 μg Project Team + * + * 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.google.android.gms.plus.plusone; import android.content.Context; diff --git a/src/com/google/android/location/internal/GoogleLocationManagerService.java b/src/com/google/android/location/internal/GoogleLocationManagerService.java index 9ecb017f..6d58f1a1 100644 --- a/src/com/google/android/location/internal/GoogleLocationManagerService.java +++ b/src/com/google/android/location/internal/GoogleLocationManagerService.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2014 μg Project Team + * + * 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.google.android.location.internal; import android.app.Service;