Skip to content

Commit

Permalink
Add missing licence to findSymlinksPaths
Browse files Browse the repository at this point in the history
Summary:
Missing licence added. Fixes #15759.
Closes facebook/react-native#15795

Differential Revision: D5768995

Pulled By: hramos

fbshipit-source-id: 2ecad87670f25362344a8da9478a79e731fd0ac2
  • Loading branch information
radko93 authored and facebook-github-bot committed Sep 5, 2017
1 parent 4ff634e commit e455a40
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions util/findSymlinksPaths.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* Copyright (c) 2015-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 path = require('path');
const fs = require('fs');

Expand Down

0 comments on commit e455a40

Please sign in to comment.