summaryrefslogtreecommitdiffstats
path: root/import_bouncycastle.sh
diff options
context:
space:
mode:
authorWei Zhong <wzhong@google.com>2011-07-28 15:28:43 -0700
committerBrian Carlstrom <bdc@google.com>2011-07-28 21:56:47 -0700
commitf9310af47159b2796c6bb75b5766bc263036b088 (patch)
tree2f7b60b2f842416a25276a1929e12ec436476410 /import_bouncycastle.sh
parent1f0fd42634c77632c74012b4dfe3d91aea42e3fb (diff)
downloadandroid_external_bouncycastle-f9310af47159b2796c6bb75b5766bc263036b088.tar.gz
android_external_bouncycastle-f9310af47159b2796c6bb75b5766bc263036b088.tar.bz2
android_external_bouncycastle-f9310af47159b2796c6bb75b5766bc263036b088.zip
Convert LICENSE.html to NOTICE in plain text.
Bug: 5091335 Change-Id: I9aae71538961ad5f3a3a340b876ed97914bca529 Signed-off-by: Wei Zhong <wzhong@google.com>
Diffstat (limited to 'import_bouncycastle.sh')
-rwxr-xr-ximport_bouncycastle.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/import_bouncycastle.sh b/import_bouncycastle.sh
index 2271dc0..297efef 100755
--- a/import_bouncycastle.sh
+++ b/import_bouncycastle.sh
@@ -104,7 +104,7 @@ function import() {
cd $BOUNCYCASTLE_DIR
- cp -f LICENSE.html ../NOTICE
+ sed 's/<p>/& <BR>/g' LICENSE.html | html2text -width 102 -nobs -ascii > ../NOTICE
touch ../MODULE_LICENSE_BSD_LIKE
cd ..