From 5f162efafa4cb36e3fa05b2e65023e85bf082353 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Wed, 11 Mar 2015 13:31:20 +0000 Subject: Include rsync as GPL3 chunk --- scripts/licensecheck.sh | 1 + strip-gplv3.configure | 1 + 2 files changed, 2 insertions(+) diff --git a/scripts/licensecheck.sh b/scripts/licensecheck.sh index 7e4c4b91..a57b2f76 100755 --- a/scripts/licensecheck.sh +++ b/scripts/licensecheck.sh @@ -54,6 +54,7 @@ m4 \ make \ nano \ patch \ +rsync \ texinfo-tarball" gplv3_repos="" diff --git a/strip-gplv3.configure b/strip-gplv3.configure index 75143d08..c08061ad 100755 --- a/strip-gplv3.configure +++ b/strip-gplv3.configure @@ -47,6 +47,7 @@ class StripGPLv3ConfigureExtension(cliapp.Application): ['make', ''], ['nano', ''], ['patch', ''], + ['rsync', ''], ['texinfo-tarball', ''], ] -- cgit v1.2.1