diff options
| author | 2018-05-25 04:24:29 +0000 | |
|---|---|---|
| committer | 2018-05-25 04:24:29 +0000 | |
| commit | 9aafb212c5c84f960e5e511662f7bd5e4b5e675a (patch) | |
| tree | be344d08a10f6c1321a15e4a871be2a1645bf1a6 | |
| parent | 96910a6dc21e75d3bf12c0abf8cf7a31e41edfe1 (diff) | |
| parent | bba3bd30c2ba1fc3977a7a403f4e52e53eed0ea9 (diff) | |
Merge "Add missing copyright messages Test: Tested on Mojave Bug: 80266597 Change-Id: I1a2e712adabe8872f7c440e8e2c15787aea7aa98" into pi-dev
| -rw-r--r-- | packages/SystemUI/res/drawable/car_add_circle_round.xml | 14 | ||||
| -rw-r--r-- | packages/SystemUI/res/drawable/car_ic_add_white.xml | 14 |
2 files changed, 28 insertions, 0 deletions
diff --git a/packages/SystemUI/res/drawable/car_add_circle_round.xml b/packages/SystemUI/res/drawable/car_add_circle_round.xml index 5cf0c31384f9..13c7dd12f940 100644 --- a/packages/SystemUI/res/drawable/car_add_circle_round.xml +++ b/packages/SystemUI/res/drawable/car_add_circle_round.xml @@ -1,4 +1,18 @@ <?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2018 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. +--> <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> <item> <shape android:shape="oval"> diff --git a/packages/SystemUI/res/drawable/car_ic_add_white.xml b/packages/SystemUI/res/drawable/car_ic_add_white.xml index f24771dd3184..d6818607ec08 100644 --- a/packages/SystemUI/res/drawable/car_ic_add_white.xml +++ b/packages/SystemUI/res/drawable/car_ic_add_white.xml @@ -1,3 +1,17 @@ +<!-- Copyright (C) 2018 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. +--> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="@dimen/car_touch_target_size" android:height="@dimen/car_touch_target_size" |