package DADA::App::Licenses; use strict; use DADA::Config qw(!:DEFAULT); use vars qw(@ISA @EXPORT); require Exporter; @ISA = qw(Exporter); @EXPORT = qw(gpl no_spam); =pod =head1 Name DADA::Licenses =head1 Description Holds a copy of the GPL and a friendly note to not use this program for SPAM purposes =head1 Subroutines =cut =pod =head2 gpl returns a copy of the Gnu Public License =cut sub gpl { return <