summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGentoo <installgentoo@endianness.com>2022-08-30 23:37:47 +1000
committerGentoo <installgentoo@endianness.com>2022-08-30 23:37:47 +1000
commitaa6aa297e04c5db03206224b9f08ba0d889503e8 (patch)
tree06e7477ebe27a3758796094c6e44e03187199d0a
parent776f461c3a4a31f9c785b217716430c667ff1083 (diff)
downloadfizzbuzz-perl-aa6aa297e04c5db03206224b9f08ba0d889503e8.tar.gz
fizzbuzz-perl-aa6aa297e04c5db03206224b9f08ba0d889503e8.tar.bz2
fizzbuzz-perl-aa6aa297e04c5db03206224b9f08ba0d889503e8.zip
clarified that there are no restrictions on usageHEADmaster
-rwxr-xr-xfizzbuzz.pl1
1 files changed, 1 insertions, 0 deletions
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;