Move license to top for consistency

PiperOrigin-RevId: 635742699
This commit is contained in:
andrewlewis 2024-05-21 03:13:50 -07:00 committed by Copybara-Service
parent e637ccd4aa
commit 2585051294

View File

@ -1,5 +1,3 @@
package androidx.media3.effect;
/*
* Copyright 2024 The Android Open Source Project
*
@ -15,6 +13,8 @@ package androidx.media3.effect;
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package androidx.media3.effect;
import android.graphics.Gainmap;
import androidx.annotation.RequiresApi;
import androidx.media3.common.util.UnstableApi;