Updating copyrights in AOSP TAPL Common
Bug: 252851229
Test: presubmit
Change-Id: I59d4e577b68b25d70607bdb7c96f071b00be8ae5
diff --git a/libraries/tapl-common/src/android/platform/test/scenario/tapl_common/Gestures.kt b/libraries/tapl-common/src/android/platform/test/scenario/tapl_common/Gestures.kt
index 835a47b..92da446 100644
--- a/libraries/tapl-common/src/android/platform/test/scenario/tapl_common/Gestures.kt
+++ b/libraries/tapl-common/src/android/platform/test/scenario/tapl_common/Gestures.kt
@@ -1,4 +1,18 @@
-/** Copyright 2022 Google Inc. All Rights Reserved. */
+/*
+ * Copyright (C) 2022 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.
+ */
package android.platform.test.scenario.tapl_common
import androidx.test.uiautomator.StaleObjectException
diff --git a/libraries/tapl-common/src/android/platform/test/scenario/tapl_common/ObjectFactory.kt b/libraries/tapl-common/src/android/platform/test/scenario/tapl_common/ObjectFactory.kt
index 4817412..19c8654 100644
--- a/libraries/tapl-common/src/android/platform/test/scenario/tapl_common/ObjectFactory.kt
+++ b/libraries/tapl-common/src/android/platform/test/scenario/tapl_common/ObjectFactory.kt
@@ -1,4 +1,18 @@
-/** Copyright 2022 Google Inc. All Rights Reserved. */
+/*
+ * Copyright (C) 2022 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.
+ */
package android.platform.test.scenario.tapl_common
import androidx.test.platform.app.InstrumentationRegistry
diff --git a/libraries/tapl-common/src/android/platform/test/scenario/tapl_common/TaplUiObject.kt b/libraries/tapl-common/src/android/platform/test/scenario/tapl_common/TaplUiObject.kt
index 6b0ae46..38031f6 100644
--- a/libraries/tapl-common/src/android/platform/test/scenario/tapl_common/TaplUiObject.kt
+++ b/libraries/tapl-common/src/android/platform/test/scenario/tapl_common/TaplUiObject.kt
@@ -1,4 +1,18 @@
-/** Copyright 2022 Google Inc. All Rights Reserved. */
+/*
+ * Copyright (C) 2022 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.
+ */
package android.platform.test.scenario.tapl_common
import androidx.test.uiautomator.StaleObjectException