summaryrefslogtreecommitdiff
path: root/script/qr-color.pl
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2013-04-12 19:20:53 +0100
committerdakkar <dakkar@thenautilus.net>2013-04-12 19:20:53 +0100
commite3e45e3827fe10225b73ba059c184a5395658069 (patch)
tree9518bf94a7afdaec831319317a8d1db2133981f0 /script/qr-color.pl
parentmake objects one-shot (diff)
downloadqr-builder-e3e45e3827fe10225b73ba059c184a5395658069.tar.gz
qr-builder-e3e45e3827fe10225b73ba059c184a5395658069.tar.bz2
qr-builder-e3e45e3827fe10225b73ba059c184a5395658069.zip
add licenceHEADmaster
Diffstat (limited to 'script/qr-color.pl')
-rw-r--r--script/qr-color.pl16
1 files changed, 16 insertions, 0 deletions
diff --git a/script/qr-color.pl b/script/qr-color.pl
index 3490126..5717b27 100644
--- a/script/qr-color.pl
+++ b/script/qr-color.pl
@@ -83,3 +83,19 @@ $result->save_png($output_file);
say '';
say 'Leftovers:';
say for @{$result->leftover_words};
+
+__END__
+
+=head1 AUTHOR
+
+Gianni Ceccarelli <dakkar@thenautilus.net>
+
+=head1 COPYRIGHT AND LICENSE
+
+This software is copyright (c) 2012 by Gianni Ceccarelli.
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as
+published by the Free Software Foundation, version 3.
+
+=cut