Update copyright headers

Summary: Use MIT License copyright headers in JSI source code.

Reviewed By: axe-fb

Differential Revision: D10454031

fbshipit-source-id: d584073bb885fb7d977df1a45a6666ef6f52dcd6
This commit is contained in:
Héctor Ramos 2018-10-19 11:05:11 -07:00 committed by Facebook Github Bot
parent c95071e7d2
commit 47fb387455
14 changed files with 56 additions and 14 deletions

View File

@ -1,5 +1,8 @@
/** /**
* Copyright 2004-present Facebook. All Rights Reserved. * 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.
* *
* @flow strict * @flow strict
* @format * @format

View File

@ -1,4 +1,7 @@
// Copyright 2004-present Facebook. All Rights Reserved. // 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.
#include <fb/fbjni.h> #include <fb/fbjni.h>
#include <folly/Memory.h> #include <folly/Memory.h>

View File

@ -1,4 +1,7 @@
// Copyright 2004-present Facebook. All Rights Reserved. // 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.
#include "JSCRuntime.h" #include "JSCRuntime.h"

View File

@ -1,4 +1,7 @@
// Copyright 2004-present Facebook. All Rights Reserved. // 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.
#pragma once #pragma once

View File

@ -1,4 +1,7 @@
// Copyright 2004-present Facebook. All Rights Reserved. // 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.
#include "JSIDynamic.h" #include "JSIDynamic.h"

View File

@ -1,4 +1,7 @@
// Copyright 2004-present Facebook. All Rights Reserved. // 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.
#pragma once #pragma once

View File

@ -1,4 +1,7 @@
// Copyright 2004-present Facebook. All Rights Reserved. // 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.
#pragma once #pragma once

View File

@ -1,4 +1,7 @@
// Copyright 2004-present Facebook. All Rights Reserved. // 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.
#pragma once #pragma once

View File

@ -1,4 +1,7 @@
// Copyright 2004-present Facebook. All Rights Reserved. // 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.
#include <cassert> #include <cassert>
#include <cmath> #include <cmath>

View File

@ -1,4 +1,7 @@
// Copyright 2004-present Facebook. All Rights Reserved. // 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.
#pragma once #pragma once

View File

@ -1,4 +1,7 @@
// Copyright 2004-present Facebook. All Rights Reserved. // 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.
#include "jsireact/JSIExecutor.h" #include "jsireact/JSIExecutor.h"

View File

@ -1,4 +1,7 @@
// Copyright 2004-present Facebook. All Rights Reserved. // 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.
#pragma once #pragma once

View File

@ -1,4 +1,7 @@
// Copyright 2004-present Facebook. All Rights Reserved. // 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.
#include "jsireact/JSINativeModules.h" #include "jsireact/JSINativeModules.h"

View File

@ -1,4 +1,7 @@
// Copyright 2004-present Facebook. All Rights Reserved. // 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.
#pragma once #pragma once