Skip to content

Commit fedc539

Browse files
committed
Fix license comments
1 parent 9e966b4 commit fedc539

File tree

6 files changed

+19
-15
lines changed

6 files changed

+19
-15
lines changed

tasks/cra.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22
# Copyright (c) 2015-present, Facebook, Inc.
3-
4-
This source code is licensed under the MIT license found in the
5-
LICENSE file in the root directory of this source tree.
3+
#
4+
# This source code is licensed under the MIT license found in the
5+
# LICENSE file in the root directory of this source tree.
66

77
# ******************************************************************************
88
# This creates an app with the global CLI and `react-scripts` from the source.

tasks/e2e-installs.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22
# Copyright (c) 2015-present, Facebook, Inc.
3-
4-
This source code is licensed under the MIT license found in the
5-
LICENSE file in the root directory of this source tree.
3+
#
4+
# This source code is licensed under the MIT license found in the
5+
# LICENSE file in the root directory of this source tree.
66

77
# ******************************************************************************
88
# This is an end-to-end test intended to run on CI.

tasks/e2e-kitchensink.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22
# Copyright (c) 2015-present, Facebook, Inc.
3-
4-
This source code is licensed under the MIT license found in the
5-
LICENSE file in the root directory of this source tree.
3+
#
4+
# This source code is licensed under the MIT license found in the
5+
# LICENSE file in the root directory of this source tree.
66

77
# ******************************************************************************
88
# This is an end-to-end kitchensink test intended to run on CI.

tasks/e2e-simple.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22
# Copyright (c) 2015-present, Facebook, Inc.
3-
4-
This source code is licensed under the MIT license found in the
5-
LICENSE file in the root directory of this source tree.
3+
#
4+
# This source code is licensed under the MIT license found in the
5+
# LICENSE file in the root directory of this source tree.
66

77
# ******************************************************************************
88
# This is an end-to-end test intended to run on CI.

tasks/local-test.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#!/usr/bin/env bash
2+
# Copyright (c) 2015-present, Facebook, Inc.
3+
#
4+
# This source code is licensed under the MIT license found in the
5+
# LICENSE file in the root directory of this source tree.
26

37
function print_help {
48
echo "Usage: ${0} [OPTIONS]"

tasks/release.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22
# Copyright (c) 2015-present, Facebook, Inc.
3-
4-
This source code is licensed under the MIT license found in the
5-
LICENSE file in the root directory of this source tree.
3+
#
4+
# This source code is licensed under the MIT license found in the
5+
# LICENSE file in the root directory of this source tree.
66

77
# ******************************************************************************
88
# This releases an update to the `react-scripts` package.

0 commit comments

Comments
 (0)