From 4d227c488c2089c793073340aa6f623c4a07bf86 Mon Sep 17 00:00:00 2001 From: mar-v-in Date: Sat, 31 Jan 2015 21:58:20 +0100 Subject: [PATCH] Update formatting/copyright --- AndroidManifest.xml | 9 +++---- build.gradle | 26 +++++++++---------- compat/AndroidManifest.xml | 4 --- compat/build.gradle | 16 ++++++++++++ res/layout/backend_list_entry.xml | 2 +- res/layout/settings_activity.xml | 5 ++-- res/layout/toolbar.xml | 5 ++-- res/values/colors.xml | 5 ++-- res/values/strings.xml | 5 ++-- res/values/themes.xml | 12 ++++----- res/xml/nlp_preferences.xml | 5 ++-- .../v4/preference/PreferenceFragment.java | 6 ++--- src/org/microg/nlp/AbstractBackendHelper.java | 2 +- .../microg/nlp/AbstractProviderService.java | 4 +-- src/org/microg/nlp/PackageReceiver.java | 2 +- src/org/microg/nlp/Preferences.java | 2 +- src/org/microg/nlp/Provider.java | 4 +-- .../nlp/geocode/AbstractGeocodeService.java | 2 +- src/org/microg/nlp/geocode/BackendFuser.java | 9 ++++--- src/org/microg/nlp/geocode/BackendHelper.java | 9 ++++--- .../microg/nlp/geocode/GeocodeProvider.java | 2 +- .../microg/nlp/geocode/GeocodeProviderV1.java | 9 ++++--- .../microg/nlp/geocode/GeocodeServiceV1.java | 2 +- .../nlp/location/AbstractLocationService.java | 2 +- src/org/microg/nlp/location/BackendFuser.java | 2 +- .../microg/nlp/location/BackendHelper.java | 2 +- .../microg/nlp/location/LocationProvider.java | 2 +- .../nlp/location/LocationProviderV1.java | 2 +- .../nlp/location/LocationProviderV2.java | 2 +- .../nlp/location/LocationServiceV1.java | 2 +- .../nlp/location/LocationServiceV2.java | 2 +- src/org/microg/nlp/location/ThreadHelper.java | 2 +- .../nlp/ui/AbstractBackendPreference.java | 9 ++++--- .../nlp/ui/GeocoderBackendPreference.java | 3 ++- .../nlp/ui/LocationBackendPreference.java | 3 ++- src/org/microg/nlp/ui/SettingsActivity.java | 3 ++- 36 files changed, 98 insertions(+), 85 deletions(-) delete mode 100644 compat/AndroidManifest.xml diff --git a/AndroidManifest.xml b/AndroidManifest.xml index d75f520..42f5604 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,6 +1,5 @@ - - - diff --git a/compat/build.gradle b/compat/build.gradle index 10a6c15..4442c05 100644 --- a/compat/build.gradle +++ b/compat/build.gradle @@ -1,3 +1,19 @@ +/* + Copyright 2013-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. + */ + apply plugin: 'java' Properties properties = new Properties() diff --git a/res/layout/backend_list_entry.xml b/res/layout/backend_list_entry.xml index 14cba8d..1404353 100644 --- a/res/layout/backend_list_entry.xml +++ b/res/layout/backend_list_entry.xml @@ -1,7 +1,7 @@ - - -