Skip to content

Commit

Permalink
Tidy up license headers [3/n]
Browse files Browse the repository at this point in the history
Summary: Changelog: [General] [Fixed] - License header cleanup

Differential Revision: D18033336

fbshipit-source-id: 0334bfa2d61314de6ee9e7302205c08574abc0d9
  • Loading branch information
zertosh authored and facebook-github-bot committed Oct 21, 2019
1 parent 42ac240 commit d8560a8
Show file tree
Hide file tree
Showing 14 changed files with 44 additions and 26 deletions.
5 changes: 5 additions & 0 deletions ReactCommon/jsi/jsi/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Copyright (c) Facebook, Inc. and its affiliates.
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

Expand Down
5 changes: 3 additions & 2 deletions ReactCommon/jsi/jsi/JSIDynamic.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree.
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

#include "JSIDynamic.h"

#include <glog/logging.h>
Expand Down
5 changes: 3 additions & 2 deletions ReactCommon/jsi/jsi/JSIDynamic.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree.
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

#pragma once

#include <folly/dynamic.h>
Expand Down
5 changes: 3 additions & 2 deletions ReactCommon/jsi/jsi/decorator.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree.
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

#pragma once

#include <tuple>
Expand Down
5 changes: 3 additions & 2 deletions ReactCommon/jsi/jsi/instrumentation.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree.
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

#pragma once

#include <iosfwd>
Expand Down
5 changes: 3 additions & 2 deletions ReactCommon/jsi/jsi/jsi-inl.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree.
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

#pragma once

namespace facebook {
Expand Down
5 changes: 3 additions & 2 deletions ReactCommon/jsi/jsi/jsi.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree.
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

#include <cassert>
#include <cmath>
#include <cstdlib>
Expand Down
5 changes: 3 additions & 2 deletions ReactCommon/jsi/jsi/jsi.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree.
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

#pragma once

#include <cassert>
Expand Down
5 changes: 3 additions & 2 deletions ReactCommon/jsi/jsi/jsilib-posix.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree.
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

#ifndef _WINDOWS

#include <fcntl.h>
Expand Down
5 changes: 3 additions & 2 deletions ReactCommon/jsi/jsi/jsilib-windows.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree.
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

#ifdef _WINDOWS

#include <jsi/jsilib.h>
Expand Down
5 changes: 3 additions & 2 deletions ReactCommon/jsi/jsi/jsilib.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree.
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

#pragma once

#include <jsi/jsi.h>
Expand Down
5 changes: 3 additions & 2 deletions ReactCommon/jsi/jsi/test/testlib.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree.
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

#include <jsi/test/testlib.h>
#include <gtest/gtest.h>
#include <jsi/decorator.h>
Expand Down
5 changes: 3 additions & 2 deletions ReactCommon/jsi/jsi/test/testlib.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree.
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

#pragma once

#include <functional>
Expand Down
5 changes: 3 additions & 2 deletions ReactCommon/jsi/jsi/threadsafe.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree.
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

#pragma once

#include <mutex>
Expand Down

0 comments on commit d8560a8

Please sign in to comment.