From: cristy Date: Thu, 27 Oct 2011 11:16:35 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6734 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c7632411cd61383ff9b4bf47ab6f6f93481422e3;p=imagemagick --- diff --git a/PerlMagick/Magick.pm.in b/PerlMagick/Magick.pm.in index 1f5ca9d4b..13a8d4fee 100644 --- a/PerlMagick/Magick.pm.in +++ b/PerlMagick/Magick.pm.in @@ -1,7 +1,21 @@ package Image::Magick; -# Released Feb. 17, 1997 by Kyle Shorter (magick@wizards.dupont.com) -# Public Domain +# Copyright 1999-2011 ImageMagick Studio LLC, a non-profit organization +# dedicated to making software imaging solutions freely available. +# +# You may not use this file except in compliance with the License. You may +# obtain a copy of the License at +# +# http://www.imagemagick.org/script/license.php +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# Initial version, written by Kyle Shorter. + use strict; use Carp;