Skip to content

Commit 9f0b80b

Browse files
Riley Dulinfacebook-github-bot
authored andcommitted
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
1 parent e22a27f commit 9f0b80b

3 files changed

Lines changed: 18 additions & 3 deletions

File tree

ReactCommon/hermes/inspector/detail/CallbackOStream.cpp

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
// Copyright 2004-present Facebook. All Rights Reserved.
1+
/*
2+
* Copyright (c) Facebook, Inc. and its affiliates.
3+
*
4+
* This source code is licensed under the MIT license found in the
5+
* LICENSE file in the root directory of this source tree.
6+
*/
27

38
#include "CallbackOStream.h"
49

ReactCommon/hermes/inspector/detail/CallbackOStream.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
// Copyright 2004-present Facebook. All Rights Reserved.
1+
/*
2+
* Copyright (c) Facebook, Inc. and its affiliates.
3+
*
4+
* This source code is licensed under the MIT license found in the
5+
* LICENSE file in the root directory of this source tree.
6+
*/
27

38
#pragma once
49

ReactCommon/hermes/inspector/detail/tests/CallbackOStreamTests.cpp

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
// Copyright 2004-present Facebook. All Rights Reserved.
1+
/*
2+
* Copyright (c) Facebook, Inc. and its affiliates.
3+
*
4+
* This source code is licensed under the MIT license found in the
5+
* LICENSE file in the root directory of this source tree.
6+
*/
27

38
#include <hermes/inspector/detail/CallbackOStream.h>
49

0 commit comments

Comments
 (0)