diff options
Diffstat (limited to 'miext/rootless')
-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 | ||||
-rw-r--r-- | miext/rootless/safeAlpha/safeAlphaPicture.c | 2 | ||||
-rw-r--r-- | miext/rootless/safeAlpha/safeAlphaWindow.c | 4 |
9 files changed, 10 insertions, 10 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. * diff --git a/miext/rootless/safeAlpha/safeAlphaPicture.c b/miext/rootless/safeAlpha/safeAlphaPicture.c index a10e7456c..fcbe92b90 100644 --- a/miext/rootless/safeAlpha/safeAlphaPicture.c +++ b/miext/rootless/safeAlpha/safeAlphaPicture.c @@ -30,7 +30,7 @@ /* This file is largely based on fbcompose.c and fbpict.c, which contain * the following copyright: * - * Copyright © 2000 Keith Packard, member of The XFree86 Project, Inc. + * Copyright © 2000 Keith Packard, member of The XFree86 Project, Inc. */ /* $XFree86: xc/programs/Xserver/miext/rootless/safeAlpha/safeAlphaPicture.c,v 1.3 2003/10/24 00:33:15 torrey Exp $ */ diff --git a/miext/rootless/safeAlpha/safeAlphaWindow.c b/miext/rootless/safeAlpha/safeAlphaWindow.c index f7f83a371..e5d728dd8 100644 --- a/miext/rootless/safeAlpha/safeAlphaWindow.c +++ b/miext/rootless/safeAlpha/safeAlphaWindow.c @@ -1,4 +1,4 @@ -/* $XdotOrg$ */ +/* $XdotOrg: xc/programs/Xserver/miext/rootless/safeAlpha/safeAlphaWindow.c,v 1.2 2004/04/23 19:54:28 eich Exp $ */ /* * Specialized window functions to protect the alpha channel */ @@ -30,7 +30,7 @@ /* Portions of this file are based on fbwindow.c, which contains the * following copyright: * - * Copyright © 1998 Keith Packard + * Copyright © 1998 Keith Packard */ /* $XFree86: xc/programs/Xserver/miext/rootless/safeAlpha/safeAlphaWindow.c,v 1.1 2003/09/16 00:36:20 torrey Exp $ */ |