Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Exclude ASF libraries from report
Browse files Browse the repository at this point in the history
  • Loading branch information
takezoe committed Jun 21, 2017
1 parent b6c296e commit 1ec7bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-licensereport.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ rm -rf license-reports
mkdir license-reports

find . -name "*-licenses.csv" -exec cat {} >> license-reports/licences-concat.csv \;
cat license-reports/licences-concat.csv | sort | uniq | grep -v Apache | grep -v ASL | grep -v predictionio > license-reports/licences-notice.csv
cat license-reports/licences-concat.csv | sort | uniq | grep -v Apache | grep -v ASL | grep -v "org.apache" | grep -v "commons-" | grep -v predictionio > license-reports/licences-notice.csv

0 comments on commit 1ec7bb3

Please sign in to comment.