From 7b3152f4019f91137bba535a0d483deec6734367 Mon Sep 17 00:00:00 2001 From: Greg Hurrell Date: Fri, 25 Aug 2017 21:23:09 -0700 Subject: [PATCH] Add a missing license header --- src/subscription/index.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/subscription/index.js b/src/subscription/index.js index 11b0a7f26d..2d31f69503 100644 --- a/src/subscription/index.js +++ b/src/subscription/index.js @@ -1 +1,12 @@ +/** + * Copyright (c) 2017, 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. + * + * @flow + */ + export { subscribe, createSourceEventStream } from './subscribe';