diff options
Diffstat (limited to 'miext/rootless/accel')
-rw-r--r-- | miext/rootless/accel/rlBlt.c | 2 | ||||
-rw-r--r-- | miext/rootless/accel/rlCopy.c | 2 | ||||
-rw-r--r-- | miext/rootless/accel/rlFill.c | 2 | ||||
-rw-r--r-- | miext/rootless/accel/rlFillRect.c | 2 | ||||
-rw-r--r-- | miext/rootless/accel/rlFillSpans.c | 2 | ||||
-rw-r--r-- | miext/rootless/accel/rlGlyph.c | 2 | ||||
-rw-r--r-- | miext/rootless/accel/rlSolid.c | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/miext/rootless/accel/rlBlt.c b/miext/rootless/accel/rlBlt.c index 6711c500e..ad4ebf199 100644 --- a/miext/rootless/accel/rlBlt.c +++ b/miext/rootless/accel/rlBlt.c @@ -4,7 +4,7 @@ /* * This code is largely copied from fbBlt.c. * - * Copyright © 1998 Keith Packard + * Copyright © 1998 Keith Packard * Copyright (c) 2002 Apple Computer, Inc. All Rights Reserved. * Copyright (c) 2003 Torrey T. Lyons. All Rights Reserved. * diff --git a/miext/rootless/accel/rlCopy.c b/miext/rootless/accel/rlCopy.c index 8e063a347..46bca34f9 100644 --- a/miext/rootless/accel/rlCopy.c +++ b/miext/rootless/accel/rlCopy.c @@ -1,7 +1,7 @@ /* * This code is largely copied from fbcopy.c. * - * Copyright © 1998 Keith Packard + * Copyright © 1998 Keith Packard * Copyright (c) 2003 Torrey T. Lyons. All Rights Reserved. * * Permission to use, copy, modify, distribute, and sell this software and its diff --git a/miext/rootless/accel/rlFill.c b/miext/rootless/accel/rlFill.c index e33b40d45..4409663c0 100644 --- a/miext/rootless/accel/rlFill.c +++ b/miext/rootless/accel/rlFill.c @@ -1,7 +1,7 @@ /* * This code is largely copied from fbfill.c. * - * Copyright © 1998 Keith Packard + * Copyright © 1998 Keith Packard * Copyright (c) 2003 Torrey T. Lyons. All Rights Reserved. * * Permission to use, copy, modify, distribute, and sell this software and its diff --git a/miext/rootless/accel/rlFillRect.c b/miext/rootless/accel/rlFillRect.c index ca3985298..34789aa27 100644 --- a/miext/rootless/accel/rlFillRect.c +++ b/miext/rootless/accel/rlFillRect.c @@ -1,7 +1,7 @@ /* * This code is largely copied from fbfillrect.c. * - * Copyright © 1998 Keith Packard + * Copyright © 1998 Keith Packard * Copyright (c) 2003 Torrey T. Lyons. All Rights Reserved. * * Permission to use, copy, modify, distribute, and sell this software and its diff --git a/miext/rootless/accel/rlFillSpans.c b/miext/rootless/accel/rlFillSpans.c index b91f734c1..18a61a944 100644 --- a/miext/rootless/accel/rlFillSpans.c +++ b/miext/rootless/accel/rlFillSpans.c @@ -1,7 +1,7 @@ /* * This code is largely copied from fbfillsp.c. * - * Copyright © 1998 Keith Packard + * Copyright © 1998 Keith Packard * Copyright (c) 2003 Torrey T. Lyons. All Rights Reserved. * * Permission to use, copy, modify, distribute, and sell this software and its diff --git a/miext/rootless/accel/rlGlyph.c b/miext/rootless/accel/rlGlyph.c index da28204eb..775032ed4 100644 --- a/miext/rootless/accel/rlGlyph.c +++ b/miext/rootless/accel/rlGlyph.c @@ -1,7 +1,7 @@ /* * This code is largely copied from fbglyph.c. * - * Copyright © 1998 Keith Packard + * Copyright © 1998 Keith Packard * Copyright (c) 2003 Torrey T. Lyons. All Rights Reserved. * * Permission to use, copy, modify, distribute, and sell this software and its diff --git a/miext/rootless/accel/rlSolid.c b/miext/rootless/accel/rlSolid.c index 4ff4798c1..15aa2ae43 100644 --- a/miext/rootless/accel/rlSolid.c +++ b/miext/rootless/accel/rlSolid.c @@ -4,7 +4,7 @@ /* * This code is largely copied from fbsolid.c. * - * Copyright © 1998 Keith Packard + * Copyright © 1998 Keith Packard * Copyright (c) 2002 Apple Computer, Inc. All Rights Reserved. * Copyright (c) 2003 Torrey T. Lyons. All Rights Reserved. * |