diff --git a/tools/build_defs/oss/osquery/cxx.bzl b/tools/build_defs/oss/osquery/cxx.bzl index 77690618..c6410ad4 100644 --- a/tools/build_defs/oss/osquery/cxx.bzl +++ b/tools/build_defs/oss/osquery/cxx.bzl @@ -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", diff --git a/tools/build_defs/oss/osquery/defaults.bzl b/tools/build_defs/oss/osquery/defaults.bzl index 6b48d41f..a5498bb2 100644 --- a/tools/build_defs/oss/osquery/defaults.bzl +++ b/tools/build_defs/oss/osquery/defaults.bzl @@ -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" diff --git a/tools/build_defs/oss/osquery/globs.bzl b/tools/build_defs/oss/osquery/globs.bzl index ba5f6233..c03b9dfc 100644 --- a/tools/build_defs/oss/osquery/globs.bzl +++ b/tools/build_defs/oss/osquery/globs.bzl @@ -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. diff --git a/tools/build_defs/oss/osquery/native.bzl b/tools/build_defs/oss/osquery/native.bzl index 7b06e0d2..3c52bdf8 100644 --- a/tools/build_defs/oss/osquery/native.bzl +++ b/tools/build_defs/oss/osquery/native.bzl @@ -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", diff --git a/tools/build_defs/oss/osquery/native_functions.bzl b/tools/build_defs/oss/osquery/native_functions.bzl index 6a525701..7d592b5e 100644 --- a/tools/build_defs/oss/osquery/native_functions.bzl +++ b/tools/build_defs/oss/osquery/native_functions.bzl @@ -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 diff --git a/tools/build_defs/oss/osquery/platforms.bzl b/tools/build_defs/oss/osquery/platforms.bzl index 900b8117..4cee2f8c 100644 --- a/tools/build_defs/oss/osquery/platforms.bzl +++ b/tools/build_defs/oss/osquery/platforms.bzl @@ -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" diff --git a/tools/build_defs/oss/osquery/python.bzl b/tools/build_defs/oss/osquery/python.bzl index fc68dcfc..0e24b508 100644 --- a/tools/build_defs/oss/osquery/python.bzl +++ b/tools/build_defs/oss/osquery/python.bzl @@ -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): diff --git a/tools/build_defs/oss/osquery/third_party.bzl b/tools/build_defs/oss/osquery/third_party.bzl index 27e2735b..d5b859a2 100644 --- a/tools/build_defs/oss/osquery/third_party.bzl +++ b/tools/build_defs/oss/osquery/third_party.bzl @@ -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", diff --git a/tools/build_defs/oss/osquery/third_party_archive.bzl b/tools/build_defs/oss/osquery/third_party_archive.bzl index 877cab02..13a8f986 100644 --- a/tools/build_defs/oss/osquery/third_party_archive.bzl +++ b/tools/build_defs/oss/osquery/third_party_archive.bzl @@ -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"