Added Copyright Header

Reviewed By: davidaurelio

Differential Revision: D10462700

fbshipit-source-id: edef1f6f5825835bbdb613a1934bf7bfe86d0ee6
This commit is contained in:
Sidharth Guglani
2018-10-24 03:09:58 -07:00
committed by Facebook Github Bot
parent e12b78f99b
commit ba9bd4eae3
27 changed files with 191 additions and 2 deletions

View File

@@ -1,4 +1,12 @@
#!/bin/bash
#
# Copyright (c) Facebook, Inc. and its affiliates.
#
# This source code is licensed under the MIT license found in the LICENSE
# file in the root directory of this source tree.
#
set -e
ROOTDIR="$(dirname $0)/.."
echo -e "\033[1;34m** We can deploy two libraries\n** (1) Java bindings to Yoga\n** (2) Android YogaLayout\n** Which do you want to ship today? \033[0m"