mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix licenses in the inspector
Summary: Lint all files in the inspector and apply auto-fixes for licenses. Changelog: [Internal] Reviewed By: mhorowitz Differential Revision: D18210914 fbshipit-source-id: 91c45d4b02a04e99dd32cf0be8771e327fe03660
This commit is contained in:
committed by
Facebook Github Bot
parent
e22a27fb9b
commit
9f0b80b1cf
@@ -1,4 +1,9 @@
|
||||
// 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 "CallbackOStream.h"
|
||||
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
// 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
|
||||
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
// 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 <hermes/inspector/detail/CallbackOStream.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user