diff --git a/health-connect/HealthConnectSample/app/build.gradle b/health-connect/HealthConnectSample/app/build.gradle index 430460bc..a8a13d67 100644 --- a/health-connect/HealthConnectSample/app/build.gradle +++ b/health-connect/HealthConnectSample/app/build.gradle @@ -1,11 +1,11 @@ /* - * Copyright (C) 2022 The Android Open Source Project + * Copyright 2024 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 + * https://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/health-connect/HealthConnectSample/app/src/main/AndroidManifest.xml b/health-connect/HealthConnectSample/app/src/main/AndroidManifest.xml index 2f5a1308..3c267550 100644 --- a/health-connect/HealthConnectSample/app/src/main/AndroidManifest.xml +++ b/health-connect/HealthConnectSample/app/src/main/AndroidManifest.xml @@ -1,16 +1,19 @@ + ~ Copyright 2024 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 + ~ + ~ https://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. + --> diff --git a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/Util.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/Util.kt index 7f8488ea..5665c297 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/Util.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/Util.kt @@ -1,11 +1,11 @@ /* - * Copyright 2022 The Android Open Source Project + * Copyright 2024 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * https://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/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/data/ExerciseSession.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/data/ExerciseSession.kt index 56a8b009..bb913162 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/data/ExerciseSession.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/data/ExerciseSession.kt @@ -1,11 +1,11 @@ /* - * Copyright 2022 The Android Open Source Project + * Copyright 2024 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * https://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/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/data/ExerciseSessionData.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/data/ExerciseSessionData.kt index 61663658..34c08e88 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/data/ExerciseSessionData.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/data/ExerciseSessionData.kt @@ -1,11 +1,11 @@ /* - * Copyright 2022 The Android Open Source Project + * Copyright 2024 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * https://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/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/data/HealthConnectAppInfo.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/data/HealthConnectAppInfo.kt index 04cc1773..812d5042 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/data/HealthConnectAppInfo.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/data/HealthConnectAppInfo.kt @@ -1,11 +1,11 @@ /* - * Copyright 2022 The Android Open Source Project + * Copyright 2024 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * https://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/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/data/HealthConnectManager.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/data/HealthConnectManager.kt index e624da54..d40f0bac 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/data/HealthConnectManager.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/data/HealthConnectManager.kt @@ -1,11 +1,11 @@ /* - * Copyright 2022 The Android Open Source Project + * Copyright 2024 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * https://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/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/data/HealthConnectUtil.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/data/HealthConnectUtil.kt index 612a1a59..7a383370 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/data/HealthConnectUtil.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/data/HealthConnectUtil.kt @@ -1,11 +1,11 @@ /* - * Copyright 2022 The Android Open Source Project + * Copyright 2024 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * https://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/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/data/SleepSessionData.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/data/SleepSessionData.kt index 1997f8f2..2e36c6f8 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/data/SleepSessionData.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/data/SleepSessionData.kt @@ -1,11 +1,11 @@ /* - * Copyright 2022 The Android Open Source Project + * Copyright 2024 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * https://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/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/data/WeightData.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/data/WeightData.kt index ed63784d..c9e46345 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/data/WeightData.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/data/WeightData.kt @@ -1,11 +1,11 @@ /* - * Copyright 2022 The Android Open Source Project + * Copyright 2024 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * https://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/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/BaseApplication.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/BaseApplication.kt index 8653ef23..d2c3587e 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/BaseApplication.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/BaseApplication.kt @@ -1,11 +1,11 @@ /* - * Copyright 2022 The Android Open Source Project + * Copyright 2024 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * https://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/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/HealthConnectApp.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/HealthConnectApp.kt index 3627d476..2ee2f240 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/HealthConnectApp.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/HealthConnectApp.kt @@ -1,11 +1,11 @@ /* - * Copyright 2022 The Android Open Source Project + * Copyright 2024 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * https://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/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/MainActivity.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/MainActivity.kt index 3877718a..6b66160e 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/MainActivity.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/MainActivity.kt @@ -1,11 +1,11 @@ /* - * Copyright 2022 The Android Open Source Project + * Copyright 2024 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * https://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/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/ExerciseSessionDetailsItem.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/ExerciseSessionDetailsItem.kt index 624cf433..11370e6a 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/ExerciseSessionDetailsItem.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/ExerciseSessionDetailsItem.kt @@ -1,11 +1,11 @@ /* - * Copyright 2022 The Android Open Source Project + * Copyright 2024 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * https://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/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/ExerciseSessionDetailsMinMaxAvg.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/ExerciseSessionDetailsMinMaxAvg.kt index fdb67769..5d51f262 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/ExerciseSessionDetailsMinMaxAvg.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/ExerciseSessionDetailsMinMaxAvg.kt @@ -1,11 +1,11 @@ /* - * Copyright 2022 The Android Open Source Project + * Copyright 2024 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * https://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/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/ExerciseSessionInfoColumn.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/ExerciseSessionInfoColumn.kt index f9a5c9ca..8f6f0cc2 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/ExerciseSessionInfoColumn.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/ExerciseSessionInfoColumn.kt @@ -1,11 +1,11 @@ /* - * Copyright 2022 The Android Open Source Project + * Copyright 2024 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * https://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/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/ExerciseSessionRow.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/ExerciseSessionRow.kt index 5d5507b3..c34951b5 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/ExerciseSessionRow.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/ExerciseSessionRow.kt @@ -1,11 +1,11 @@ /* - * Copyright 2022 The Android Open Source Project + * Copyright 2024 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * https://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/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/FormattedChanges.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/FormattedChanges.kt index 9b859405..4e4ac09b 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/FormattedChanges.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/FormattedChanges.kt @@ -1,3 +1,19 @@ +/* + * Copyright 2024 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 + * + * https://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.example.healthconnectsample.presentation.component import android.util.Log diff --git a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/InstalledMessage.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/InstalledMessage.kt index ea90da8d..6561a86b 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/InstalledMessage.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/InstalledMessage.kt @@ -1,11 +1,11 @@ /* - * Copyright 2022 The Android Open Source Project + * Copyright 2024 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * https://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/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/NotInstalledMessage.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/NotInstalledMessage.kt index 9b67ddb7..ad884e22 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/NotInstalledMessage.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/NotInstalledMessage.kt @@ -1,11 +1,11 @@ /* - * Copyright 2022 The Android Open Source Project + * Copyright 2024 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * https://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/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/NotSupportedMessage.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/NotSupportedMessage.kt index dd47821a..02038710 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/NotSupportedMessage.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/NotSupportedMessage.kt @@ -1,11 +1,11 @@ /* - * Copyright 2022 The Android Open Source Project + * Copyright 2024 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * https://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/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/Series.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/Series.kt index c19db947..3e587b37 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/Series.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/Series.kt @@ -1,11 +1,11 @@ /* - * Copyright 2022 The Android Open Source Project + * Copyright 2024 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * https://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/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/SleepSessionDetailRow.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/SleepSessionDetailRow.kt index 8db70502..e2553566 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/SleepSessionDetailRow.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/SleepSessionDetailRow.kt @@ -1,11 +1,11 @@ /* - * Copyright 2022 The Android Open Source Project + * Copyright 2024 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * https://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/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/SleepSessionRow.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/SleepSessionRow.kt index e3e1442f..2345e7cc 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/SleepSessionRow.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/SleepSessionRow.kt @@ -1,11 +1,11 @@ /* - * Copyright 2022 The Android Open Source Project + * Copyright 2024 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * https://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/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/SleepStagesDetail.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/SleepStagesDetail.kt index 60f875c6..0719c252 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/SleepStagesDetail.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/component/SleepStagesDetail.kt @@ -1,11 +1,11 @@ /* - * Copyright 2022 The Android Open Source Project + * Copyright 2024 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * https://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/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/navigation/Drawer.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/navigation/Drawer.kt index 83969075..d55ba230 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/navigation/Drawer.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/navigation/Drawer.kt @@ -1,11 +1,11 @@ /* - * Copyright 2022 The Android Open Source Project + * Copyright 2024 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * https://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/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/navigation/DrawerItem.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/navigation/DrawerItem.kt index b64950a8..ae5000b2 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/navigation/DrawerItem.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/navigation/DrawerItem.kt @@ -1,11 +1,11 @@ /* - * Copyright 2022 The Android Open Source Project + * Copyright 2024 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * https://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/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/navigation/HealthConnectNavigation.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/navigation/HealthConnectNavigation.kt index d8ebbe06..7fa15320 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/navigation/HealthConnectNavigation.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/navigation/HealthConnectNavigation.kt @@ -1,11 +1,11 @@ /* - * Copyright 2022 The Android Open Source Project + * Copyright 2024 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * https://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/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/navigation/Screen.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/navigation/Screen.kt index d2e8e516..cb8010e6 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/navigation/Screen.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/navigation/Screen.kt @@ -1,11 +1,11 @@ /* - * Copyright 2022 The Android Open Source Project + * Copyright 2024 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * https://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/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/SettingsScreen.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/SettingsScreen.kt index 76bc10e7..762d1881 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/SettingsScreen.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/SettingsScreen.kt @@ -1,11 +1,11 @@ /* - * Copyright 2022 The Android Open Source Project + * Copyright 2024 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * https://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/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/WelcomeScreen.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/WelcomeScreen.kt index 7208b785..947834ce 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/WelcomeScreen.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/WelcomeScreen.kt @@ -1,11 +1,11 @@ /* - * Copyright 2022 The Android Open Source Project + * Copyright 2024 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * https://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/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/changes/DifferentialChanges.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/changes/DifferentialChanges.kt index be3e1f12..ddfb719f 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/changes/DifferentialChanges.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/changes/DifferentialChanges.kt @@ -1,11 +1,11 @@ /* - * Copyright 2022 The Android Open Source Project + * Copyright 2024 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * https://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/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/changes/DifferentialChangesViewModel.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/changes/DifferentialChangesViewModel.kt index da3aacf3..d0e38b78 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/changes/DifferentialChangesViewModel.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/changes/DifferentialChangesViewModel.kt @@ -1,11 +1,11 @@ /* - * Copyright 2022 The Android Open Source Project + * Copyright 2024 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * https://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/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/exercisesession/ExerciseSessionScreen.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/exercisesession/ExerciseSessionScreen.kt index f330381d..788681db 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/exercisesession/ExerciseSessionScreen.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/exercisesession/ExerciseSessionScreen.kt @@ -1,11 +1,11 @@ /* - * Copyright 2022 The Android Open Source Project + * Copyright 2024 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * https://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/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/exercisesession/ExerciseSessionViewModel.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/exercisesession/ExerciseSessionViewModel.kt index 2efe92ac..6e3b7a52 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/exercisesession/ExerciseSessionViewModel.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/exercisesession/ExerciseSessionViewModel.kt @@ -1,11 +1,11 @@ /* - * Copyright 2022 The Android Open Source Project + * Copyright 2024 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * https://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/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/exercisesessiondetail/ExerciseSessionDetailScreen.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/exercisesessiondetail/ExerciseSessionDetailScreen.kt index dcdff0dd..cf86db7c 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/exercisesessiondetail/ExerciseSessionDetailScreen.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/exercisesessiondetail/ExerciseSessionDetailScreen.kt @@ -1,11 +1,11 @@ /* - * Copyright 2022 The Android Open Source Project + * Copyright 2024 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * https://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/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/exercisesessiondetail/ExerciseSessionDetailViewModel.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/exercisesessiondetail/ExerciseSessionDetailViewModel.kt index a2733d26..449fe6ca 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/exercisesessiondetail/ExerciseSessionDetailViewModel.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/exercisesessiondetail/ExerciseSessionDetailViewModel.kt @@ -1,11 +1,11 @@ /* - * Copyright 2022 The Android Open Source Project + * Copyright 2024 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * https://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/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/inputreadings/InputReadingsScreen.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/inputreadings/InputReadingsScreen.kt index c64c512a..47361c85 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/inputreadings/InputReadingsScreen.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/inputreadings/InputReadingsScreen.kt @@ -1,11 +1,11 @@ /* - * Copyright 2022 The Android Open Source Project + * Copyright 2024 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * https://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/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/inputreadings/InputReadingsViewModel.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/inputreadings/InputReadingsViewModel.kt index c709af3f..65681e47 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/inputreadings/InputReadingsViewModel.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/inputreadings/InputReadingsViewModel.kt @@ -1,11 +1,11 @@ /* - * Copyright 2022 The Android Open Source Project + * Copyright 2024 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * https://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/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/privacypolicy/PrivacyPolicyScreen.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/privacypolicy/PrivacyPolicyScreen.kt index 7c408834..8975dc0e 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/privacypolicy/PrivacyPolicyScreen.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/privacypolicy/PrivacyPolicyScreen.kt @@ -1,11 +1,11 @@ /* - * Copyright 2022 The Android Open Source Project + * Copyright 2024 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * https://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/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/recordlist/RecordListScreen.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/recordlist/RecordListScreen.kt index 29ee3334..adad9699 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/recordlist/RecordListScreen.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/recordlist/RecordListScreen.kt @@ -1,3 +1,19 @@ +/* + * Copyright 2024 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 + * + * https://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.example.healthconnectsample.presentation.screen.recordlist import androidx.compose.foundation.layout.Arrangement diff --git a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/recordlist/RecordListScreenViewModel.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/recordlist/RecordListScreenViewModel.kt index d0141f16..161fcdfb 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/recordlist/RecordListScreenViewModel.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/recordlist/RecordListScreenViewModel.kt @@ -1,3 +1,19 @@ +/* + * Copyright 2024 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 + * + * https://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.example.healthconnectsample.presentation.screen.recordlist import android.os.RemoteException diff --git a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/sleepsession/SleepSessionScreen.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/sleepsession/SleepSessionScreen.kt index b97879ed..e8fd7812 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/sleepsession/SleepSessionScreen.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/sleepsession/SleepSessionScreen.kt @@ -1,11 +1,11 @@ /* - * Copyright 2022 The Android Open Source Project + * Copyright 2024 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * https://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/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/sleepsession/SleepSessionViewModel.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/sleepsession/SleepSessionViewModel.kt index 9c0daadc..1cda1d75 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/sleepsession/SleepSessionViewModel.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/screen/sleepsession/SleepSessionViewModel.kt @@ -1,11 +1,11 @@ /* - * Copyright 2022 The Android Open Source Project + * Copyright 2024 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * https://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/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/theme/Color.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/theme/Color.kt index 5bd94529..ec646b61 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/theme/Color.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/theme/Color.kt @@ -1,11 +1,11 @@ /* - * Copyright 2022 The Android Open Source Project + * Copyright 2024 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * https://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/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/theme/Shape.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/theme/Shape.kt index f468c966..6384d6ea 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/theme/Shape.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/theme/Shape.kt @@ -1,11 +1,11 @@ /* - * Copyright 2022 The Android Open Source Project + * Copyright 2024 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * https://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/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/theme/Theme.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/theme/Theme.kt index 98be7c32..59307b55 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/theme/Theme.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/theme/Theme.kt @@ -1,11 +1,11 @@ /* - * Copyright 2022 The Android Open Source Project + * Copyright 2024 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * https://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/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/theme/Type.kt b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/theme/Type.kt index 8019679d..b5becebb 100644 --- a/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/theme/Type.kt +++ b/health-connect/HealthConnectSample/app/src/main/java/com/example/healthconnectsample/presentation/theme/Type.kt @@ -1,11 +1,11 @@ /* - * Copyright 2022 The Android Open Source Project + * Copyright 2024 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * https://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/health-connect/HealthConnectSample/app/src/main/res/drawable/ic_health_connect_logo.xml b/health-connect/HealthConnectSample/app/src/main/res/drawable/ic_health_connect_logo.xml index e094f0f0..1f49d9a9 100644 --- a/health-connect/HealthConnectSample/app/src/main/res/drawable/ic_health_connect_logo.xml +++ b/health-connect/HealthConnectSample/app/src/main/res/drawable/ic_health_connect_logo.xml @@ -1,15 +1,18 @@ + ~ Copyright 2024 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 + ~ + ~ https://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. + --> + ~ Copyright 2024 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 + ~ + ~ https://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. + --> + ~ Copyright 2024 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 + ~ + ~ https://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. + --> + ~ Copyright 2024 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 + ~ + ~ https://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. + --> diff --git a/health-connect/HealthConnectSample/app/src/main/res/mipmap-anydpi/ic_launcher_round.xml b/health-connect/HealthConnectSample/app/src/main/res/mipmap-anydpi/ic_launcher_round.xml index 1a210ee8..2c0234ef 100644 --- a/health-connect/HealthConnectSample/app/src/main/res/mipmap-anydpi/ic_launcher_round.xml +++ b/health-connect/HealthConnectSample/app/src/main/res/mipmap-anydpi/ic_launcher_round.xml @@ -1,16 +1,19 @@ + ~ Copyright 2024 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 + ~ + ~ https://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. + --> diff --git a/health-connect/HealthConnectSample/app/src/main/res/values/colors.xml b/health-connect/HealthConnectSample/app/src/main/res/values/colors.xml index a9787071..9321d546 100644 --- a/health-connect/HealthConnectSample/app/src/main/res/values/colors.xml +++ b/health-connect/HealthConnectSample/app/src/main/res/values/colors.xml @@ -1,16 +1,19 @@ + ~ Copyright 2024 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 + ~ + ~ https://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. + --> #FF4285F4 \ No newline at end of file diff --git a/health-connect/HealthConnectSample/app/src/main/res/values/strings.xml b/health-connect/HealthConnectSample/app/src/main/res/values/strings.xml index 3c90eb93..db1c67cd 100644 --- a/health-connect/HealthConnectSample/app/src/main/res/values/strings.xml +++ b/health-connect/HealthConnectSample/app/src/main/res/values/strings.xml @@ -1,15 +1,18 @@ + ~ Copyright 2024 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 + ~ + ~ https://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. + --> Health Connect Sample menu diff --git a/health-connect/HealthConnectSample/app/src/main/res/values/themes.xml b/health-connect/HealthConnectSample/app/src/main/res/values/themes.xml index eb6ec7aa..185b7fe4 100644 --- a/health-connect/HealthConnectSample/app/src/main/res/values/themes.xml +++ b/health-connect/HealthConnectSample/app/src/main/res/values/themes.xml @@ -1,16 +1,19 @@ + ~ Copyright 2024 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 + ~ + ~ https://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. + -->