Remove license headers from example files (#68)

This commit is contained in:
Frank Li 2017-08-16 13:41:20 -07:00 committed by Joel Marcey
parent ce29a19eea
commit 9e412f6bd7
6 changed files with 0 additions and 54 deletions

View file

@ -1,12 +1,3 @@
/**
* Copyright (c) 2017-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/
const React = require("react");
const CompLibrary = require("../../core/CompLibrary.js");