From 40001957947cdd99c993f3516c711cff11c041f6 Mon Sep 17 00:00:00 2001
From: Ignacio Pisso <ip@nilu.no>
Date: Thu, 14 Nov 2019 23:35:00 +0100
Subject: [PATCH] add licenses/copyright to tarball

---
 create_tarball.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/create_tarball.sh b/create_tarball.sh
index a61a312e..503cf7b7 100755
--- a/create_tarball.sh
+++ b/create_tarball.sh
@@ -79,6 +79,9 @@ cp -r src/gributils $tarball_tmp/src
 cp src/makefile $tarball_tmp/src
 echo ---------------------------------------------------------
 
+cp LICENSE $tarball_tmp/LICENSE_GPLv3
+cp src/flexpart_license.txt  $tarball_tmp/src
+
 echo
 
 # options dir
-- 
GitLab