From: Alberto Garcia <berto@igalia.com>
Subject: Don't install the LICENSE file
Forwarded: no
Index: megatools/meson.build
===================================================================
--- megatools.orig/meson.build
+++ megatools/meson.build
@@ -58,7 +58,7 @@ endif
 
 # docs
 
-install_data(['README', 'NEWS', 'TODO', 'LICENSE'],
+install_data(['README', 'NEWS', 'TODO'],
   install_dir: join_paths(get_option('datadir'), 'doc', meson.project_name()),
 )
 
@@ -115,4 +115,4 @@ foreach mp: manpages
   )
 endforeach
 
-endif
\ No newline at end of file
+endif
