Skip to content

Commit

Permalink
Fix licenses in the inspector
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Riley Dulin authored and facebook-github-bot committed Nov 19, 2019
1 parent e22a27f commit 9f0b80b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
7 changes: 6 additions & 1 deletion ReactCommon/hermes/inspector/detail/CallbackOStream.cpp
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
7 changes: 6 additions & 1 deletion ReactCommon/hermes/inspector/detail/CallbackOStream.h
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -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>

Expand Down

0 comments on commit 9f0b80b

Please sign in to comment.