diff --git a/tasks/cra.sh b/tasks/cra.sh index 696db3f96c5822fe9063f91d4dd584bc1775c7a2..7929cdbf5af7e6532639e188aecebb5841419e98 100755 --- a/tasks/cra.sh +++ b/tasks/cra.sh @@ -1,8 +1,8 @@ #!/bin/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. +# +# This source code is licensed under the MIT license found in the +# LICENSE file in the root directory of this source tree. # ****************************************************************************** # This creates an app with the global CLI and `react-scripts` from the source. diff --git a/tasks/e2e-installs.sh b/tasks/e2e-installs.sh index 34d030746c537d32bac22621d0d3be0422426370..f352a544848117765b6f142a5be7bf30f52f3142 100755 --- a/tasks/e2e-installs.sh +++ b/tasks/e2e-installs.sh @@ -1,8 +1,8 @@ #!/bin/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. +# +# This source code is licensed under the MIT license found in the +# LICENSE file in the root directory of this source tree. # ****************************************************************************** # This is an end-to-end test intended to run on CI. diff --git a/tasks/e2e-kitchensink.sh b/tasks/e2e-kitchensink.sh index 9443803592dd99996f288d63400ec65dd512f25f..3d29e8a6f3ca3aed57f32e1179d3b3cd598f00b2 100755 --- a/tasks/e2e-kitchensink.sh +++ b/tasks/e2e-kitchensink.sh @@ -1,8 +1,8 @@ #!/bin/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. +# +# This source code is licensed under the MIT license found in the +# LICENSE file in the root directory of this source tree. # ****************************************************************************** # This is an end-to-end kitchensink test intended to run on CI. diff --git a/tasks/e2e-simple.sh b/tasks/e2e-simple.sh index 2fdca687a35f1f622766de5eddb48276c532983c..2c9709546a04689464a7b1174ee8695bd9577373 100755 --- a/tasks/e2e-simple.sh +++ b/tasks/e2e-simple.sh @@ -1,8 +1,8 @@ #!/bin/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. +# +# This source code is licensed under the MIT license found in the +# LICENSE file in the root directory of this source tree. # ****************************************************************************** # This is an end-to-end test intended to run on CI. diff --git a/tasks/local-test.sh b/tasks/local-test.sh index 42d98ffcdcf2ca8dc006ccf3620e0067d577a7e1..8ce44b640574b3ea4127837ba5cbbe86fba391b2 100755 --- a/tasks/local-test.sh +++ b/tasks/local-test.sh @@ -1,4 +1,8 @@ #!/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 { echo "Usage: ${0} [OPTIONS]" diff --git a/tasks/release.sh b/tasks/release.sh index c794cf2cbc1c4a9d90ce813ee3dcf9df28897fd1..0f11bb0d60ceb7979a0f5c8103efedacc8a780c0 100755 --- a/tasks/release.sh +++ b/tasks/release.sh @@ -1,8 +1,8 @@ #!/bin/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. +# +# This source code is licensed under the MIT license found in the +# LICENSE file in the root directory of this source tree. # ****************************************************************************** # This releases an update to the `react-scripts` package.