Skip to content

Commit

Permalink
Fix license headers
Browse files Browse the repository at this point in the history
Reviewed By: zpao

Differential Revision: D67221294

fbshipit-source-id: c114298f9127bf8f09f903aa95d180443c060529
  • Loading branch information
ckwalsh authored and facebook-github-bot committed Dec 14, 2024
1 parent d869e77 commit d72f61e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 2 additions & 4 deletions build/buck2/install_deps/BUCK
Original file line number Diff line number Diff line change
@@ -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")
Expand Down
5 changes: 4 additions & 1 deletion build/buck2/install_deps/install_deps.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d72f61e

Please sign in to comment.