From a383f58753566cf9da397e5443a99d804f82f728 Mon Sep 17 00:00:00 2001 From: mar-v-in Date: Wed, 28 Jan 2015 15:29:50 +0100 Subject: [PATCH] Update Copyright + smaller fixes --- AndroidManifest.xml | 15 +++++---------- build.gradle | 4 ---- .../common/security/ProviderInstallerImpl.java | 2 +- .../plus/plusone/PlusOneButtonCreatorImpl.java | 4 +++- src/org/microg/gms/AbstractGmsServiceBroker.java | 4 ++-- .../microg/gms/auth/AuthManagerServiceImpl.java | 4 ++-- .../gms/location/GoogleLocationManager.java | 16 ++++++++++++++++ .../GoogleLocationManagerServiceImpl.java | 16 ++++++++++++++++ .../gms/location/LocationChangeListener.java | 16 ++++++++++++++++ .../gms/location/LocationRequestHelper.java | 16 ++++++++++++++++ .../gms/location/MockLocationProvider.java | 16 ++++++++++++++++ .../gms/location/RealLocationProvider.java | 16 ++++++++++++++++ src/org/microg/gms/maps/BackendMap.java | 16 ++++++++++++++++ src/org/microg/gms/maps/ContextContainer.java | 16 ++++++++++++++++ src/org/microg/gms/maps/GmsMapsTypeHelper.java | 16 ++++++++++++++++ src/org/microg/gms/maps/GoogleMapImpl.java | 16 ++++++++++++++++ src/org/microg/gms/maps/MapFragmentImpl.java | 4 ++-- src/org/microg/gms/maps/MapViewImpl.java | 4 ++-- src/org/microg/gms/maps/ProjectionImpl.java | 16 ++++++++++++++++ src/org/microg/gms/maps/ResourcesContainer.java | 4 ++-- src/org/microg/gms/maps/UiSettingsImpl.java | 16 ++++++++++++++++ .../maps/bitmap/AbstractBitmapDescriptor.java | 4 ++-- .../gms/maps/bitmap/AssetBitmapDescriptor.java | 4 ++-- .../gms/maps/bitmap/BitmapBitmapDescriptor.java | 4 ++-- .../maps/bitmap/BitmapDescriptorFactoryImpl.java | 4 ++-- .../gms/maps/bitmap/BitmapDescriptorImpl.java | 16 ++++++++++++++++ .../gms/maps/bitmap/DefaultBitmapDescriptor.java | 4 ++-- .../gms/maps/bitmap/FileBitmapDescriptor.java | 4 ++-- .../gms/maps/bitmap/PathBitmapDescriptor.java | 4 ++-- .../maps/bitmap/ResourceBitmapDescriptor.java | 4 ++-- src/org/microg/gms/maps/camera/CameraUpdate.java | 4 ++-- .../gms/maps/camera/CameraUpdateFactoryImpl.java | 4 ++-- .../gms/maps/camera/MapPositionCameraUpdate.java | 16 ++++++++++++++++ .../microg/gms/maps/camera/NoCameraUpdate.java | 16 ++++++++++++++++ src/org/microg/gms/maps/markup/CircleImpl.java | 4 ++-- .../gms/maps/markup/GroundOverlayImpl.java | 4 ++-- src/org/microg/gms/maps/markup/InfoWindow.java | 4 ++-- src/org/microg/gms/maps/markup/MarkerImpl.java | 4 ++-- src/org/microg/gms/maps/markup/Markup.java | 16 ++++++++++++++++ src/org/microg/gms/maps/markup/PolygonImpl.java | 4 ++-- src/org/microg/gms/maps/markup/PolylineImpl.java | 4 ++-- .../microg/gms/maps/markup/TileOverlayImpl.java | 16 ++++++++++++++++ src/org/microg/gms/plus/PlusOneButtonImpl.java | 12 ++++++------ 43 files changed, 329 insertions(+), 64 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index a9123639..f0383019 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -44,9 +44,12 @@ android:value="@string/fake_signature" /> + android:exported="true"> + + + @@ -60,14 +63,6 @@ android:value="com.google.android.location.internal.GMS_NLP" /> - - - - - - >")); + return ObjectWrapper.wrap(new PlusOneButtonImpl(ctx, size, annotation, url, Constants.DEFAULT_ACCOUNT)); } @Override diff --git a/src/org/microg/gms/AbstractGmsServiceBroker.java b/src/org/microg/gms/AbstractGmsServiceBroker.java index 21d58f3d..cafdb8f4 100644 --- a/src/org/microg/gms/AbstractGmsServiceBroker.java +++ b/src/org/microg/gms/AbstractGmsServiceBroker.java @@ -1,11 +1,11 @@ /* - * Copyright (c) 2014 μg Project Team + * Copyright 2014-2015 µ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 + * 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, diff --git a/src/org/microg/gms/auth/AuthManagerServiceImpl.java b/src/org/microg/gms/auth/AuthManagerServiceImpl.java index 60475059..31b97557 100644 --- a/src/org/microg/gms/auth/AuthManagerServiceImpl.java +++ b/src/org/microg/gms/auth/AuthManagerServiceImpl.java @@ -1,11 +1,11 @@ /* - * Copyright (c) 2014 μg Project Team + * Copyright 2014-2015 µ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 + * 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, diff --git a/src/org/microg/gms/location/GoogleLocationManager.java b/src/org/microg/gms/location/GoogleLocationManager.java index 1766d160..8992221e 100644 --- a/src/org/microg/gms/location/GoogleLocationManager.java +++ b/src/org/microg/gms/location/GoogleLocationManager.java @@ -1,3 +1,19 @@ +/* + * Copyright 2014-2015 µ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 org.microg.gms.location; import android.Manifest; diff --git a/src/org/microg/gms/location/GoogleLocationManagerServiceImpl.java b/src/org/microg/gms/location/GoogleLocationManagerServiceImpl.java index 5c1ceed6..8525fa97 100644 --- a/src/org/microg/gms/location/GoogleLocationManagerServiceImpl.java +++ b/src/org/microg/gms/location/GoogleLocationManagerServiceImpl.java @@ -1,3 +1,19 @@ +/* + * Copyright 2014-2015 µ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 org.microg.gms.location; import android.app.PendingIntent; diff --git a/src/org/microg/gms/location/LocationChangeListener.java b/src/org/microg/gms/location/LocationChangeListener.java index c1b5213c..4090fc9d 100644 --- a/src/org/microg/gms/location/LocationChangeListener.java +++ b/src/org/microg/gms/location/LocationChangeListener.java @@ -1,3 +1,19 @@ +/* + * Copyright 2014-2015 µ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 org.microg.gms.location; public interface LocationChangeListener { diff --git a/src/org/microg/gms/location/LocationRequestHelper.java b/src/org/microg/gms/location/LocationRequestHelper.java index 9023775c..781555d7 100644 --- a/src/org/microg/gms/location/LocationRequestHelper.java +++ b/src/org/microg/gms/location/LocationRequestHelper.java @@ -1,3 +1,19 @@ +/* + * Copyright 2014-2015 µ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 org.microg.gms.location; import android.app.PendingIntent; diff --git a/src/org/microg/gms/location/MockLocationProvider.java b/src/org/microg/gms/location/MockLocationProvider.java index 8efdd9a4..eb3387a3 100644 --- a/src/org/microg/gms/location/MockLocationProvider.java +++ b/src/org/microg/gms/location/MockLocationProvider.java @@ -1,3 +1,19 @@ +/* + * Copyright 2014-2015 µ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 org.microg.gms.location; import android.location.Location; diff --git a/src/org/microg/gms/location/RealLocationProvider.java b/src/org/microg/gms/location/RealLocationProvider.java index ab8f411c..633ceb57 100644 --- a/src/org/microg/gms/location/RealLocationProvider.java +++ b/src/org/microg/gms/location/RealLocationProvider.java @@ -1,3 +1,19 @@ +/* + * Copyright 2014-2015 µ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 org.microg.gms.location; import android.location.Location; diff --git a/src/org/microg/gms/maps/BackendMap.java b/src/org/microg/gms/maps/BackendMap.java index f78fce6d..d70d7452 100644 --- a/src/org/microg/gms/maps/BackendMap.java +++ b/src/org/microg/gms/maps/BackendMap.java @@ -1,3 +1,19 @@ +/* + * Copyright 2014-2015 µ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 org.microg.gms.maps; import android.content.Context; diff --git a/src/org/microg/gms/maps/ContextContainer.java b/src/org/microg/gms/maps/ContextContainer.java index 81c6a6f4..177e7af9 100644 --- a/src/org/microg/gms/maps/ContextContainer.java +++ b/src/org/microg/gms/maps/ContextContainer.java @@ -1,3 +1,19 @@ +/* + * Copyright 2014-2015 µ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 org.microg.gms.maps; import android.annotation.TargetApi; diff --git a/src/org/microg/gms/maps/GmsMapsTypeHelper.java b/src/org/microg/gms/maps/GmsMapsTypeHelper.java index e7af03cd..28252911 100644 --- a/src/org/microg/gms/maps/GmsMapsTypeHelper.java +++ b/src/org/microg/gms/maps/GmsMapsTypeHelper.java @@ -1,3 +1,19 @@ +/* + * Copyright 2014-2015 µ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 org.microg.gms.maps; import com.google.android.gms.maps.model.CameraPosition; diff --git a/src/org/microg/gms/maps/GoogleMapImpl.java b/src/org/microg/gms/maps/GoogleMapImpl.java index bfbd1d48..d455ef0e 100644 --- a/src/org/microg/gms/maps/GoogleMapImpl.java +++ b/src/org/microg/gms/maps/GoogleMapImpl.java @@ -1,3 +1,19 @@ +/* + * Copyright 2014-2015 µ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 org.microg.gms.maps; import android.content.Context; diff --git a/src/org/microg/gms/maps/MapFragmentImpl.java b/src/org/microg/gms/maps/MapFragmentImpl.java index f2ecbc76..522dd31c 100644 --- a/src/org/microg/gms/maps/MapFragmentImpl.java +++ b/src/org/microg/gms/maps/MapFragmentImpl.java @@ -1,11 +1,11 @@ /* - * Copyright (c) 2014 μg Project Team + * Copyright 2014-2015 µ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 + * 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, diff --git a/src/org/microg/gms/maps/MapViewImpl.java b/src/org/microg/gms/maps/MapViewImpl.java index 283b2b61..49bb349b 100644 --- a/src/org/microg/gms/maps/MapViewImpl.java +++ b/src/org/microg/gms/maps/MapViewImpl.java @@ -1,11 +1,11 @@ /* - * Copyright (c) 2014 μg Project Team + * Copyright 2014-2015 µ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 + * 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, diff --git a/src/org/microg/gms/maps/ProjectionImpl.java b/src/org/microg/gms/maps/ProjectionImpl.java index ec36f940..5422b9d0 100644 --- a/src/org/microg/gms/maps/ProjectionImpl.java +++ b/src/org/microg/gms/maps/ProjectionImpl.java @@ -1,3 +1,19 @@ +/* + * Copyright 2014-2015 µ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 org.microg.gms.maps; import android.os.RemoteException; diff --git a/src/org/microg/gms/maps/ResourcesContainer.java b/src/org/microg/gms/maps/ResourcesContainer.java index 46cddb0d..6911da84 100644 --- a/src/org/microg/gms/maps/ResourcesContainer.java +++ b/src/org/microg/gms/maps/ResourcesContainer.java @@ -1,11 +1,11 @@ /* - * Copyright (c) 2014 μg Project Team + * Copyright 2014-2015 µ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 + * 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, diff --git a/src/org/microg/gms/maps/UiSettingsImpl.java b/src/org/microg/gms/maps/UiSettingsImpl.java index 31853d6f..addf2d28 100644 --- a/src/org/microg/gms/maps/UiSettingsImpl.java +++ b/src/org/microg/gms/maps/UiSettingsImpl.java @@ -1,3 +1,19 @@ +/* + * Copyright 2014-2015 µ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 org.microg.gms.maps; import android.os.RemoteException; diff --git a/src/org/microg/gms/maps/bitmap/AbstractBitmapDescriptor.java b/src/org/microg/gms/maps/bitmap/AbstractBitmapDescriptor.java index a328032a..8cba5888 100644 --- a/src/org/microg/gms/maps/bitmap/AbstractBitmapDescriptor.java +++ b/src/org/microg/gms/maps/bitmap/AbstractBitmapDescriptor.java @@ -1,11 +1,11 @@ /* - * Copyright (c) 2014 μg Project Team + * Copyright 2014-2015 µ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 + * 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, diff --git a/src/org/microg/gms/maps/bitmap/AssetBitmapDescriptor.java b/src/org/microg/gms/maps/bitmap/AssetBitmapDescriptor.java index b13327e8..d7bfff35 100644 --- a/src/org/microg/gms/maps/bitmap/AssetBitmapDescriptor.java +++ b/src/org/microg/gms/maps/bitmap/AssetBitmapDescriptor.java @@ -1,11 +1,11 @@ /* - * Copyright (c) 2014 μg Project Team + * Copyright 2014-2015 µ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 + * 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, diff --git a/src/org/microg/gms/maps/bitmap/BitmapBitmapDescriptor.java b/src/org/microg/gms/maps/bitmap/BitmapBitmapDescriptor.java index d2c200e1..8c3ad467 100644 --- a/src/org/microg/gms/maps/bitmap/BitmapBitmapDescriptor.java +++ b/src/org/microg/gms/maps/bitmap/BitmapBitmapDescriptor.java @@ -1,11 +1,11 @@ /* - * Copyright (c) 2014 μg Project Team + * Copyright 2014-2015 µ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 + * 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, diff --git a/src/org/microg/gms/maps/bitmap/BitmapDescriptorFactoryImpl.java b/src/org/microg/gms/maps/bitmap/BitmapDescriptorFactoryImpl.java index 741d2b11..fba39507 100644 --- a/src/org/microg/gms/maps/bitmap/BitmapDescriptorFactoryImpl.java +++ b/src/org/microg/gms/maps/bitmap/BitmapDescriptorFactoryImpl.java @@ -1,11 +1,11 @@ /* - * Copyright (c) 2014 μg Project Team + * Copyright 2014-2015 µ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 + * 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, diff --git a/src/org/microg/gms/maps/bitmap/BitmapDescriptorImpl.java b/src/org/microg/gms/maps/bitmap/BitmapDescriptorImpl.java index 700bbcb3..eed63648 100644 --- a/src/org/microg/gms/maps/bitmap/BitmapDescriptorImpl.java +++ b/src/org/microg/gms/maps/bitmap/BitmapDescriptorImpl.java @@ -1,3 +1,19 @@ +/* + * Copyright 2014-2015 µ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 org.microg.gms.maps.bitmap; import android.content.Context; diff --git a/src/org/microg/gms/maps/bitmap/DefaultBitmapDescriptor.java b/src/org/microg/gms/maps/bitmap/DefaultBitmapDescriptor.java index 62dd1d00..6a5f3b5a 100644 --- a/src/org/microg/gms/maps/bitmap/DefaultBitmapDescriptor.java +++ b/src/org/microg/gms/maps/bitmap/DefaultBitmapDescriptor.java @@ -1,11 +1,11 @@ /* - * Copyright (c) 2014 μg Project Team + * Copyright 2014-2015 µ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 + * 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, diff --git a/src/org/microg/gms/maps/bitmap/FileBitmapDescriptor.java b/src/org/microg/gms/maps/bitmap/FileBitmapDescriptor.java index 0f99fe53..7d3ba9de 100644 --- a/src/org/microg/gms/maps/bitmap/FileBitmapDescriptor.java +++ b/src/org/microg/gms/maps/bitmap/FileBitmapDescriptor.java @@ -1,11 +1,11 @@ /* - * Copyright (c) 2014 μg Project Team + * Copyright 2014-2015 µ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 + * 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, diff --git a/src/org/microg/gms/maps/bitmap/PathBitmapDescriptor.java b/src/org/microg/gms/maps/bitmap/PathBitmapDescriptor.java index c60c0394..70adc9b9 100644 --- a/src/org/microg/gms/maps/bitmap/PathBitmapDescriptor.java +++ b/src/org/microg/gms/maps/bitmap/PathBitmapDescriptor.java @@ -1,11 +1,11 @@ /* - * Copyright (c) 2014 μg Project Team + * Copyright 2014-2015 µ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 + * 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, diff --git a/src/org/microg/gms/maps/bitmap/ResourceBitmapDescriptor.java b/src/org/microg/gms/maps/bitmap/ResourceBitmapDescriptor.java index 16699241..7ddf02fa 100644 --- a/src/org/microg/gms/maps/bitmap/ResourceBitmapDescriptor.java +++ b/src/org/microg/gms/maps/bitmap/ResourceBitmapDescriptor.java @@ -1,11 +1,11 @@ /* - * Copyright (c) 2014 μg Project Team + * Copyright 2014-2015 µ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 + * 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, diff --git a/src/org/microg/gms/maps/camera/CameraUpdate.java b/src/org/microg/gms/maps/camera/CameraUpdate.java index 4bb24a91..c3f28cc5 100644 --- a/src/org/microg/gms/maps/camera/CameraUpdate.java +++ b/src/org/microg/gms/maps/camera/CameraUpdate.java @@ -1,11 +1,11 @@ /* - * Copyright (c) 2014 μg Project Team + * Copyright 2014-2015 µ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 + * 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, diff --git a/src/org/microg/gms/maps/camera/CameraUpdateFactoryImpl.java b/src/org/microg/gms/maps/camera/CameraUpdateFactoryImpl.java index e972e761..4187acf1 100644 --- a/src/org/microg/gms/maps/camera/CameraUpdateFactoryImpl.java +++ b/src/org/microg/gms/maps/camera/CameraUpdateFactoryImpl.java @@ -1,11 +1,11 @@ /* - * Copyright (c) 2014 μg Project Team + * Copyright 2014-2015 µ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 + * 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, diff --git a/src/org/microg/gms/maps/camera/MapPositionCameraUpdate.java b/src/org/microg/gms/maps/camera/MapPositionCameraUpdate.java index fd8d5ca1..935cdfaa 100644 --- a/src/org/microg/gms/maps/camera/MapPositionCameraUpdate.java +++ b/src/org/microg/gms/maps/camera/MapPositionCameraUpdate.java @@ -1,3 +1,19 @@ +/* + * Copyright 2014-2015 µ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 org.microg.gms.maps.camera; import org.oscim.core.MapPosition; diff --git a/src/org/microg/gms/maps/camera/NoCameraUpdate.java b/src/org/microg/gms/maps/camera/NoCameraUpdate.java index ebeb41b5..74295457 100644 --- a/src/org/microg/gms/maps/camera/NoCameraUpdate.java +++ b/src/org/microg/gms/maps/camera/NoCameraUpdate.java @@ -1,3 +1,19 @@ +/* + * Copyright 2014-2015 µ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 org.microg.gms.maps.camera; import org.oscim.map.Map; diff --git a/src/org/microg/gms/maps/markup/CircleImpl.java b/src/org/microg/gms/maps/markup/CircleImpl.java index 82c17d6d..5b9ccb7c 100644 --- a/src/org/microg/gms/maps/markup/CircleImpl.java +++ b/src/org/microg/gms/maps/markup/CircleImpl.java @@ -1,11 +1,11 @@ /* - * Copyright (c) 2014 μg Project Team + * Copyright 2014-2015 µ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 + * 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, diff --git a/src/org/microg/gms/maps/markup/GroundOverlayImpl.java b/src/org/microg/gms/maps/markup/GroundOverlayImpl.java index 85ad3950..44790636 100644 --- a/src/org/microg/gms/maps/markup/GroundOverlayImpl.java +++ b/src/org/microg/gms/maps/markup/GroundOverlayImpl.java @@ -1,11 +1,11 @@ /* - * Copyright (c) 2014 μg Project Team + * Copyright 2014-2015 µ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 + * 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, diff --git a/src/org/microg/gms/maps/markup/InfoWindow.java b/src/org/microg/gms/maps/markup/InfoWindow.java index 3f0872e6..6c0de209 100644 --- a/src/org/microg/gms/maps/markup/InfoWindow.java +++ b/src/org/microg/gms/maps/markup/InfoWindow.java @@ -1,11 +1,11 @@ /* - * Copyright (c) 2014 μg Project Team + * Copyright 2014-2015 µ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 + * 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, diff --git a/src/org/microg/gms/maps/markup/MarkerImpl.java b/src/org/microg/gms/maps/markup/MarkerImpl.java index a2624e43..975e9d3f 100644 --- a/src/org/microg/gms/maps/markup/MarkerImpl.java +++ b/src/org/microg/gms/maps/markup/MarkerImpl.java @@ -1,11 +1,11 @@ /* - * Copyright (c) 2014 μg Project Team + * Copyright 2014-2015 µ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 + * 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, diff --git a/src/org/microg/gms/maps/markup/Markup.java b/src/org/microg/gms/maps/markup/Markup.java index d01a0543..0b2b5f69 100644 --- a/src/org/microg/gms/maps/markup/Markup.java +++ b/src/org/microg/gms/maps/markup/Markup.java @@ -1,3 +1,19 @@ +/* + * Copyright 2014-2015 µ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 org.microg.gms.maps.markup; import android.content.Context; diff --git a/src/org/microg/gms/maps/markup/PolygonImpl.java b/src/org/microg/gms/maps/markup/PolygonImpl.java index 7b4be96b..cc776ff3 100644 --- a/src/org/microg/gms/maps/markup/PolygonImpl.java +++ b/src/org/microg/gms/maps/markup/PolygonImpl.java @@ -1,11 +1,11 @@ /* - * Copyright (c) 2014 μg Project Team + * Copyright 2014-2015 µ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 + * 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, diff --git a/src/org/microg/gms/maps/markup/PolylineImpl.java b/src/org/microg/gms/maps/markup/PolylineImpl.java index 6d767227..61333466 100644 --- a/src/org/microg/gms/maps/markup/PolylineImpl.java +++ b/src/org/microg/gms/maps/markup/PolylineImpl.java @@ -1,11 +1,11 @@ /* - * Copyright (c) 2014 μg Project Team + * Copyright 2014-2015 µ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 + * 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, diff --git a/src/org/microg/gms/maps/markup/TileOverlayImpl.java b/src/org/microg/gms/maps/markup/TileOverlayImpl.java index 29ef518f..6b4c6afc 100644 --- a/src/org/microg/gms/maps/markup/TileOverlayImpl.java +++ b/src/org/microg/gms/maps/markup/TileOverlayImpl.java @@ -1,3 +1,19 @@ +/* + * Copyright 2014-2015 µ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 org.microg.gms.maps.markup; import com.google.android.gms.maps.model.internal.ITileOverlayDelegate; diff --git a/src/org/microg/gms/plus/PlusOneButtonImpl.java b/src/org/microg/gms/plus/PlusOneButtonImpl.java index 958e5f0f..f97ea290 100644 --- a/src/org/microg/gms/plus/PlusOneButtonImpl.java +++ b/src/org/microg/gms/plus/PlusOneButtonImpl.java @@ -1,11 +1,11 @@ /* - * Copyright (c) 2014 μg Project Team + * Copyright 2014-2015 µ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 + * 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, @@ -17,11 +17,11 @@ package org.microg.gms.plus; import android.content.Context; -import android.util.AttributeSet; import android.view.View; public class PlusOneButtonImpl extends View { - public PlusOneButtonImpl(Context context, int size, int annotation, String url, String account) { - super(context); - } + public PlusOneButtonImpl(Context context, int size, int annotation, String url, + String account) { + super(context); + } }