From 7d4a5b67d497ecc9a07447a95f73d8e2ee84573d Mon Sep 17 00:00:00 2001 From: Radek Czemerys Date: Tue, 5 Sep 2017 13:09:00 -0700 Subject: [PATCH] Add missing licence to findSymlinksPaths Summary: Missing licence added. Fixes #15759. Closes https://github.com/facebook/react-native/pull/15795 Differential Revision: D5768995 Pulled By: hramos fbshipit-source-id: 2ecad87670f25362344a8da9478a79e731fd0ac2 --- local-cli/util/findSymlinksPaths.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/local-cli/util/findSymlinksPaths.js b/local-cli/util/findSymlinksPaths.js index 8dc7d081ecb8ed..e0b9ef9bbfb7e3 100644 --- a/local-cli/util/findSymlinksPaths.js +++ b/local-cli/util/findSymlinksPaths.js @@ -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');