Skip to content

Commit eac380d

Browse files
author
cristy
committed
1 parent de984cd commit eac380d

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

Magick++/AUTHORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The author and maintainer of Magick++ is Bob Friesenhan
22
<bfriesen@simple.dallas.tx.us>.
33

4-
Many thanks to John Cristy for developing the powerful ImageMagick
4+
Many thanks to Cristy for developing the powerful ImageMagick
55
package that Magick++ is based on and for enhancing ImageMagick API
66
features in order to allow a cleaner implementation.
77

Magick++/INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Magick++:
7676
Professional
7777
Release 6
7878
Mac OS X GCC 2.95.2
79-
10.1 PowerPC (apple gcc John Cristy
79+
10.1 PowerPC (apple gcc Cristy
8080
"Darwin" -926)
8181

8282
Please let me know if you have successfully built and executed Magick++

Magick++/demo/piddle.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Copyright Bob Friesenhahn, 1999, 2000, 2002, 2003
44
//
55
// PerlMagick "piddle" demo re-implemented using Magick++ methods.
6-
// The PerlMagick "piddle" demo is written by John Cristy
6+
// The PerlMagick "piddle" demo is written by Cristy
77
//
88

99
#include <Magick++.h>

MagickCore/MagickCore-config.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ distribution to standard output.
6666
.SH LICENSE
6767
See http://www.imagemagick.org/script/license.php.
6868
.SH AUTHORS
69-
John Cristy, ImageMagick Studio LLC
69+
Cristy, ImageMagick Studio LLC

MagickWand/MagickWand-config.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ distribution to standard output.
6666
.SH COPYRIGHT
6767
See http://www.imagemagick.org/script/license.php
6868
.SH AUTHORS
69-
John Cristy, ImageMagick Studio LLC
69+
Cristy, ImageMagick Studio LLC

PerlMagick/demo/lsys.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/perl
22

3-
# Written by jreed@itis.com, adapted by John Cristy.
3+
# Written by jreed@itis.com, adapted by Cristy.
44

55
use Image::Magick;
66
use Turtle;

scripts/xsnap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exec wish "$0" "$@"
55
#
66
# XSnap, X-Windows Snapshot. A GUI for the ImageMagick import command
77
#
8-
# Software design, John Cristy (magick@dupont.com), March 1996
8+
# Software design, Cristy (magick@dupont.com), March 1996
99
#
1010
# Copyright (C) 1999-2014 ImageMagick Studio LLC, a non-profit organization
1111
# dedicated to making software imaging solutions freely available.

www/source/mgk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
% Read/Write MGK Image Format. %
1414
% %
1515
% Software Design %
16-
% John Cristy %
16+
% Cristy %
1717
% July 1992 %
1818
% %
1919
% %

0 commit comments

Comments
 (0)