diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-02-24 13:25:27 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-02-24 14:12:28 +0100 |
| commit | b99a3ab9b8d24580a621ae96b10d15cdf9c57f57 (patch) | |
| tree | b3f99dc3bc16e946f540d65a96b4505971bf50c9 /travis | |
| parent | 36ecf5c4ad34fc17c5d82fe07c57096210136474 (diff) | |
| download | PROJ-data-b99a3ab9b8d24580a621ae96b10d15cdf9c57f57.tar.gz PROJ-data-b99a3ab9b8d24580a621ae96b10d15cdf9c57f57.zip | |
Add a copyright_and_licenses.csv file to capture copyright & license information for distributed files
Diffstat (limited to 'travis')
| -rw-r--r-- | travis/expected_main.lst | 1 | ||||
| -rwxr-xr-x | travis/test.sh | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/travis/expected_main.lst b/travis/expected_main.lst index 7c27de7..93c63fd 100644 --- a/travis/expected_main.lst +++ b/travis/expected_main.lst @@ -50,6 +50,7 @@ ca_que_mern_README.txt ch_swisstopo_CHENyx06a.tif ch_swisstopo_CHENyx06_ETRS.tif ch_swisstopo_README.txt +copyright_and_licenses.csv de_adv_BETA2007.tif de_adv_README.txt de_geosn_NTv2_SN.tif diff --git a/travis/test.sh b/travis/test.sh index 28593a6..eaec2ec 100755 --- a/travis/test.sh +++ b/travis/test.sh @@ -11,6 +11,6 @@ cd .. unzip -l build_travis/proj-data*.zip | tail -n +4 | head -n -2 | awk '{print $4}' | sort > /tmp/got_main.lst if ! diff -u travis/expected_main.lst /tmp/got_main.lst; then - echo "Got difference in proj-datumgrid-geotiff" + echo "Got difference in proj-data" exit 1; fi |
