From: Ian Jackson Date: Tue, 31 Dec 2019 12:50:43 +0000 (+0000) Subject: catacomb-import-update: Import catacomb's licence notice too X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=cbaa8fdc20ea6ce2ca254b1f38b80ccff1d89c66;p=secnet.git catacomb-import-update: Import catacomb's licence notice too This seems to me to be necessary to comply with the licence. Signed-off-by: Ian Jackson --- diff --git a/catacomb-import-update b/catacomb-import-update index ad28b3f..0371187 100755 --- a/catacomb-import-update +++ b/catacomb-import-update @@ -891,6 +891,8 @@ chomp ($DONOR_VERSION = capturex @with_dir, $DONOR_DIR, chomp ($DONOR_REVISION = capturex @with_dir, $DONOR_DIR, "git", "rev-parse", "HEAD"); +note_path 'debian/copyright', undef; + for my $f (@WANT_C) { (my $base = $f) =~ s{^.*/}{}; note_path $f, $base;