From eb48759675956d319f333c9757fbddea828bddc1 Mon Sep 17 00:00:00 2001 From: Andrei Coman Date: Mon, 14 Sep 2015 07:34:16 -0700 Subject: [PATCH] Add License headers to .js files Differential Revision: D2438967 committer: Service User --- .../ProgressBarAndroid/ProgressBarAndroid.ios.js | 7 ++++++- Libraries/Utilities/BackAndroid.ios.js | 7 +++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Libraries/Components/ProgressBarAndroid/ProgressBarAndroid.ios.js b/Libraries/Components/ProgressBarAndroid/ProgressBarAndroid.ios.js index de4dbf9d8..99f01c81f 100644 --- a/Libraries/Components/ProgressBarAndroid/ProgressBarAndroid.ios.js +++ b/Libraries/Components/ProgressBarAndroid/ProgressBarAndroid.ios.js @@ -1,5 +1,10 @@ /** - * Copyright 2004-present Facebook. All Rights Reserved. + * 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. * * @providesModule ProgressBarAndroid */ diff --git a/Libraries/Utilities/BackAndroid.ios.js b/Libraries/Utilities/BackAndroid.ios.js index c5a56f40e..e1d464ff1 100644 --- a/Libraries/Utilities/BackAndroid.ios.js +++ b/Libraries/Utilities/BackAndroid.ios.js @@ -1,4 +1,11 @@ /** + * 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. + * * iOS stub for BackAndroid.android.js * * @providesModule BackAndroid