diff --git a/libraries/extractor/src/main/java/androidx/media3/extractor/ForwardingExtractor.java b/libraries/extractor/src/main/java/androidx/media3/extractor/ForwardingExtractor.java index b8816cec06..9e4a40a5ef 100644 --- a/libraries/extractor/src/main/java/androidx/media3/extractor/ForwardingExtractor.java +++ b/libraries/extractor/src/main/java/androidx/media3/extractor/ForwardingExtractor.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 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. diff --git a/libraries/extractor/src/main/java/androidx/media3/extractor/ForwardingExtractorOutput.java b/libraries/extractor/src/main/java/androidx/media3/extractor/ForwardingExtractorOutput.java index 6ad825dc08..f18f4bf2f1 100644 --- a/libraries/extractor/src/main/java/androidx/media3/extractor/ForwardingExtractorOutput.java +++ b/libraries/extractor/src/main/java/androidx/media3/extractor/ForwardingExtractorOutput.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 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. diff --git a/libraries/extractor/src/test/java/androidx/media3/extractor/ForwardingExtractorOutputTest.java b/libraries/extractor/src/test/java/androidx/media3/extractor/ForwardingExtractorOutputTest.java index 34bce79e8c..16b6a71139 100644 --- a/libraries/extractor/src/test/java/androidx/media3/extractor/ForwardingExtractorOutputTest.java +++ b/libraries/extractor/src/test/java/androidx/media3/extractor/ForwardingExtractorOutputTest.java @@ -1,3 +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 + * + * 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 androidx.media3.extractor; import static androidx.media3.test.utils.TestUtil.assertForwardingClassForwardsAllMethods; diff --git a/libraries/extractor/src/test/java/androidx/media3/extractor/ForwardingExtractorTest.java b/libraries/extractor/src/test/java/androidx/media3/extractor/ForwardingExtractorTest.java index 38546bdc59..b64cd7c7ec 100644 --- a/libraries/extractor/src/test/java/androidx/media3/extractor/ForwardingExtractorTest.java +++ b/libraries/extractor/src/test/java/androidx/media3/extractor/ForwardingExtractorTest.java @@ -1,3 +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 + * + * 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 androidx.media3.extractor; import static androidx.media3.test.utils.TestUtil.assertForwardingClassForwardsAllMethods;