Skip to content

Commit a67525f

Browse files
fmancofacebook-github-bot
authored andcommitted
Fix LICENSE information on file headers (#5375)
Summary: Pull Request resolved: #5375 LICENSE is now defined in a single file on the root of the project, update the header to contain that information. **Project LICENSE did not change.** Reviewed By: akindyakov Differential Revision: D13750575 fbshipit-source-id: 1e608a81b260b8395f9d008fc67f463160c1fc2b
1 parent e7d01f8 commit a67525f

1,097 files changed

Lines changed: 2194 additions & 4387 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

osquery/BUCK

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# Copyright (c) 2014-present, Facebook, Inc.
22
# All rights reserved.
33
#
4-
# This source code is licensed under both the Apache 2.0 license (found in the
5-
# LICENSE file in the root directory of this source tree) and the GPLv2 (found
6-
# in the COPYING file in the root directory of this source tree).
7-
# You may select, at your option, one of the above-listed licenses.
4+
# This source code is licensed as defined on the LICENSE file found in the
5+
# root directory of this source tree.
86

97
load("//tools/build_defs/oss/osquery:cxx.bzl", "osquery_cxx_binary", "osquery_cxx_library")
108
load("//tools/build_defs/oss/osquery:globs.bzl", "osquery_subdir_glob")

osquery/carver/BUCK

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# Copyright (c) 2014-present, Facebook, Inc.
22
# All rights reserved.
33
#
4-
# This source code is licensed under both the Apache 2.0 license (found in the
5-
# LICENSE file in the root directory of this source tree) and the GPLv2 (found
6-
# in the COPYING file in the root directory of this source tree).
7-
# You may select, at your option, one of the above-listed licenses.
4+
# This source code is licensed as defined on the LICENSE file found in the
5+
# root directory of this source tree.
86

97
load("//tools/build_defs/oss/osquery:cxx.bzl", "osquery_cxx_library")
108
load("//tools/build_defs/oss/osquery:native.bzl", "osquery_target")

osquery/carver/carver.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
* Copyright (c) 2014-present, Facebook, Inc.
33
* All rights reserved.
44
*
5-
* This source code is licensed under both the Apache 2.0 license (found in the
6-
* LICENSE file in the root directory of this source tree) and the GPLv2 (found
7-
* in the COPYING file in the root directory of this source tree).
8-
* You may select, at your option, one of the above-listed licenses.
5+
* This source code is licensed as defined on the LICENSE file found in the
6+
* root directory of this source tree.
97
*/
108

119
// clang-format off

osquery/carver/carver.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
* Copyright (c) 2014-present, Facebook, Inc.
33
* All rights reserved.
44
*
5-
* This source code is licensed under both the Apache 2.0 license (found in the
6-
* LICENSE file in the root directory of this source tree) and the GPLv2 (found
7-
* in the COPYING file in the root directory of this source tree).
8-
* You may select, at your option, one of the above-listed licenses.
5+
* This source code is licensed as defined on the LICENSE file found in the
6+
* root directory of this source tree.
97
*/
108

119
#pragma once

osquery/carver/tests/BUCK

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# Copyright (c) 2014-present, Facebook, Inc.
22
# All rights reserved.
33
#
4-
# This source code is licensed under both the Apache 2.0 license (found in the
5-
# LICENSE file in the root directory of this source tree) and the GPLv2 (found
6-
# in the COPYING file in the root directory of this source tree).
7-
# You may select, at your option, one of the above-listed licenses.
4+
# This source code is licensed as defined on the LICENSE file found in the
5+
# root directory of this source tree.
86

97
load("//tools/build_defs/oss/osquery:cxx.bzl", "osquery_cxx_test")
108
load("//tools/build_defs/oss/osquery:native.bzl", "osquery_target")

osquery/carver/tests/carver_tests.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
* Copyright (c) 2014-present, Facebook, Inc.
33
* All rights reserved.
44
*
5-
* This source code is licensed under both the Apache 2.0 license (found in the
6-
* LICENSE file in the root directory of this source tree) and the GPLv2 (found
7-
* in the COPYING file in the root directory of this source tree).
8-
* You may select, at your option, one of the above-listed licenses.
5+
* This source code is licensed as defined on the LICENSE file found in the
6+
* root directory of this source tree.
97
*/
108

119
#include <boost/filesystem.hpp>

osquery/config/BUCK

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# Copyright (c) 2014-present, Facebook, Inc.
22
# All rights reserved.
33
#
4-
# This source code is licensed under both the Apache 2.0 license (found in the
5-
# LICENSE file in the root directory of this source tree) and the GPLv2 (found
6-
# in the COPYING file in the root directory of this source tree).
7-
# You may select, at your option, one of the above-listed licenses.
4+
# This source code is licensed as defined on the LICENSE file found in the
5+
# root directory of this source tree.
86

97
load("//tools/build_defs/oss/osquery:cxx.bzl", "osquery_cxx_library")
108
load("//tools/build_defs/oss/osquery:native.bzl", "osquery_target")

osquery/config/config.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
* Copyright (c) 2014-present, Facebook, Inc.
33
* All rights reserved.
44
*
5-
* This source code is licensed under both the Apache 2.0 license (found in the
6-
* LICENSE file in the root directory of this source tree) and the GPLv2 (found
7-
* in the COPYING file in the root directory of this source tree).
8-
* You may select, at your option, one of the above-listed licenses.
5+
* This source code is licensed as defined on the LICENSE file found in the
6+
* root directory of this source tree.
97
*/
108

119
#include <algorithm>

osquery/config/config.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
* Copyright (c) 2014-present, Facebook, Inc.
33
* All rights reserved.
44
*
5-
* This source code is licensed under both the Apache 2.0 license (found in the
6-
* LICENSE file in the root directory of this source tree) and the GPLv2 (found
7-
* in the COPYING file in the root directory of this source tree).
8-
* You may select, at your option, one of the above-listed licenses.
5+
* This source code is licensed as defined on the LICENSE file found in the
6+
* root directory of this source tree.
97
*/
108

119
#pragma once

osquery/config/packs.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
* Copyright (c) 2014-present, Facebook, Inc.
33
* All rights reserved.
44
*
5-
* This source code is licensed under both the Apache 2.0 license (found in the
6-
* LICENSE file in the root directory of this source tree) and the GPLv2 (found
7-
* in the COPYING file in the root directory of this source tree).
8-
* You may select, at your option, one of the above-listed licenses.
5+
* This source code is licensed as defined on the LICENSE file found in the
6+
* root directory of this source tree.
97
*/
108

119
#include <algorithm>

0 commit comments

Comments
 (0)