Author: bdonlan Date: 2004-05-28 19:12:33 -0400 (Fri, 28 May 2004) New Revision: 184
Added: trunk/docs/boilerplate.pm Log: Added boilerplate module header with GPL statement, etc Added: trunk/docs/boilerplate.pm =================================================================== --- trunk/docs/boilerplate.pm 2004-05-28 22:58:17 UTC (rev 183) +++ trunk/docs/boilerplate.pm 2004-05-28 23:12:33 UTC (rev 184) @@ -0,0 +1,18 @@ +# vim: set ft=perl ts=4 sw=4: +# module - use +# +# Copyright (C) 2004 Bryan Donlan, Dylan William Hardison. +# +# This module is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This module is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this module; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
