From cbaa8fdc20ea6ce2ca254b1f38b80ccff1d89c66 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 31 Dec 2019 12:50:43 +0000 Subject: [PATCH] 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 --- catacomb-import-update | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.30.2