Skip to content

Commit

Permalink
Update copyright notices (osquery#6589)
Browse files Browse the repository at this point in the history
Bulk update copyright notices from Facebook to "The osquery authors"
  • Loading branch information
directionless authored Aug 11, 2020
1 parent 8ee7e3a commit 29f4694
Show file tree
Hide file tree
Showing 1,350 changed files with 6,870 additions and 5,535 deletions.
9 changes: 5 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright (c) 2014-present, Facebook, Inc.
# All rights reserved.
# Copyright (c) 2014-present, The osquery authors
#
# This source code is licensed in accordance with the terms specified in
# the LICENSE file found in the root directory of this source tree.
# This source code is licensed as defined by the LICENSE file found in the
# root directory of this source tree.
#
# SPDX-License-Identifier: (Apache-2.0 OR GPL-2.0-only)

cmake_minimum_required(VERSION 3.14.6)

Expand Down
9 changes: 5 additions & 4 deletions cmake/CPackConfig.cmake.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright (c) 2014-present, Facebook, Inc.
# All rights reserved.
# Copyright (c) 2014-present, The osquery authors
#
# This source code is licensed in accordance with the terms specified in
# the LICENSE file found in the root directory of this source tree.
# This source code is licensed as defined by the LICENSE file found in the
# root directory of this source tree.
#
# SPDX-License-Identifier: (Apache-2.0 OR GPL-2.0-only)

if("${CPACK_GENERATOR}" STREQUAL "")
message(FATAL_ERROR "No packaging system selected, cannot create a package. Please configure it through the PACKAGING_SYSTEM variable")
Expand Down
9 changes: 5 additions & 4 deletions cmake/globals.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright (c) 2014-present, Facebook, Inc.
# All rights reserved.
# Copyright (c) 2014-present, The osquery authors
#
# This source code is licensed in accordance with the terms specified in
# the LICENSE file found in the root directory of this source tree.
# This source code is licensed as defined by the LICENSE file found in the
# root directory of this source tree.
#
# SPDX-License-Identifier: (Apache-2.0 OR GPL-2.0-only)

# Set the build type
if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
Expand Down
9 changes: 5 additions & 4 deletions cmake/modules/Findclang-tidy.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright (c) 2014-present, Facebook, Inc.
# All rights reserved.
# Copyright (c) 2014-present, The osquery authors
#
# This source code is licensed in accordance with the terms specified in
# the LICENSE file found in the root directory of this source tree.
# This source code is licensed as defined by the LICENSE file found in the
# root directory of this source tree.
#
# SPDX-License-Identifier: (Apache-2.0 OR GPL-2.0-only)

function(findClangTidy)
# Look for the clang-tidy executable
Expand Down
9 changes: 5 additions & 4 deletions cmake/modules/Findcppcheck.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright (c) 2014-present, Facebook, Inc.
# All rights reserved.
# Copyright (c) 2014-present, The osquery authors
#
# This source code is licensed in accordance with the terms specified in
# the LICENSE file found in the root directory of this source tree.
# This source code is licensed as defined by the LICENSE file found in the
# root directory of this source tree.
#
# SPDX-License-Identifier: (Apache-2.0 OR GPL-2.0-only)

function(FindCppcheck)
# Look for the cppcheck executable
Expand Down
9 changes: 5 additions & 4 deletions cmake/options.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright (c) 2014-present, Facebook, Inc.
# All rights reserved.
# Copyright (c) 2014-present, The osquery authors
#
# This source code is licensed in accordance with the terms specified in
# the LICENSE file found in the root directory of this source tree.
# This source code is licensed as defined by the LICENSE file found in the
# root directory of this source tree.
#
# SPDX-License-Identifier: (Apache-2.0 OR GPL-2.0-only)

# Detect osquery version
# The OSQUERY_VERSION cache variable will be used if set or not empty
Expand Down
9 changes: 5 additions & 4 deletions cmake/packaging.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright (c) 2014-present, Facebook, Inc.
# All rights reserved.
# Copyright (c) 2014-present, The osquery authors
#
# This source code is licensed in accordance with the terms specified in
# the LICENSE file found in the root directory of this source tree.
# This source code is licensed as defined by the LICENSE file found in the
# root directory of this source tree.
#
# SPDX-License-Identifier: (Apache-2.0 OR GPL-2.0-only)

set(linux_supported_packaging_systems
DEB
Expand Down
9 changes: 5 additions & 4 deletions cmake/utilities.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright (c) 2014-present, Facebook, Inc.
# All rights reserved.
# Copyright (c) 2014-present, The osquery authors
#
# This source code is licensed in accordance with the terms specified in
# the LICENSE file found in the root directory of this source tree.
# This source code is licensed as defined by the LICENSE file found in the
# root directory of this source tree.
#
# SPDX-License-Identifier: (Apache-2.0 OR GPL-2.0-only)

# Generates an include namespace; this is sadly required by the Buck-based project and can't be removed
function(generateIncludeNamespace target_name namespace_path mode)
Expand Down
9 changes: 8 additions & 1 deletion docs/doxygen/documentation.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
// Copyright 2004-present Facebook. All Rights Reserved.
/**
* Copyright (c) 2014-present, The osquery authors
*
* This source code is licensed as defined by the LICENSE file found in the
* root directory of this source tree.
*
* SPDX-License-Identifier: (Apache-2.0 OR GPL-2.0-only)
*/

#pragma once

Expand Down
9 changes: 5 additions & 4 deletions external/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright (c) 2014-present, Facebook, Inc.
# All rights reserved.
# Copyright (c) 2014-present, The osquery authors
#
# This source code is licensed in accordance with the terms specified in
# the LICENSE file found in the root directory of this source tree.
# This source code is licensed as defined by the LICENSE file found in the
# root directory of this source tree.
#
# SPDX-License-Identifier: (Apache-2.0 OR GPL-2.0-only)

# - osquery external project builds
# Symlink directories for extensions or modules here.
Expand Down
9 changes: 5 additions & 4 deletions external/cmake/cmakelibs.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright (c) 2014-present, Facebook, Inc.
# All rights reserved.
# Copyright (c) 2014-present, The osquery authors
#
# This source code is licensed in accordance with the terms specified in
# the LICENSE file found in the root directory of this source tree.
# This source code is licensed as defined by the LICENSE file found in the
# root directory of this source tree.
#
# SPDX-License-Identifier: (Apache-2.0 OR GPL-2.0-only)

# This function takes the global properties saved by addOsqueryExtensionEx and
# generates a single extension executable containing all the user code
Expand Down
9 changes: 5 additions & 4 deletions libraries/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright (c) 2014-present, Facebook, Inc.
# All rights reserved.
# Copyright (c) 2014-present, The osquery authors
#
# This source code is licensed in accordance with the terms specified in
# the LICENSE file found in the root directory of this source tree.
# This source code is licensed as defined by the LICENSE file found in the
# root directory of this source tree.
#
# SPDX-License-Identifier: (Apache-2.0 OR GPL-2.0-only)

cmake_minimum_required(VERSION 3.13.3)

Expand Down
9 changes: 5 additions & 4 deletions libraries/cmake/formula/modules/Findopenssl.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright (c) 2014-present, Facebook, Inc.
# All rights reserved.
# Copyright (c) 2014-present, The osquery authors
#
# This source code is licensed in accordance with the terms specified in
# the LICENSE file found in the root directory of this source tree.
# This source code is licensed as defined by the LICENSE file found in the
# root directory of this source tree.
#
# SPDX-License-Identifier: (Apache-2.0 OR GPL-2.0-only)

cmake_minimum_required(VERSION 3.14.6)
include("${CMAKE_CURRENT_LIST_DIR}/utils.cmake")
Expand Down
9 changes: 5 additions & 4 deletions libraries/cmake/formula/modules/utils.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright (c) 2014-present, Facebook, Inc.
# All rights reserved.
# Copyright (c) 2014-present, The osquery authors
#
# This source code is licensed in accordance with the terms specified in
# the LICENSE file found in the root directory of this source tree.
# This source code is licensed as defined by the LICENSE file found in the
# root directory of this source tree.
#
# SPDX-License-Identifier: (Apache-2.0 OR GPL-2.0-only)

cmake_minimum_required(VERSION 3.14.6)
include(ExternalProject)
Expand Down
9 changes: 5 additions & 4 deletions libraries/cmake/source/augeas/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright (c) 2014-present, Facebook, Inc.
# All rights reserved.
# Copyright (c) 2014-present, The osquery authors
#
# This source code is licensed in accordance with the terms specified in
# the LICENSE file found in the root directory of this source tree.
# This source code is licensed as defined by the LICENSE file found in the
# root directory of this source tree.
#
# SPDX-License-Identifier: (Apache-2.0 OR GPL-2.0-only)

function(augeasMain)
set(library_root "${CMAKE_CURRENT_SOURCE_DIR}/src")
Expand Down
9 changes: 5 additions & 4 deletions libraries/cmake/source/aws-sdk-cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright (c) 2014-present, Facebook, Inc.
# All rights reserved.
# Copyright (c) 2014-present, The osquery authors
#
# This source code is licensed in accordance with the terms specified in
# the LICENSE file found in the root directory of this source tree.
# This source code is licensed as defined by the LICENSE file found in the
# root directory of this source tree.
#
# SPDX-License-Identifier: (Apache-2.0 OR GPL-2.0-only)

option(OSQUERY_USE_AWS_MEMORY_MANAGEMENT "Set to true to enable the AWS custom memory allocator inside the Amazon SDK")

Expand Down
9 changes: 5 additions & 4 deletions libraries/cmake/source/berkeley-db/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright (c) 2014-present, Facebook, Inc.
# All rights reserved.
# Copyright (c) 2014-present, The osquery authors
#
# This source code is licensed in accordance with the terms specified in
# the LICENSE file found in the root directory of this source tree.
# This source code is licensed as defined by the LICENSE file found in the
# root directory of this source tree.
#
# SPDX-License-Identifier: (Apache-2.0 OR GPL-2.0-only)

function(berkeleydbMain)
set(library_root "${CMAKE_CURRENT_SOURCE_DIR}/src")
Expand Down
9 changes: 5 additions & 4 deletions libraries/cmake/source/boost/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright (c) 2014-present, Facebook, Inc.
# All rights reserved.
# Copyright (c) 2014-present, The osquery authors
#
# This source code is licensed in accordance with the terms specified in
# the LICENSE file found in the root directory of this source tree.
# This source code is licensed as defined by the LICENSE file found in the
# root directory of this source tree.
#
# SPDX-License-Identifier: (Apache-2.0 OR GPL-2.0-only)

function(boostMain)
set(BOOST_ROOT "${CMAKE_CURRENT_SOURCE_DIR}/src")
Expand Down
9 changes: 5 additions & 4 deletions libraries/cmake/source/bzip2/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright (c) 2014-present, Facebook, Inc.
# All rights reserved.
# Copyright (c) 2014-present, The osquery authors
#
# This source code is licensed in accordance with the terms specified in
# the LICENSE file found in the root directory of this source tree.
# This source code is licensed as defined by the LICENSE file found in the
# root directory of this source tree.
#
# SPDX-License-Identifier: (Apache-2.0 OR GPL-2.0-only)

function(bzip2Main)
set(library_root "${CMAKE_CURRENT_SOURCE_DIR}/src")
Expand Down
9 changes: 5 additions & 4 deletions libraries/cmake/source/gflags/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright (c) 2014-present, Facebook, Inc.
# All rights reserved.
# Copyright (c) 2014-present, The osquery authors
#
# This source code is licensed in accordance with the terms specified in
# the LICENSE file found in the root directory of this source tree.
# This source code is licensed as defined by the LICENSE file found in the
# root directory of this source tree.
#
# SPDX-License-Identifier: (Apache-2.0 OR GPL-2.0-only)

function(gflagsMain)
set(BUILD_gflags_nothreads_LIB false CACHE BOOL "" FORCE)
Expand Down
9 changes: 5 additions & 4 deletions libraries/cmake/source/glog/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright (c) 2014-present, Facebook, Inc.
# All rights reserved.
# Copyright (c) 2014-present, The osquery authors
#
# This source code is licensed in accordance with the terms specified in
# the LICENSE file found in the root directory of this source tree.
# This source code is licensed as defined by the LICENSE file found in the
# root directory of this source tree.
#
# SPDX-License-Identifier: (Apache-2.0 OR GPL-2.0-only)

function(googleLogMain)
set(disabled_option_list
Expand Down
9 changes: 5 additions & 4 deletions libraries/cmake/source/googletest/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright (c) 2014-present, Facebook, Inc.
# All rights reserved.
# Copyright (c) 2014-present, The osquery authors
#
# This source code is licensed in accordance with the terms specified in
# the LICENSE file found in the root directory of this source tree.
# This source code is licensed as defined by the LICENSE file found in the
# root directory of this source tree.
#
# SPDX-License-Identifier: (Apache-2.0 OR GPL-2.0-only)

function(googleTestMain)
set(disabled_option_list
Expand Down
9 changes: 5 additions & 4 deletions libraries/cmake/source/icu/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright (c) 2014-present, Facebook, Inc.
# All rights reserved.
# Copyright (c) 2014-present, The osquery authors
#
# This source code is licensed in accordance with the terms specified in
# the LICENSE file found in the root directory of this source tree.
# This source code is licensed as defined by the LICENSE file found in the
# root directory of this source tree.
#
# SPDX-License-Identifier: (Apache-2.0 OR GPL-2.0-only)

function(icuMain)
set(library_root "${CMAKE_CURRENT_SOURCE_DIR}/src/icu4c/source")
Expand Down
9 changes: 5 additions & 4 deletions libraries/cmake/source/libarchive/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright (c) 2014-present, Facebook, Inc.
# All rights reserved.
# Copyright (c) 2014-present, The osquery authors
#
# This source code is licensed in accordance with the terms specified in
# the LICENSE file found in the root directory of this source tree.
# This source code is licensed as defined by the LICENSE file found in the
# root directory of this source tree.
#
# SPDX-License-Identifier: (Apache-2.0 OR GPL-2.0-only)

function(libarchiveMain)
set(library_root "${CMAKE_CURRENT_SOURCE_DIR}/src")
Expand Down
9 changes: 5 additions & 4 deletions libraries/cmake/source/libaudit/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright (c) 2014-present, Facebook, Inc.
# All rights reserved.
# Copyright (c) 2014-present, The osquery authors
#
# This source code is licensed in accordance with the terms specified in
# the LICENSE file found in the root directory of this source tree.
# This source code is licensed as defined by the LICENSE file found in the
# root directory of this source tree.
#
# SPDX-License-Identifier: (Apache-2.0 OR GPL-2.0-only)

function(libauditMain)
set(library_root "${CMAKE_CURRENT_SOURCE_DIR}/src")
Expand Down
9 changes: 5 additions & 4 deletions libraries/cmake/source/libcryptsetup/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright (c) 2014-present, Facebook, Inc.
# All rights reserved.
# Copyright (c) 2014-present, The osquery authors
#
# This source code is licensed in accordance with the terms specified in
# the LICENSE file found in the root directory of this source tree.
# This source code is licensed as defined by the LICENSE file found in the
# root directory of this source tree.
#
# SPDX-License-Identifier: (Apache-2.0 OR GPL-2.0-only)

function(libcryptsetupMain)
set(library_root "${CMAKE_CURRENT_SOURCE_DIR}/src")
Expand Down
9 changes: 5 additions & 4 deletions libraries/cmake/source/libdevmapper/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright (c) 2014-present, Facebook, Inc.
# All rights reserved.
# Copyright (c) 2014-present, The osquery authors
#
# This source code is licensed in accordance with the terms specified in
# the LICENSE file found in the root directory of this source tree.
# This source code is licensed as defined by the LICENSE file found in the
# root directory of this source tree.
#
# SPDX-License-Identifier: (Apache-2.0 OR GPL-2.0-only)

function(libdevmapperMain)
set(library_root "${CMAKE_CURRENT_SOURCE_DIR}/src")
Expand Down
9 changes: 5 additions & 4 deletions libraries/cmake/source/libdpkg/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright (c) 2014-present, Facebook, Inc.
# All rights reserved.
# Copyright (c) 2014-present, The osquery authors
#
# This source code is licensed in accordance with the terms specified in
# the LICENSE file found in the root directory of this source tree.
# This source code is licensed as defined by the LICENSE file found in the
# root directory of this source tree.
#
# SPDX-License-Identifier: (Apache-2.0 OR GPL-2.0-only)

function(libdpkgMain)
set(library_root "${CMAKE_CURRENT_SOURCE_DIR}/src")
Expand Down
Loading

0 comments on commit 29f4694

Please sign in to comment.