diff --git a/android/java/org/chromium/chrome/browser/util/PictureInPictureUtils.java b/android/java/org/chromium/chrome/browser/util/PictureInPictureUtils.java index b322c96a51dc..c3a9f2a126ff 100644 --- a/android/java/org/chromium/chrome/browser/util/PictureInPictureUtils.java +++ b/android/java/org/chromium/chrome/browser/util/PictureInPictureUtils.java @@ -1,3 +1,8 @@ +/* Copyright (c) 2024 The Brave Authors. All rights reserved. + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this file, + * You can obtain one at https://mozilla.org/MPL/2.0/. */ + package org.chromium.chrome.browser.util; import android.app.AppOpsManager; diff --git a/android/java/org/chromium/chrome/browser/youtube/YouTubeFeaturesLayout.java b/android/java/org/chromium/chrome/browser/youtube/YouTubeFeaturesLayout.java index c0fb16265d5e..23f1e832418a 100644 --- a/android/java/org/chromium/chrome/browser/youtube/YouTubeFeaturesLayout.java +++ b/android/java/org/chromium/chrome/browser/youtube/YouTubeFeaturesLayout.java @@ -1,3 +1,8 @@ +/* Copyright (c) 2024 The Brave Authors. All rights reserved. + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this file, + * You can obtain one at https://mozilla.org/MPL/2.0/. */ + package org.chromium.chrome.browser.youtube; import android.annotation.SuppressLint;