X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=make%2Flib%2FSDL%2FBuild%2FLinux.pm;h=0a8ec4a76605dee92b5416b5fd557cafa679cbf6;hb=7b6a53a1f5064ca5b8ab0243f7bcf6209e6bf5a4;hp=1f07149a0827ff5044dff3fc06aea5991b81c5ab;hpb=fcfc9e03a45e08f7ae01987fd0cb9e06667c08dd;p=sdlgit%2FSDL_perl.git diff --git a/make/lib/SDL/Build/Linux.pm b/make/lib/SDL/Build/Linux.pm index 1f07149..0a8ec4a 100644 --- a/make/lib/SDL/Build/Linux.pm +++ b/make/lib/SDL/Build/Linux.pm @@ -1,3 +1,33 @@ +#!/usr/bin/env perl +# +# Linux.pm +# +# Copyright (C) 2005 David J. Goehrig +# +# ------------------------------------------------------------------------------ +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library 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 +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +# +# ------------------------------------------------------------------------------ +# +# Please feel free to send questions, suggestions or improvements to: +# +# David J. Goehrig +# dgoehrig@cpan.org +# + package SDL::Build::Linux; use base 'SDL::Build';