From: Cheng Zhao Date: Mon, 21 Sep 2015 02:18:38 +0000 (+0800) Subject: Add Chromium's licenses to the dist X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=717e0f9821a4a30c8a9b787228529ff2ce2b8a8d;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git Add Chromium's licenses to the dist --- diff --git a/script/create-dist.py b/script/create-dist.py index c978641..ca7e216 100755 --- a/script/create-dist.py +++ b/script/create-dist.py @@ -126,6 +126,8 @@ def copy_chrome_binary(binary): def copy_license(): + shutil.copy2(os.path.join(CHROMIUM_DIR, '..', 'LICENSES.chromium.html'), + DIST_DIR) shutil.copy2(os.path.join(SOURCE_ROOT, 'LICENSE'), DIST_DIR)