Skip to content

Commit

Permalink
Add copyright headers to shim files
Browse files Browse the repository at this point in the history
Summary: As title adding headers to shim files in P1404369338

Reviewed By: ndmitchell, bigfootjon

Differential Revision: D58442081

fbshipit-source-id: 00bfb926a0d8f741d04b44d9899dc1b89f6aa165
  • Loading branch information
namanahuja authored and facebook-github-bot committed Jun 12, 2024
1 parent 93d38a9 commit 941393a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions shim/build_defs/roar.bzl
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 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.

load("@fbsource//tools/build_defs:buckconfig.bzl", "read_bool")

def roar_no_jit():
Expand Down
7 changes: 7 additions & 0 deletions shim/folly/io/async/test/certs/defs.bzl
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 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.

load("@fbcode_macros//build_defs:native_rules.bzl", "alias")

def alias_pem(pems: list[str]):
Expand Down
7 changes: 7 additions & 0 deletions shim/tools/build_defs/buckconfig.bzl
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 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.

load("@prelude//utils:buckconfig.bzl", _read = "read", _read_bool = "read_bool", _read_choice = "read_choice", _read_int = "read_int", _read_list = "read_list", _read_string = "read_string", _resolve_alias = "resolve_alias")

read = _read
Expand Down

0 comments on commit 941393a

Please sign in to comment.