mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-06 09:35:20 +00:00
Add Facebook copyright header to bzl files (#5451)
Summary: Pull Request resolved: https://github.com/facebook/osquery/pull/5451 This diff adds a Facebook copyright header to the bzl files used in osquery. Ultimately we want to update the files in `tools/build_defs/oss/osquery/`, but those are generated files. This diff updates the source files which we use to generate those files. Reviewed By: fmanco Differential Revision: D14131483 fbshipit-source-id: 2230dc382c26530ccd0909882fe6193ee7c674fb
This commit is contained in:
parent
484520e1ff
commit
56d552d2a4
@ -1,3 +1,8 @@
|
||||
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
|
||||
#
|
||||
# This source code is licensed in accordance with the terms specified in
|
||||
# the LICENSE file found in the root directory of this source tree.
|
||||
|
||||
load(
|
||||
"//tools/build_defs/oss/osquery:native_functions.bzl",
|
||||
_osquery_custom_set_generic_kwargs = "osquery_custom_set_generic_kwargs",
|
||||
|
@ -1,4 +1,8 @@
|
||||
"""osquery build defaults"""
|
||||
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
|
||||
#
|
||||
# This source code is licensed in accordance with the terms specified in
|
||||
# the LICENSE file found in the root directory of this source tree.
|
||||
|
||||
OSQUERY_THIRD_PARTY_PATH = "third-party"
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
|
||||
#
|
||||
# This source code is licensed in accordance with the terms specified in
|
||||
# the LICENSE file found in the root directory of this source tree.
|
||||
|
||||
def _paths_join(path, *others):
|
||||
"""Joins one or more path components intelligently.
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
|
||||
#
|
||||
# This source code is licensed in accordance with the terms specified in
|
||||
# the LICENSE file found in the root directory of this source tree.
|
||||
|
||||
load(
|
||||
"//tools/build_defs/oss/osquery:defaults.bzl",
|
||||
_OSQUERY_ROOT_TARGET_PATH = "OSQUERY_ROOT_TARGET_PATH",
|
||||
|
@ -1,3 +1,8 @@
|
||||
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
|
||||
#
|
||||
# This source code is licensed in accordance with the terms specified in
|
||||
# the LICENSE file found in the root directory of this source tree.
|
||||
|
||||
osquery_native = native
|
||||
|
||||
osquery_read_config = osquery_native.read_config
|
||||
|
@ -1,3 +1,8 @@
|
||||
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
|
||||
#
|
||||
# This source code is licensed in accordance with the terms specified in
|
||||
# the LICENSE file found in the root directory of this source tree.
|
||||
|
||||
LINUX = "linux-x86_64"
|
||||
|
||||
MACOSX = "macosx-x86_64"
|
||||
|
@ -1,3 +1,8 @@
|
||||
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
|
||||
#
|
||||
# This source code is licensed in accordance with the terms specified in
|
||||
# the LICENSE file found in the root directory of this source tree.
|
||||
|
||||
load("//tools/build_defs/oss/osquery:native_functions.bzl", "osquery_native")
|
||||
|
||||
def osquery_python_library(**kwargs):
|
||||
|
@ -1,3 +1,8 @@
|
||||
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
|
||||
#
|
||||
# This source code is licensed in accordance with the terms specified in
|
||||
# the LICENSE file found in the root directory of this source tree.
|
||||
|
||||
load(
|
||||
"//tools/build_defs/oss/osquery:cxx.bzl",
|
||||
_osquery_cxx_library = "osquery_cxx_library",
|
||||
|
@ -1,3 +1,8 @@
|
||||
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
|
||||
#
|
||||
# This source code is licensed in accordance with the terms specified in
|
||||
# the LICENSE file found in the root directory of this source tree.
|
||||
|
||||
_S3_BASE_URL = "https://s3.amazonaws.com/osquery-packages"
|
||||
|
||||
_S3_BASE_DIR = "third-party"
|
||||
|
Loading…
Reference in New Issue
Block a user