Skip to content

Commit aee88b6

Browse files
zertoshfacebook-github-bot
authored andcommittedOct 16, 2019
Tidy up license headers [3/n]
Summary: Changelog: [General] [Fixed] - License header cleanup Reviewed By: yungsters Differential Revision: D17952693 fbshipit-source-id: 8fcb8e58a2e04e7a3169f4d525bffc00835768e6
1 parent 3b31e69 commit aee88b6

File tree

218 files changed

+1078
-376
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

218 files changed

+1078
-376
lines changed
 

‎.circleci/Dockerfiles/scripts/run-android-docker-instrumentation-tests.sh

-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
#!/bin/bash
2-
#
32
# Copyright (c) Facebook, Inc. and its affiliates.
43
#
54
# This source code is licensed under the MIT license found in the
65
# LICENSE file in the root directory of this source tree.
7-
#
86

97
# for buck gen
108
mount -o remount,exec /dev/shm

‎.circleci/Dockerfiles/scripts/run-android-docker-unit-tests.sh

-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
#!/bin/bash
2-
#
32
# Copyright (c) Facebook, Inc. and its affiliates.
43
#
54
# This source code is licensed under the MIT license found in the
65
# LICENSE file in the root directory of this source tree.
7-
#
86

97
# set default environment variables
108
UNIT_TESTS_BUILD_THREADS="${UNIT_TESTS_BUILD_THREADS:-1}"

0 commit comments

Comments
 (0)
Please sign in to comment.