From 481702e5877f6cffccad9447b15a00576b35e12d Mon Sep 17 00:00:00 2001 From: Roberto Tyley Date: Mon, 20 Feb 2012 17:11:06 +0000 Subject: [PATCH] Add Apache V2 copyright notices --- app/AndroidManifest.xml | 16 ++++++++++++++++ app/default.properties | 16 ++++++++++++++++ app/pom.xml | 16 ++++++++++++++++ app/res/drawable/actionbar_background.xml | 16 ++++++++++++++++ app/res/drawable/button_background.xml | 16 ++++++++++++++++ app/res/drawable/edit_text_background.xml | 16 ++++++++++++++++ app/res/drawable/edit_text_cursor.xml | 16 ++++++++++++++++ app/res/drawable/gauge_background.xml | 16 ++++++++++++++++ app/res/drawable/gauge_divider.xml | 16 ++++++++++++++++ app/res/drawable/main_background.xml | 16 ++++++++++++++++ app/res/drawable/map_header_background.xml | 16 ++++++++++++++++ app/res/drawable/stripe_repeat.xml | 16 ++++++++++++++++ app/res/layout/airtraffic_activity.xml | 16 ++++++++++++++++ app/res/layout/content_list_item.xml | 16 ++++++++++++++++ app/res/layout/content_list_item_labels.xml | 16 ++++++++++++++++ app/res/layout/gauge_list.xml | 16 ++++++++++++++++ app/res/layout/gauge_list_item.xml | 16 ++++++++++++++++ app/res/layout/gauge_view.xml | 16 ++++++++++++++++ app/res/layout/login_activity.xml | 16 ++++++++++++++++ app/res/layout/referrer_list_item.xml | 16 ++++++++++++++++ app/res/layout/referrer_list_item_labels.xml | 16 ++++++++++++++++ app/res/layout/traffic_graph.xml | 16 ++++++++++++++++ app/res/layout/traffic_list_item.xml | 16 ++++++++++++++++ app/res/layout/traffic_list_item_labels.xml | 16 ++++++++++++++++ app/res/menu/gauges.xml | 16 ++++++++++++++++ app/res/values/colors.xml | 16 ++++++++++++++++ app/res/values/strings.xml | 16 ++++++++++++++++ app/res/values/styles.xml | 16 ++++++++++++++++ app/res/values/theme.xml | 16 ++++++++++++++++ app/res/xml/authenticator.xml | 16 ++++++++++++++++ .../github/mobile/gauges/GaugesApplication.java | 16 ++++++++++++++++ .../mobile/gauges/GaugesServiceProvider.java | 16 ++++++++++++++++ .../github/mobile/gauges/IntentConstants.java | 16 ++++++++++++++++ .../AccountAuthenticatorService.java | 16 ++++++++++++++++ .../gauges/authenticator/ApiKeyProvider.java | 16 ++++++++++++++++ .../gauges/authenticator/AuthConstants.java | 16 ++++++++++++++++ .../GaugesAccountAuthenticator.java | 16 ++++++++++++++++ .../GaugesAuthenticatorActivity.java | 16 ++++++++++++++++ .../com/github/mobile/gauges/core/Client.java | 16 ++++++++++++++++ .../mobile/gauges/core/DatedViewSummary.java | 16 ++++++++++++++++ .../com/github/mobile/gauges/core/Gauge.java | 16 ++++++++++++++++ .../mobile/gauges/core/GaugesConstants.java | 16 ++++++++++++++++ .../github/mobile/gauges/core/GaugesService.java | 16 ++++++++++++++++ .../github/mobile/gauges/core/PageContent.java | 16 ++++++++++++++++ .../com/github/mobile/gauges/core/Referrer.java | 16 ++++++++++++++++ .../github/mobile/gauges/core/ViewSummary.java | 16 ++++++++++++++++ .../gauges/ui/AlternatingColorListAdapter.java | 16 ++++++++++++++++ .../mobile/gauges/ui/BarGraphDrawable.java | 16 ++++++++++++++++ .../mobile/gauges/ui/ContentListFragment.java | 16 ++++++++++++++++ .../mobile/gauges/ui/ContentViewHolder.java | 16 ++++++++++++++++ .../mobile/gauges/ui/GaugeListActivity.java | 16 ++++++++++++++++ .../mobile/gauges/ui/GaugeListFragment.java | 16 ++++++++++++++++ .../github/mobile/gauges/ui/GaugeListLoader.java | 16 ++++++++++++++++ .../mobile/gauges/ui/GaugePagerAdapter.java | 16 ++++++++++++++++ .../mobile/gauges/ui/GaugeViewActivity.java | 16 ++++++++++++++++ .../github/mobile/gauges/ui/GaugeViewHolder.java | 16 ++++++++++++++++ .../gauges/ui/LeavingBlankTextFieldWarner.java | 16 ++++++++++++++++ .../mobile/gauges/ui/ListLoadingFragment.java | 16 ++++++++++++++++ .../mobile/gauges/ui/ReferrerListFragment.java | 16 ++++++++++++++++ .../mobile/gauges/ui/ReferrerViewHolder.java | 16 ++++++++++++++++ .../mobile/gauges/ui/TextWatcherAdapter.java | 16 ++++++++++++++++ .../com/github/mobile/gauges/ui/ToastUtil.java | 16 ++++++++++++++++ .../mobile/gauges/ui/TrafficListFragment.java | 16 ++++++++++++++++ .../mobile/gauges/ui/TrafficViewHolder.java | 16 ++++++++++++++++ .../gauges/ui/airtraffic/AirTrafficActivity.java | 16 ++++++++++++++++ .../ui/airtraffic/AirTrafficPusherCallback.java | 16 ++++++++++++++++ .../airtraffic/AirTrafficResourceProvider.java | 16 ++++++++++++++++ .../gauges/ui/airtraffic/AirTrafficView.java | 16 ++++++++++++++++ .../github/mobile/gauges/ui/airtraffic/Hit.java | 16 ++++++++++++++++ .../gauges/core/GaugesApiClientUtilTest.java | 16 ++++++++++++++++ .../mobile/gauges/core/GaugesServiceTest.java | 16 ++++++++++++++++ integration-tests/AndroidManifest.xml | 16 ++++++++++++++++ integration-tests/default.properties | 16 ++++++++++++++++ integration-tests/pom.xml | 16 ++++++++++++++++ integration-tests/res/layout/main.xml | 16 ++++++++++++++++ integration-tests/res/values/strings.xml | 16 ++++++++++++++++ .../res/values/test_account_credentials.xml | 16 ++++++++++++++++ .../mobile/gauges/test/AppearanceTest.java | 16 ++++++++++++++++ .../github/mobile/gauges/test/GaugeListTest.java | 16 ++++++++++++++++ .../github/mobile/gauges/test/GaugeViewTest.java | 16 ++++++++++++++++ .../gauges/test/GaugesAuthenticatorTest.java | 16 ++++++++++++++++ .../mobile/gauges/test/TestUserAccountUtil.java | 16 ++++++++++++++++ pom.xml | 16 ++++++++++++++++ 83 files changed, 1328 insertions(+) diff --git a/app/AndroidManifest.xml b/app/AndroidManifest.xml index ac0300d..2d5703b 100644 --- a/app/AndroidManifest.xml +++ b/app/AndroidManifest.xml @@ -1,4 +1,20 @@ + + diff --git a/app/default.properties b/app/default.properties index cd119de..43f6fdf 100644 --- a/app/default.properties +++ b/app/default.properties @@ -1,2 +1,18 @@ +# +# Copyright 2012 GitHub Inc. +# +# 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. +# + # Project target. target=android-15 diff --git a/app/pom.xml b/app/pom.xml index a501715..f27419d 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -1,4 +1,20 @@ + + 4.0.0 diff --git a/app/res/drawable/actionbar_background.xml b/app/res/drawable/actionbar_background.xml index f1c63ff..3489d7f 100644 --- a/app/res/drawable/actionbar_background.xml +++ b/app/res/drawable/actionbar_background.xml @@ -1,4 +1,20 @@ + + + + + + + + diff --git a/app/res/drawable/gauge_background.xml b/app/res/drawable/gauge_background.xml index 0b18b68..c792cbf 100644 --- a/app/res/drawable/gauge_background.xml +++ b/app/res/drawable/gauge_background.xml @@ -1,4 +1,20 @@ + + + + diff --git a/app/res/drawable/main_background.xml b/app/res/drawable/main_background.xml index e4fa381..86f900c 100644 --- a/app/res/drawable/main_background.xml +++ b/app/res/drawable/main_background.xml @@ -1,4 +1,20 @@ + + + + + + diff --git a/app/res/layout/airtraffic_activity.xml b/app/res/layout/airtraffic_activity.xml index 1216f58..284750f 100644 --- a/app/res/layout/airtraffic_activity.xml +++ b/app/res/layout/airtraffic_activity.xml @@ -1,4 +1,20 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + #3B3B3B diff --git a/app/res/values/strings.xml b/app/res/values/strings.xml index faf687e..83ed3ea 100644 --- a/app/res/values/strings.xml +++ b/app/res/values/strings.xml @@ -1,4 +1,20 @@ + + Gaug.es diff --git a/app/res/values/styles.xml b/app/res/values/styles.xml index ff63ce1..ae915c7 100644 --- a/app/res/values/styles.xml +++ b/app/res/values/styles.xml @@ -1,4 +1,20 @@ + +