mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
8c63dd3b1a
Summary: Changelog: [General] [Fixed] - License header cleanup Differential Revision: D18440278 fbshipit-source-id: e641438267fc070350a8d20ee8eaccd425903014
13 lines
314 B
C++
13 lines
314 B
C++
/*
|
|
* 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 "MountingTransactionMetadata.h"
|
|
|
|
namespace facebook {
|
|
namespace react {} // namespace react
|
|
} // namespace facebook
|