osquery-1/osquery/utils
Jesse Kornblum c7355b19aa Update osquery licensing wording (#5452)
Summary:
Pull Request resolved: https://github.com/facebook/osquery/pull/5452

As suggested in another diff, this diff updates the language we use to describe the osquery licensing terms. We are changing all instances of

//This source code is licensed as defined on the LICENSE file found in the root directory of this source tree.//

to

//This source code is licensed in accordance with the terms specified in the LICENSE file found in the root directory of this source tree.//

We accomplish this with a codemod:

  $ codemod -md xplat/osquery/oss --extensions cpp,h,in,py,sh,mm,ps1 "(.\s+)This source code is licensed as defined on the LICENSE file found in the(.*)root directory of this source tree\." "\1This source code is licensed in accordance with the terms specified in\2the LICENSE file found in the root directory of this source tree."

Reviewed By: fmanco

Differential Revision: D14131290

fbshipit-source-id: 52c90da342263e2a80f5a678ecd760c19cf7513e
2019-02-19 10:59:48 -08:00
..
aws Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
config Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
conversions Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
darwin Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
debug Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
error Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
expected Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
info Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
json Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
macros Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
status Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
system Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
tests Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
versioning Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
attribute.h Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
base64.cpp Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
base64.h Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
BUCK Add thirdparty [boost] dependency to osquery/utils:utils 2019-02-12 04:08:17 -08:00
chars.cpp Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
chars.h Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
enum_class_hash.h Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
map_take.h Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
mutex.h Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
only_movable.cpp Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
only_movable.h Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
scope_guard.h Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00