Add Chromium's licenses to the dist
authorCheng Zhao <zcbenz@gmail.com>
Mon, 21 Sep 2015 02:18:38 +0000 (10:18 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Mon, 21 Sep 2015 02:18:38 +0000 (10:18 +0800)
script/create-dist.py

index c978641..ca7e216 100755 (executable)
@@ -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)