diff --git a/Magick++/lib/Image.cpp b/Magick++/lib/Image.cpp index 8a4cfabf6f..dbe8578b31 100644 --- a/Magick++/lib/Image.cpp +++ b/Magick++/lib/Image.cpp @@ -2,7 +2,7 @@ // // Copyright Bob Friesenhahn, 1999, 2000, 2001, 2002, 2003 // -// Copyright @ 2013 ImageMagick Studio LLC, a non-profit organization +// Copyright @ 1999 ImageMagick Studio LLC, a non-profit organization // dedicated to making software imaging solutions freely available. // // Implementation of Image diff --git a/Magick++/lib/Magick++/Image.h b/Magick++/lib/Magick++/Image.h index f821b390e9..f061d9b2ec 100644 --- a/Magick++/lib/Magick++/Image.h +++ b/Magick++/lib/Magick++/Image.h @@ -1312,7 +1312,7 @@ namespace Magick void sepiaTone(const double threshold_); // Sets meanErrorPerPixel, normalizedMaxError, and normalizedMeanError - // in the current image. False is returned if the images are not identical. + // in the current image. True is returned if the images are identical. bool setColorMetric(const Image &reference_); // Allocates a pixel cache region to store image pixels as defined