Unverified Commit fedc5392 authored by Joe Haddad's avatar Joe Haddad
Browse files

Fix license comments

parent 9e966b4c
3 merge requests!12191Lim.Pisey.168:/Identified - We are currently investigating reports of missing build logs. The issue has been identified and a resolution is in progress. We will provide a further update when available.Mar 21, 09:02 UTC,!12853brikk,!5717Automatically extract project file structure from build bundle file
Showing with 19 additions and 15 deletions
+19 -15
#!/bin/bash #!/bin/bash
# Copyright (c) 2015-present, Facebook, Inc. # Copyright (c) 2015-present, Facebook, Inc.
#
This source code is licensed under the MIT license found in the # This source code is licensed under the MIT license found in the
LICENSE file in the root directory of this source tree. # LICENSE file in the root directory of this source tree.
# ****************************************************************************** # ******************************************************************************
# This creates an app with the global CLI and `react-scripts` from the source. # This creates an app with the global CLI and `react-scripts` from the source.
......
#!/bin/bash #!/bin/bash
# Copyright (c) 2015-present, Facebook, Inc. # Copyright (c) 2015-present, Facebook, Inc.
#
This source code is licensed under the MIT license found in the # This source code is licensed under the MIT license found in the
LICENSE file in the root directory of this source tree. # LICENSE file in the root directory of this source tree.
# ****************************************************************************** # ******************************************************************************
# This is an end-to-end test intended to run on CI. # This is an end-to-end test intended to run on CI.
......
#!/bin/bash #!/bin/bash
# Copyright (c) 2015-present, Facebook, Inc. # Copyright (c) 2015-present, Facebook, Inc.
#
This source code is licensed under the MIT license found in the # This source code is licensed under the MIT license found in the
LICENSE file in the root directory of this source tree. # LICENSE file in the root directory of this source tree.
# ****************************************************************************** # ******************************************************************************
# This is an end-to-end kitchensink test intended to run on CI. # This is an end-to-end kitchensink test intended to run on CI.
......
#!/bin/bash #!/bin/bash
# Copyright (c) 2015-present, Facebook, Inc. # Copyright (c) 2015-present, Facebook, Inc.
#
This source code is licensed under the MIT license found in the # This source code is licensed under the MIT license found in the
LICENSE file in the root directory of this source tree. # LICENSE file in the root directory of this source tree.
# ****************************************************************************** # ******************************************************************************
# This is an end-to-end test intended to run on CI. # This is an end-to-end test intended to run on CI.
......
#!/usr/bin/env bash #!/usr/bin/env bash
# Copyright (c) 2015-present, Facebook, Inc.
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
function print_help { function print_help {
echo "Usage: ${0} [OPTIONS]" echo "Usage: ${0} [OPTIONS]"
......
#!/bin/bash #!/bin/bash
# Copyright (c) 2015-present, Facebook, Inc. # Copyright (c) 2015-present, Facebook, Inc.
#
This source code is licensed under the MIT license found in the # This source code is licensed under the MIT license found in the
LICENSE file in the root directory of this source tree. # LICENSE file in the root directory of this source tree.
# ****************************************************************************** # ******************************************************************************
# This releases an update to the `react-scripts` package. # This releases an update to the `react-scripts` package.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment