From ab366e2626fccc58e08e30ae0ef7373a7c8c2951 Mon Sep 17 00:00:00 2001 From: ktrajkovski Date: Mon, 19 Aug 2024 09:36:10 -0700 Subject: [PATCH] Fix licensing link from `http` to `https` in IAMF related files. PiperOrigin-RevId: 664845636 --- libraries/decoder_iamf/build.gradle | 2 +- .../src/main/java/androidx/media3/decoder/iamf/IamfDecoder.java | 2 +- .../java/androidx/media3/decoder/iamf/IamfDecoderException.java | 2 +- .../src/main/java/androidx/media3/decoder/iamf/IamfLibrary.java | 2 +- .../java/androidx/media3/decoder/iamf/LibiamfAudioRenderer.java | 2 +- .../main/java/androidx/media3/decoder/iamf/package-info.java | 2 +- libraries/decoder_iamf/src/main/jni/Android.mk | 2 +- libraries/decoder_iamf/src/main/jni/Application.mk | 2 +- libraries/decoder_iamf/src/main/jni/iamf_jni.cc | 2 +- libraries/decoder_iamf/src/main/jni/libiamf.mk | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/libraries/decoder_iamf/build.gradle b/libraries/decoder_iamf/build.gradle index f067c1948e..83fc9f1c1b 100644 --- a/libraries/decoder_iamf/build.gradle +++ b/libraries/decoder_iamf/build.gradle @@ -4,7 +4,7 @@ // 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/libraries/decoder_iamf/src/main/java/androidx/media3/decoder/iamf/IamfDecoder.java b/libraries/decoder_iamf/src/main/java/androidx/media3/decoder/iamf/IamfDecoder.java index e4df135890..710da538db 100644 --- a/libraries/decoder_iamf/src/main/java/androidx/media3/decoder/iamf/IamfDecoder.java +++ b/libraries/decoder_iamf/src/main/java/androidx/media3/decoder/iamf/IamfDecoder.java @@ -5,7 +5,7 @@ * 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/libraries/decoder_iamf/src/main/java/androidx/media3/decoder/iamf/IamfDecoderException.java b/libraries/decoder_iamf/src/main/java/androidx/media3/decoder/iamf/IamfDecoderException.java index 18c25601d1..9cf0bb43ae 100644 --- a/libraries/decoder_iamf/src/main/java/androidx/media3/decoder/iamf/IamfDecoderException.java +++ b/libraries/decoder_iamf/src/main/java/androidx/media3/decoder/iamf/IamfDecoderException.java @@ -5,7 +5,7 @@ * 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/libraries/decoder_iamf/src/main/java/androidx/media3/decoder/iamf/IamfLibrary.java b/libraries/decoder_iamf/src/main/java/androidx/media3/decoder/iamf/IamfLibrary.java index 41a6c75959..ba97114bc3 100644 --- a/libraries/decoder_iamf/src/main/java/androidx/media3/decoder/iamf/IamfLibrary.java +++ b/libraries/decoder_iamf/src/main/java/androidx/media3/decoder/iamf/IamfLibrary.java @@ -5,7 +5,7 @@ * 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/libraries/decoder_iamf/src/main/java/androidx/media3/decoder/iamf/LibiamfAudioRenderer.java b/libraries/decoder_iamf/src/main/java/androidx/media3/decoder/iamf/LibiamfAudioRenderer.java index f5b7d6c0cd..da0f2eb801 100644 --- a/libraries/decoder_iamf/src/main/java/androidx/media3/decoder/iamf/LibiamfAudioRenderer.java +++ b/libraries/decoder_iamf/src/main/java/androidx/media3/decoder/iamf/LibiamfAudioRenderer.java @@ -5,7 +5,7 @@ * 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/libraries/decoder_iamf/src/main/java/androidx/media3/decoder/iamf/package-info.java b/libraries/decoder_iamf/src/main/java/androidx/media3/decoder/iamf/package-info.java index 036d745506..016509a6d4 100644 --- a/libraries/decoder_iamf/src/main/java/androidx/media3/decoder/iamf/package-info.java +++ b/libraries/decoder_iamf/src/main/java/androidx/media3/decoder/iamf/package-info.java @@ -5,7 +5,7 @@ * 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/libraries/decoder_iamf/src/main/jni/Android.mk b/libraries/decoder_iamf/src/main/jni/Android.mk index b599550335..7ce5f05fce 100644 --- a/libraries/decoder_iamf/src/main/jni/Android.mk +++ b/libraries/decoder_iamf/src/main/jni/Android.mk @@ -5,7 +5,7 @@ # 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/libraries/decoder_iamf/src/main/jni/Application.mk b/libraries/decoder_iamf/src/main/jni/Application.mk index 0a5ee4b1e4..d51ea68777 100644 --- a/libraries/decoder_iamf/src/main/jni/Application.mk +++ b/libraries/decoder_iamf/src/main/jni/Application.mk @@ -5,7 +5,7 @@ # 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/libraries/decoder_iamf/src/main/jni/iamf_jni.cc b/libraries/decoder_iamf/src/main/jni/iamf_jni.cc index 13c4935540..43ec778c82 100644 --- a/libraries/decoder_iamf/src/main/jni/iamf_jni.cc +++ b/libraries/decoder_iamf/src/main/jni/iamf_jni.cc @@ -5,7 +5,7 @@ * 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/libraries/decoder_iamf/src/main/jni/libiamf.mk b/libraries/decoder_iamf/src/main/jni/libiamf.mk index b27c5f5cad..66a8d76639 100644 --- a/libraries/decoder_iamf/src/main/jni/libiamf.mk +++ b/libraries/decoder_iamf/src/main/jni/libiamf.mk @@ -5,7 +5,7 @@ # 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,