From 472a8eb77c56d20dec1737eb9adaf62e56f47ead Mon Sep 17 00:00:00 2001 From: Cullen Walsh Date: Sat, 14 Dec 2024 09:18:12 -0800 Subject: [PATCH] Fix license headers Reviewed By: zpao Differential Revision: D67221294 fbshipit-source-id: c114298f9127bf8f09f903aa95d180443c060529 --- build/buck2/install_deps/BUCK | 6 ++---- build/buck2/install_deps/install_deps.sh | 5 ++++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/build/buck2/install_deps/BUCK b/build/buck2/install_deps/BUCK index 99bab33a722c3..ab239c1d97846 100644 --- a/build/buck2/install_deps/BUCK +++ b/build/buck2/install_deps/BUCK @@ -1,9 +1,7 @@ # Copyright (c) Meta Platforms, Inc. and affiliates. # -# This source code is licensed under both the MIT license found in the -# LICENSE-MIT file in the root directory of this source tree and the Apache -# License, Version 2.0 found in the LICENSE-APACHE file in the root directory -# of this source tree. +# This source code is licensed under the LICENSE file found in the root +# directory of this source tree. load("@fbcode_macros//build_defs:native_rules.bzl", "buck_sh_binary") oncall("open_source") diff --git a/build/buck2/install_deps/install_deps.sh b/build/buck2/install_deps/install_deps.sh index b715acc025c27..e156e6df4d0be 100755 --- a/build/buck2/install_deps/install_deps.sh +++ b/build/buck2/install_deps/install_deps.sh @@ -1,5 +1,8 @@ #!/bin/sh -# Copyright (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary. +# Copyright (c) Meta Platforms, Inc. and affiliates. +# +# This source code is licensed under the LICENSE file found in the root +# directory of this source tree. if [ -z "$INSTALL_COMMAND" ]; then if [ -f /etc/os-release ]; then