Skip to content

Commit 2146bca

Browse files
committed
Updated license check to remove refs to docs
1 parent 842b792 commit 2146bca

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/circleci/check_license.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
set -e
44

55
# Make sure we don't introduce accidental references to PATENTS.
6-
EXPECTED='docs/_posts/2014-10-28-react-v0.12.md
7-
docs/_posts/2015-04-17-react-native-v0.4.md
8-
scripts/circleci/check_license.sh'
6+
EXPECTED='scripts/circleci/check_license.sh'
97
ACTUAL=$(git grep -l PATENTS)
108

119
if [ "$EXPECTED" != "$ACTUAL" ]; then

0 commit comments

Comments
 (0)