From 986ecc9cc467a62403c1448bf19ee605203ab431 Mon Sep 17 00:00:00 2001 From: Philip Orr Date: Wed, 27 Sep 2023 09:03:56 +0000 Subject: [PATCH] Bug 29324: Add missing copyright and license info This patch adds a new perl file to prepend copyright and/or license statements to all files that are missing them in the directory (and subdirectories) in which it is run. To test: 1. Apply the patch 2. Run perl xt/find-license-problems.t 3. Note there are some fails 4. Run perl xt/prependcopyrightandlicense.pl 5. Run perl xt/find-license-problems.t again 6. No more fails :) --- xt/prependcopyrightandlicense.pl | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 xt/prependcopyrightandlicense.pl diff --git a/xt/prependcopyrightandlicense.pl b/xt/prependcopyrightandlicense.pl old mode 100644 new mode 100755 -- 2.30.2