From aa6aa297e04c5db03206224b9f08ba0d889503e8 Mon Sep 17 00:00:00 2001 From: Gentoo Date: Tue, 30 Aug 2022 23:37:47 +1000 Subject: clarified that there are no restrictions on usage --- fizzbuzz.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/fizzbuzz.pl b/fizzbuzz.pl index 5aa1312..df08f1d 100755 --- a/fizzbuzz.pl +++ b/fizzbuzz.pl @@ -1,4 +1,5 @@ #!/usr/bin/perl +#License: Public domain use strict; use warnings; #use Perl::Critic; -- cgit v1.2.3