X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=PerlMagick%2FMagick.pm;h=26115ecb5f224b78b42a26fc313abf6eea53ad08;hb=0f5df816b3e2ca1dd4dec9c01539739a2df73e98;hp=21bcc9d32f3a559e1a19bf548865c3e8917302f0;hpb=d55889c67ae5a988f761e64061647191d76c514a;p=imagemagick diff --git a/PerlMagick/Magick.pm b/PerlMagick/Magick.pm index 21bcc9d32..26115ecb5 100644 --- a/PerlMagick/Magick.pm +++ b/PerlMagick/Magick.pm @@ -1,7 +1,21 @@ package Image::Magick; -# Released Feb. 17, 1997 by Kyle Shorter (magick@wizards.dupont.com) -# Public Domain +# Copyright 1999-2017 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; @@ -30,7 +44,7 @@ require AutoLoader; ConfigureError FatalErrorException ); -$VERSION = '6.6.8'; +$VERSION = '7.06'; sub AUTOLOAD { # This AUTOLOAD is used to 'autoload' constants from the constant() @@ -109,7 +123,7 @@ It was originally developed to be used by CGI scripts for Web pages. A web page has been set up for this extension. See: - file:///usr/local/share/doc/ImageMagick-6.6.8//www/perl-magick.html + file:///usr/local/share/doc/ImageMagick-7.0.0/www/perl-magick.html http://www.imagemagick.org/script/perl-magick.php If you have problems, go to