From edc5ea11bbe84228e47b8e6cc6a2b8aadbbd2545 Mon Sep 17 00:00:00 2001 From: Gijs Weterings Date: Wed, 5 Apr 2023 06:55:34 -0700 Subject: [PATCH] Add Meta header to xplat/js/react-native-github/tools/build_defs/oss/preload.bzl (#36814) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/36814 Working through the backlog of failing open source requirements (T139285789). Most files that are violating Copyright rules are due to the exemptions being outdated, but this file actually needs a header. Changelog: [Internal] Reviewed By: cortinico, cipolleschi Differential Revision: D44705585 fbshipit-source-id: 0319be3be0726a76cd98448205f5af76343ad356 --- tools/build_defs/oss/preload.bzl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/build_defs/oss/preload.bzl b/tools/build_defs/oss/preload.bzl index 2db2223185d..af06bd98656 100644 --- a/tools/build_defs/oss/preload.bzl +++ b/tools/build_defs/oss/preload.bzl @@ -1,3 +1,8 @@ +# Copyright (c) Meta Platforms, Inc. and affiliates. +# +# This source code is licensed under the MIT license found in the +# LICENSE file in the root directory of this source tree. + # These are symbols that are available in newer versions of Buck, but not the open source one. def oncall(_team):