From e455a408df5574978606c7009a7129ff19764c59 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 --- util/findSymlinksPaths.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/util/findSymlinksPaths.js b/util/findSymlinksPaths.js index 8dc7d081e..e0b9ef9bb 100644 --- a/util/findSymlinksPaths.js +++ b/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');