From 2e45e52e01cef092d4803dd3e57d2dd57aea6862 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Tue, 10 Dec 2019 09:37:13 -0800 Subject: [PATCH] Add license notice. --- scripts/t-shirt-label-print.plx | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/t-shirt-label-print.plx b/scripts/t-shirt-label-print.plx index 1b5a6f4..dc07b91 100644 --- a/scripts/t-shirt-label-print.plx +++ b/scripts/t-shirt-label-print.plx @@ -1,4 +1,5 @@ #!/usr/bin/perl +# License: AGPL-3.0-or-later use strict; use warnings;