Skip to content

Commit

Permalink
Merge pull request #1009 from wincent/glh/header
Browse files Browse the repository at this point in the history
Add a missing license header
  • Loading branch information
wincent authored Aug 26, 2017
2 parents 8ef2d04 + 7b3152f commit 31ebb1f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/subscription/index.js
Original file line number Diff line number Diff line change
@@ -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';

0 comments on commit 31ebb1f

Please sign in to comment.