We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 842b792 commit 2146bcaCopy full SHA for 2146bca
scripts/circleci/check_license.sh
@@ -3,9 +3,7 @@
3
set -e
4
5
# 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'
+EXPECTED='scripts/circleci/check_license.sh'
9
ACTUAL=$(git grep -l PATENTS)
10
11
if [ "$EXPECTED" != "$ACTUAL" ]; then
0 commit comments