Updated Branches: refs/heads/master 3bff8aec8 -> fa4d6d369
Switching headers. Got OK months ago from Simon and Bryce on re-write. No Android Demo code in current project Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/commit/fa4d6d36 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/tree/fa4d6d36 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/diff/fa4d6d36 Branch: refs/heads/master Commit: fa4d6d369abaf58e0f6012e6bb576fe7d31d9ba9 Parents: 3bff8ae Author: Joe Bowser <[email protected]> Authored: Wed Feb 1 13:09:58 2012 -0800 Committer: Joe Bowser <[email protected]> Committed: Wed Feb 1 13:09:58 2012 -0800 ---------------------------------------------------------------------- .../src/com/phonegap/ContactAccessorSdk5.java | 31 ++++++++------- 1 files changed, 17 insertions(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/fa4d6d36/framework/src/com/phonegap/ContactAccessorSdk5.java ---------------------------------------------------------------------- diff --git a/framework/src/com/phonegap/ContactAccessorSdk5.java b/framework/src/com/phonegap/ContactAccessorSdk5.java index 47a8111..09bd91a 100644 --- a/framework/src/com/phonegap/ContactAccessorSdk5.java +++ b/framework/src/com/phonegap/ContactAccessorSdk5.java @@ -1,18 +1,21 @@ /* - * Copyright (C) 2009 The Android Open Source Project - * - * 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. - */ + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you 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.phonegap;
