Add Facebook copyright headers (#633)

This commit is contained in:
Yangshun Tay 2018-05-04 09:40:07 -07:00 committed by Joel Marcey
parent be54c8f035
commit 545a053289
10 changed files with 54 additions and 4 deletions

View file

@ -1,3 +1,10 @@
/**
* Copyright (c) 2017-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
'use strict';
const React = require('react');