[unpack/Mesa-6.5.2/include/GL/amesa.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.3\n * \n * Copyright (C) 1999-2000 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' Allegro (DJGPP) driver by Bernhard Tschirren (bernie-t@geocities.com) ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/amesa.h ) [unpack/Mesa-6.5.2/include/GL/dmesa.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.1\n * \n * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * DOS/DJGPP device driver for Mesa\n *\n * Author: Daniel Borca\n * Email : dborca@users.sourceforge.net\n * Web : http://www.geocities.com/dborca\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/dmesa.h ) [unpack/Mesa-6.5.2/include/GL/fxmesa.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 4.0\n * Copyright (C) 1995-2001 Brian Paul\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU Library General Public\n * License as published by the Free Software Foundation; either\n * version 2 of the License, or (at your option) any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n * Library General Public License for more details.\n *\n * You should have received a copy of the GNU Library General Public\n * License along with this library; if not, write to the Free\n * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n ' $'\n * FXMesa - 3Dfx Glide driver for Mesa. Contributed by David Bucciarelli\n *\n * NOTE: This version requires Glide3 (http://sourceforge.net/projects/glide)\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/fxmesa.h ) [unpack/Mesa-6.5.2/include/GL/ggimesa.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library GGI bindings (GGIGL [giggle])\n * Version: 4.0\n * Copyright (C) 1995-2000 Brian Paul\n * Copyright (C) 1998 Uwe Maurer\n * Copyrigth (C) 2001 Filip Spacek\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU Library General Public\n * License as published by the Free Software Foundation; either\n * version 2 of the License, or (at your option) any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n * Library General Public License for more details.\n *\n * You should have received a copy of the GNU Library General Public\n * License along with this library; if not, write to the Free\n * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n ' $'\n * Initialize Mesa GGI extension\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/ggimesa.h ) [unpack/Mesa-6.5.2/include/GL/gl.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*********************************************************************\n * Begin system-specific stuff. Do not do any of this when building\n * for SciTech SNAP, as this is all done before this header file is\n * included. \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/gl.h ) [unpack/Mesa-6.5.2/include/GL/gl_mangle.h]=( typeset -a comments=( ' REGENERATION ' $'\n * If you compile Mesa with USE_MGL_NAMESPACE defined then you can link\n * your application both with OpenGL and Mesa. The Mesa functions will\n * be redefined so they are prefixed with "mgl" instead of "gl".\n * Mgl contributed by Randy Frank (rfrank@rsinc.com)\n * Regneration code contributed by Ray Tice (rayt@ma.ultra.net)\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/gl_mangle.h ) [unpack/Mesa-6.5.2/include/GL/glext.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2004 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: This software was created using the\n** OpenGL(R) version 1.2.1 Sample Implementation published by SGI, but has\n** not been independently verified as being compliant with the OpenGL(R)\n** version 1.2.1 Specification.\n' '***********************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/glext.h ) [unpack/Mesa-6.5.2/include/GL/glfbdev.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' avoid including linux/fb.h ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/glfbdev.h ) [unpack/Mesa-6.5.2/include/GL/glu.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: This software was created using the\n** OpenGL(R) version 1.2.1 Sample Implementation published by SGI, but has\n** not been independently verified as being compliant with the OpenGL(R)\n** version 1.2.1 Specification.\n' '***********************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/glu.h ) [unpack/Mesa-6.5.2/include/GL/glu_mangle.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.0\n * Copyright (C) 1995-1998 Brian Paul\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU Library General Public\n * License as published by the Free Software Foundation; either\n * version 2 of the License, or (at your option) any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n * Library General Public License for more details.\n *\n * You should have received a copy of the GNU Library General Public\n * License along with this library; if not, write to the Free\n * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/glu_mangle.h ) [unpack/Mesa-6.5.2/include/GL/glx.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n * \n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $' VMS Xlib.h gives problems with C++.\n * this avoids a bunch of trivial warnings ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/glx.h ) [unpack/Mesa-6.5.2/include/GL/glx_mangle.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n * \n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' GLX 1.2 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/glx_mangle.h ) [unpack/Mesa-6.5.2/include/GL/glxext.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2004 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: This software was created using the\n** OpenGL(R) version 1.2.1 Sample Implementation published by SGI, but has\n** not been independently verified as being compliant with the OpenGL(R)\n** version 1.2.1 Specification.\n' '***********************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/glxext.h ) [unpack/Mesa-6.5.2/include/GL/internal/dri_interface.h]=( typeset -a comments=( $'\n * Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\n * (C) Copyright IBM Corporation 2004\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDERS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n * USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file dri_interface.h\n *\n * This file contains all the types and functions that define the interface\n * between a DRI driver and driver loader. Currently, the most common driver\n * loader is the XFree86 libGL.so. However, other loaders do exist, and in\n * the future the server-side libglx.a will also be a loader.\n * \n * \\author Kevin E. Martin \n * \\author Ian Romanick \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/internal/dri_interface.h ) [unpack/Mesa-6.5.2/include/GL/internal/glcore.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' $'\n** This file defines the interface between the GL core and the surrounding\n** "operating system" that supports it (currently the GLX or WGL extensions).\n**\n** Members (data and function pointers) are documented as imported or\n** exported according to how they are used by the core rendering functions.\n** Imported members are initialized by the "operating system" and used by\n** the core functions. Exported members are initialized by the core functions\n** and used by the "operating system".\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/internal/glcore.h ) [unpack/Mesa-6.5.2/include/GL/internal/sarea.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/GL/dri/sarea.h,v 1.11 2002/10/30 12:52:03 alanh Exp $ ' $'*\n * \\file sarea.h \n * SAREA definitions.\n * \n * \\author Kevin E. Martin \n * \\author Jens Owen \n * \\author Rickard E. (Rik) Faith \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/internal/sarea.h ) [unpack/Mesa-6.5.2/include/GL/mesa_wgl.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.1\n *\n * Copyright (C) 1999 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' prototypes for the Mesa WGL functions ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/mesa_wgl.h ) [unpack/Mesa-6.5.2/include/GL/mglmesa.h]=( typeset -a comments=( $'***************************************************************************\r\n*\r\n* Mesa bindings for SciTech MGL\r\n*\r\n* Copyright (C) 1996 SciTech Software.\r\n* All rights reserved.\r\n*\r\n* Filename: mglmesa.h\r\n* Version: Revision: 1.1.1.1\r\n*\r\n* Language: ANSI C\r\n* Environment: Any\r\n*\r\n* Description: Header file for the Mesa/OpenGL interface bindings for the\r\n* SciTech MGL graphics library. Uses the MGL internal\r\n* device context structures to get direct access to the\r\n* high performance MGL rasterization functions for maximum\r\n* performance. Utilizes the VESA VBE/AF Accelerator Functions\r\n* via the MGL\'s accelerated device driver functions, as well\r\n* as basic DirectDraw accelerated functions provided by the\r\n* MGL.\r\n*\r\n* This library is free software; you can redistribute it and/or\r\n* modify it under the terms of the GNU Library General Public\r\n* License as published by the Free Software Foundation; either\r\n* version 2 of the License, or (at your option) any later version.\r\n*\r\n* This library is distributed in the hope that it will be useful,\r\n* but WITHOUT ANY WARRANTY; without even the implied warranty of\r\n* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\r\n* Library General Public License for more details.\r\n*\r\n* You should have received a copy of the GNU Library General Public\r\n* License along with this library; if not, write to the Free\r\n* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\r\n*\r\n*\r\n***************************************************************************' '------------------------- Function Prototypes ---------------------------' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/mglmesa.h ) [unpack/Mesa-6.5.2/include/GL/osmesa.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n * \n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Mesa Off-Screen rendering interface.\n *\n * This is an operating system and window system independent interface to\n * Mesa which allows one to render images into a client-supplied buffer in\n * main memory. Such images may manipulated or saved in whatever way the\n * client wants.\n *\n * These are the API functions:\n * OSMesaCreateContext - create a new Off-Screen Mesa rendering context\n * OSMesaMakeCurrent - bind an OSMesaContext to a client\'s image buffer\n * and make the specified context the current one.\n * OSMesaDestroyContext - destroy an OSMesaContext\n * OSMesaGetCurrentContext - return thread\'s current context ID\n * OSMesaPixelStore - controls how pixels are stored in image buffer\n * OSMesaGetIntegerv - return OSMesa state parameters\n *\n *\n * The limits on the width and height of an image buffer are MAX_WIDTH and\n * MAX_HEIGHT as defined in Mesa/src/config.h. Defaults are 1280 and 1024.\n * You can increase them as needed but beware that many temporary arrays in\n * Mesa are dimensioned by MAX_WIDTH or MAX_HEIGHT.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/osmesa.h ) [unpack/Mesa-6.5.2/include/GL/svgamesa.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 4.0\n * Copyright (C) 1995-2001 Brian Paul\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU Library General Public\n * License as published by the Free Software Foundation; either\n * version 2 of the License, or (at your option) any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n * Library General Public License for more details.\n *\n * You should have received a copy of the GNU Library General Public\n * License along with this library; if not, write to the Free\n * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n ' $'\n * SVGA/Mesa interface for Linux.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/svgamesa.h ) [unpack/Mesa-6.5.2/include/GL/uglglutshapes.h]=( typeset -a comments=( ' uglglutshapes.h - Public header GLUT Shapes ' ' Copyright (c) Mark J. Kilgard, 1994, 1995, 1996, 1998. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/uglglutshapes.h ) [unpack/Mesa-6.5.2/include/GL/uglmesa.h]=( typeset -a comments=( ' uglmesa.h - Public header UGL/Mesa ' ' Copyright (C) 2001 by Wind River Systems, Inc ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/uglmesa.h ) [unpack/Mesa-6.5.2/include/GL/vms_x_fix.h]=( typeset -a comments=( $'**************************************************************************\n * *\n * Author : Jouk Jansen (joukj@hrem.nano.tudelft.nl) *\n * *\n * Last revision : 31 August 2006 *\n * *\n * Repair definitions of Runtime library functions when compiling with *\n * /name=(as_is) on OpenVMS *\n * *\n **************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/vms_x_fix.h ) [unpack/Mesa-6.5.2/include/GL/wmesa.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.0\n * Copyright (C) 1995-1998 Brian Paul\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU Library General Public\n * License as published by the Free Software Foundation; either\n * version 2 of the License, or (at your option) any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n * Library General Public License for more details.\n *\n * You should have received a copy of the GNU Library General Public\n * License along with this library; if not, write to the Free\n * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n *\n ' $'\n * Windows driver by: Mark E. Peterson (markp@ic.mankato.mn.us)\n * Updated by Li Wei (liwei@aiar.xjtu.edu.cn)\n *\n *\n ***************************************************************\n * WMesa *\n * version 2.3 *\t\n * *\n * By *\n * Li Wei *\n * Institute of Artificial Intelligence & Robotics *\n * Xi\'an Jiaotong University *\n * Email: liwei@aiar.xjtu.edu.cn * \n * Web page: http://sun.aiar.xjtu.edu.cn *\n * *\n *\t July 7th, 1997\t\t\t\t *\n ***************************************************************\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/wmesa.h ) [unpack/Mesa-6.5.2/include/GL/xmesa.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 4.1\n * \n * Copyright (C) 1999-2002 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Mesa/X11 interface. This header file serves as the documentation for\n * the Mesa/X11 interface functions.\n *\n * Note: this interface isn\'t intended for user programs. It\'s primarily\n * just for implementing the pseudo-GLX interface.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/xmesa.h ) [unpack/Mesa-6.5.2/include/GL/xmesa_x.h]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Kevin E. Martin \n *\n * When we\'re building the XMesa driver for stand-alone Mesa we\n * include this file when building the xm_*.c files.\n * We need to define some types and macros differently when building\n * in the Xserver vs. stand-alone Mesa.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/xmesa_x.h ) [unpack/Mesa-6.5.2/include/GL/xmesa_xf86.h]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Kevin E. Martin \n *\n * When we\'re building the XMesa driver for use in the X server (as the\n * indirect render) we include this file when building the xm_*.c files.\n * We need to define some types and macros differently when building\n * in the Xserver vs. stand-alone Mesa.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/xmesa_xf86.h ) [unpack/Mesa-6.5.2/include/GLView.h]=( typeset -a comments=( $'******************************************************************************\n/\n/\tFile:\t\tGLView.h\n/\n/\tCopyright 1993-98, Be Incorporated, All Rights Reserved.\n/\n******************************************************************************' $' The public methods below, for the moment,\n\t are just pass-throughs to BView ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GLView.h ) [unpack/Mesa-6.5.2/progs/demos/arbfplight.c]=( typeset -a comments=( $'\n * Use GL_ARB_fragment_program and GL_ARB_vertex_program to implement\n * simple per-pixel lighting.\n *\n * Brian Paul\n * 17 April 2003\n ' ' These must match the indexes used in the fragment program ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/arbfplight.c ) [unpack/Mesa-6.5.2/progs/demos/arbfslight.c]=( typeset -a comments=( $'\n * Use GL_ARB_fragment_shader and GL_ARB_vertex_shader to implement\n * simple per-pixel lighting.\n *\n * Michal Krol\n * 20 February 2006\n *\n * Based on the original demo by:\n * Brian Paul\n * 17 April 2003\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/arbfslight.c ) [unpack/Mesa-6.5.2/progs/demos/arbocclude.c]=( typeset -a comments=( $'\n * GL_ARB_occlusion_query demo\n *\n * Brian Paul\n * 12 June 2003\n *\n * Copyright (C) 2003 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' 50Hz update ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/arbocclude.c ) [unpack/Mesa-6.5.2/progs/demos/bounce.c]=( typeset -a comments=( $'\n * Bouncing ball demo.\n *\n * This program is in the public domain\n *\n * Brian Paul\n *\n * Conversion to GLUT by Mark J. Kilgard\n ' ' ARGSUSED1 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/bounce.c ) [unpack/Mesa-6.5.2/progs/demos/clearspd.c]=( typeset -a comments=( $'\n * Simple GLUT program to measure glClear() and glutSwapBuffers() speed.\n * Brian Paul February 15, 1997 This file in public domain.\n ' ' 2 seconds ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/clearspd.c ) [unpack/Mesa-6.5.2/progs/demos/cubemap.c]=( typeset -a comments=( $'\n * GL_ARB_texture_cube_map demo\n *\n * Brian Paul\n * May 2000\n *\n *\n * Copyright (C) 2000 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * This is a pretty minimalistic demo for now. Eventually, use some\n * interesting cube map textures and 3D objects.\n * For now, we use 6 checkerboard "walls" and a sphere (good for\n * verification purposes).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/cubemap.c ) [unpack/Mesa-6.5.2/progs/demos/drawpix.c]=( typeset -a comments=( $'\n * glDrawPixels demo/test/benchmark\n * \n * Brian Paul September 25, 1997 This file is in the public domain.\n ' ' This allows negative raster positions: ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/drawpix.c ) [unpack/Mesa-6.5.2/progs/demos/engine.c]=( typeset -a comments=( $'*\n * Simple engine demo (crankshaft, pistons, connecting rods)\n *\n * Brian Paul\n * June 2006\n ' ' Target engine speed: ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/engine.c ) [unpack/Mesa-6.5.2/progs/demos/fire.c]=( typeset -a comments=( $'\n * This program is under the GNU GPL.\n * Use at your own risk.\n *\n * written by David Bucciarelli (tech.hmw@plus.it)\n * Humanware s.r.l.\n ' $' Subdivide the ground into a bunch of quads. This improves fog\n * if GL_FOG_HINT != GL_NICEST\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/fire.c ) [unpack/Mesa-6.5.2/progs/demos/fogcoord.c]=( typeset -a comments=( $'\n * EXT_fog_coord.\n *\n * Based on glutskel.c by Brian Paul\n * and NeHe\'s Volumetric fog tutorial!\n *\n * Daniel Borca\n ' ' use glDrawElements ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/fogcoord.c ) [unpack/Mesa-6.5.2/progs/demos/fplight.c]=( typeset -a comments=( $'\n * Use GL_NV_fragment_program to implement per-pixel lighting.\n *\n * Brian Paul\n * 7 April 2003\n ' 'glOrtho( -2.0, 2.0, -2.0, 2.0, 5.0, 25.0 );' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/fplight.c ) [unpack/Mesa-6.5.2/progs/demos/fslight.c]=( typeset -a comments=( $'*\n * Test OpenGL 2.0 vertex/fragment shaders.\n * Brian Paul\n * 1 November 2006\n *\n * Based on ARB version by:\n * Michal Krol\n * 20 February 2006\n *\n * Based on the original demo by:\n * Brian Paul\n * 17 April 2003\n ' 'exit(1);' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/fslight.c ) [unpack/Mesa-6.5.2/progs/demos/gamma.c]=( typeset -a comments=( $' Draw test patterns to help determine correct gamma value for a display.\n When the intensities of the inner squares nearly match the intensities\n of their frames (from some distance the borders should disappear) then\n you\'ve found the right gamma value.\n\n You can set Mesa\'s gamma values (for red, green and blue) with the\n MESA_GAMMA environment variable. But only on X windows!\n For example:\n setenv MESA_GAMMA 1.5 1.6 1.4\n Sets the red gamma value to 1.5, green to 1.6 and blue to 1.4.\n See the main README file for more information.\n\n For more info about gamma correction see:\n http://www.inforamp.net/~poynton/notes/colour_and_gamma/GammaFAQ.html\n\n This program is in the public domain\n\n Brian Paul 19 Oct 1995\n Kai Schuetz 05 Jun 1999 ' ' Conversion to GLUT by Mark J. Kilgard ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/gamma.c ) [unpack/Mesa-6.5.2/progs/demos/gearbox.c]=( typeset -a comments=( $'\n * Use glCopyTexSubImage2D to draw animated gears on the sides of a box.\n *\n * Brian Paul\n * 27 January 2006\n ' $'*\n Draw a gear wheel. You\'ll probably want to call this function when\n building a display list since we do a lot of trig here.\n \n Input: inner_radius - radius of hole at center\n outer_radius - radius at center of teeth\n width - width of gear\n teeth - number of teeth\n tooth_depth - depth of tooth\n *' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/gearbox.c ) [unpack/Mesa-6.5.2/progs/demos/gears.c]=( typeset -a comments=( $'\n * 3-D gear wheels. This program is in the public domain.\n *\n * Command line options:\n * -info print GL implementation information\n * -exit automatically exit after 30 seconds\n *\n *\n * Brian Paul\n ' ' Conversion to GLUT by Mark J. Kilgard ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/gears.c ) [unpack/Mesa-6.5.2/progs/demos/geartrain.c]=( typeset -a comments=( $'\n * GearTrain Simulator * Version: 1.00\n *\n * Copyright (C) 1999 Shobhan Kumar Dutta All Rights Reserved.\n * \n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * SHOBHAN KUMAR DUTTA BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT\n * OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/geartrain.c ) [unpack/Mesa-6.5.2/progs/demos/glinfo.c]=( typeset -a comments=( $'\n * Print GL, GLU and GLUT version and extension info\n *\n * Brian Paul This file in public domain.\n * October 3, 1997\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/glinfo.c ) [unpack/Mesa-6.5.2/progs/demos/gloss.c]=( typeset -a comments=( $'\n * Specular reflection demo. The specular highlight is modulated by\n * a sphere-mapped texture. The result is a high-gloss surface.\n * NOTE: you really need hardware acceleration for this.\n * Also note, this technique can\'t be implemented with multi-texture\n * and separate specular color interpolation because there\'s no way\n * to indicate that the second texture unit (the reflection map)\n * should modulate the specular color and not the base color.\n * A future multi-texture extension could fix that.\n *\n * Command line options:\n * -info print GL implementation information\n *\n *\n * Brian Paul October 22, 1999 This program is in the public domain.\n ' ' Menu items ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/gloss.c ) [unpack/Mesa-6.5.2/progs/demos/glslnoise.c]=( typeset -a comments=( $'\n * GLSL noise demo.\n *\n * Michal Krol\n * 20 February 2006\n *\n * Based on the original demo by:\n * Stefan Gustavson (stegu@itn.liu.se) 2004, 2005\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/glslnoise.c ) [unpack/Mesa-6.5.2/progs/demos/gltestperf.c]=( typeset -a comments=( $'\n * This program is under the GNU GPL.\n * Use at your own risk.\n *\n * written by David Bucciarelli (tech.hmw@plus.it)\n * Humanware s.r.l.\n ' '*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/gltestperf.c ) [unpack/Mesa-6.5.2/progs/demos/glutfx.c]=( typeset -a comments=( $'\n * Example of how one might use GLUT with the 3Dfx driver in full-screen mode.\n * Note: this only works with X since we\'re using Mesa\'s GLX "hack" for\n * using Glide.\n *\n * Goals:\n * easy setup and input event handling with GLUT\n * use 3Dfx hardware\n * automatically set MESA environment variables\n * don\'t lose mouse input focus\n *\n * Brian Paul This file is in the public domain.\n ' $'\n * The 3Dfx driver is limited to 640 x 480 but the X window may be larger.\n * Enforce that here.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/glutfx.c ) [unpack/Mesa-6.5.2/progs/demos/ipers.c]=( typeset -a comments=( $'\n * This program is under the GNU GPL.\n * Use at your own risk.\n *\n * written by David Bucciarelli (tech.hmw@plus.it)\n * Humanware s.r.l.\n ' ' Brick ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/ipers.c ) [unpack/Mesa-6.5.2/progs/demos/isosurf.c]=( typeset -a comments=( $'\n * Display an isosurface of 3-D wind speed volume.\n *\n * Command line options:\n * -info print GL implementation information\n *\n * Brian Paul This file in public domain.\n ' $' Keys:\n * =====\n *\n * - Arrow keys to rotate\n * - \'s\' toggles smooth shading\n * - \'l\' toggles lighting\n * - \'f\' toggles fog\n * - \'I\' and \'i\' zoom in and out\n * - \'c\' toggles a user clip plane\n * - \'m\' toggles colorful materials in GL_TRIANGLES modes.\n * - \'+\' and \'-\' move the user clip plane\n *\n * Other options are available via the popup menu.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/isosurf.c ) [unpack/Mesa-6.5.2/progs/demos/lodbias.c]=( typeset -a comments=( $'\n * GL_EXT_texture_lod_bias demo\n *\n * Thanks to Michael Vance for implementing this extension in Mesa.\n *\n * Brian Paul\n * 20 March 2000\n *\n * Copyright (C) 2000 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' ints avoid fp precision problem ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/lodbias.c ) [unpack/Mesa-6.5.2/progs/demos/morph3d.c]=( typeset -a comments=( $'-\n * morph3d.c - Shows 3D morphing objects\n *\n * Converted to GLUT by brianp on 1/1/98\n *\n * This program was inspired on a WindowsNT(R)\'s screen saver. It was written \n * from scratch and it was not based on any other source code. \n * \n * Porting it to xlock (the final objective of this code since the moment I\n * decided to create it) was possible by comparing the original Mesa\'s gear\n * demo with it\'s ported version, so thanks for Danny Sung for his indirect\n * help (look at gear.c in xlock source tree). NOTE: At the moment this code\n * was sent to Brian Paul for package inclusion, the XLock Version was not\n * available. In fact, I\'ll wait it to appear on the next Mesa release (If you\n * are reading this, it means THIS release) to send it for xlock package \n * inclusion). It will probably there be a GLUT version too.\n *\n * Thanks goes also to Brian Paul for making it possible and inexpensive\n * to use OpenGL at home.\n *\n * Since I\'m not a native english speaker, my apologies for any gramatical\n * mistake.\n *\n * My e-mail addresses are\n *\n * vianna@cat.cbpf.br \n * and\n * marcelo@venus.rdc.puc-rio.br\n *\n * Marcelo F. Vianna (Feb-13-1997)\n ' $'\nThis document is VERY incomplete, but tries to describe the mathematics used\nin the program. At this moment it just describes how the polyhedra are \ngenerated. On futhurer versions, this document will be probabbly improved.\n\nSince I\'m not a native english speaker, my apologies for any gramatical\nmistake.\n\nMarcelo Fernandes Vianna \n- Undergraduate in Computer Engeneering at Catholic Pontifical University\n- of Rio de Janeiro (PUC-Rio) Brasil.\n- e-mail: vianna@cat.cbpf.br or marcelo@venus.rdc.puc-rio.br\n- Feb-13-1997\n\nPOLYHEDRA GENERATION\n\nFor the purpose of this program it\'s not sufficient to know the polyhedra\nvertexes coordinates. Since the morphing algorithm applies a nonlinear \ntransformation over the surfaces (faces) of the polyhedron, each face has\nto be divided into smaller ones. The morphing algorithm needs to transform \neach vertex of these smaller faces individually. It\'s a very time consoming\ntask.\n\nIn order to reduce calculation overload, and since all the macro faces of\nthe polyhedron are transformed by the same way, the generation is made by \ncreating only one face of the polyhedron, morphing it and then rotating it\naround the polyhedron center. \n\nWhat we need to know is the face radius of the polyhedron (the radius of \nthe inscribed sphere) and the angle between the center of two adjacent \nfaces using the center of the sphere as the angle\'s vertex.\n\nThe face radius of the regular polyhedra are known values which I decided\nto not waste my time calculating. Following is a table of face radius for\nthe regular polyhedra with edge length = 1:\n\n TETRAHEDRON : 1/(2*sqrt(2))/sqrt(3)\n CUBE\t : 1/2\n OCTAHEDRON : 1/sqrt(6)\n DODECAHEDRON : T^2 * sqrt((T+2)/5) / 2 -> where T=(sqrt(5)+1)/2\n ICOSAHEDRON : (3*sqrt(3)+sqrt(15))/12\n\nI\'ve not found any reference about the mentioned angles, so I needed to\ncalculate them, not a trivial task until I figured out how :)\nCuriously these angles are the same for the tetrahedron and octahedron.\nA way to obtain this value is inscribing the tetrahedron inside the cube\nby matching their vertexes. So you\'ll notice that the remaining unmatched\nvertexes are in the same straight line starting in the cube/tetrahedron\ncenter and crossing the center of each tetrahedron\'s face. At this point\nit\'s easy to obtain the bigger angle of the isosceles triangle formed by\nthe center of the cube and two opposite vertexes on the same cube face.\nThe edges of this triangle have the following lenghts: sqrt(2) for the base\nand sqrt(3)/2 for the other two other edges. So the angle we want is:\n +-----------------------------------------------------------+\n | 2*ARCSIN(sqrt(2)/sqrt(3)) = 109.47122063449069174 degrees |\n +-----------------------------------------------------------+\nFor the cube this angle is obvious, but just for formality it can be\neasily obtained because we also know it\'s isosceles edge lenghts:\nsqrt(2)/2 for the base and 1/2 for the other two edges. So the angle we \nwant is:\n +-----------------------------------------------------------+\n | 2*ARCSIN((sqrt(2)/2)/1) = 90.000000000000000000 degrees |\n +-----------------------------------------------------------+\nFor the octahedron we use the same idea used for the tetrahedron, but now\nwe inscribe the cube inside the octahedron so that all cubes\'s vertexes\nmatches excatly the center of each octahedron\'s face. It\'s now clear that\nthis angle is the same of the thetrahedron one:\n +-----------------------------------------------------------+\n | 2*ARCSIN(sqrt(2)/sqrt(3)) = 109.47122063449069174 degrees |\n +-----------------------------------------------------------+\nFor the dodecahedron it\'s a little bit harder because it\'s only relationship\nwith the cube is useless to us. So we need to solve the problem by another\nway. The concept of Face radius also exists on 2D polygons with the name\nEdge radius:\n Edge Radius For Pentagon (ERp)\n ERp = (1/2)/TAN(36 degrees) * VRp = 0.6881909602355867905\n (VRp is the pentagon\'s vertex radio).\n Face Radius For Dodecahedron\n FRd = T^2 * sqrt((T+2)/5) / 2 = 1.1135163644116068404\nWhy we need ERp? Well, ERp and FRd segments forms a 90 degrees angle, \ncompleting this triangle, the lesser angle is a half of the angle we are \nlooking for, so this angle is:\n +-----------------------------------------------------------+\n | 2*ARCTAN(ERp/FRd)\t = 63.434948822922009981 degrees |\n +-----------------------------------------------------------+\nFor the icosahedron we can use the same method used for dodecahedron (well\nthe method used for dodecahedron may be used for all regular polyhedra)\n Edge Radius For Triangle (this one is well known: 1/3 of the triangle height)\n ERt = sin(60)/3 = sqrt(3)/6 = 0.2886751345948128655\n Face Radius For Icosahedron\n FRi= (3*sqrt(3)+sqrt(15))/12 = 0.7557613140761707538\nSo the angle is:\n +-----------------------------------------------------------+\n | 2*ARCTAN(ERt/FRi)\t = 41.810314895778596167 degrees |\n +-----------------------------------------------------------+\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/morph3d.c ) [unpack/Mesa-6.5.2/progs/demos/multiarb.c]=( typeset -a comments=( $'\n * GL_ARB_multitexture demo\n *\n * Command line options:\n * -info print GL implementation information\n *\n *\n * Brian Paul November 1998 This program is in the public domain.\n * Modified on 12 Feb 2002 for > 2 texture units.\n ' ' add onto this ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/multiarb.c ) [unpack/Mesa-6.5.2/progs/demos/paltex.c]=( typeset -a comments=( $'\n * Paletted texture demo. Written by Brian Paul.\n * This program is in the public domain.\n ' ' in seconds ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/paltex.c ) [unpack/Mesa-6.5.2/progs/demos/particles.h]=( typeset -a comments=( $'\n * This program is under the GNU GPL.\n * Use at your own risk.\n *\n * written by David Bucciarelli (humanware@plus.it)\n * Humanware s.r.l.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/particles.h ) [unpack/Mesa-6.5.2/progs/demos/pointblast.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1997. ' $' This program is freely distributable without licensing fees \n and is provided without guarantee or warrantee expressed or \n implied. This program is -not- in the public domain. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/pointblast.c ) [unpack/Mesa-6.5.2/progs/demos/ray.c]=( typeset -a comments=( $'\n * This program is under the GNU GPL.\n * Use at your own risk.\n *\n * written by David Bucciarelli (tech.hmw@plus.it)\n * Humanware s.r.l.\n ' $'\n if(!SetPriorityClass(GetCurrentProcess(),REALTIME_PRIORITY_CLASS)) {\n fprintf(stderr,"Error setting the process class.\\n");\n return 0;\n }\n\n if(!SetThreadPriority(GetCurrentThread(),THREAD_PRIORITY_TIME_CRITICAL)) {\n fprintf(stderr,"Error setting the process priority.\\n");\n return 0;\n }\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/ray.c ) [unpack/Mesa-6.5.2/progs/demos/readpix.c]=( typeset -a comments=( $'\n * glReadPixels and glCopyPixels test\n * \n * Brian Paul March 1, 2000 This file is in the public domain.\n ' ' simple drawpixels ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/readpix.c ) [unpack/Mesa-6.5.2/progs/demos/readtex.c]=( typeset -a comments=( ' readtex.c ' $'\n * Read an SGI .rgb image file and generate a mipmap texture set.\n * Much of this code was borrowed from SGI\'s tk OpenGL toolkit.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/readtex.c ) [unpack/Mesa-6.5.2/progs/demos/readtex.h]=( typeset -a comments=( ' readtex.h ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/readtex.h ) [unpack/Mesa-6.5.2/progs/demos/reflect.c]=( typeset -a comments=( $'\n * Demo of a reflective, texture-mapped surface with OpenGL.\n * Brian Paul August 14, 1995 This file is in the public domain.\n *\n * Hardware texture mapping is highly recommended!\n *\n * The basic steps are:\n * 1. Render the reflective object (a polygon) from the normal viewpoint,\n * setting the stencil planes = 1.\n * 2. Render the scene from a special viewpoint: the viewpoint which\n * is on the opposite side of the reflective plane. Only draw where\n * stencil = 1. This draws the objects in the reflective surface.\n * 3. Render the scene from the original viewpoint. This draws the\n * objects in the normal fashion. Use blending when drawing\n * the reflective, textured surface.\n *\n * This is a very crude demo. It could be much better.\n ' $'\n * Authors:\n * Brian Paul\n * Dirk Reiners (reiners@igd.fhg.de) made some modifications to this code.\n * Mark Kilgard (April 1997)\n * Brian Paul (April 2000 - added keyboard d/s options)\n * Brian Paul (August 2005 - added multi window feature)\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/reflect.c ) [unpack/Mesa-6.5.2/progs/demos/renormal.c]=( typeset -a comments=( $'\n * Test GL_EXT_rescale_normal extension\n * Brian Paul January 1998 This program is in the public domain.\n ' ' setup lighting, etc ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/renormal.c ) [unpack/Mesa-6.5.2/progs/demos/shadowtex.c]=( typeset -a comments=( $'\n * Shadow demo using the GL_ARB_depth_texture, GL_ARB_shadow and\n * GL_ARB_shadow_ambient extensions.\n *\n * Brian Paul\n * 19 Feb 2001\n *\n * Added GL_EXT_shadow_funcs support on 23 March 2002\n * Added GL_EXT_packed_depth_stencil support on 15 March 2006.\n * Added GL_EXT_framebuffer_object support on 27 March 2006.\n * Removed old SGIX extension support on 5 April 2006.\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' sphere ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/shadowtex.c ) [unpack/Mesa-6.5.2/progs/demos/showbuffer.c]=( typeset -a comments=( ' showbuffer.c ' $'\n * Copy the depth buffer to the color buffer as a grayscale image.\n * Useful for inspecting the depth buffer values.\n *\n * This program is in the public domain.\n *\n * Brian Paul November 4, 1998\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/showbuffer.c ) [unpack/Mesa-6.5.2/progs/demos/showbuffer.h]=( typeset -a comments=( ' showbuffer. h' $'\n * Copy the depth buffer to the color buffer as a grayscale image.\n * Useful for inspecting the depth buffer values.\n *\n * This program is in the public domain.\n *\n * Brian Paul November 4, 1998\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/showbuffer.h ) [unpack/Mesa-6.5.2/progs/demos/singlebuffer.c]=( typeset -a comments=( $'\n * Demo of (nearly) flicker-free drawing with a single color buffer.\n *\n * Basically, draw the scene into the Z buffer first, then draw the\n * scene into the color buffer. Finally, "clear" the background by\n * setting the fragments we didn\'t hit earlier.\n *\n * This won\'t work if you need blending. The technique works best\n * when the scene is relatively simple and can be rendered quickly\n * (i.e. with hardware), and when the objects don\'t move too much from\n * one frame to the next.\n *\n * Brian Paul\n * 25 August 2005\n *\n * See Mesa license for terms.\n ' ' Return random float in [0,1] ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/singlebuffer.c ) [unpack/Mesa-6.5.2/progs/demos/spectex.c]=( typeset -a comments=( $'\n * GLUT demonstration of texturing with specular highlights.\n *\n * When drawing a lit, textured surface one usually wants the specular\n * highlight to override the texture colors. However, OpenGL applies\n * texturing after lighting so the specular highlight is modulated by\n * the texture.\n *\n * The solution here shown here is a two-pass algorithm:\n * 1. Draw the textured surface without specular lighting.\n * 2. Enable blending to add the next pass:\n * 3. Redraw the surface with a matte white material and only the\n * specular components of light sources enabled.\n *\n * Brian Paul February 1997\n ' 'static GLfloat Blue[4] = {0.0, 0.0, 1.0, 1.0};' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/spectex.c ) [unpack/Mesa-6.5.2/progs/demos/spriteblast.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1997. ' $' This program is freely distributable without licensing fees \n and is provided without guarantee or warrantee expressed or \n implied. This program is -not- in the public domain. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/spriteblast.c ) [unpack/Mesa-6.5.2/progs/demos/stex3d.c]=( typeset -a comments=( $'----------------------------- \n * stex3d.c GL example of the mesa 3d-texture extention to simulate procedural\n * texturing, it uses a perlin noise and turbulence functions.\n * \n * Author: Daniel Barrero\n * barrero@irit.fr\n * dbarrero@pegasus.uniandes.edu.co\n *\n * Converted to GLUT by brianp on 1/1/98\n * Massive clean-up on 2002/10/23 by brianp\n *\n * \n * cc stex3d.c -o stex3d -lglut -lMesaGLU -lMesaGL -lX11 -lXext -lm \n *\n *---------------------------- ' $'--------------------------------------------------------------------\n noise function over R3 - implemented by a pseudorandom tricubic spline \n EXCERPTED FROM SIGGRAPH 92, COURSE 23\n PROCEDURAL MODELING\n Ken Perlin\n New York University\n----------------------------------------------------------------------' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/stex3d.c ) [unpack/Mesa-6.5.2/progs/demos/streaming_rect.c]=( typeset -a comments=( $'\n * GL_ARB_multitexture demo\n *\n * Command line options:\n * -info print GL implementation information\n *\n *\n * Brian Paul November 1998 This program is in the public domain.\n * Modified on 12 Feb 2002 for > 2 texture units.\n ' $' XXX: This is extremely important - semantically makes the buffer\n * contents undefined, but in practice means that the driver can\n * release the old copy of the texture and allocate a new one\n * without waiting for outstanding rendering to complete.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/streaming_rect.c ) [unpack/Mesa-6.5.2/progs/demos/teapot.c]=( typeset -a comments=( $'\n * This program is under the GNU GPL.\n * Use at your own risk.\n *\n * written by David Bucciarelli (tech.hmw@plus.it)\n * Humanware s.r.l.\n ' '******************* begin shadow code *******************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/teapot.c ) [unpack/Mesa-6.5.2/progs/demos/terrain.c]=( typeset -a comments=( $'\n * This program is under the GNU GPL.\n * Use at your own risk.\n *\n * written by David Bucciarelli (tech.hmw@plus.it)\n * Humanware s.r.l.\n *\n * based on a Mikael SkiZoWalker\'s (MoDEL) / France (Skizo@Hol.Fr) demo\n ' ' I hope that the optimizer will be able to improve this code ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/terrain.c ) [unpack/Mesa-6.5.2/progs/demos/tessdemo.c]=( typeset -a comments=( $'\n * A demo of the GLU polygon tesselation functions written by Bogdan Sikorski.\n * Updated for GLU 1.3 tessellation by Gareth Hughes \n ' ' Allow multiple triangles to be output inside the begin/end pair. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/tessdemo.c ) [unpack/Mesa-6.5.2/progs/demos/texcyl.c]=( typeset -a comments=( $'\n * Textured cylinder demo: lighting, texturing, reflection mapping.\n *\n * Command line options:\n * -info print GL implementation information\n *\n *\n * Brian Paul May 1997 This program is in the public domain.\n ' ' performance info ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/texcyl.c ) [unpack/Mesa-6.5.2/progs/demos/texdown.c]=( typeset -a comments=( $'\n * Copyright (C) 1999 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * texdown\n *\n * Measure texture download speed.\n * Use keyboard to change texture size, format, datatype, scale/bias,\n * subimageload, etc.\n *\n * Brian Paul 28 January 2000\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/texdown.c ) [unpack/Mesa-6.5.2/progs/demos/texenv.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'*\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/texenv.c ) [unpack/Mesa-6.5.2/progs/demos/texobj.c]=( typeset -a comments=( $'\n * Example of using the 1.1 texture object functions.\n * Also, this demo utilizes Mesa\'s fast texture map path.\n *\n * Brian Paul June 1996 This file is in the public domain.\n ' ' draw first polygon ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/texobj.c ) [unpack/Mesa-6.5.2/progs/demos/trackball.c]=( typeset -a comments=( $'\n * (c) Copyright 1993, 1994, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' $'\n * Trackball code:\n *\n * Implementation of a virtual trackball.\n * Implemented by Gavin Bell, lots of ideas from Thant Tessman and\n * the August \'88 issue of Siggraph\'s "Computer Graphics," pp. 121-129.\n *\n * Vector manip code:\n *\n * Original code from:\n * David M. Ciemiewicz, Mark Grossman, Henry Moreton, and Paul Haeberli\n *\n * Much mucking with by:\n * Gavin Bell\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/trackball.c ) [unpack/Mesa-6.5.2/progs/demos/trackball.h]=( typeset -a comments=( $'\n * (c) Copyright 1993, 1994, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' $'\n * trackball.h\n * A virtual trackball implementation\n * Written by Gavin Bell for Silicon Graphics, November 1988.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/trackball.h ) [unpack/Mesa-6.5.2/progs/demos/trispd.c]=( typeset -a comments=( $'\n * Simple GLUT program to measure triangle strip rendering speed.\n * Brian Paul February 15, 1997 This file is in the public domain.\n ' ' 2 seconds ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/trispd.c ) [unpack/Mesa-6.5.2/progs/demos/tunnel.c]=( typeset -a comments=( $'\n * This program is under the GNU GPL.\n * Use at your own risk.\n *\n * written by David Bucciarelli (tech.hmw@plus.it)\n * Humanware s.r.l.\n ' $'\nextern int striplength_skin_13[];\nextern float stripdata_skin_13[];\n\nextern int striplength_skin_12[];\nextern float stripdata_skin_12[];\n\nextern int striplength_skin_11[];\nextern float stripdata_skin_11[];\n\nextern int striplength_skin_9[];\nextern float stripdata_skin_9[];\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/tunnel.c ) [unpack/Mesa-6.5.2/progs/demos/tunnel2.c]=( typeset -a comments=( $'\n * This program is under the GNU GPL.\n * Use at your own risk.\n *\n * You need TWO Voodoo Graphics boards in order to run\n * this demo !\n *\n * written by David Bucciarelli (tech.hmw@plus.it)\n * Humanware s.r.l.\n ' $'\n glBlendFunc(GL_SRC_ALPHA_SATURATE, GL_ONE);\n glEnable(GL_POLYGON_SMOOTH);\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/tunnel2.c ) [unpack/Mesa-6.5.2/progs/demos/tunneldat.h]=( typeset -a comments=( ' Object: skin_13 ' $' \'initializing\' : truncation from \'const double\' to \'float\' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/tunneldat.h ) [unpack/Mesa-6.5.2/progs/demos/vao_demo.c]=( typeset -a comments=( $'\n * (C) Copyright IBM Corporation 2006\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ' 70 degrees per second ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/vao_demo.c ) [unpack/Mesa-6.5.2/progs/demos/winpos.c]=( typeset -a comments=( $'\n * Example of how to use the GL_MESA_window_pos extension.\n * Brian Paul This file is in the public domain.\n ' $' Don\'t need to worry about the modelview or projection matrices!!! ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/winpos.c ) [unpack/Mesa-6.5.2/progs/ggi/asc-view.c]=( typeset -a comments=( $'\n test program for the ggi-mesa driver\n\n Copyright (C) 1997,1998 Uwe Maurer - uwe_maurer@t-online.de\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/ggi/asc-view.c ) [unpack/Mesa-6.5.2/progs/ggi/gears.c]=( typeset -a comments=( ' $Id: gears.c,v 1.3 1999/08/22 08:56:50 jtaylor Exp $ ' $'\n * 3-D gear wheels. This program is in the public domain.\n *\n * Brian Paul\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/ggi/gears.c ) [unpack/Mesa-6.5.2/progs/ggi/gears2.c]=( typeset -a comments=( ' gears.c ' $'\n * 3-D gear wheels. This program is in the public domain.\n *\n * Brian Paul\n * modified by Uwe Maurer (uwe_maurer@t-online.de)\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/ggi/gears2.c ) [unpack/Mesa-6.5.2/progs/osdemos/osdemo.c]=( typeset -a comments=( $'\n * Demo of off-screen Mesa rendering\n *\n * See Mesa/include/GL/osmesa.h for documentation of the OSMesa functions.\n *\n * If you want to render BIG images you\'ll probably have to increase\n * MAX_WIDTH and MAX_Height in src/config.h.\n *\n * This program is in the public domain.\n *\n * Brian Paul\n *\n * PPM output provided by Joerg Schmalzl.\n * ASCII PPM output added by Brian Paul.\n *\n * Usage: osdemo [filename]\n ' ' from GLUT... ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/osdemos/osdemo.c ) [unpack/Mesa-6.5.2/progs/osdemos/osdemo16.c]=( typeset -a comments=( $'\n * Demo of off-screen Mesa rendering with 16-bit color channels.\n * This requires the libOSMesa16.so library.\n *\n * Compile with something like this:\n *\n * gcc osdemo16.c -I../../include -L../../lib -lglut -lGLU -lOSMesa16 -lm -o osdemo16\n ' ' red square ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/osdemos/osdemo16.c ) [unpack/Mesa-6.5.2/progs/osdemos/osdemo32.c]=( typeset -a comments=( $'\n * Demo of off-screen Mesa rendering with 32-bit float color channels.\n * This requires the libOSMesa32.so library.\n *\n * Compile with something like this:\n *\n * gcc osdemo32.c -I../../include -L../../lib -lglut -lGLU -lOSMesa32 -lm -o osdemo32\n ' ' red square ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/osdemos/osdemo32.c ) [unpack/Mesa-6.5.2/progs/osdemos/ostest1.c]=( typeset -a comments=( $'\n * Test OSMesa interface at 8, 16 and 32 bits/channel.\n *\n * Usage: osdemo [options]\n *\n * Options:\n * -f generate image files\n * -g render gradient and print color values\n ' ' from GLUT... ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/osdemos/ostest1.c ) [unpack/Mesa-6.5.2/progs/osdemos/readtex.c]=( typeset -a comments=( ' readtex.c ' $'\n * Read an SGI .rgb image file and generate a mipmap texture set.\n * Much of this code was borrowed from SGI\'s tk OpenGL toolkit.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/osdemos/readtex.c ) [unpack/Mesa-6.5.2/progs/redbook/aaindex.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * aaindex.c\n * This program draws shows how to draw anti-aliased lines in color\n * index mode. It draws two diagonal lines to form an X; when \'r\' \n * is typed in the window, the lines are rotated in opposite \n * directions.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/aaindex.c ) [unpack/Mesa-6.5.2/progs/redbook/aapoly.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * aapoly.c\n * This program draws filled polygons with antialiased\n * edges. The special GL_SRC_ALPHA_SATURATE blending \n * function is used.\n * Pressing the \'t\' key turns the antialiasing on and off.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/aapoly.c ) [unpack/Mesa-6.5.2/progs/redbook/aargb.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * aargb.c\n * This program draws shows how to draw anti-aliased lines. It draws\n * two diagonal lines to form an X; when \'r\' is typed in the window, \n * the lines are rotated in opposite directions.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/aargb.c ) [unpack/Mesa-6.5.2/progs/redbook/accanti.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/accanti.c ) [unpack/Mesa-6.5.2/progs/redbook/accpersp.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $' accpersp.c\n * Use the accumulation buffer to do full-scene antialiasing\n * on a scene with perspective projection, using the special\n * routines accFrustum() and accPerspective().\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/accpersp.c ) [unpack/Mesa-6.5.2/progs/redbook/alpha.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * alpha.c\n * This program draws several overlapping filled polygons\n * to demonstrate the effect order has on alpha blending results.\n * Use the \'t\' key to toggle the order of drawing polygons.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/alpha.c ) [unpack/Mesa-6.5.2/progs/redbook/alpha3D.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * alpha3D.c\n * This program demonstrates how to intermix opaque and\n * alpha blended polygons in the same scene, by using \n * glDepthMask. Press the \'a\' key to animate moving the \n * transparent object through the opaque object. Press \n * the \'r\' key to reset the scene.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/alpha3D.c ) [unpack/Mesa-6.5.2/progs/redbook/anti.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/anti.c ) [unpack/Mesa-6.5.2/progs/redbook/bezcurve.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $' bezcurve.c\t\t\t\n * This program uses evaluators to draw a Bezier curve.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/bezcurve.c ) [unpack/Mesa-6.5.2/progs/redbook/bezmesh.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'*\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/bezmesh.c ) [unpack/Mesa-6.5.2/progs/redbook/checker.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/checker.c ) [unpack/Mesa-6.5.2/progs/redbook/clip.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * clip.c\n * This program demonstrates arbitrary clipping planes.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/clip.c ) [unpack/Mesa-6.5.2/progs/redbook/colormat.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * colormat.c\n * After initialization, the program will be in\n * ColorMaterial mode. Interaction: pressing the \n * mouse buttons will change the diffuse reflection values.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/colormat.c ) [unpack/Mesa-6.5.2/progs/redbook/cube.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * cube.c\n * This program demonstrates a single modeling transformation,\n * glScalef() and a single viewing transformation, gluLookAt().\n * A wireframe cube is rendered.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/cube.c ) [unpack/Mesa-6.5.2/progs/redbook/depthcue.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/depthcue.c ) [unpack/Mesa-6.5.2/progs/redbook/dof.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/dof.c ) [unpack/Mesa-6.5.2/progs/redbook/double.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * double.c\n * This is a simple double buffered program.\n * Pressing the left mouse button rotates the rectangle.\n * Pressing the middle mouse button stops the rotation.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/double.c ) [unpack/Mesa-6.5.2/progs/redbook/drawf.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * drawf.c\n * Draws the bitmapped letter F on the screen (several times).\n * This demonstrates use of the glBitmap() call.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/drawf.c ) [unpack/Mesa-6.5.2/progs/redbook/feedback.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * feedback.c\n * This program demonstrates use of OpenGL feedback. First,\n * a lighting environment is set up and a few lines are drawn.\n * Then feedback mode is entered, and the same lines are \n * drawn. The results in the feedback buffer are printed.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/feedback.c ) [unpack/Mesa-6.5.2/progs/redbook/fog.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'*\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/fog.c ) [unpack/Mesa-6.5.2/progs/redbook/fogindex.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/fogindex.c ) [unpack/Mesa-6.5.2/progs/redbook/font.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * font.c\n *\n * Draws some text in a bitmapped font. Uses glBitmap() \n * and other pixel routines. Also demonstrates use of \n * display lists.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/font.c ) [unpack/Mesa-6.5.2/progs/redbook/hello.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * hello.c\n * This is a simple, introductory OpenGL program.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/hello.c ) [unpack/Mesa-6.5.2/progs/redbook/image.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $' image.c\n * This program demonstrates drawing pixels and shows the effect\n * of glDrawPixels(), glCopyPixels(), and glPixelZoom().\n * Interaction: moving the mouse while pressing the mouse button\n * will copy the image in the lower-left corner of the window\n * to the mouse position, using the current pixel zoom factors.\n * There is no attempt to prevent you from drawing over the original\n * image. If you press the \'r\' key, the original image and zoom\n * factors are reset. If you press the \'z\' or \'Z\' keys, you change\n * the zoom factors.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/image.c ) [unpack/Mesa-6.5.2/progs/redbook/jitter.h]=( typeset -a comments=( $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' $'\njitter.h\n\nThis file contains jitter point arrays for 2,3,4,8,15,24 and 66 jitters.\n\nThe arrays are named j2, j3, etc. Each element in the array has the form,\nfor example, j8[0].x and j8[0].y\n\nValues are floating point in the range -.5 < x < .5, -.5 < y < .5, and\nhave a gaussian distribution around the origin.\n\nUse these to do model jittering for scene anti-aliasing and view volume\njittering for depth of field effects. Use in conjunction with the \naccwindow() routine.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/jitter.h ) [unpack/Mesa-6.5.2/progs/redbook/light.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * light.c\n * This program demonstrates the use of the OpenGL lighting\n * model. A sphere is drawn using a grey material characteristic.\n * A single light source illuminates the object.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/light.c ) [unpack/Mesa-6.5.2/progs/redbook/lines.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * lines.c\n * This program demonstrates geometric primitives and\n * their attributes.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/lines.c ) [unpack/Mesa-6.5.2/progs/redbook/list.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * list.c\n * This program demonstrates how to make and execute a \n * display list. Note that attributes, such as current \n * color and matrix, are changed.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/list.c ) [unpack/Mesa-6.5.2/progs/redbook/material.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/material.c ) [unpack/Mesa-6.5.2/progs/redbook/mipmap.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/mipmap.c ) [unpack/Mesa-6.5.2/progs/redbook/model.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * model.c\n * This program demonstrates modeling transformations\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/model.c ) [unpack/Mesa-6.5.2/progs/redbook/movelight.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * movelight.c\n * This program demonstrates when to issue lighting and\n * transformation commands to render a model with a light\n * which is moved by a modeling transformation (rotate or\n * translate). The light position is reset after the modeling\n * transformation is called. The eye position does not change.\n *\n * A sphere is drawn using a grey material characteristic.\n * A single light source illuminates the object.\n *\n * Interaction: pressing the left mouse button alters\n * the modeling transformation (x rotation) by 30 degrees.\n * The scene is then redrawn with the light in a new position.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/movelight.c ) [unpack/Mesa-6.5.2/progs/redbook/nurbs.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/nurbs.c ) [unpack/Mesa-6.5.2/progs/redbook/pickdepth.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/pickdepth.c ) [unpack/Mesa-6.5.2/progs/redbook/picksquare.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * picksquare.c\n * Use of multiple names and picking are demonstrated. \n * A 3x3 grid of squares is drawn. When the left mouse \n * button is pressed, all squares under the cursor position \n * have their color changed.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/picksquare.c ) [unpack/Mesa-6.5.2/progs/redbook/plane.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/plane.c ) [unpack/Mesa-6.5.2/progs/redbook/planet.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * planet.c\n * This program shows how to composite modeling transformations\n * to draw translated and rotated models.\n * Interaction: pressing the d and y keys (day and year)\n * alters the rotation of the planet around the sun.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/planet.c ) [unpack/Mesa-6.5.2/progs/redbook/polyoff.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * polyoff.c\n * This program demonstrates polygon offset to draw a shaded\n * polygon and its wireframe counterpart without ugly visual\n * artifacts ("stitching").\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/polyoff.c ) [unpack/Mesa-6.5.2/progs/redbook/polys.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/polys.c ) [unpack/Mesa-6.5.2/progs/redbook/quadric.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * quadric.c\n * This program demonstrates the use of some of the gluQuadric*\n * routines. Quadric objects are created with some quadric\n * properties and the callback routine to handle errors.\n * Note that the cylinder has no top or bottom and the circle\n * has a hole in it.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/quadric.c ) [unpack/Mesa-6.5.2/progs/redbook/robot.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * robot.c\n * This program shows how to composite modeling transformations\n * to draw translated and rotated hierarchical models.\n * Interaction: pressing the s and e keys (shoulder and elbow)\n * alters the rotation of the robot arm.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/robot.c ) [unpack/Mesa-6.5.2/progs/redbook/sccolorlight.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/sccolorlight.c ) [unpack/Mesa-6.5.2/progs/redbook/scene.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/scene.c ) [unpack/Mesa-6.5.2/progs/redbook/scenebamb.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/scenebamb.c ) [unpack/Mesa-6.5.2/progs/redbook/sceneflat.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/sceneflat.c ) [unpack/Mesa-6.5.2/progs/redbook/select.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * select.c\n * This is an illustration of the selection mode and \n * name stack, which detects whether objects which collide \n * with a viewing volume. First, four triangles and a \n * rectangular box representing a viewing volume are drawn \n * (drawScene routine). The green triangle and yellow \n * triangles appear to lie within the viewing volume, but \n * the red triangle appears to lie outside it. Then the \n * selection mode is entered (selectObjects routine). \n * Drawing to the screen ceases. To see if any collisions \n * occur, the four triangles are called. In this example, \n * the green triangle causes one hit with the name 1, and \n * the yellow triangles cause one hit with the name 3.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/select.c ) [unpack/Mesa-6.5.2/progs/redbook/smooth.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * smooth.c\n * This program demonstrates smooth shading.\n * A smooth shaded polygon is drawn in a 2-D projection.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/smooth.c ) [unpack/Mesa-6.5.2/progs/redbook/stencil.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/stencil.c ) [unpack/Mesa-6.5.2/progs/redbook/stroke.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/stroke.c ) [unpack/Mesa-6.5.2/progs/redbook/surface.c]=( typeset -a comments=( ' aux2glut conversion Copyright (c) Mark J. Kilgard, 1994, 1995 ' $'*\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/surface.c ) [unpack/Mesa-6.5.2/progs/redbook/teaambient.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'*\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/teaambient.c ) [unpack/Mesa-6.5.2/progs/redbook/teapots.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'*\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/teapots.c ) [unpack/Mesa-6.5.2/progs/redbook/tess.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * tess.c\n * This program demonstrates polygon tessellation.\n * Two tesselated objects are drawn. The first is a\n * rectangle with a triangular hole. The second is a\n * smooth shaded, self-intersecting star.\n *\n * Note the exterior rectangle is drawn with its vertices\n * in counter-clockwise order, but its interior clockwise.\n * Note the combineCallback is needed for the self-intersecting\n * star. Also note that removing the TessProperty for the\n * star will make the interior unshaded (WINDING_ODD).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/tess.c ) [unpack/Mesa-6.5.2/progs/redbook/tesswind.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * tesswind.c\n * This program demonstrates the winding rule polygon \n * tessellation property. Four tessellated objects are drawn, \n * each with very different contours. When the w key is pressed, \n * the objects are drawn with a different winding rule.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/tesswind.c ) [unpack/Mesa-6.5.2/progs/redbook/texbind.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $' texbind.c\n * This program demonstrates using glBindTexture() by\n * creating and managing two textures.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/texbind.c ) [unpack/Mesa-6.5.2/progs/redbook/texgen.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $' texgen.c\n * This program draws a texture mapped teapot with \n * automatically generated texture coordinates. The\n * texture is rendered as stripes on the teapot.\n * Initially, the object is drawn with texture coordinates\n * based upon the object coordinates of the vertex\n * and distance from the plane x = 0. Pressing the \'e\'\n * key changes the coordinate generation to eye coordinates\n * of the vertex. Pressing the \'o\' key switches it back\n * to the object coordinates. Pressing the \'s\' key \n * changes the plane to a slanted one (x + y + z = 0).\n * Pressing the \'x\' key switches it back to x = 0.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/texgen.c ) [unpack/Mesa-6.5.2/progs/redbook/texprox.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * texprox.c\n * The brief program illustrates use of texture proxies.\n * This program only prints out some messages about whether\n * certain size textures are supported and then exits.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/texprox.c ) [unpack/Mesa-6.5.2/progs/redbook/texsub.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $' texsub.c\n * This program texture maps a checkerboard image onto\n * two rectangles. This program clamps the texture, if\n * the texture coordinates fall outside 0.0 and 1.0.\n * If the s key is pressed, a texture subimage is used to\n * alter the original texture. If the r key is pressed,\n * the original texture is restored.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/texsub.c ) [unpack/Mesa-6.5.2/progs/redbook/texturesurf.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/texturesurf.c ) [unpack/Mesa-6.5.2/progs/redbook/torus.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * torus.c\n * This program demonstrates the creation of a display list.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/torus.c ) [unpack/Mesa-6.5.2/progs/redbook/trim.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * trim.c\n * This program draws a NURBS surface in the shape of a \n * symmetrical hill, using both a NURBS curve and pwl\n * (piecewise linear) curve to trim part of the surface.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/trim.c ) [unpack/Mesa-6.5.2/progs/redbook/unproject.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * unproject.c\n * When the left mouse button is pressed, this program \n * reads the mouse position and determines two 3D points \n * from which it was transformed. Very little is displayed.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/unproject.c ) [unpack/Mesa-6.5.2/progs/redbook/varray.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * varray.c\n * This program demonstrates vertex arrays.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/varray.c ) [unpack/Mesa-6.5.2/progs/redbook/wrap.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $' wrap.c\n * This program texture maps a checkerboard image onto\n * two rectangles. This program demonstrates the wrapping\n * modes, if the texture coordinates fall outside 0.0 and 1.0.\n * Interaction: Pressing the \'s\' and \'S\' keys switch the\n * wrapping between clamping and repeating for the s parameter.\n * The \'t\' and \'T\' keys control the wrapping for the t parameter.\n *\n * If running this program on OpenGL 1.0, texture objects are\n * not used.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/wrap.c ) [unpack/Mesa-6.5.2/progs/samples/accum.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/accum.c ) [unpack/Mesa-6.5.2/progs/samples/bitmap1.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/bitmap1.c ) [unpack/Mesa-6.5.2/progs/samples/bitmap2.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/bitmap2.c ) [unpack/Mesa-6.5.2/progs/samples/blendeq.c]=( typeset -a comments=( $'\n** blendeq.c - Demonstrates the use of the blend_minmax, blend_subtract,\n** and blend_logic_op extensions using glBlendEquationEXT.\n**\n** Over a two-color backround, draw rectangles using twelve blend\n** options. The values are read back as UNSIGNED_BYTE and printed\n** in hex over each value. These values are useful for logic\n** op comparisons when channels are 8 bits deep.\n' ' Draw background ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/blendeq.c ) [unpack/Mesa-6.5.2/progs/samples/blendxor.c]=( typeset -a comments=( $'\n** blendxor.c - Demonstrates the use of the blend_logic_op\n** extension to draw hilights. Using XOR to draw the same\n** image twice restores the background to its original value.\n' ' Draw background prims ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/blendxor.c ) [unpack/Mesa-6.5.2/progs/samples/copy.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/copy.c ) [unpack/Mesa-6.5.2/progs/samples/cursor.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/cursor.c ) [unpack/Mesa-6.5.2/progs/samples/depth.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/depth.c ) [unpack/Mesa-6.5.2/progs/samples/eval.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/eval.c ) [unpack/Mesa-6.5.2/progs/samples/fog.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/fog.c ) [unpack/Mesa-6.5.2/progs/samples/font.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/font.c ) [unpack/Mesa-6.5.2/progs/samples/line.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/line.c ) [unpack/Mesa-6.5.2/progs/samples/loadppm.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/loadppm.c ) [unpack/Mesa-6.5.2/progs/samples/logo.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ' These 3 lines added by BEP ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/logo.c ) [unpack/Mesa-6.5.2/progs/samples/nurb.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/nurb.c ) [unpack/Mesa-6.5.2/progs/samples/oglinfo.c]=( typeset -a comments=( ' oglinfo.c ' $' This demo modified by BrianP to accomodate Mesa and test\n * the GLX 1.1 functions.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/oglinfo.c ) [unpack/Mesa-6.5.2/progs/samples/olympic.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' $'\n * Nov 20, 1995 use stdlib\'s rand()/srand() instead of random()/srand48(), etc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/olympic.c ) [unpack/Mesa-6.5.2/progs/samples/overlay.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' $'\t glColor3f(1.0, 0.0, 0.0);' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/overlay.c ) [unpack/Mesa-6.5.2/progs/samples/point.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/point.c ) [unpack/Mesa-6.5.2/progs/samples/prim.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/prim.c ) [unpack/Mesa-6.5.2/progs/samples/quad.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/quad.c ) [unpack/Mesa-6.5.2/progs/samples/readtex.c]=( typeset -a comments=( ' readtex.c ' $'\n * Read an SGI .rgb image file and generate a mipmap texture set.\n * Much of this code was borrowed from SGI\'s tk OpenGL toolkit.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/readtex.c ) [unpack/Mesa-6.5.2/progs/samples/rgbtoppm.c]=( typeset -a comments=( ' texture.c - by David Blythe, SGI ' ' texload is a simplistic routine for reading an SGI .rgb image file. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/rgbtoppm.c ) [unpack/Mesa-6.5.2/progs/samples/select.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/select.c ) [unpack/Mesa-6.5.2/progs/samples/shape.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/shape.c ) [unpack/Mesa-6.5.2/progs/samples/sphere.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ' BEP: renamed "nearest" as "nnearest" to avoid math.h collision on AIX ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/sphere.c ) [unpack/Mesa-6.5.2/progs/samples/star.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/star.c ) [unpack/Mesa-6.5.2/progs/samples/stencil.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/stencil.c ) [unpack/Mesa-6.5.2/progs/samples/stretch.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ' changed powf and logf to pow and log -Brian ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/stretch.c ) [unpack/Mesa-6.5.2/progs/samples/texture.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/texture.c ) [unpack/Mesa-6.5.2/progs/samples/tkmap.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/tkmap.c ) [unpack/Mesa-6.5.2/progs/samples/tri.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/tri.c ) [unpack/Mesa-6.5.2/progs/samples/wave.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/wave.c ) [unpack/Mesa-6.5.2/progs/util/dumpstate.c]=( typeset -a comments=( $'\n *\n * From: Stephane Rehel \n * Date: Mon, 31 May 1999 18:40:54 -0400\n * To: Paul Brian \n * Subject: OpenGL State Dump Function\n * \n * Here is a function that dumps the current OpenGL state. I wrote it\n * some time ago.\n * \n * In the attachment:\n * + the code itself\n * + its output\n * \n * I think Mesa is wrong on some getBooleanv(). For example, GL_VERTEX_ARRAY\n * is queried by IsEnabled() (cf. p. 196 of the spec). But on page 193\n * we can read that all the boolean attribs that can be queried by IsEnabled()\n * can also be queried by IsEnabled().\n * \n * I had duplicated all the enums (LOCAL_*) so that the code can run on any \n * OpenGL version, even if an enum is not recognized.\n * \n * The code can be shipped in the public domain.\n * \n * Stephane.\n ' $'\n * Stephane Rehel\n * Creation: February 5 1999\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/util/dumpstate.c ) [unpack/Mesa-6.5.2/progs/util/errcheck.c]=( typeset -a comments=( ' errcheck.c ' $'\n * Call this function in your rendering loop to check for GL errors\n * during development. Remove from release code.\n *\n * Written by Brian Paul and in the public domain.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/util/errcheck.c ) [unpack/Mesa-6.5.2/progs/util/glstate.c]=( typeset -a comments=( ' $Id: glstate.c,v 1.1.1.1 1999/08/19 00:55:42 jtg Exp $ ' $'\n * Print GL state information (for debugging)\n * Copyright (C) 1998 Brian Paul\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU Library General Public\n * License as published by the Free Software Foundation; either\n * version 2 of the License, or (at your option) any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n * Library General Public License for more details.\n *\n * You should have received a copy of the GNU Library General Public\n * License along with this library; if not, write to the Free\n * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/util/glstate.c ) [unpack/Mesa-6.5.2/progs/util/glstate.h]=( typeset -a comments=( ' $Id: glstate.h,v 1.1.1.1 1999/08/19 00:55:42 jtg Exp $ ' $'\n * Print GL state information (for debugging)\n * Copyright (C) 1998 Brian Paul\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU Library General Public\n * License as published by the Free Software Foundation; either\n * version 2 of the License, or (at your option) any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n * Library General Public License for more details.\n *\n * You should have received a copy of the GNU Library General Public\n * License along with this library; if not, write to the Free\n * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/util/glstate.h ) [unpack/Mesa-6.5.2/progs/util/glutskel.c]=( typeset -a comments=( $'*\n * A skeleton/template GLUT program\n *\n * Written by Brian Paul and in the public domain.\n ' ' setup lighting, etc ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/util/glutskel.c ) [unpack/Mesa-6.5.2/progs/util/idproj.c]=( typeset -a comments=( ' idproj.c ' $'\n * Setup an identity projection such that glVertex(x,y) maps to\n * window coordinate (x,y).\n *\n * Written by Brian Paul and in the public domain.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/util/idproj.c ) [unpack/Mesa-6.5.2/progs/util/imagesgi.h]=( typeset -a comments=( $'*****************************************************************************\n** Filename : imageSgi.h\n** UNCLASSIFIED\n**\n** Description : Utility to read SGI image format files. This code was\n** originally a SGI image loading utility provided with the\n** Mesa 3D library @ http://www.mesa3d.org by Brain Paul.\n** This has been extended to read all SGI image formats\n** (e.g. INT, INTA, RGB, RGBA).\n**\n** Revision History:\n** Date Name Description\n** 06/08/99 BRC Initial Release\n**\n*****************************************************************************' ' __IMAGESGI_H ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/util/imagesgi.h ) [unpack/Mesa-6.5.2/progs/util/matrix.c]=( typeset -a comments=( $'\n * matrix.c\n *\n * Some useful matrix functions.\n *\n * Brian Paul\n * 10 Feb 2004\n ' $'*\n * Pretty-print the given matrix.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/util/matrix.c ) [unpack/Mesa-6.5.2/progs/util/mwmborder.c]=( typeset -a comments=( ' mwmborder.c ' $'\n * This function shows how to remove the border, title bar, resize button,\n * etc from a Motif window frame from inside an Xlib-based application.\n *\n * Brian Paul 19 Sep 1995 brianp@ssec.wisc.edu\n *\n * This code is in the public domain.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/util/mwmborder.c ) [unpack/Mesa-6.5.2/progs/util/readtex.c]=( typeset -a comments=( ' readtex.c ' $'\n * Read an SGI .rgb image file and generate a mipmap texture set.\n * Much of this code was borrowed from SGI\'s tk OpenGL toolkit.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/util/readtex.c ) [unpack/Mesa-6.5.2/progs/util/readtex.h]=( typeset -a comments=( ' readtex.h ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/util/readtex.h ) [unpack/Mesa-6.5.2/progs/util/showbuffer.c]=( typeset -a comments=( ' showbuffer.c ' $'\n * Copy the depth buffer to the color buffer as a grayscale image.\n * Useful for inspecting the depth buffer values.\n *\n * This program is in the public domain.\n *\n * Brian Paul November 4, 1998\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/util/showbuffer.c ) [unpack/Mesa-6.5.2/progs/util/showbuffer.h]=( typeset -a comments=( ' showbuffer. h' $'\n * Copy the depth buffer to the color buffer as a grayscale image.\n * Useful for inspecting the depth buffer values.\n *\n * This program is in the public domain.\n *\n * Brian Paul November 4, 1998\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/util/showbuffer.h ) [unpack/Mesa-6.5.2/progs/util/trackball.c]=( typeset -a comments=( $'\n * (c) Copyright 1993, 1994, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' $'\n * Trackball code:\n *\n * Implementation of a virtual trackball.\n * Implemented by Gavin Bell, lots of ideas from Thant Tessman and\n * the August \'88 issue of Siggraph\'s "Computer Graphics," pp. 121-129.\n *\n * Vector manip code:\n *\n * Original code from:\n * David M. Ciemiewicz, Mark Grossman, Henry Moreton, and Paul Haeberli\n *\n * Much mucking with by:\n * Gavin Bell\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/util/trackball.c ) [unpack/Mesa-6.5.2/progs/util/trackball.h]=( typeset -a comments=( $'\n * (c) Copyright 1993, 1994, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' $'\n * trackball.h\n * A virtual trackball implementation\n * Written by Gavin Bell for Silicon Graphics, November 1988.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/util/trackball.h ) [unpack/Mesa-6.5.2/progs/util/winpos.c]=( typeset -a comments=( ' winpos.c ' $'\n * Set the current raster position to a specific window\n * coordinate. Also see the GL_MESA_window_pos extension.\n *\n * Written by Brian Paul and in the public domain.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/util/winpos.c ) [unpack/Mesa-6.5.2/progs/util/xrotfont.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n *\n * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * glXUseRotatedXFontMESA() function - like glXUseXFont() but allows\n * specification of a 0, 90, 180 or 270 degree rotation.\n * Handy for drawing labels along vertical axes of graphs, etc.\n *\n * Based on Mesa\'s glXUseXFont code written and copyrighted by Thorsten Ohl.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/util/xrotfont.c ) [unpack/Mesa-6.5.2/progs/windml/readtex.c]=( typeset -a comments=( ' readtex.c ' $'\n * Read an SGI .rgb image file and generate a mipmap texture set.\n * Much of this code was borrowed from SGI\'s tk OpenGL toolkit.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/windml/readtex.c ) [unpack/Mesa-6.5.2/progs/windml/uglaccum.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/windml/uglaccum.c ) [unpack/Mesa-6.5.2/progs/windml/uglalldemos.c]=( typeset -a comments=( ' uglalldemos.c - WindML/Mesa example program ' ' Copyright (C) 2001 by Wind River Systems, Inc ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/windml/uglalldemos.c ) [unpack/Mesa-6.5.2/progs/windml/uglbounce.c]=( typeset -a comments=( $'\n * Bouncing ball demo.\n *\n * This program is in the public domain\n *\n * Brian Paul\n *\n * Conversion to GLUT by Mark J. Kilgard\n *\n * Conversion to UGL/Mesa by Stephane Raimbault\n ' ' UGL_LOCAL GLfloat Ymax = 4.0; ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/windml/uglbounce.c ) [unpack/Mesa-6.5.2/progs/windml/uglcube.c]=( typeset -a comments=( ' uglcube.c - WindML/Mesa example program ' ' Copyright (C) 2001 by Wind River Systems, Inc ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/windml/uglcube.c ) [unpack/Mesa-6.5.2/progs/windml/ugldrawpix.c]=( typeset -a comments=( $'\n * glDrawPixels demo/test/benchmark\n * \n * Brian Paul September 25, 1997 This file is in the public domain.\n *\n * Conversion to UGL/Mesa by Stephane Raimbault july, 2001\n ' $'\n * $Log: ugldrawpix.c,v $\n * Revision 1.2 2001/09/10 19:21:13 brianp\n * WindML updates (Stephane Raimbault)\n *\n * Revision 1.1 2001/08/20 16:07:11 brianp\n * WindML driver (Stephane Raimbault)\n *\n * Revision 1.5 2000/12/24 22:53:54 pesco\n * * demos/Makefile.am (INCLUDES): Added -I$(top_srcdir)/util.\n * * demos/Makefile.X11, demos/Makefile.BeOS-R4, demos/Makefile.cygnus:\n * Essentially the same.\n * Program files updated to include "readtex.c", not "../util/readtex.c".\n * * demos/reflect.c: Likewise for "showbuffer.c".\n *\n *\n * * Makefile.am (EXTRA_DIST): Added top-level regular files.\n *\n * * include/GL/Makefile.am (INC_X11): Added glxext.h.\n *\n *\n * * src/GGI/include/ggi/mesa/Makefile.am (EXTRA_HEADERS): Include\n * Mesa GGI headers in dist even if HAVE_GGI is not given.\n *\n * * configure.in: Look for GLUT and demo source dirs in $srcdir.\n *\n * * src/swrast/Makefile.am (libMesaSwrast_la_SOURCES): Set to *.[ch].\n * More source list updates in various Makefile.am\'s.\n *\n * * Makefile.am (dist-hook): Remove CVS directory from distribution.\n * (DIST_SUBDIRS): List all possible subdirs here.\n * (SUBDIRS): Only list subdirs selected for build again.\n * The above two applied to all subdir Makefile.am\'s also.\n *\n * Revision 1.4 2000/09/08 21:45:21 brianp\n * added dither key option\n *\n * Revision 1.3 1999/10/28 18:23:29 brianp\n * minor changes to Usage() function\n *\n * Revision 1.2 1999/10/21 22:13:58 brianp\n * added f key to toggle front/back drawing\n *\n * Revision 1.1.1.1 1999/08/19 00:55:40 jtg\n * Imported sources\n *\n * Revision 3.3 1999/03/28 18:18:33 brianp\n * minor clean-up\n *\n * Revision 3.2 1998/11/05 04:34:04 brianp\n * moved image files to ../images/ directory\n *\n * Revision 3.1 1998/02/22 16:43:17 brianp\n * added a few casts to silence compiler warnings\n *\n * Revision 3.0 1998/02/14 18:42:29 brianp\n * initial rev\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/windml/ugldrawpix.c ) [unpack/Mesa-6.5.2/progs/windml/uglflip.c]=( typeset -a comments=( ' uglflip.c - WindML/Mesa example program ' ' Copyright (C) 2001 by Wind River Systems, Inc ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/windml/uglflip.c ) [unpack/Mesa-6.5.2/progs/windml/uglgears.c]=( typeset -a comments=( ' uglgears.c - WindML/Mesa example program ' $'\n * 3-D gear wheels. This program is in the public domain.\n *\n * Brian Paul\n *\n * Conversion to GLUT by Mark J. Kilgard\n * Conversion to UGL/Mesa from GLUT by Stephane Raimbault\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/windml/uglgears.c ) [unpack/Mesa-6.5.2/progs/windml/uglicotorus.c]=( typeset -a comments=( ' uglicotorus.c - WindML/Mesa example program ' ' Copyright (C) 2001 by Wind River Systems, Inc ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/windml/uglicotorus.c ) [unpack/Mesa-6.5.2/progs/windml/uglline.c]=( typeset -a comments=( ' uglline.c - WindML/Mesa example program ' $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/windml/uglline.c ) [unpack/Mesa-6.5.2/progs/windml/uglolympic.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' $'\n * Nov 20, 1995 use stdlib\'s rand()/srand() instead of random()/srand48(), etc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/windml/uglolympic.c ) [unpack/Mesa-6.5.2/progs/windml/uglpoint.c]=( typeset -a comments=( ' uglpoint.c - WindML/Mesa example program ' ' Copyright (C) 2001 by Wind River Systems, Inc ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/windml/uglpoint.c ) [unpack/Mesa-6.5.2/progs/windml/uglstencil.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/windml/uglstencil.c ) [unpack/Mesa-6.5.2/progs/windml/uglteapot.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * The MIT License\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $'\n * Linux Magazine July 2001\n * Conversion to UGL/Mesa from GLUT by Stephane Raimbault, 2001\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/windml/uglteapot.c ) [unpack/Mesa-6.5.2/progs/windml/ugltexcube.c]=( typeset -a comments=( ' ugltexcube.c - WindML/Mesa example program ' ' Copyright (C) 2001 by Wind River Systems, Inc ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/windml/ugltexcube.c ) [unpack/Mesa-6.5.2/progs/windml/ugltexcyl.c]=( typeset -a comments=( $'\n * Textured cylinder demo: lighting, texturing, reflection mapping.\n *\n * Brian Paul May 1997 This program is in the public domain.\n *\n * Conversion to UGL/Mesa by Stephane Raimbault\n ' $'\n * $Log: ugltexcyl.c,v $\n * Revision 1.2 2001/09/10 19:21:13 brianp\n * WindML updates (Stephane Raimbault)\n *\n * Revision 1.1 2001/08/20 16:07:11 brianp\n * WindML driver (Stephane Raimbault)\n *\n * Revision 1.5 2001/03/27 17:35:26 brianp\n * set initial window pos\n *\n * Revision 1.4 2000/12/24 22:53:54 pesco\n * * demos/Makefile.am (INCLUDES): Added -I$(top_srcdir)/util.\n * * demos/Makefile.X11, demos/Makefile.BeOS-R4, demos/Makefile.cygnus:\n * Essentially the same.\n * Program files updated to include "readtex.c", not "../util/readtex.c".\n * * demos/reflect.c: Likewise for "showbuffer.c".\n *\n *\n * * Makefile.am (EXTRA_DIST): Added top-level regular files.\n *\n * * include/GL/Makefile.am (INC_X11): Added glxext.h.\n *\n *\n * * src/GGI/include/ggi/mesa/Makefile.am (EXTRA_HEADERS): Include\n * Mesa GGI headers in dist even if HAVE_GGI is not given.\n *\n * * configure.in: Look for GLUT and demo source dirs in $srcdir.\n *\n * * src/swrast/Makefile.am (libMesaSwrast_la_SOURCES): Set to *.[ch].\n * More source list updates in various Makefile.am\'s.\n *\n * * Makefile.am (dist-hook): Remove CVS directory from distribution.\n * (DIST_SUBDIRS): List all possible subdirs here.\n * (SUBDIRS): Only list subdirs selected for build again.\n * The above two applied to all subdir Makefile.am\'s also.\n *\n * Revision 1.3 2000/09/29 23:09:39 brianp\n * added fps output\n *\n * Revision 1.2 1999/10/21 16:39:06 brianp\n * added -info command line option\n *\n * Revision 1.1.1.1 1999/08/19 00:55:40 jtg\n * Imported sources\n *\n * Revision 3.3 1999/03/28 18:24:37 brianp\n * minor clean-up\n *\n * Revision 3.2 1998/11/05 04:34:04 brianp\n * moved image files to ../images/ directory\n *\n * Revision 3.1 1998/06/23 03:16:51 brianp\n * added Point/Linear sampling menu items\n *\n * Revision 3.0 1998/02/14 18:42:29 brianp\n * initial rev\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/windml/ugltexcyl.c ) [unpack/Mesa-6.5.2/progs/xdemos/glthreads.c]=( typeset -a comments=( $'\n * Copyright (C) 2000 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * This program tests GLX thread safety.\n * Command line options:\n * -p Open a display connection for each thread\n * -n Number of threads to create (default is 2)\n * -display Specify X display (default is :0.0)\n *\n * Brian Paul 20 July 2000\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/glthreads.c ) [unpack/Mesa-6.5.2/progs/xdemos/glxcontexts.c]=( typeset -a comments=( $'\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * This is a port of the infamous "gears" demo to straight GLX (i.e. no GLUT)\n * Port by Brian Paul 23 March 2001\n *\n * Command line options:\n * -info print GL implementation information\n * -stereo use stereo enabled GLX visual\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/glxcontexts.c ) [unpack/Mesa-6.5.2/progs/xdemos/glxdemo.c]=( typeset -a comments=( $'\n * A demonstration of using the GLX functions. This program is in the\n * public domain.\n *\n * Brian Paul\n ' ' window attributes ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/glxdemo.c ) [unpack/Mesa-6.5.2/progs/xdemos/glxgears.c]=( typeset -a comments=( $'\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * This is a port of the infamous "gears" demo to straight GLX (i.e. no GLUT)\n * Port by Brian Paul 23 March 2001\n *\n * Command line options:\n * -info print GL implementation information\n * -stereo use stereo enabled GLX visual\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/glxgears.c ) [unpack/Mesa-6.5.2/progs/xdemos/glxgears2.c]=( typeset -a comments=( $'\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * This is a port of the infamous "gears" demo to straight GLX (i.e. no GLUT)\n * Port by Brian Paul 23 March 2001\n *\n * Command line options:\n * -info print GL implementation information\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/glxgears2.c ) [unpack/Mesa-6.5.2/progs/xdemos/glxgears_fbconfig.c]=( typeset -a comments=( $'\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file glxgears_fbconfig.c\n * Yet-another-version of gears. Originally ported to GLX by Brian Paul on\n * 23 March 2001. Modified to use fbconfigs by Ian Romanick on 10 Feb 2004.\n *\n * Command line options:\n * -info print GL implementation information\n *\n * \\author Brian Paul\n * \\author Ian Romanick \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/glxgears_fbconfig.c ) [unpack/Mesa-6.5.2/progs/xdemos/glxheads.c]=( typeset -a comments=( $'\n * Exercise multiple GLX connections on multiple X displays.\n * Direct GLX contexts are attempted first, then indirect.\n * Each window will display a spinning green triangle.\n *\n * Copyright (C) 2000 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Each display/window/context:\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/glxheads.c ) [unpack/Mesa-6.5.2/progs/xdemos/glxinfo.c]=( typeset -a comments=( $'\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * This program is a work-alike of the IRIX glxinfo program.\n * Command line options:\n * -t print wide table\n * -v print verbose information\n * -display DisplayName specify the X display to interogate\n * -b only print ID of "best" visual on screen 0\n * -i use indirect rendering connection only\n * -l print interesting OpenGL limits (added 5 Sep 2002)\n *\n * Brian Paul 26 January 2000\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/glxinfo.c ) [unpack/Mesa-6.5.2/progs/xdemos/glxpbdemo.c]=( typeset -a comments=( $'\n * This program demonstrates how to do "off-screen" rendering using\n * the GLX pixel buffer extension.\n *\n * Written by Brian Paul for the "OpenGL and Window System Integration"\n * course presented at SIGGRAPH \'97. Updated on 5 October 2002.\n *\n * Updated on 31 January 2004 to use native GLX by\n * Andrew P. Lentvorski, Jr. \n *\n * Usage:\n * glxpbdemo width height imgfile\n * Where:\n * width is the width, in pixels, of the image to generate.\n * height is the height, in pixels, of the image to generate.\n * imgfile is the name of the PPM image file to write.\n *\n *\n * This demo draws 3-D boxes with random orientation.\n *\n * On machines such as the SGI Indigo you may have to reconfigure your\n * display/X server to enable pbuffers. Look in the /usr/gfx/ucode/MGRAS/vof/\n * directory for display configurations with the _pbuf suffix. Use\n * setmon -x to configure your X server and display for pbuffers.\n *\n * O2 systems seem to support pbuffers well.\n *\n ' ' Some ugly global vars ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/glxpbdemo.c ) [unpack/Mesa-6.5.2/progs/xdemos/glxpixmap.c]=( typeset -a comments=( $'\n * A demonstration of using the GLXPixmap functions. This program is in\n * the public domain.\n *\n * Brian Paul\n ' ' window attributes ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/glxpixmap.c ) [unpack/Mesa-6.5.2/progs/xdemos/glxswapcontrol.c]=( typeset -a comments=( $'\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * This is a port of the infamous "gears" demo to straight GLX (i.e. no GLUT)\n * Port by Brian Paul 23 March 2001\n *\n * Modified by Ian Romanick 09 April 2003 to support\n * GLX_{MESA,SGI}_swap_control and GLX_OML_sync_control.\n *\n * Command line options:\n * -display Name of the display to use.\n * -info print GL implementation information\n * -swap N Attempt to set the swap interval to 1/N second\n * -forcegetrate Get the display refresh rate even if the required GLX\n * extension is not supported.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/glxswapcontrol.c ) [unpack/Mesa-6.5.2/progs/xdemos/manywin.c]=( typeset -a comments=( $'\n * Create N GLX windows/contexts and render to them in round-robin order.\n * Also, have the contexts share all texture objects.\n * Press \'d\' to delete a texture, \'u\' to unbind it.\n *\n * Copyright (C) 2000 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Each display/window/context:\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/manywin.c ) [unpack/Mesa-6.5.2/progs/xdemos/offset.c]=( typeset -a comments=( $'***************************************************************************\nCopyright 1995 by Silicon Graphics Incorporated, Mountain View, California.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Silicon Graphics not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nSILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\nINCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\nEVENT SHALL SILICON GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\nCONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF\nUSE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\nPERFORMANCE OF THIS SOFTWARE.\n\n***************************************************************************' $'\n * Derived from code written by Kurt Akeley, November 1992\n *\n *\tUses PolygonOffset to draw hidden-line images. PolygonOffset\n *\t shifts the z values of polygons an amount that is\n *\t proportional to their slope in screen z. This keeps\n *\t the lines, which are drawn without displacement, from\n *\t interacting with their respective polygons, and\n *\t thus eliminates line dropouts.\n *\n *\tThe left image shows an ordinary antialiased wireframe image.\n *\tThe center image shows an antialiased hidden-line image without\n *\t PolygonOffset.\n *\tThe right image shows an antialiased hidden-line image using\n *\t PolygonOffset to reduce artifacts.\n *\n *\tDrag with a mouse button pressed to rotate the models.\n *\tPress the escape key to exit.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/offset.c ) [unpack/Mesa-6.5.2/progs/xdemos/opencloseopen.c]=( typeset -a comments=( $'\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n * (C) Copyright IBM Corporation 2003\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'* \\file opencloseopen.c\n * Simple test for Mesa bug #508473. Create a window and rendering context.\n * Draw a single frame. Close the window, destroy the context, and close\n * the display. Re-open the display, create a new window and context. This\n * should work, but, at least as of Mesa 5.1, it segfaults. See the bug\n * report for more details.\n * \n * Most of the code here was lifed from various other Mesa xdemos.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/opencloseopen.c ) [unpack/Mesa-6.5.2/progs/xdemos/overlay.c]=( typeset -a comments=( $'\n * GLX overlay test/demo.\n *\n * Brian Paul\n * 18 July 2005\n ' ' window attributes ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/overlay.c ) [unpack/Mesa-6.5.2/progs/xdemos/pbdemo.c]=( typeset -a comments=( $'\n * This program demonstrates how to do "off-screen" rendering using\n * the GLX pixel buffer extension.\n *\n * Written by Brian Paul for the "OpenGL and Window System Integration"\n * course presented at SIGGRAPH \'97. Updated on 5 October 2002.\n *\n * Usage:\n * pbuffers width height imgfile\n * Where:\n * width is the width, in pixels, of the image to generate.\n * height is the height, in pixels, of the image to generate.\n * imgfile is the name of the PPM image file to write.\n *\n *\n * This demo draws 3-D boxes with random orientation. A pbuffer with\n * a depth (Z) buffer is prefered but if such a pbuffer can\'t be created\n * we use a non-depth-buffered config.\n *\n * On machines such as the SGI Indigo you may have to reconfigure your\n * display/X server to enable pbuffers. Look in the /usr/gfx/ucode/MGRAS/vof/\n * directory for display configurationswith the _pbuf suffix. Use\n * setmon -x to configure your X server and display for pbuffers.\n *\n * O2 systems seem to support pbuffers well.\n *\n * IR systems (at least 1RM systems) don\'t have single-buffered, RGBA,\n * Z-buffered pbuffer configs. BUT, they DO have DOUBLE-buffered, RGBA,\n * Z-buffered pbuffers. Note how we try four different fbconfig attribute\n * lists below!\n ' ' Some ugly global vars ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/pbdemo.c ) [unpack/Mesa-6.5.2/progs/xdemos/pbinfo.c]=( typeset -a comments=( $'\n * Print list of fbconfigs and test each to see if a pbuffer can be created\n * for that config.\n *\n * Brian Paul\n * April 1997\n * Updated on 5 October 2002.\n ' ' Print config info ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/pbinfo.c ) [unpack/Mesa-6.5.2/progs/xdemos/pbutil.c]=( typeset -a comments=( $'\n * OpenGL pbuffers utility functions.\n *\n * Brian Paul\n * Original code: April 1997\n * Updated on 5 October 2002\n * Updated again on 3 January 2005 to use GLX 1.3 functions in preference\n * to the GLX_SGIX_fbconfig/pbuffer extensions.\n ' $'*\n * Test if we pixel buffers are available for a particular X screen.\n * Input: dpy - the X display\n * screen - screen number\n * Return: 0 = pixel buffers not available.\n * 1 = pixel buffers are available via GLX 1.3.\n * 2 = pixel buffers are available via GLX_SGIX_fbconfig/pbuffer.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/pbutil.c ) [unpack/Mesa-6.5.2/progs/xdemos/pbutil.h]=( typeset -a comments=( $'\n * OpenGL pbuffers utility functions.\n *\n * Brian Paul\n * April 1997\n ' PBUTIL_H ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/pbutil.h ) [unpack/Mesa-6.5.2/progs/xdemos/shape.c]=( typeset -a comments=( $'\n * Example of using the X "shape" extension with OpenGL: render a spinning\n * cube inside of a non-rectangular window.\n *\n * Press ESC to exit. Press up/down to change window shape.\n *\n * To compile add "shape" to the PROGS list in Makefile.\n *\n * Brian Paul\n * June 16, 1997\n *\n * This program is in the public domain.\n ' ' return current time (in seconds) ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/shape.c ) [unpack/Mesa-6.5.2/progs/xdemos/vgears.c]=( typeset -a comments=( ' $ID$ ' $'\n * Spinning gears demo for Linux SVGA/Mesa interface in 32K color mode.\n *\n * Compile with: gcc vgears.c -I../include -L../lib -lMesaGL -lX11 -lXext\n * -lvga -lm -o vgears\n *\n * This program is in the public domain.\n * Brian Paul, January 1996\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/vgears.c ) [unpack/Mesa-6.5.2/progs/xdemos/vindex.c]=( typeset -a comments=( $'\n * Test Linux 8-bit SVGA/Mesa color index mode\n *\n * Compile with: gcc vindex.c -I../include -L../lib -lMesaGL -lX11 -lXext\n * -lvga -lm -o vindex\n *\n * This program is in the public domain.\n * Brian Paul, January 1996\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/vindex.c ) [unpack/Mesa-6.5.2/progs/xdemos/vtest.c]=( typeset -a comments=( $'\n * Test SVGA/Mesa interface in 32K color mode.\n *\n * Compile with: gcc vtest.c -I../include -L../lib -lMesaGL -lX11 -lXext\n * -lvga -lm -o vtest\n *\n * This program is in the public domain.\n * Brian Paul, January 1996\n ' ' gl_setcontextvga(G800x600x32K);' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/vtest.c ) [unpack/Mesa-6.5.2/progs/xdemos/wincopy.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n * \n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * This program opens two GLX windows, renders into one and uses\n * glCopyPixels to copy the image from the first window into the\n * second by means of the GLX 1.3 function glxMakeContextCurrent().\n * This function works just like the glXMakeCurrentReadSGI() function\n * in the GLX_SGI_make_current_read extension.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/wincopy.c ) [unpack/Mesa-6.5.2/progs/xdemos/xdemo.c]=( typeset -a comments=( $'\n * Very simple demo of how to use the Mesa/X11 interface instead of the\n * glx, tk or aux toolkits. I highly recommend using the GLX interface\n * instead of the X/Mesa interface, however.\n *\n * This program is in the public domain.\n *\n * Brian Paul\n ' $'\n * Do the usual X things to make a window.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/xdemo.c ) [unpack/Mesa-6.5.2/progs/xdemos/xfont.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * \n * Copyright (C) 1999 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Example of using glXUseXFont().\n * 5 November 1999\n * Brian Paul\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/xfont.c ) [unpack/Mesa-6.5.2/progs/xdemos/xrotfontdemo.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * \n * Copyright (C) 1999 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Example of using glXUseRotatedXFontMESA().\n * 24 Jan 2004\n * Brian Paul\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/xrotfontdemo.c ) [unpack/Mesa-6.5.2/progs/xdemos/xuserotfont.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.1\n *\n * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $' \\file xuserotfont.c\n *\n * A function like glXUseXFont() but takes a 0, 90, 180 or 270 degree\n * rotation angle for rotated text display.\n *\n * Based on Mesa\'s glXUseXFont implementation written by Thorsten Ohl.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/xuserotfont.c ) [unpack/Mesa-6.5.2/progs/xdemos/xuserotfont.h]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/xuserotfont.h ) [unpack/Mesa-6.5.2/progs/xdemos/yuvrect_client.c]=( typeset -a comments=( $'\n * Test the GL_NV_texture_rectangle and GL_MESA_ycrcb_texture extensions and GLX_MESA_allocate-memory\n *\n * Dave Airlie - Feb 2005\n ' ' I know, this is a hack. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/yuvrect_client.c ) [unpack/Mesa-6.5.2/src/glu/sgi/include/gluos.h]=( typeset -a comments=( $'\n** gluos.h - operating system dependencies for GLU\n**\n' $' Disable *lots* of warnings to get a clean build. I can\'t be bothered fixing the\n * code at the moment, as it is pretty ugly.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/include/gluos.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/interface/bezierEval.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n** $Date: 2001/03/17 00:25:40 $ $Revision: 1.1 $\n' $'\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/interface/bezierEval.h,v 1.1 2001/03/17 00:25:40 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/interface/bezierEval.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/interface/bezierPatch.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n** $Date: 2001/03/17 00:25:40 $ $Revision: 1.1 $\n' $'\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/interface/bezierPatch.h,v 1.1 2001/03/17 00:25:40 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/interface/bezierPatch.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/interface/bezierPatchMesh.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n** $Date: 2001/03/17 00:25:40 $ $Revision: 1.1 $\n' $'\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/interface/bezierPatchMesh.h,v 1.1 2001/03/17 00:25:40 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/interface/bezierPatchMesh.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/interface/glcurveval.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * glcurveval.h\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/interface/glcurveval.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/interface/glimports.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * glimports.h\n *\n * $Date: 2001/03/19 17:52:02 $ $Revision: 1.3 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/interface/glimports.h,v 1.3 2001/03/19 17:52:02 pesco Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/interface/glimports.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/interface/glrenderer.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * glrenderer.h\n *\n * $Date: 2004/02/26 14:58:11 $ $Revision: 1.4 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/interface/glrenderer.h,v 1.4 2004/02/26 14:58:11 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/interface/glrenderer.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/interface/glsurfeval.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * glsurfeval.h\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/interface/glsurfeval.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/interface/mystdio.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * mystdio.h\n *\n * $Date: 2006/03/14 15:08:52 $ $Revision: 1.4 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/interface/mystdio.h,v 1.4 2006/03/14 15:08:52 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/interface/mystdio.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/interface/mystdlib.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * mystdlib.h\n *\n * $Date: 2001/03/19 17:52:02 $ $Revision: 1.3 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/interface/mystdlib.h,v 1.3 2001/03/19 17:52:02 pesco Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/interface/mystdlib.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/arc.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * arc.h\n *\n * $Date: 2001/08/07 17:34:11 $ $Revision: 1.2 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/arc.h,v 1.2 2001/08/07 17:34:11 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/arc.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/arcsorter.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * arcsorter.h\n *\n * $Date: 2001/03/17 00:25:40 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/arcsorter.h,v 1.1 2001/03/17 00:25:40 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/arcsorter.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/arctess.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * arctess.h\n *\n * $Date: 2001/08/07 17:34:11 $ $Revision: 1.2 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/arctess.h,v 1.2 2001/08/07 17:34:11 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/arctess.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/backend.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * backend.h\n *\n * $Date: 2001/03/17 00:25:40 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/backend.h,v 1.1 2001/03/17 00:25:40 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/backend.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/basiccrveval.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * basiccurveeval.h\n *\n * $Date: 2006/03/29 18:54:00 $ $Revision: 1.2 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/basiccrveval.h,v 1.2 2006/03/29 18:54:00 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/basiccrveval.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/basicsurfeval.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * basicsurfeval.h\n *\n * $Date: 2006/03/29 18:54:00 $ $Revision: 1.2 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/basicsurfeval.h,v 1.2 2006/03/29 18:54:00 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/basicsurfeval.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/bezierarc.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * bezierarc.h\n *\n * $Date: 2001/03/17 00:25:40 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/bezierarc.h,v 1.1 2001/03/17 00:25:40 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/bezierarc.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/bin.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * bin.h\n *\n * $Date: 2001/03/17 00:25:40 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/bin.h,v 1.1 2001/03/17 00:25:40 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/bin.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/bufpool.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * bufpool.h\n *\n * $Date: 2006/03/29 18:46:46 $ $Revision: 1.3 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/bufpool.h,v 1.3 2006/03/29 18:46:46 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/bufpool.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/cachingeval.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * cachingeval.h\n *\n * $Date: 2006/03/29 18:54:00 $ $Revision: 1.2 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/cachingeval.h,v 1.2 2006/03/29 18:54:00 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/cachingeval.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/coveandtiler.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * coveandtiler.h\n *\n * $Date: 2001/07/16 15:46:42 $ $Revision: 1.2 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/coveandtiler.h,v 1.2 2001/07/16 15:46:42 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/coveandtiler.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/curve.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * curve.h\n *\n * $Date: 2001/03/17 00:25:40 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/curve.h,v 1.1 2001/03/17 00:25:40 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/curve.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/curvelist.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * curvelist.h\n *\n * $Date: 2001/03/17 00:25:40 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/curvelist.h,v 1.1 2001/03/17 00:25:40 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/curvelist.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/dataTransform.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n** $Date: 2001/03/17 00:25:40 $ $Revision: 1.1 $\n' $'\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/dataTransform.h,v 1.1 2001/03/17 00:25:40 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/dataTransform.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/defines.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * defines.h\n *\n * $Date: 2001/03/17 00:25:40 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/defines.h,v 1.1 2001/03/17 00:25:40 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/defines.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/displaylist.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * displaylist.h\n *\n * $Date: 2001/03/17 00:25:40 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/displaylist.h,v 1.1 2001/03/17 00:25:40 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/displaylist.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/displaymode.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n** $Date: 2001/03/17 00:25:40 $ $Revision: 1.1 $\n' $'\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/displaymode.h,v 1.1 2001/03/17 00:25:40 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/displaymode.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/flist.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * flist.h\n *\n * $Date: 2001/03/17 00:25:40 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/flist.h,v 1.1 2001/03/17 00:25:40 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/flist.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/flistsorter.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * flistsorter.h\n *\n * $Date: 2006/03/29 18:54:00 $ $Revision: 1.2 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/flistsorter.h,v 1.2 2006/03/29 18:54:00 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/flistsorter.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/gridline.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * gridline.h\n *\n * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/gridline.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/gridline.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/gridtrimvertex.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * gridtrimvertex.h\n *\n * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/gridtrimvertex.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/gridtrimvertex.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/gridvertex.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * gridvertex.h\n *\n * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/gridvertex.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/gridvertex.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/hull.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * hull.h\n *\n * $Date: 2001/08/07 17:34:11 $ $Revision: 1.2 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/hull.h,v 1.2 2001/08/07 17:34:11 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/hull.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/jarcloc.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * jarcloc.h\n *\n * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/jarcloc.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/jarcloc.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/knotvector.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * knotvector.h\n *\n * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/knotvector.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/knotvector.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/mapdesc.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * mapdesc.h\n *\n * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/mapdesc.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/mapdesc.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/maplist.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * maplist.h\n *\n * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/maplist.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/maplist.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/mesher.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * mesher.h\n *\n * $Date: 2001/08/07 17:34:11 $ $Revision: 1.2 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/mesher.h,v 1.2 2001/08/07 17:34:11 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/mesher.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/monotonizer.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * monotonizer.h\n *\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/monotonizer.h,v 1.2 2006/04/03 22:23:52 ajax Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/monotonizer.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/myassert.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * myassert.h\n *\n * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/myassert.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/myassert.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/mymath.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * mymath.h\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/mymath.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/mysetjmp.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * mysetjmp.h\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/mysetjmp.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/mystring.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * mystring.h\n *\n * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/mystring.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/mystring.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/nurbsconsts.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * nurbsconsts.h\n *\n * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/nurbsconsts.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/nurbsconsts.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/nurbstess.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * nurbstess.h\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/nurbstess.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/patch.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * patch.h\n *\n * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/patch.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/patch.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/patchlist.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * patchlist.h\n *\n * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/patchlist.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/patchlist.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/pwlarc.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * pwlarc.h\n *\n * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/pwlarc.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/pwlarc.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/quilt.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * quilt.h\n *\n * $Date: 2001/08/07 17:34:11 $ $Revision: 1.2 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/quilt.h,v 1.2 2001/08/07 17:34:11 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/quilt.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/reader.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * reader.h\n *\n * $Date: 2001/08/07 17:34:11 $ $Revision: 1.2 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/reader.h,v 1.2 2001/08/07 17:34:11 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/reader.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/renderhints.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * renderhints.h\n *\n * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/renderhints.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/renderhints.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/simplemath.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * simplemath.h\n *\n * $Date: 2002/11/01 23:35:07 $ $Revision: 1.2 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/simplemath.h,v 1.2 2002/11/01 23:35:07 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/simplemath.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/slicer.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * slicer.h\n *\n * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/slicer.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/slicer.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/sorter.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n** $Date: 2006/03/29 18:54:00 $ $Revision: 1.2 $\n' $'\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/sorter.h,v 1.2 2006/03/29 18:54:00 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/sorter.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/subdivider.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * subdivider.h\n *\n * $Date: 2001/08/07 17:34:11 $ $Revision: 1.2 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/subdivider.h,v 1.2 2001/08/07 17:34:11 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/subdivider.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/trimline.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * trimline.h\n *\n * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/trimline.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/trimline.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/trimregion.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * trimregion.h\n *\n * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/trimregion.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/trimregion.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/trimvertex.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * trimvertex.h\n *\n * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/trimvertex.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/trimvertex.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/trimvertpool.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * trimvertexpool.h\n *\n * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/trimvertpool.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/trimvertpool.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/types.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * types.h\n *\n * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/types.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/types.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/uarray.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * uarray.h\n *\n * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/uarray.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/uarray.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/varray.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * varray.h\n *\n * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/varray.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/varray.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/definitions.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n' $'\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/nurbtess/definitions.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/definitions.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/directedLine.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n' $'\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/nurbtess/directedLine.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/directedLine.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/glimports.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * glimports.h\n *\n * $Date: 2001/03/19 17:52:03 $ $Revision: 1.3 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/nurbtess/glimports.h,v 1.3 2001/03/19 17:52:03 pesco Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/glimports.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/gridWrap.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n' $'\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/nurbtess/gridWrap.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/gridWrap.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/monoChain.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n' $'\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/nurbtess/monoChain.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/monoChain.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/monoPolyPart.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n' $'\n *monoPolyPart.h\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/monoPolyPart.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/monoTriangulation.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n' $'\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/nurbtess/monoTriangulation.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/monoTriangulation.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/mystdio.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * mystdio.h\n *\n * $Date: 2006/03/14 15:08:52 $ $Revision: 1.4 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/nurbtess/mystdio.h,v 1.4 2006/03/14 15:08:52 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/mystdio.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/mystdlib.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * mystdlib.h\n *\n * $Date: 2001/03/19 17:52:03 $ $Revision: 1.3 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/nurbtess/mystdlib.h,v 1.3 2001/03/19 17:52:03 pesco Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/mystdlib.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/partitionX.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n' $'\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/nurbtess/partitionX.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/partitionX.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/partitionY.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n' $'\n *partitionY.h:\n *partition a polygon into a Y-monotone polygon:\n * A polygon is Y-monotone if the boundary can be split into two polygon chains\n *A and B such that each chain is Y-monotonic that is the intersection of any\n *horizontal line intersects each chain has at most one connected componenets\n * (empty, single point or a single line).\n * \n * A vertex is a cusp if both its ajacent vertices are either at or above v, \n *or both at or below v. In addition, at least one of the ajacent verteces is\n *strictly below or above v. \n * A vertex is a relex vertex if the internals angle is strictly greater than \n *180. In other words, if the the signed area is negative:\n *(x1, y1), (x2, y2), (x3, y3) are the three vertices along a polygon, the \n *order is such that left hand side is inside the polygon. Then (x2,y2) is\n *reflex if: \n * (x2-x1, y2-y1) cross (x3-x1, y3-y1) <0.\n *A vertex is an interior cusp if it is a cusp and a reflex.\n *A vertex is an exterior cusp if it is a cusp but not a reflex.\n *\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/nurbtess/partitionY.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/partitionY.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/polyDBG.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n' $'\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/nurbtess/polyDBG.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/polyDBG.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/polyUtil.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n** $Date: 2001/11/29 16:16:55 $ $Revision: 1.2 $\n' $'\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/nurbtess/polyUtil.h,v 1.2 2001/11/29 16:16:55 kschultz Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/polyUtil.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/primitiveStream.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n' $'\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/nurbtess/primitiveStream.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/primitiveStream.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/quicksort.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n' $'\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/nurbtess/quicksort.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/quicksort.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/rectBlock.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n' $'\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/nurbtess/rectBlock.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/rectBlock.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/sampleComp.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n' $'\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/nurbtess/sampleComp.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/sampleComp.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/sampleCompBot.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n' $'\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/nurbtess/sampleCompBot.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/sampleCompBot.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/sampleCompRight.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n' $'\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/nurbtess/sampleCompRight.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/sampleCompRight.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/sampleCompTop.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n' $'\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/nurbtess/sampleCompTop.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/sampleCompTop.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/sampleMonoPoly.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n' $'\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/nurbtess/sampleMonoPoly.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/sampleMonoPoly.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/sampledLine.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n' $'\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/nurbtess/sampledLine.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/sampledLine.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/searchTree.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n' $'\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/nurbtess/searchTree.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/searchTree.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/zlassert.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n' $'\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/nurbtess/zlassert.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/zlassert.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libtess/dict-list.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' $'\n** Author: Eric Veach, July 1994.\n**\n** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libtess/dict-list.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libtess/dict-list.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libtess/dict.c]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' $'\n** Author: Eric Veach, July 1994.\n**\n** $Date: 2006/04/19 14:42:01 $ $Revision: 1.3 $\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libtess/dict.c,v 1.3 2006/04/19 14:42:01 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libtess/dict.c ) [unpack/Mesa-6.5.2/src/glu/sgi/libtess/dict.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' $'\n** Author: Eric Veach, July 1994.\n**\n** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libtess/dict.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libtess/dict.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libtess/geom.c]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' $'\n** Author: Eric Veach, July 1994.\n**\n** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libtess/geom.c,v 1.1 2001/03/17 00:25:41 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libtess/geom.c ) [unpack/Mesa-6.5.2/src/glu/sgi/libtess/geom.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' $'\n** Author: Eric Veach, July 1994.\n**\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libtess/geom.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libtess/memalloc.c]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' $'\n** Author: Eric Veach, July 1994.\n**\n** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libtess/memalloc.c,v 1.1 2001/03/17 00:25:41 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libtess/memalloc.c ) [unpack/Mesa-6.5.2/src/glu/sgi/libtess/memalloc.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' $'\n** Author: Eric Veach, July 1994.\n**\n** $Date: 2003/07/24 22:41:17 $ $Revision: 1.4 $\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libtess/memalloc.h,v 1.4 2003/07/24 22:41:17 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libtess/memalloc.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libtess/mesh.c]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' $'\n** Author: Eric Veach, July 1994.\n**\n** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libtess/mesh.c,v 1.1 2001/03/17 00:25:41 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libtess/mesh.c ) [unpack/Mesa-6.5.2/src/glu/sgi/libtess/mesh.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' $'\n** Author: Eric Veach, July 1994.\n**\n** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libtess/mesh.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libtess/mesh.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libtess/normal.c]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' $'\n** Author: Eric Veach, July 1994.\n**\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libtess/normal.c ) [unpack/Mesa-6.5.2/src/glu/sgi/libtess/normal.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' $'\n** Author: Eric Veach, July 1994.\n**\n** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libtess/normal.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libtess/normal.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libtess/priorityq-heap.c]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' $'\n** Author: Eric Veach, July 1994.\n**\n** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libtess/priorityq-heap.c,v 1.1 2001/03/17 00:25:41 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libtess/priorityq-heap.c ) [unpack/Mesa-6.5.2/src/glu/sgi/libtess/priorityq-heap.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' $'\n** Author: Eric Veach, July 1994.\n**\n** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libtess/priorityq-heap.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libtess/priorityq-heap.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libtess/priorityq-sort.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' $'\n** Author: Eric Veach, July 1994.\n**\n** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libtess/priorityq-sort.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libtess/priorityq-sort.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libtess/priorityq.c]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' $'\n** Author: Eric Veach, July 1994.\n**\n** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libtess/priorityq.c,v 1.1 2001/03/17 00:25:41 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libtess/priorityq.c ) [unpack/Mesa-6.5.2/src/glu/sgi/libtess/priorityq.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' $'\n** Author: Eric Veach, July 1994.\n**\n** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libtess/priorityq.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libtess/priorityq.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libtess/render.c]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' $'\n** Author: Eric Veach, July 1994.\n**\n** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libtess/render.c,v 1.1 2001/03/17 00:25:41 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libtess/render.c ) [unpack/Mesa-6.5.2/src/glu/sgi/libtess/render.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' $'\n** Author: Eric Veach, July 1994.\n**\n** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libtess/render.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libtess/render.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libtess/sweep.c]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' $'\n** Author: Eric Veach, July 1994.\n**\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libtess/sweep.c ) [unpack/Mesa-6.5.2/src/glu/sgi/libtess/sweep.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' $'\n** Author: Eric Veach, July 1994.\n**\n** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libtess/sweep.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libtess/sweep.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libtess/tess.c]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' $'\n** Author: Eric Veach, July 1994.\n**\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libtess/tess.c ) [unpack/Mesa-6.5.2/src/glu/sgi/libtess/tess.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' $'\n** Author: Eric Veach, July 1994.\n**\n** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libtess/tess.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libtess/tess.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libtess/tessmono.c]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' $'\n** Author: Eric Veach, July 1994.\n**\n** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libtess/tessmono.c,v 1.1 2001/03/17 00:25:41 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libtess/tessmono.c ) [unpack/Mesa-6.5.2/src/glu/sgi/libtess/tessmono.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' $'\n** Author: Eric Veach, July 1994.\n**\n** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libtess/tessmono.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libtess/tessmono.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libutil/error.c]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n** $Date: 2006/06/20 15:30:26 $ $Revision: 1.3 $\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libutil/error.c,v 1.3 2006/06/20 15:30:26 brianp Exp $\n' ' GLU ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libutil/error.c ) [unpack/Mesa-6.5.2/src/glu/sgi/libutil/glue.c]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n** $Date: 2001/09/24 09:40:40 $ $Revision: 1.3 $\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libutil/glue.c,v 1.3 2001/09/24 09:40:40 joukj Exp $\n' ' __glTessErrorString() ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libutil/glue.c ) [unpack/Mesa-6.5.2/src/glu/sgi/libutil/gluint.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n** $Date: 2001/09/20 21:50:53 $ $Revision: 1.2 $\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libutil/gluint.h,v 1.2 2001/09/20 21:50:53 kschultz Exp $\n' ' __gluint_h__ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libutil/gluint.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libutil/mipmap.c]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' ' UINT_MAX ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libutil/mipmap.c ) [unpack/Mesa-6.5.2/src/glu/sgi/libutil/project.c]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n** $Date: 2006/05/01 16:01:17 $ $Revision: 1.6 $\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libutil/project.c,v 1.6 2006/05/01 16:01:17 brianp Exp $\n' $'\n** Make m an identity matrix\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libutil/project.c ) [unpack/Mesa-6.5.2/src/glu/sgi/libutil/quad.c]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' ' Make it not a power of two to avoid cache thrashing on the chip ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libutil/quad.c ) [unpack/Mesa-6.5.2/src/glu/sgi/libutil/registry.c]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libutil/registry.c,v 1.1 2001/03/17 00:25:41 brianp Exp $\n' $' extName is an extension name.\n * extString is a string of extensions separated by blank(s). There may or \n * may not be leading or trailing blank(s) in extString.\n * This works in cases of extensions being prefixes of another like\n * GL_EXT_texture and GL_EXT_texture3D.\n * Returns GL_TRUE if extName is found otherwise it returns GL_FALSE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libutil/registry.c ) [unpack/Mesa-6.5.2/src/glw/GLwDrawA.c]=( typeset -a comments=( $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' $'\n *\n * This file has been slightly modified from the original for use with Mesa\n *\n * Jeroen van der Zijp\n *\n * jvz@cyberia.cfdrc.com\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glw/GLwDrawA.c ) [unpack/Mesa-6.5.2/src/glw/GLwDrawA.h]=( typeset -a comments=( $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' $'***************************************************************\n *\n * GLwDrawingArea widgets\n *\n ***************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glw/GLwDrawA.h ) [unpack/Mesa-6.5.2/src/glw/GLwDrawAP.h]=( typeset -a comments=( $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' ' MOTIF ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glw/GLwDrawAP.h ) [unpack/Mesa-6.5.2/src/glw/GLwMDrawA.c]=( typeset -a comments=( $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glw/GLwMDrawA.c ) [unpack/Mesa-6.5.2/src/glw/GLwMDrawA.h]=( typeset -a comments=( $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glw/GLwMDrawA.h ) [unpack/Mesa-6.5.2/src/glw/GLwMDrawAP.h]=( typeset -a comments=( $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glw/GLwMDrawAP.h ) [unpack/Mesa-6.5.2/src/glx/x11/XF86dri.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/dri/XF86dri.c,v 1.13 2002/10/30 12:51:25 alanh Exp $ ' $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nCopyright 2000 VA Linux Systems, Inc.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glx/x11/XF86dri.c ) [unpack/Mesa-6.5.2/src/glx/x11/clientattrib.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/glx/clientattrib.c,v 1.5 2001/03/21 16:04:39 dawes Exp $ ' $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glx/x11/clientattrib.c ) [unpack/Mesa-6.5.2/src/glx/x11/compsize.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/glx/compsize.c,v 1.6 2004/01/28 18:11:38 alanh Exp $ ' $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glx/x11/compsize.c ) [unpack/Mesa-6.5.2/src/glx/x11/dispatch.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.3\n *\n * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file dispatch.c\n *\n * This file generates all the gl* function entrypoints. This code is not\n * used if optimized assembly stubs are available (e.g., using x86/glapi_x86.S\n * on IA32 or sparc/glapi_sparc.S on SPARC).\n *\n * \\note\n * This file is also used to build the client-side libGL that loads DRI-based\n * device drivers. At build-time it is symlinked to src/glx/x11.\n *\n * \\author Brian Paul \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glx/x11/dispatch.c ) [unpack/Mesa-6.5.2/src/glx/x11/dri_glx.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86: xc/lib/GL/dri/dri_glx.c,v 1.14 2003/07/16 00:54:00 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glx/x11/dri_glx.c ) [unpack/Mesa-6.5.2/src/glx/x11/dri_glx.h]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Kevin E. Martin \n * Brian Paul \n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glx/x11/dri_glx.h ) [unpack/Mesa-6.5.2/src/glx/x11/eval.c]=( typeset -a comments=( ' $XFree86$ ' $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glx/x11/eval.c ) [unpack/Mesa-6.5.2/src/glx/x11/glcontextmodes.c]=( typeset -a comments=( $'\n * (C) Copyright IBM Corporation 2003\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEM, IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n * USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file glcontextmodes.c\n * Utility routines for working with \\c __GLcontextModes structures. At\n * some point most or all of these functions will be moved to the Mesa\n * code base.\n *\n * \\author Ian Romanick \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glx/x11/glcontextmodes.c ) [unpack/Mesa-6.5.2/src/glx/x11/glx_pbuffer.c]=( typeset -a comments=( $'\n * (C) Copyright IBM Corporation 2004\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file glx_pbuffer.c\n * Implementation of pbuffer related functions.\n * \n * \\author Ian Romanick \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glx/x11/glx_pbuffer.c ) [unpack/Mesa-6.5.2/src/glx/x11/glx_query.c]=( typeset -a comments=( $'\n * (C) Copyright IBM Corporation 2004\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file glx_query.c\n * Generic utility functions to query internal data from the server.\n * \n * \\author Ian Romanick \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glx/x11/glx_query.c ) [unpack/Mesa-6.5.2/src/glx/x11/glx_texture_compression.c]=( typeset -a comments=( $'\n * (C) Copyright IBM Corporation 2004\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDERS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n * USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file glx_texture_compression.c\n * Contains the routines required to implement GLX protocol for\n * ARB_texture_compression and related extensions.\n *\n * \\sa http://oss.sgi.com/projects/ogl-sample/registry/ARB/texture_compression.txt\n *\n * \\author Ian Romanick \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glx/x11/glx_texture_compression.c ) [unpack/Mesa-6.5.2/src/glx/x11/glxclient.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' ' $XFree86: xc/lib/GL/glx/glxclient.h,v 1.21 2004/02/09 23:46:31 alanh Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glx/x11/glxclient.h ) [unpack/Mesa-6.5.2/src/glx/x11/glxcmds.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/glx/glxcmds.c,v 1.30 2004/01/30 20:33:06 alanh Exp $ ' $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glx/x11/glxcmds.c ) [unpack/Mesa-6.5.2/src/glx/x11/glxext.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/glx/glxext.c,v 1.22 2003/12/08 17:35:28 dawes Exp $ ' $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glx/x11/glxext.c ) [unpack/Mesa-6.5.2/src/glx/x11/glxextensions.c]=( typeset -a comments=( $'\n * (C) Copyright IBM Corporation 2002, 2004\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDERS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n * USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file glxextensions.c\n *\n * \\author Ian Romanick \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glx/x11/glxextensions.c ) [unpack/Mesa-6.5.2/src/glx/x11/glxextensions.h]=( typeset -a comments=( $'\n * (C) Copyright IBM Corporation 2002, 2004\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDERS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n * USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file glxextensions.h\n *\n * \\author Ian Romanick \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glx/x11/glxextensions.h ) [unpack/Mesa-6.5.2/src/glx/x11/indirect.c]=( typeset -a comments=( ' DO NOT EDIT - This file generated automatically by glX_proto_send.py (from Mesa) script ' $'\n * (C) Copyright IBM Corporation 2004, 2005\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * IBM,\n * AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glx/x11/indirect.c ) [unpack/Mesa-6.5.2/src/glx/x11/indirect.h]=( typeset -a comments=( ' DO NOT EDIT - This file generated automatically by glX_proto_send.py (from Mesa) script ' $'\n * Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\n * (C) Copyright IBM Corporation 2004\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * PRECISION INSIGHT, IBM,\n * AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glx/x11/indirect.h ) [unpack/Mesa-6.5.2/src/glx/x11/indirect_init.c]=( typeset -a comments=( ' DO NOT EDIT - This file generated automatically by glX_proto_send.py (from Mesa) script ' $'\n * Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\n * (C) Copyright IBM Corporation 2004\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * PRECISION INSIGHT, IBM,\n * AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glx/x11/indirect_init.c ) [unpack/Mesa-6.5.2/src/glx/x11/indirect_init.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/glx/indirect_init.h,v 1.2 2000/02/08 17:18:33 dawes Exp $ ' $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glx/x11/indirect_init.h ) [unpack/Mesa-6.5.2/src/glx/x11/indirect_size.c]=( typeset -a comments=( ' DO NOT EDIT - This file generated automatically by glX_proto_size.py (from Mesa) script ' $'\n * (C) Copyright IBM Corporation 2004\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * IBM,\n * AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glx/x11/indirect_size.c ) [unpack/Mesa-6.5.2/src/glx/x11/indirect_size.h]=( typeset -a comments=( ' DO NOT EDIT - This file generated automatically by glX_proto_size.py (from Mesa) script ' $'\n * (C) Copyright IBM Corporation 2004\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * IBM,\n * AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glx/x11/indirect_size.h ) [unpack/Mesa-6.5.2/src/glx/x11/indirect_transpose_matrix.c]=( typeset -a comments=( $'\n * (C) Copyright IBM Corporation 2004\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDERS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n * USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glx/x11/indirect_transpose_matrix.c ) [unpack/Mesa-6.5.2/src/glx/x11/indirect_va_private.h]=( typeset -a comments=( $'\n * (C) Copyright IBM Corporation 2004, 2005\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * IBM,\n * AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' $'*\n * \\file indirect_va_private.h\n *\n * \\author Ian Romanick \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glx/x11/indirect_va_private.h ) [unpack/Mesa-6.5.2/src/glx/x11/indirect_vertex_array.c]=( typeset -a comments=( $'\n * (C) Copyright IBM Corporation 2004, 2005\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * IBM,\n * AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' $'*\n * \\file indirect_vertex_array.c\n * Implement GLX protocol for vertex arrays and vertex buffer objects.\n * \n * The most important function in this fill is \\c fill_array_info_cache.\n * The \\c array_state_vector contains a cache of the ARRAY_INFO data sent\n * in the DrawArrays protocol. Certain operations, such as enabling or\n * disabling an array, can invalidate this cache. \\c fill_array_info_cache\n * fills-in this data. Additionally, it examines the enabled state and\n * other factors to determine what "version" of DrawArrays protocoal can be\n * used.\n * \n * Current, only two versions of DrawArrays protocol are implemented. The\n * first version is the "none" protocol. This is the fallback when the\n * server does not support GL 1.1 / EXT_vertex_arrays. It is implemented\n * by sending batches of immediate mode commands that are equivalent to the\n * DrawArrays protocol.\n *\n * The other protocol that is currently implemented is the "old" protocol.\n * This is the GL 1.1 DrawArrays protocol. The only difference between GL\n * 1.1 and EXT_vertex_arrays is the opcode used for the DrawArrays command.\n * This protocol is called "old" because the ARB is in the process of\n * defining a new protocol, which will probably be called wither "new" or\n * "vbo", to support multiple texture coordinate arrays, generic attributes,\n * and vertex buffer objects.\n *\n * \\author Ian Romanick \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glx/x11/indirect_vertex_array.c ) [unpack/Mesa-6.5.2/src/glx/x11/indirect_vertex_array.h]=( typeset -a comments=( $'\n * (C) Copyright IBM Corporation 2004, 2005\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * IBM,\n * AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ' INDIRECT_VERTEX_ARRAY_H ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glx/x11/indirect_vertex_array.h ) [unpack/Mesa-6.5.2/src/glx/x11/indirect_vertex_program.c]=( typeset -a comments=( $'\n * (C) Copyright IBM Corporation 2005\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * IBM,\n * AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' $'*\n * Get the selected attribute from the vertex array state vector.\n * \n * \\returns\n * On success \\c GL_TRUE is returned. Otherwise, \\c GL_FALSE is returned.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glx/x11/indirect_vertex_program.c ) [unpack/Mesa-6.5.2/src/glx/x11/indirect_window_pos.c]=( typeset -a comments=( $'\n * Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\n * (C) Copyright IBM Corporation 2004\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * PRECISION INSIGHT, IBM,\n * AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glx/x11/indirect_window_pos.c ) [unpack/Mesa-6.5.2/src/glx/x11/packrender.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/glx/packrender.h,v 1.7tsi Exp $ ' $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glx/x11/packrender.h ) [unpack/Mesa-6.5.2/src/glx/x11/packsingle.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/glx/packsingle.h,v 1.5tsi Exp $ ' $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glx/x11/packsingle.h ) [unpack/Mesa-6.5.2/src/glx/x11/pixel.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/glx/pixel.c,v 1.8 2003/09/28 20:15:04 alanh Exp $ ' $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glx/x11/pixel.c ) [unpack/Mesa-6.5.2/src/glx/x11/pixelstore.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/glx/pixelstore.c,v 1.4 2004/01/28 18:11:43 alanh Exp $ ' $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glx/x11/pixelstore.c ) [unpack/Mesa-6.5.2/src/glx/x11/render2.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/glx/render2.c,v 1.6 2004/01/31 09:29:33 alanh Exp $ ' $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glx/x11/render2.c ) [unpack/Mesa-6.5.2/src/glx/x11/renderpix.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/glx/renderpix.c,v 1.5 2003/09/28 20:15:04 alanh Exp $ ' $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glx/x11/renderpix.c ) [unpack/Mesa-6.5.2/src/glx/x11/single2.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/glx/single2.c,v 1.10 2004/02/11 19:48:16 dawes Exp $ ' $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glx/x11/single2.c ) [unpack/Mesa-6.5.2/src/glx/x11/singlepix.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/glx/singlepix.c,v 1.3 2001/03/21 16:04:39 dawes Exp $ ' $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glx/x11/singlepix.c ) [unpack/Mesa-6.5.2/src/glx/x11/vertarr.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/glx/vertarr.c,v 1.4 2001/03/25 05:32:00 tsi Exp $ ' $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glx/x11/vertarr.c ) [unpack/Mesa-6.5.2/src/glx/x11/xf86dri.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/dri/xf86dri.h,v 1.8 2002/10/30 12:51:25 alanh Exp $ ' $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nCopyright 2000 VA Linux Systems, Inc.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glx/x11/xf86dri.h ) [unpack/Mesa-6.5.2/src/glx/x11/xf86dristr.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/dri/xf86dristr.h,v 1.10 2002/10/30 12:51:25 alanh Exp $ ' $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nCopyright 2000 VA Linux Systems, Inc.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glx/x11/xf86dristr.h ) [unpack/Mesa-6.5.2/src/glx/x11/xfont.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/glx/xfont.c,v 1.6 2001/05/02 15:06:02 dawes Exp $ ' $'\n * Mesa 3-D graphics library\n * Version: 3.1\n *\n * Copyright (C) 1999 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glx/x11/xfont.c ) [unpack/Mesa-6.5.2/src/mesa/array_cache/ac_context.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 5.1\n *\n * Copyright (C) 1999-2002 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' $'\n * Initialize the array fallbacks. That is, by default the fallback arrays\n * point into the current vertex attribute values in ctx->Current.Attrib[]\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/array_cache/ac_context.c ) [unpack/Mesa-6.5.2/src/mesa/array_cache/ac_context.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 5.1\n *\n * Copyright (C) 1999-2002 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' $' These are used to make the ctx->Current values look like\n * arrays (with zero StrideB).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/array_cache/ac_context.h ) [unpack/Mesa-6.5.2/src/mesa/array_cache/ac_import.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' $' Set the array pointer back to its source when the cached data is\n * invalidated:\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/array_cache/ac_import.c ) [unpack/Mesa-6.5.2/src/mesa/array_cache/acache.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 4.1\n *\n * Copyright (C) 1999-2002 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' $' Clients must call this function to validate state and set bounds\n * before importing any data:\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/array_cache/acache.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/common/driverfuncs.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * Plug in default functions for all pointers in the dd_function_table\n * structure.\n * Device drivers should call this function and then plug in any\n * functions which it wants to override.\n * Some functions (pointers) MUST be implemented by all drivers (REQUIRED).\n *\n * \\param table the dd_function_table to initialize\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/common/driverfuncs.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/common/driverfuncs.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.1\n *\n * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/common/driverfuncs.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/directfb/idirectfbgl_mesa.c]=( typeset -a comments=( $'\n * Copyright (C) 2004-2006 Claudio Ciccani \n *\n * This program is free software; you can redistribute it and/or modify\n * it under the terms of the GNU General Public License version 2 as\n * published by the Free Software Foundation.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n *\n * \n * Based on glfbdev.c, written by Brian Paul.\n *\n ' $'\n * private data struct of IDirectFBGL\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/directfb/idirectfbgl_mesa.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dos/dmesa.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.3\n * \n * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * DOS/DJGPP device driver for Mesa\n *\n * Author: Daniel Borca\n * Email : dborca@users.sourceforge.net\n * Web : http://www.geocities.com/dborca\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dos/dmesa.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dos/dpmi.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 4.0\n * \n * Copyright (C) 1999 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * DOS/DJGPP device driver for Mesa\n *\n * Author: Daniel Borca\n * Email : dborca@yahoo.com\n * Web : http://www.geocities.com/dborca\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dos/dpmi.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dos/internal.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 4.0\n * \n * Copyright (C) 1999 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * DOS/DJGPP device driver for Mesa\n *\n * Author: Daniel Borca\n * Email : dborca@users.sourceforge.net\n * Web : http://www.geocities.com/dborca\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dos/internal.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dos/null.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 4.1\n * \n * Copyright (C) 1999 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * DOS/DJGPP device driver for Mesa\n *\n * Author: Daniel Borca\n * Email : dborca@users.sourceforge.net\n * Web : http://www.geocities.com/dborca\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dos/null.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dos/null.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 4.0\n * \n * Copyright (C) 1999 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * DOS/DJGPP device driver for Mesa\n *\n * Author: Daniel Borca\n * Email : dborca@yahoo.com\n * Web : http://www.geocities.com/dborca\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dos/null.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dos/vesa.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 4.1\n * \n * Copyright (C) 1999 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * DOS/DJGPP device driver for Mesa\n *\n * Author: Daniel Borca\n * Email : dborca@users.sourceforge.net\n * Web : http://www.geocities.com/dborca\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dos/vesa.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dos/vesa.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 4.0\n * \n * Copyright (C) 1999 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * DOS/DJGPP device driver for Mesa\n *\n * Author: Daniel Borca\n * Email : dborca@yahoo.com\n * Web : http://www.geocities.com/dborca\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dos/vesa.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dos/vga.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 4.1\n * \n * Copyright (C) 1999 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * DOS/DJGPP device driver for Mesa\n *\n * Author: Daniel Borca\n * Email : dborca@users.sourceforge.net\n * Web : http://www.geocities.com/dborca\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dos/vga.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dos/vga.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 4.0\n * \n * Copyright (C) 1999 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * DOS/DJGPP device driver for Mesa\n *\n * Author: Daniel Borca\n * Email : dborca@yahoo.com\n * Web : http://www.geocities.com/dborca\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dos/vga.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dos/video.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 4.0\n * \n * Copyright (C) 1999 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * DOS/DJGPP device driver for Mesa\n *\n * Author: Daniel Borca\n * Email : dborca@users.sourceforge.net\n * Web : http://www.geocities.com/dborca\n *\n * Thanks to CrazyPyro (Neil Funk) for FakeColor\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dos/video.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dos/video.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 4.0\n * \n * Copyright (C) 1999 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * DOS/DJGPP device driver for Mesa\n *\n * Author: Daniel Borca\n * Email : dborca@users.sourceforge.net\n * Web : http://www.geocities.com/dborca\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dos/video.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/depthtmp.h]=( typeset -a comments=( $'\n * Notes:\n * 1. These functions plug into the gl_renderbuffer structure.\n * 2. The \'values\' parameter always points to GLuint values, regardless of\n * the actual Z buffer depth.\n ' ' implement MonoWriteDepthSpan() in terms of WriteDepthSpan() ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/depthtmp.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/dri_bufmgr.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2006 Tungsten Graphics, Inc., Bismarck, ND., USA\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDERS, AUTHORS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR \n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE \n * USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * \n *************************************************************************' $'\n * Authors: Thomas Hellstr\366m \n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/dri_bufmgr.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/dri_bufmgr.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2006 Tungsten Graphics, Inc., Bismarck, ND., USA\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDERS, AUTHORS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR \n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE \n * USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * \n *************************************************************************' $'\n * Authors: Thomas Hellstr\366m \n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/dri_bufmgr.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/dri_bufpool.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2006 Tungsten Graphics, Inc., Bismarck, ND., USA\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDERS, AUTHORS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR \n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE \n * USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * \n *************************************************************************' $'\n * Authors: Thomas Hellstr\366m \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/dri_bufpool.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/dri_drmpool.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2006 Tungsten Graphics, Inc., Bismarck, ND., USA\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDERS, AUTHORS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR \n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE \n * USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * \n *************************************************************************' $'\n * Authors: Thomas Hellstr\366m \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/dri_drmpool.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/dri_util.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/dri/dri_util.c,v 1.7 2003/04/28 17:01:25 dawes Exp $ ' $'*\n * \\file dri_util.c\n * DRI utility functions.\n *\n * This module acts as glue between GLX and the actual hardware driver. A DRI\n * driver doesn\'t really \\e have to use any of this - it\'s optional. But, some\n * useful stuff is done here that otherwise would have to be duplicated in most\n * drivers.\n * \n * Basically, these utility functions take care of some of the dirty details of\n * screen initialization, context creation, context binding, DRM setup, etc.\n *\n * These functions are compiled into each DRI driver so libGL.so knows nothing\n * about them.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/dri_util.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/dri_util.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/dri/dri_util.h,v 1.1 2002/02/22 21:32:52 dawes Exp $ ' $'*\n * \\file dri_util.h\n * DRI utility functions definitions.\n *\n * This module acts as glue between GLX and the actual hardware driver. A DRI\n * driver doesn\'t really \\e have to use any of this - it\'s optional. But, some\n * useful stuff is done here that otherwise would have to be duplicated in most\n * drivers.\n * \n * Basically, these utility functions take care of some of the dirty details of\n * screen initialization, context creation, context binding, DRM setup, etc.\n *\n * These functions are compiled into each DRI driver so libGL.so knows nothing\n * about them.\n *\n * \\sa dri_util.c.\n * \n * \\author Kevin E. Martin \n * \\author Brian Paul \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/dri_util.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/drirenderbuffer.c]=( typeset -a comments=( $'*\n * This will get called when a window (gl_framebuffer) is resized (probably\n * via driUpdateFramebufferSize(), below).\n * Just update width, height and internal format fields for now.\n * There\'s usually no memory allocation above because the present\n * DRI drivers use statically-allocated full-screen buffers. If that\'s not\n * the case for a DRI driver, a different AllocStorage method should\n * be used.\n ' $' don\'t free rb->Data Chances are it\'s a memory mapped region for\n * the dri drivers.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/drirenderbuffer.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/drirenderbuffer.h]=( typeset -a comments=( $'*\n * A driRenderbuffer is dervied from gl_renderbuffer.\n * It describes a color buffer (front or back), a depth buffer, or stencil\n * buffer etc.\n * Specific to DRI drivers are the offset and pitch fields.\n ' $' Chars or bytes per pixel. If Z and Stencil are stored together this\n * will typically be 32 whether this a depth or stencil renderbuffer.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/drirenderbuffer.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/extension_helper.h]=( typeset -a comments=( ' DO NOT EDIT - This file generated automatically by extension_helper.py (from Mesa) script ' $'\n * (C) Copyright IBM Corporation 2005\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * IBM,\n * AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/extension_helper.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/glcontextmodes.c]=( typeset -a comments=( $'\n * (C) Copyright IBM Corporation 2003\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEM, IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n * USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file glcontextmodes.c\n * Utility routines for working with \\c __GLcontextModes structures. At\n * some point most or all of these functions will be moved to the Mesa\n * code base.\n *\n * \\author Ian Romanick \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/glcontextmodes.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/glcontextmodes.h]=( typeset -a comments=( $'\n * (C) Copyright IBM Corporation 2003\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEM, IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n * USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file glcontextmodes.h\n * \\author Ian Romanick \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/glcontextmodes.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/memops.h]=( typeset -a comments=( $'\n* memset an area in I/O space\n* We need to be careful about this on some archs\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/memops.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/mmio.h]=( typeset -a comments=( $'\n * (C) Copyright IBM Corporation 2004\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n * USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file mmio.h\n * Functions for properly handling memory mapped IO on various platforms.\n *\n * \\author Ian Romanick \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/mmio.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/mmx.h]=( typeset -a comments=( $'\tmmx.h\n\n\tMultiMedia eXtensions GCC interface library for IA32.\n\n\tTo use this library, simply include this header file\n\tand compile with GCC. You MUST have inlining enabled\n\tin order for mmx_ok() to work; this can be done by\n\tsimply using -O on the GCC command line.\n\n\tCompiling with -DMMX_TRACE will cause detailed trace\n\toutput to be sent to stderr for each mmx operation.\n\tThis adds lots of code, and obviously slows execution to\n\ta crawl, but can be very useful for debugging.\n\n\tTHIS SOFTWARE IS PROVIDED ``AS IS\'\' AND WITHOUT ANY\n\tEXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT\n\tLIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY\n\tAND FITNESS FOR ANY PARTICULAR PURPOSE.\n\n\t1997-98 by H. Dietz and R. Fisher\n\n History:\n\t97-98*\tR.Fisher\tEarly versions\n\t980501\tR.Fisher\tOriginal Release\n\t980611*\tH.Dietz\t\tRewrite, correctly implementing inlines, and\n\t\tR.Fisher\t including direct register accesses.\n\t980616\tR.Fisher\tRelease of 980611 as 980616.\n\t980714\tR.Fisher\tMinor corrections to Makefile, etc.\n\t980715\tR.Fisher\tmmx_ok() now prevents optimizer from using\n\t\t\t\t clobbered values.\n\t\t\t\tmmx_ok() now checks if cpuid instruction is\n\t\t\t\t available before trying to use it.\n\t980726*\tR.Fisher\tmm_support() searches for AMD 3DNow, Cyrix\n\t\t\t\t Extended MMX, and standard MMX. It returns a\n\t\t\t\t value which is positive if any of these are\n\t\t\t\t supported, and can be masked with constants to\n\t\t\t\t see which. mmx_ok() is now a call to this\n\t980726*\tR.Fisher\tAdded i2r support for shift functions\n\t980919\tR.Fisher\tFixed AMD extended feature recognition bug.\n\t980921\tR.Fisher\tAdded definition/check for _MMX_H.\n\t\t\t\tAdded "float s[2]" to mmx_t for use with\n\t\t\t\t 3DNow and EMMX. So same mmx_t can be used.\n\t981013\tR.Fisher\tFixed cpuid function 1 bug (looked at wrong reg)\n\t\t\t\tFixed psllq_i2r error in mmxtest.c\n\n\t* Unreleased (internal or interim) versions\n\n Notes:\n\tIt appears that the latest gas has the pand problem fixed, therefore\n\t I\'ll undefine BROKEN_PAND by default.\n\tString compares may be quicker than the multiple test/jumps in vendor\n\t test sequence in mmx_ok(), but I\'m not concerned with that right now.\n\n Acknowledgments:\n\tJussi Laako for pointing out the errors ultimately found to be\n\t connected to the failure to notify the optimizer of clobbered values.\n\tRoger Hardiman for reminding us that CPUID isn\'t everywhere, and that\n\t someone may actually try to use this on a machine without CPUID.\n\t Also for suggesting code for checking this.\n\tRobert Dale for pointing out the AMD recognition bug.\n\tJimmy Mayfield and Carl Witty for pointing out the Intel recognition\n\t bug.\n\tCarl Witty for pointing out the psllq_i2r test bug.\n' $'\tWarning: at this writing, the version of GAS packaged\n\twith most Linux distributions does not handle the\n\tparallel AND operation mnemonic correctly. If the\n\tsymbol BROKEN_PAND is defined, a slower alternative\n\tcoding will be used. If execution of mmxtest results\n\tin an illegal instruction fault, define this symbol.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/mmx.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/spantmp.h]=( typeset -a comments=( $'\n * Copyright 2000-2001 VA Linux Systems, Inc.\n * (C) Copyright IBM Corporation 2002, 2003\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEM, IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n * USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n * Gareth Hughes \n ' ' remove someday ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/spantmp.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/spantmp2.h]=( typeset -a comments=( $'\n * Copyright 2000-2001 VA Linux Systems, Inc.\n * (C) Copyright IBM Corporation 2004\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEM, IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n * USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file spantmp2.h\n *\n * Template file of span read / write functions.\n *\n * \\author Keith Whitwell \n * \\author Gareth Hughes \n * \\author Ian Romanick \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/spantmp2.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/spantmp_common.h]=( typeset -a comments=( $'\n * Copyright 2000-2001 VA Linux Systems, Inc.\n * (C) Copyright IBM Corporation 2004\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEM, IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n * USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file spantmp_common.h\n *\n * common macros for span read / write functions to be used in the depth,\n * stencil and pixel span templates.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/spantmp_common.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/stenciltmp.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/common/stenciltmp.h,v 1.3 2001/03/21 16:14:20 dawes Exp $ ' ' HAVE_HW_STENCIL_SPANS ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/stenciltmp.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/texmem.c]=( typeset -a comments=( $'\n * Copyright 2000-2001 VA Linux Systems, Inc.\n * (C) Copyright IBM Corporation 2002, 2003\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEM, IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n * USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Ian Romanick \n * Keith Whitwell \n * Kevin E. Martin \n * Gareth Hughes \n ' ' $XFree86:$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/texmem.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/texmem.h]=( typeset -a comments=( $'\n * Copyright 2000-2001 VA Linux Systems, Inc.\n * (c) Copyright IBM Corporation 2002\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEM, IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n * USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Ian Romanick \n * Keith Whitwell \n * Kevin E. Martin \n * Gareth Hughes \n ' ' $XFree86:$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/texmem.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/utils.c]=( typeset -a comments=( $'\n * (C) Copyright IBM Corporation 2002, 2004\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEM, IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n * USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file utils.c\n * Utility functions for DRI drivers.\n *\n * \\author Ian Romanick \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/utils.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/utils.h]=( typeset -a comments=( $'\n * (C) Copyright IBM Corporation 2002, 2004\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEM, IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n * USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Ian Romanick \n ' ' $XFree86:$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/utils.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/vblank.c]=( typeset -a comments=( ' -*- mode: c; c-basic-offset: 3 -*- ' $'\n * (c) Copyright IBM Corporation 2002\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEM, IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n * USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Ian Romanick \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/vblank.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/vblank.h]=( typeset -a comments=( ' -*- mode: c; c-basic-offset: 3 -*- ' $'\n * (c) Copyright IBM Corporation 2002\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEM, IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n * USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Ian Romanick \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/vblank.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/xmlconfig.c]=( typeset -a comments=( $'\n * XML DRI client-side driver configuration\n * Copyright (C) 2003 Felix Kuehling\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * FELIX KUEHLING, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM, \n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR \n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE \n * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n ' $'*\n * \\file xmlconfig.c\n * \\brief Driver-independent client-side part of the XML configuration\n * \\author Felix Kuehling\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/xmlconfig.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/xmlconfig.h]=( typeset -a comments=( $'\n * XML DRI client-side driver configuration\n * Copyright (C) 2003 Felix Kuehling\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * FELIX KUEHLING, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM, \n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR \n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE \n * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n ' $'*\n * \\file xmlconfig.h\n * \\brief Driver-independent client-side part of the XML configuration\n * \\author Felix Kuehling\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/xmlconfig.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/xmlpool.h]=( typeset -a comments=( $'\n * XML DRI client-side driver configuration\n * Copyright (C) 2003 Felix Kuehling\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * FELIX KUEHLING, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM, \n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR \n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE \n * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n ' $'*\n * \\file xmlpool.h\n * \\brief Pool of common options\n * \\author Felix Kuehling\n *\n * This file defines macros that can be used to construct\n * driConfigOptions in the drivers. Common options are defined in\n * xmlpool/t_options.h from which xmlpool/options.h is generated with\n * translations. This file defines generic helper macros and includes\n * xmlpool/options.h.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/xmlpool.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/xmlpool/options.h]=( typeset -a comments=( $'**********************************************************************\n *** THIS FILE IS GENERATED AUTOMATICALLY. DON\'T EDIT! ***\n **********************************************************************' $'\n * XML DRI client-side driver configuration\n * Copyright (C) 2003 Felix Kuehling\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * FELIX KUEHLING, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM, \n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR \n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE \n * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/xmlpool/options.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/xmlpool/t_options.h]=( typeset -a comments=( $'\n * XML DRI client-side driver configuration\n * Copyright (C) 2003 Felix Kuehling\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * FELIX KUEHLING, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM, \n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR \n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE \n * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n ' $'*\n * \\file t_options.h\n * \\brief Templates of common options\n * \\author Felix Kuehling\n *\n * This file defines macros for common options that can be used to\n * construct driConfigOptions in the drivers. This file is only a\n * template containing English descriptions for options wrapped in\n * gettext(). xgettext can be used to extract translatable\n * strings. These strings can then be translated by anyone familiar\n * with GNU gettext. gen_xmlpool.py takes this template and fills in\n * all the translations. The result (options.h) is included by\n * xmlpool.h which in turn can be included by drivers.\n *\n * The macros used to describe otions in this file are defined in\n * ../xmlpool.h.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/common/xmlpool/t_options.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/fb/fb_dri.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.3\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $' Minimal swrast-based dri loadable driver.\n *\n * Todo:\n * -- Use malloced (rather than framebuffer) memory for backbuffer\n * -- 32bpp is hardwared -- fix\n *\n * NOTES:\n * -- No mechanism for cliprects or resize notification --\n * assumes this is a fullscreen device. \n * -- No locking -- assumes this is the only driver accessing this \n * device.\n * -- Doesn\'t (yet) make use of any acceleration or other interfaces\n * provided by fb. Would be entirely happy working against any \n *\tfullscreen interface.\n * -- HOWEVER: only a small number of pixelformats are supported, and\n * the mechanism for choosing between them makes some assumptions\n * that may not be valid everywhere.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/fb/fb_dri.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/fb/fb_egl.c]=( typeset -a comments=( $'\n * Test egl driver for fb_dri.so\n ' $'*\n * fb driver-specific driver class derived from _EGLDriver\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/fb/fb_egl.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_bitmap.c]=( typeset -a comments=( $' $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_bitmap.c,v 1.1 2002/02/22 21:32:58 dawes Exp $\n *\n * GLX Hardware Device Driver for Sun Creator/Creator3D\n * Copyright (C) 2001 David S. Miller\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * DAVID MILLER, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM, \n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR \n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE \n * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n *\n * David S. Miller \n ' ' Compute ceiling of integer quotient of A divided by B: ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_bitmap.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_bitmap.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_bitmap.h,v 1.1 2002/02/22 21:32:58 dawes Exp $ ' ' !(_FFB_BITMAP_H) ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_bitmap.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_clear.c]=( typeset -a comments=( $' $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_clear.c,v 1.2 2002/02/22 21:32:58 dawes Exp $\n *\n * GLX Hardware Device Driver for Sun Creator/Creator3D\n * Copyright (C) 2000 David S. Miller\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * DAVID MILLER, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM, \n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR \n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE \n * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n *\n * David S. Miller \n ' $' Compute the page aligned box for a page mode fast fill.\n * In \'ework\' this returns greater than zero if there are some odd\n * edges to take care of which are outside of the page aligned area.\n * It will place less than zero there if the box is too small,\n * indicating that a different method must be used to fill it.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_clear.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_clear.h]=( typeset -a comments=( ' !(_FFB_CLEAR_H) ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_clear.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_context.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_context.h,v 1.2 2002/02/22 21:32:58 dawes Exp $ ' ' Immediate mode fast-path support. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_context.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_dd.c]=( typeset -a comments=( $' $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_dd.c,v 1.4 2002/09/11 19:49:07 tsi Exp $\n *\n * GLX Hardware Device Driver for Sun Creator/Creator3D\n * Copyright (C) 2000, 2001 David S. Miller\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * DAVID MILLER, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE\n * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n *\n * David S. Miller \n ' $' Mesa\'s Driver Functions ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_dd.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_dd.h]=( typeset -a comments=( $' $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_dd.h,v 1.1 2000/06/20 05:08:38 dawes Exp $\n *\n * GLX Hardware Device Driver for Sun Creator/Creator3D.\n * Copyright (C) 2000 David S. Miller\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * DAVID MILLER, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM, \n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR \n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE \n * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n *\n * David S. Miller \n ' ' !(_FFB_DD_H) ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_dd.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_depth.c]=( typeset -a comments=( $' $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_depth.c,v 1.2 2002/02/22 21:32:58 dawes Exp $\n *\n * GLX Hardware Device Driver for Sun Creator/Creator3D\n * Copyright (C) 2000 David S. Miller\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * DAVID MILLER, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM, \n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR \n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE \n * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n *\n * David S. Miller \n ' $'*\n * Plug in the Get/Put routines for the given driRenderbuffer.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_depth.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_depth.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_depth.h,v 1.1 2000/06/20 05:08:38 dawes Exp $ ' ' !(_FFB_DEPTH_H) ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_depth.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_fifo.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_fifo.h,v 1.2 2002/02/22 21:32:58 dawes Exp $ ' ' !(_FFB_FIFO_H) ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_fifo.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_fog.c]=( typeset -a comments=( $' FFB fog support:\n *\n * There are two levels of support for FOG in the Creator3D series.\n * Both involve a depth cue unit and 1 or 4 slope factors and scales\n * for varying the pixel intensity.\n *\n * Chips prior to FFB2 only have a single set of such settings, FFB2\n * and later have 4 settings.\n *\n * The basic depth cueing equation is:\n *\n *\tC_final = dcsf(z) * C_orig + (1 - dcsf(z)) * C_fog\n *\n * \tC_final\t--\tThe final color passed to blend unit or frame\n *\t\t\tbuffer (if blending is disabled).\n *\n *\tC_orig\t--\tThe color we start with, which comes either from\n *\t\t\tthe raster processor or cpu writes to the smart\n *\t\t\tframebuffer aperture.\n *\n *\tC_fog\t--\tThis is the "fog" color, ie. the desired color\n *\t\t\tat the deepest Z.\n *\n *\tdcsf(z)\t--\tThe depth cue scale as a function of Z.\n *\n * With pre-FFB2 chips there are four parameters to control the depth\n * cue scaling. Here is a diagram:\n *\n *\t\t 1.0\t-------------\n *\t\t\t| | | |\n *\t\t\t| | | |\n *\t\tSfront\tXXXXX---+---+\n *\t\t\t| |X | |\n *\tdcsf(z)\t\t| | X | |\n *\t\t\t| | X| |\n *\t\tSback\t+---+---XXXXX\n *\t\t\t| | | |\n *\t\t 0.0\t-------------\n *\t\t\t0.0 Zf Zb 1.0\n *\n *\t\t\t z\n * Therefore:\n *\n *\tfor Zf < z < Zb\n *\n *\t\tdcsf(z) = Sback + ((Sfront - Sback) / (Zf - Zb)) * (Zb - z)\n *\n *\tfor z <= Zf\n *\n *\t\tdcsf(z) = Sfront\n *\n *\tfor z >= Zb\n *\n *\t\tdcsf(z) = Sback\n *\n * With FFB2 and later, 3 more slope regions are provided, the first of\n * them starts at the end of the region defined above and ends at a\n * specified depth value, the next slop region starts there and ends\n * at the next specified depth value, and so on. Each of the 3 slope\n * regions also have scale and slope settings of their own.\n *\n * The C_fog color is programmed into the alpha blending unit color1\n * and color2 registers as follows:\n *\n *\tcolor1:\t\t-(C_fog)\n *\tcolor2:\t\tC_fog - bg\n *\n * If alpha blending is disabled, the bg factor is zero. Note that\n * the alpha blending color registers specify each of the RGB values\n * as 9 bit 1:8 signed numbers in the range -1.00 to 0.ff inclusive.\n * (ie. 0x100 == -1.00 and 0x0ff == +0.ff)\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_fog.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_lines.c]=( typeset -a comments=( $' $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_lines.c,v 1.2 2002/02/22 21:32:58 dawes Exp $\n *\n * GLX Hardware Device Driver for Sun Creator/Creator3D\n * Copyright (C) 2000, 2001 David S. Miller\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * DAVID MILLER, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM, \n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR \n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE \n * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n *\n * David S. Miller \n ' $' If the line is not wide, we can support all of the line\n * patterning and smooth shading features of OpenGL fully.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_lines.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_lines.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_lines.h,v 1.2 2002/02/22 21:32:58 dawes Exp $ ' ' !(_FFB_LINES_H) ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_lines.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_linetmp.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_linetmp.h,v 1.2 2002/02/22 21:32:58 dawes Exp $ ' ' (2 * 3) + 1 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_linetmp.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_lock.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_lock.h,v 1.2 2002/02/22 21:32:59 dawes Exp $ ' $' Lock the hardware and validate our state. This hardware can only ever\n * exist on SPARC platforms. Don\'t bother building the real LOCK_HARDWARE and\n * UNLOCK_HARDWARE code on non-SPARC platforms. The only reason the driver\n * gets built on non-SPARC is to catch build breakages earlier.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_lock.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_points.c]=( typeset -a comments=( $' $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_points.c,v 1.2 2002/02/22 21:32:59 dawes Exp $\n *\n * GLX Hardware Device Driver for Sun Creator/Creator3D\n * Copyright (C) 2000, 2001 David S. Miller\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * DAVID MILLER, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM, \n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR \n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE \n * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n *\n * David S. Miller \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_points.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_points.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_points.h,v 1.2 2002/02/22 21:32:59 dawes Exp $ ' ' !(_FFB_POINTS_H) ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_points.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_pointtmp.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_pointtmp.h,v 1.3 2002/02/22 21:32:59 dawes Exp $ ' ' FIX ME ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_pointtmp.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_rendertmp.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_rendertmp.h,v 1.2 2003/01/29 23:00:40 dawes Exp $ ' '' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_rendertmp.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_span.c]=( typeset -a comments=( $' $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_span.c,v 1.2 2002/02/22 21:32:59 dawes Exp $\n *\n * GLX Hardware Device Driver for Sun Creator/Creator3D\n * Copyright (C) 2000 David S. Miller\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * DAVID MILLER, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM, \n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR \n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE \n * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n *\n * David S. Miller \n ' ' We use WID clipping, so this test always passes. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_span.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_span.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_span.h,v 1.1 2000/06/20 05:08:39 dawes Exp $ ' ' !(_FFB_SPAN_H) ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_span.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_state.c]=( typeset -a comments=( $' $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_state.c,v 1.5 2002/10/30 12:51:27 alanh Exp $\n *\n * GLX Hardware Device Driver for Sun Creator/Creator3D\n * Copyright (C) 2000, 2001 David S. Miller\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * DAVID MILLER, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM, \n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR \n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE \n * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n *\n * David S. Miller \n ' $' We could avoid this if sfactor is GL_ONE and\n\t\t * dfactor is GL_ZERO. I do not think that is even\n\t\t * worthwhile to check because if someone is using\n\t\t * blending they use more interesting settings and\n\t\t * also it would add more state tracking to a lot\n\t\t * of the code in this file.\n\t\t ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_state.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_state.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_state.h,v 1.2 2002/02/22 21:32:59 dawes Exp $ ' ' !(_FFB_STATE_H) ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_state.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_stencil.c]=( typeset -a comments=( $' $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_stencil.c,v 1.2 2002/02/22 21:32:59 dawes Exp $\n *\n * GLX Hardware Device Driver for Sun Creator/Creator3D\n * Copyright (C) 2000 David S. Miller\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * DAVID MILLER, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM, \n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR \n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE \n * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n *\n * David S. Miller \n ' $'*\n * Plug in the Get/Put routines for the given driRenderbuffer.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_stencil.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_stencil.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_stencil.h,v 1.1 2000/06/20 05:08:39 dawes Exp $ ' ' !(_FFB_STENCIL_H) ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_stencil.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_tex.c]=( typeset -a comments=( $' $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_tex.c,v 1.1 2002/02/22 21:32:59 dawes Exp $\n *\n * GLX Hardware Device Driver for Sun Creator/Creator3D\n * Copyright (C) 2001 David S. Miller\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * DAVID MILLER, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE\n * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n *\n * David S. Miller \n ' ' No texture unit, all software. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_tex.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_tex.h]=( typeset -a comments=( $' $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_tex.h,v 1.1 2002/02/22 21:32:59 dawes Exp $\n *\n * GLX Hardware Device Driver for Sun Creator/Creator3D.\n * Copyright (C) 2001 David S. Miller\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * DAVID MILLER, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM, \n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR \n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE \n * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n *\n * David S. Miller \n ' ' !(_FFB_DD_H) ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_tex.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_tris.c]=( typeset -a comments=( $' $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_tris.c,v 1.3 2002/10/30 12:51:28 alanh Exp $\n *\n * GLX Hardware Device Driver for Sun Creator/Creator3D\n * Copyright (C) 2000, 2001 David S. Miller\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * DAVID MILLER, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM, \n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR \n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE \n * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n *\n * David S. Miller \n ' $'**********************************************************************\n * Build low-level triangle/quad rasterize functions *\n **********************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_tris.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_tris.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_tris.h,v 1.2 2002/02/22 21:32:59 dawes Exp $ ' ' !(_FFB_TRIS_H) ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_tris.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_tritmp.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_tritmp.h,v 1.2 2002/02/22 21:32:59 dawes Exp $ ' ' NOTE: These are not viewport transformed yet. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_tritmp.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_vb.c]=( typeset -a comments=( $' $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_vb.c,v 1.4 2002/02/22 21:32:59 dawes Exp $\n *\n * GLX Hardware Device Driver for Sun Creator/Creator3D\n * Copyright (C) 2000, 2001 David S. Miller\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * DAVID MILLER, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM, \n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR \n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE \n * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n *\n * David S. Miller \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_vb.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_vb.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_vb.h,v 1.2 2002/02/22 21:32:59 dawes Exp $ ' ' !(_FFB_VB_H) ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_vb.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_vbtmp.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_vbtmp.h,v 1.1 2002/02/22 21:32:59 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_vbtmp.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_vtxfmt.c]=( typeset -a comments=( $' $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_vtxfmt.c,v 1.1 2002/02/22 21:32:59 dawes Exp $\n *\n * GLX Hardware Device Driver for Sun Creator/Creator3D\n * Copyright (C) 2001 David S. Miller\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * DAVID MILLER, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM, \n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR \n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE \n * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n *\n * David S. Miller \n ' '' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_vtxfmt.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_vtxfmt.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_vtxfmt.h,v 1.1 2002/02/22 21:32:59 dawes Exp $ ' ' !(_FFB_VTXFMT_H) ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_vtxfmt.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_xmesa.c]=( typeset -a comments=( $' $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_xmesa.c,v 1.4 2002/02/22 21:32:59 dawes Exp $\n *\n * GLX Hardware Device Driver for Sun Creator/Creator3D\n * Copyright (C) 2000, 2001 David S. Miller\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * DAVID MILLER, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM, \n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR \n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE \n * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n *\n * David S. Miller \n ' ' Allocate the private area. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_xmesa.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_xmesa.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_xmesa.h,v 1.2 2002/02/22 21:32:59 dawes Exp $ ' ' !(_FFB_XMESA_H) ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/ffb_xmesa.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/server/ffb_dac.h]=( typeset -a comments=( $'\n * Acceleration for the Creator and Creator3D framebuffer - DAC register layout.\n *\n * Copyright (C) 2000 David S. Miller (davem@redhat.com)\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to deal\n * in the Software without restriction, including without limitation the rights\n * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n * copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * DAVID MILLER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_dac.h,v 1.2 2001/04/05 17:42:33 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/server/ffb_dac.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/server/ffb_drishare.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_drishare.h,v 1.2 2000/06/21 00:47:37 dawes Exp $ ' ' Indexed by DRI drawable id. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/server/ffb_drishare.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/server/ffb_regs.h]=( typeset -a comments=( $'\n * Acceleration for the Creator and Creator3D framebuffer - register layout.\n *\n * Copyright (C) 1998,1999,2000 Jakub Jelinek (jakub@redhat.com)\n * Copyright (C) 1998 Michal Rehacek (majkl@iname.com)\n * Copyright (C) 1999 David S. Miller (davem@redhat.com)\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to deal\n * in the Software without restriction, including without limitation the rights\n * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n * copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * JAKUB JELINEK, MICHAL REHACEK, OR DAVID MILLER BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n * USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_regs.h,v 1.1 2000/05/18 23:21:37 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/ffb/server/ffb_regs.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_client.h]=( typeset -a comments=( ' Automaticallly generated -- do not edit ' ' *********************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_client.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_context.c]=( typeset -a comments=( $'\n * Copyright 2001 by Alan Hourihane.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n *\n * 3DLabs Gamma driver.\n *\n ' ' REMOVE: point attenuation stage ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_context.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_context.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/gamma/gamma_context.h,v 1.6 2002/12/16 16:18:50 dawes Exp $ ' $'\n * Copyright 2001 by Alan Hourihane.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_context.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_dd.c]=( typeset -a comments=( $'\n * Copyright 2001 by Alan Hourihane.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n *\n ' $' Return the width and height of the current color buffer.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_dd.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_inithw.c]=( typeset -a comments=( $'\n * Copyright 2001 by Alan Hourihane.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n * Kevin E. Martin \n *\n ' ' $XFree86: xc/lib/GL/mesa/src/drv/gamma/gamma_inithw.c,v 1.9 2002/10/30 12:51:29 alanh Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_inithw.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_lock.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/gamma/gamma_lock.c,v 1.4 2002/11/05 17:46:07 tsi Exp $ ' $' Update the hardware state. This is called if another context has\n * grabbed the hardware lock, which includes the X server. This\n * function also updates the driver\'s window state after the X server\n * moves, resizes or restacks a window -- the change will be reflected\n * in the drawable position and clip rects. Since the X server grabs\n * the hardware lock when it changes the window state, this routine will\n * automatically be called after such a change.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_lock.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_lock.h]=( typeset -a comments=( $' Turn DEBUG_LOCKING on to find locking conflicts.\n ' $'\n * !!! We may want to separate locks from locks with validation. This\n * could be used to improve performance for those things commands that\n * do not do any drawing !!!\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_lock.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_macros.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/gamma/gamma_macros.h,v 1.5 2002/02/22 21:33:02 dawes Exp $ ' $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_macros.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_regs.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/gamma/gamma_regs.h,v 1.5 2002/02/22 21:33:02 dawes Exp $ ' $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_regs.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_render.c]=( typeset -a comments=( $'\n * Copyright 2001 by Alan Hourihane.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n *\n * 3DLabs Gamma driver.\n *\n ' ' !! Should template this eventually !! ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_render.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_screen.c]=( typeset -a comments=( $'\n * Copyright 2001 by Alan Hourihane.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n *\n ' ' Check the DRI externsion version ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_screen.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_screen.h]=( typeset -a comments=( ' Count of register regions ' ' Vector of mapped region info ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_screen.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_span.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/gamma/gamma_span.c,v 1.4 2002/11/05 17:46:07 tsi Exp $ ' $' FIXME! Depth/Stencil read/writes don\'t work ! ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_span.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_state.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/gamma/gamma_state.c,v 1.5 2002/11/05 17:46:07 tsi Exp $ ' $'\n * Copyright 2001 by Alan Hourihane.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n *\n * 3DLabs Gamma driver\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_state.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_tex.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/gamma/gamma_tex.c,v 1.4 2002/11/05 17:46:07 tsi Exp $ ' $'\n * Compute the \'S2.4\' lod bias factor from the floating point OpenGL bias.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_tex.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_texmem.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/gamma/gamma_texmem.c,v 1.5 2002/11/05 17:46:07 tsi Exp $ ' $' This is sad - need to sync *in case* we upload a texture\n * to this newly free memory...\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_texmem.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_texstate.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/gamma/gamma_texstate.c,v 1.5 2002/11/05 17:46:07 tsi Exp $ ' ' fprintf(stderr, "%s\n", __FUNCTION__); ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_texstate.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_tris.c]=( typeset -a comments=( $'\n * Copyright 2001 by Alan Hourihane.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n * Keith Whitwell, \n *\n * 3DLabs Gamma driver.\n ' $'**********************************************************************\n * Build hardware rasterization functions *\n **********************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_tris.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_tris.h]=( typeset -a comments=( $'\n * Copyright 2001 by Alan Hourihane.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n * Keith Whitwell, \n *\n * 3DLabs Gamma driver.\n ' ' !(_GAMMA_TRIS_H) ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_tris.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_tritmp.h]=( typeset -a comments=( ' $XFree86: xc/extras/Mesa/src/mesa/drivers/dri/gamma/gamma_tritmp.h,v 1.2 2004/12/13 22:40:49 tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_tritmp.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_vb.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/gamma/gamma_vb.c,v 1.4 2003/03/26 20:43:48 tsi Exp $ ' $'\n * Copyright 2001 by Alan Hourihane.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n * Keith Whitwell, \n *\n * 3DLabs Gamma driver.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_vb.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_vb.h]=( typeset -a comments=( $'\n * Copyright 2001 by Alan Hourihane.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n * Keith Whitwell, \n *\n * 3DLabs Gamma driver.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_vb.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_xmesa.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/gamma/gamma_xmesa.c,v 1.14 2002/10/30 12:51:30 alanh Exp $ ' $'\n * Copyright 2001 by Alan Hourihane.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n *\n * 3DLabs Gamma driver\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/gamma_xmesa.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/server/glint_common.h]=( typeset -a comments=( $' glint_common.h -- common header definitions for Gamma 2D/3D/DRM suite\n *\n * Copyright 2002 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Converted to common header format:\n * Jens Owen \n *\n * $XFree86: xc/programs/Xserver/hw/xfree86/drivers/glint/glint_common.h,v 1.2 2003/04/03 16:52:18 dawes Exp $\n *\n ' $'\n * WARNING: If you change any of these defines, make sure to change\n * the kernel include file as well (gamma_drm.h)\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/server/glint_common.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/server/glint_dri.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/glint/glint_dri.h,v 1.7 2002/10/30 12:52:16 alanh Exp $ ' $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/gamma/server/glint_dri.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/glcore/glcore_driver.c]=( typeset -a comments=( $'\n * Copyright 2006 Red Hat, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * This implements a software-only "DRI" driver. It doesn\'t actually speak\n * any DRI protocol or talk to the DRM, it just looks enough like a DRI driver\n * that libglx in the server can load it for software rendering in the\n * unaccelerated case.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/glcore/glcore_driver.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/i810_3d_reg.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/i810/i810_3d_reg.h,v 1.7 2002/02/22 21:33:03 dawes Exp $ ' $' Registers not used in the X server\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/i810_3d_reg.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/i810context.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86: xc/lib/GL/mesa/src/drv/i810/i810context.c,v 1.3 2002/10/30 12:51:33 alanh Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/i810context.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/i810context.h]=( typeset -a comments=( $'\n * GLX Hardware Device Driver for Intel i810\n * Copyright (C) 1999 Keith Whitwell\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * KEITH WHITWELL, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM, \n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR \n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE \n * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n ' ' $XFree86: xc/lib/GL/mesa/src/drv/i810/i810context.h,v 1.9 2002/12/16 16:18:51 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/i810context.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/i810ioctl.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/i810/i810ioctl.c,v 1.7 2002/10/30 12:51:33 alanh Exp $ ' ' for usleep() ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/i810ioctl.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/i810ioctl.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/i810/i810ioctl.h,v 1.7 2002/10/30 12:51:33 alanh Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/i810ioctl.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/i810render.c]=( typeset -a comments=( $'\n * Intel i810 DRI driver for Mesa 3.5\n *\n * Copyright (C) 1999-2000 Keith Whitwell All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NONINFRINGEMENT. IN NO EVENT SHALL KEITH WHITWELL BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF\n * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Author:\n * Keith Whitwell \n ' $'\n * Render unclipped vertex buffers by emitting vertices directly to\n * dma buffers. Use strip/fan hardware acceleration where possible.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/i810render.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/i810screen.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86: xc/lib/GL/mesa/src/drv/i810/i810screen.c,v 1.2 2002/10/30 12:51:33 alanh Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/i810screen.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/i810screen.h]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Keith Whitwell \n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/i810screen.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/i810span.c]=( typeset -a comments=( $' 16 bit, 565 rgb color spanline and pixel functions\n ' $' 16 bit depthbuffer functions.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/i810span.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/i810span.h]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/i810span.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/i810state.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/i810/i810state.c,v 1.9 2002/10/30 12:51:33 alanh Exp $ ' ' Can only do GL_ADD equation in hardware ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/i810state.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/i810state.h]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/i810state.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/i810tex.c]=( typeset -a comments=( $'\n * GLX Hardware Device Driver for Intel i810\n * Copyright (C) 1999 Keith Whitwell\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * KEITH WHITWELL, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM, \n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR \n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE \n * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n ' ' $XFree86: xc/lib/GL/mesa/src/drv/i810/i810tex.c,v 1.9 2002/10/30 12:51:33 alanh Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/i810tex.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/i810tex.h]=( typeset -a comments=( $'\n * GLX Hardware Device Driver for Intel i810\n * Copyright (C) 1999 Keith Whitwell\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * KEITH WHITWELL, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM, \n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR \n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE \n * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n *\n ' $' For shared texture space managment, these texture objects may also\n * be used as proxies for regions of texture memory containing other\n * client\'s textures. Such proxy textures (not to be confused with GL\n * proxy textures) are subject to the same LRU aging we use for our\n * own private textures, and thus we have a mechanism where we can\n * fairly decide between kicking out our own textures and those of\n * other clients.\n *\n * Non-local texture objects have a valid MemBlock to describe the\n * region managed by the other client, and can be identified by\n * \'t->globj == 0\' \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/i810tex.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/i810texmem.c]=( typeset -a comments=( $'\n * GLX Hardware Device Driver for Intel i810\n * Copyright (C) 1999 Keith Whitwell\n * Texmem interface changes (C) 2003 Dave Airlie\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * KEITH WHITWELL, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE\n * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n ' $' See if it was the driver\'s current object.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/i810texmem.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/i810texstate.c]=( typeset -a comments=( $'\n * GLX Hardware Device Driver for Intel i810\n * Copyright (C) 1999 Keith Whitwell\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * KEITH WHITWELL, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM, \n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR \n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE \n * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n ' ' fprintf(stderr, "%s\n", __FUNCTION__); ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/i810texstate.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/i810tris.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/i810/i810tris.c,v 1.7 2002/10/30 12:51:33 alanh Exp $ ' $'*************************************************************************\n\nCopyright 2001 VA Linux Systems Inc., Fremont, California.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nATI, VA LINUX SYSTEMS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/i810tris.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/i810tris.h]=( typeset -a comments=( $'\n * GLX Hardware Device Driver for Intel i810\n * Copyright (C) 1999 Keith Whitwell\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * KEITH WHITWELL, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE\n * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n *\n ' ' $XFree86: xc/lib/GL/mesa/src/drv/i810/i810tris.h,v 1.10 2002/02/22 21:33:04 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/i810tris.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/i810vb.c]=( typeset -a comments=( $'\n * GLX Hardware Device Driver for Intel i810\n * Copyright (C) 1999 Keith Whitwell\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * KEITH WHITWELL, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE\n * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n *\n ' ' $XFree86: xc/lib/GL/mesa/src/drv/i810/i810vb.c,v 1.13 2003/03/26 20:43:48 tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/i810vb.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/i810vb.h]=( typeset -a comments=( $'\n * GLX Hardware Device Driver for Intel i810\n * Copyright (C) 1999 Keith Whitwell\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * KEITH WHITWELL, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE\n * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n *\n ' ' $XFree86: xc/lib/GL/mesa/src/drv/i810/i810vb.h,v 1.4 2002/02/22 21:33:04 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/i810vb.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/server/i810_common.h]=( typeset -a comments=( $' i810_common.h -- common header definitions for I810 2D/3D/DRM suite\n *\n * Copyright 2002 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Converted to common header format:\n * Jens Owen \n *\n * $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i810_common.h,v 1.1 2002/09/11 00:29:31 dawes Exp $\n *\n ' $' WARNING: If you change any of these defines, make sure to change\n * the kernel include file as well (i810_drm.h)\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/server/i810_common.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/server/i810_dri.c]=( typeset -a comments=( $'*\n * \\file server/i810_dri.c\n * \\brief File to perform the device-specific initialization tasks typically\n * done in the X server.\n *\n * Here they are converted to run in the client (or perhaps a standalone\n * process), and to work with the frame buffer device rather than the X\n * server infrastructure.\n * \n * Copyright (C) 2004 Dave Airlie (airlied@linux.ie)\n ' $'*\n * \\brief Wait for free FIFO entries.\n *\n * \\param ctx display handle.\n * \\param entries number of free entries to wait.\n *\n * It polls the free entries from the chip until it reaches the requested value\n * or a timeout (3000 tries) occurs. Aborts the program if the FIFO times out.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/server/i810_dri.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/server/i810_dri.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i810_dri.h,v 1.10 2002/12/10 01:27:04 dawes Exp $ ' $' For non-dma direct rendering.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/server/i810_dri.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/server/i810_reg.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i810_reg.h,v 1.13 2003/02/06 04:18:04 dawes Exp $ ' $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i810/server/i810_reg.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/i830_context.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $'**************************************\n * Mesa\'s Driver Functions\n **************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/i830_context.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/i830_context.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' State structure offsets - these will probably disappear.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/i830_context.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/i830_metaops.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' A large amount of state doesn\'t need to be uploaded.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/i830_metaops.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/i830_reg.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ' Dword 1 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/i830_reg.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/i830_state.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $'*\n * Makes sure that the proper enables are set for LogicOp, Independant Alpha\n * Blend, and Blending. It needs to be called from numerous places where we\n * could change the LogicOp or Independant Alpha Blend without subsequent\n * calls to glEnable.\n * \n * \\todo\n * This function is substantially different from the old i830-specific driver.\n * I\'m not sure which is correct.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/i830_state.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/i830_tex.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $'*\n * Set the texture wrap modes.\n * \n * The i830M (and related graphics cores) do not support GL_CLAMP. The Intel\n * drivers for "other operating systems" implement GL_CLAMP as\n * GL_CLAMP_TO_EDGE, so the same is done here.\n * \n * \\param t Texture object whose wrap modes are to be set\n * \\param swrap Wrap mode for the \\a s texture coordinate\n * \\param twrap Wrap mode for the \\a t texture coordinate\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/i830_tex.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/i830_texblend.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' ================================================================\n * Texture combine functions\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/i830_texblend.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/i830_texstate.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ' Kludge -- check with conform, glean ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/i830_texstate.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/i830_vtbl.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' Important:\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/i830_vtbl.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/i915_context.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $'**************************************\n * Mesa\'s Driver Functions\n **************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/i915_context.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/i915_context.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' State structure offsets - these will probably disappear.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/i915_context.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/i915_debug.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ' 0 nop ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/i915_debug.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/i915_fragprog.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ' 1, -1/3!, 1/5!, -1/7! ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/i915_fragprog.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/i915_metaops.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' A large amount of state doesn\'t need to be uploaded.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/i915_metaops.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/i915_program.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' These are special, and don\'t have swizzle/negate bits.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/i915_program.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/i915_program.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' Having zero and one in here makes the definition of swizzle a lot\n * easier.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/i915_program.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/i915_reg.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ' p137 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/i915_reg.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/i915_state.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' This function makes sure that the proper enables are\n * set for LogicOp, Independant Alpha Blend, and Blending.\n * It needs to be called from numerous places where we\n * could change the LogicOp or Independant Alpha Blend without subsequent\n * calls to glEnable.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/i915_state.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/i915_tex.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $'*\n * Allocate space for and load the mesa images into the texture memory block.\n * This will happen before drawing with a new texture, or drawing with a\n * texture after it was swapped out or teximaged again.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/i915_tex.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/i915_texprog.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' TODO: Use D0_CHANNEL_XY where possible.\n\t ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/i915_texprog.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/i915_texstate.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' Compute which mipmap levels we really want to send to the hardware.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/i915_texstate.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/i915_vtbl.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' Pull apart the vertex format registers and figure out how large a\n * vertex is supposed to be. \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/i915_vtbl.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/intel_batchbuffer.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' ================================================================\n * Performance monitoring functions\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/intel_batchbuffer.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/intel_batchbuffer.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ' #define VERBOSE 0 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/intel_batchbuffer.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/intel_context.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ' for symbolic values of enum-type options ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/intel_context.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/intel_context.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ' the parent class ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/intel_context.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/intel_ioctl.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' Throw away non-effective packets. Won\'t work once we have\n * hardware contexts which would preserve statechanges beyond a\n * single buffer.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/intel_ioctl.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/intel_ioctl.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/intel_ioctl.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/intel_pixel.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $'*\n * Clip the given rectangle against the buffer\'s bounds (including scissor).\n * \\param size returns the \n * \\return GL_TRUE if any pixels remain, GL_FALSE if totally clipped.\n *\n * XXX Replace this with _mesa_clip_drawpixels() and _mesa_clip_readpixels()\n * from Mesa 6.4. We shouldn\'t apply scissor for ReadPixels.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/intel_pixel.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/intel_reg.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/intel_reg.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/intel_render.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $'\n * Render unclipped vertex buffers by emitting vertices directly to\n * dma buffers. Use strip/fan hardware acceleration where possible.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/intel_render.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/intel_rotate.c]=( typeset -a comments=( $'*\n * Routines for simple 2D->2D transformations for rotated, flipped screens.\n *\n * XXX This code is not intel-specific. Move it into a common/utility\n * someday.\n ' $'\n * Transform (x,y) coordinate by the given matrix.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/intel_rotate.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/intel_rotate.h]=( typeset -a comments=( ' INTEL_ROTATE_H ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/intel_rotate.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/intel_screen.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' USE_NEW_INTERFACE ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/intel_screen.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/intel_screen.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ' This roughly corresponds to a gl_renderbuffer (Mesa 6.4) ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/intel_screen.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/intel_span.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' 16 bit, 565 rgb color spanline and pixel functions\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/intel_span.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/intel_span.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/intel_span.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/intel_state.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ' nothing, until we implement h/w glRead/CopyPixels or CopyTexImage ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/intel_state.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/intel_tex.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' This list is incomplete\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/intel_tex.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/intel_tex.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/intel_tex.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/intel_texmem.c]=( typeset -a comments=( $' Kick out everything:\n ' $' Destroy the memory manager:\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/intel_texmem.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/intel_tris.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' XXX we shouldn\'t include these headers in this file, but we need them\n * for fallbackStrings, below.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/intel_tris.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/intel_tris.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/intel_tris.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/server/i830_common.h]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 2001 VA Linux Systems Inc., Fremont, California.\nCopyright 2002 Tungsten Graphics Inc., Cedar Park, Texas.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nATI, VA LINUX SYSTEMS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i830_common.h,v 1.1 2002/09/11 00:29:32 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/server/i830_common.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/server/i830_dri.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i830_dri.h,v 1.4 2002/10/30 12:52:18 alanh Exp $ ' ' Nothing here yet ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/server/i830_dri.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/server/intel.h]=( typeset -a comments=( ' drm_handle_t, etc ' ' Intel ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/server/intel.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/server/intel_dri.c]=( typeset -a comments=( $'*\n * \\file server/intel_dri.c\n * \\brief File to perform the device-specific initialization tasks typically\n * done in the X server.\n *\n * Here they are converted to run in the client (or perhaps a standalone\n * process), and to work with the frame buffer device rather than the X\n * server infrastructure.\n * \n * Copyright (C) 2006 Dave Airlie (airlied@linux.ie)\n\n Permission is hereby granted, free of charge, to any person obtaining a\n copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sub license, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial portions\n of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT HOLDERS AND/OR THEIR SUPPLIERS BE LIABLE FOR\n ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n' $' Tiled memory is good... really, really good...\n *\n * Need to make it less likely that we miss out on this - probably\n * need to move the frontbuffer away from the \'guarenteed\' alignment\n * of the first memory segment, or perhaps allocate a discontigous\n * framebuffer to get more alignment \'sweet spots\'.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915/server/intel_dri.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/i830_context.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $'**************************************\n * Mesa\'s Driver Functions\n **************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/i830_context.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/i830_context.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' State structure offsets - these will probably disappear.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/i830_context.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/i830_metaops.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' A large amount of state doesn\'t need to be uploaded.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/i830_metaops.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/i830_reg.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ' Dword 1 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/i830_reg.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/i830_state.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $'*\n * Makes sure that the proper enables are set for LogicOp, Independant Alpha\n * Blend, and Blending. It needs to be called from numerous places where we\n * could change the LogicOp or Independant Alpha Blend without subsequent\n * calls to glEnable.\n * \n * \\todo\n * This function is substantially different from the old i830-specific driver.\n * I\'m not sure which is correct.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/i830_state.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/i830_tex.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/i830_tex.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/i830_texblend.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' ================================================================\n * Texture combine functions\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/i830_texblend.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/i830_texstate.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ' Kludge! ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/i830_texstate.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/i830_vtbl.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' Important:\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/i830_vtbl.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/i915_context.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $'**************************************\n * Mesa\'s Driver Functions\n **************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/i915_context.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/i915_context.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' State structure offsets - these will probably disappear.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/i915_context.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/i915_debug.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ' 0 nop ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/i915_debug.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/i915_fragprog.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ' 1, -1/3!, 1/5!, -1/7! ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/i915_fragprog.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/i915_metaops.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' We touch almost everything:\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/i915_metaops.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/i915_program.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' These are special, and don\'t have swizzle/negate bits.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/i915_program.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/i915_program.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' Having zero and one in here makes the definition of swizzle a lot\n * easier.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/i915_program.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/i915_reg.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ' p137 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/i915_reg.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/i915_state.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' This function makes sure that the proper enables are\n * set for LogicOp, Independant Alpha Blend, and Blending.\n * It needs to be called from numerous places where we\n * could change the LogicOp or Independant Alpha Blend without subsequent\n * calls to glEnable.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/i915_state.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/i915_tex.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ' Should be a tracked param ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/i915_tex.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/i915_tex_layout.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2006 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' Code to layout images in a mipmap tree for i915 and i945\n * respectively.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/i915_tex_layout.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/i915_texstate.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' The i915 (and related graphics cores) do not support GL_CLAMP. The\n * Intel drivers for "other operating systems" implement GL_CLAMP as\n * GL_CLAMP_TO_EDGE, so the same is done here.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/i915_texstate.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/i915_vtbl.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' Pull apart the vertex format registers and figure out how large a\n * vertex is supposed to be. \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/i915_vtbl.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_batchbuffer.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2006 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' Relocations in kernel space:\n * - pass dma buffer seperately\n * - memory manager knows how to patch\n * - pass list of dependent buffers\n * - pass relocation list\n *\n * Either:\n * - get back an offset for buffer to fire\n * - memory manager knows how to fire buffer\n *\n * Really want the buffer to be AGP and pinned.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_batchbuffer.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_batchbuffer.h]=( typeset -a comments=( ' not needed? ' $' Unlike bmBufferData, this currently requires the buffer be mapped.\n * Consider it a convenience function wrapping multple\n * intel_buffer_dword() calls.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_batchbuffer.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_batchpool.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2006 Tungsten Graphics, Inc., Bismarck, ND., USA\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDERS, AUTHORS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR \n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE \n * USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * \n *************************************************************************' $'\n * Authors: Thomas Hellstr\366m \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_batchpool.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_blit.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $'*\n * Copy the back color buffer to the front color buffer. \n * Used for SwapBuffers().\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_blit.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_blit.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_blit.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_buffer_objects.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $'*\n * There is some duplication between mesa\'s bufferobjects and our\n * bufmgr buffers. Both have an integer handle and a hashtable to\n * lookup an opaque structure. It would be nice if the handles and\n * internal structure where somehow shared.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_buffer_objects.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_buffer_objects.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2005 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $'*\n * Intel vertex/pixel buffer object, derived from Mesa\'s gl_buffer_object.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_buffer_objects.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_buffers.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $'*\n * XXX move this into a new dri/common/cliprects.c file.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_buffers.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_buffers.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2006 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ' INTEL_BUFFERS_H ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_buffers.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_context.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ' for symbolic values of enum-type options ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_context.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_context.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ' The "parent" object ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_context.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_depthstencil.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2006 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $'*\n * The GL_EXT_framebuffer_object allows the user to create their own\n * framebuffer objects consisting of color renderbuffers (0 or more),\n * depth renderbuffers (0 or 1) and stencil renderbuffers (0 or 1).\n *\n * The spec considers depth and stencil renderbuffers to be totally independent\n * buffers. In reality, most graphics hardware today uses a combined\n * depth+stencil buffer (one 32-bit pixel = 24 bits of Z + 8 bits of stencil).\n *\n * This causes difficulty because the user may create some number of depth\n * renderbuffers and some number of stencil renderbuffers and bind them\n * together in framebuffers in any combination.\n *\n * This code manages all that.\n *\n * 1. Depth renderbuffers are always allocated in hardware as 32bpp\n * GL_DEPTH24_STENCIL8 buffers.\n *\n * 2. Stencil renderbuffers are initially allocated in software as 8bpp\n * GL_STENCIL_INDEX8 buffers.\n *\n * 3. Depth and Stencil renderbuffers use the PairedStencil and PairedDepth\n * fields (respectively) to indicate if the buffer\'s currently paired\n * with another stencil or depth buffer (respectively).\n *\n * 4. When a depth and stencil buffer are initially both attached to the\n * current framebuffer, we merge the stencil buffer values into the\n * depth buffer (really a depth+stencil buffer). The then hardware uses\n * the combined buffer.\n *\n * 5. Whenever a depth or stencil buffer is reallocated (with\n * glRenderbufferStorage) we undo the pairing and copy the stencil values\n * from the combined depth/stencil buffer back to the stencil-only buffer.\n *\n * 6. We also undo the pairing when we find a change in buffer bindings.\n *\n * 7. If a framebuffer is only using a depth renderbuffer (no stencil), we\n * just use the combined depth/stencil buffer and ignore the stencil values.\n *\n * 8. If a framebuffer is only using a stencil renderbuffer (no depth) we have\n * to promote the 8bpp software stencil buffer to a 32bpp hardware\n * depth+stencil buffer.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_depthstencil.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_depthstencil.h]=( typeset -a comments=( ' INTEL_DEPTH_STENCIL_H ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_depthstencil.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_fbo.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2006 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ' XXX FBO: move this to intel_context.h (inlined) ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_fbo.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_fbo.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2006 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $'*\n * Intel renderbuffer, derived from gl_renderbuffer.\n * Note: The PairedDepth and PairedStencil fields use renderbuffer IDs,\n * not pointers because in some circumstances a deleted renderbuffer could\n * result in a dangling pointer here.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_fbo.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_ioctl.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' Throw away non-effective packets. Won\'t work once we have\n * hardware contexts which would preserve statechanges beyond a\n * single buffer.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_ioctl.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_ioctl.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_ioctl.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_mipmap_tree.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2006 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' All the i830 chips and the i915 use this layout:\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_mipmap_tree.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_mipmap_tree.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2006 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' A layer on top of the intel_regions code which adds:\n *\n * - Code to size and layout a region to hold a set of mipmaps.\n * - Query to determine if a new image fits in an existing tree.\n * - More refcounting \n * - maybe able to remove refcounting from intel_region?\n * - ?\n *\n * The fixed mipmap layout of intel hardware where one offset\n * specifies the position of all images in a mipmap hierachy\n * complicates the implementation of GL texture image commands,\n * compared to hardware where each image is specified with an\n * independent offset.\n *\n * In an ideal world, each texture object would be associated with a\n * single bufmgr buffer or 2d intel_region, and all the images within\n * the texture object would slot into the tree as they arrive. The\n * reality can be a little messier, as images can arrive from the user\n * with sizes that don\'t fit in the existing tree, or in an order\n * where the tree layout cannot be guessed immediately. \n * \n * This structure encodes an idealized mipmap tree. The GL image\n * commands build these where possible, otherwise store the images in\n * temporary system buffers.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_mipmap_tree.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_pixel.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2006 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portionsalloc\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $'*\n * Check if any fragment operations are in effect which might effect\n * glDraw/CopyPixels.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_pixel.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_pixel.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2006 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_pixel.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_pixel_bitmap.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2006 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portionsalloc\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' Unlike the other intel_pixel_* functions, the expectation here is\n * that the incoming data is not in a PBO. With the XY_TEXT blit\n * method, there\'s no benefit haveing it in a PBO, but we could\n * implement a path based on XY_MONO_SRC_COPY_BLIT which might benefit\n * PBO bitmaps. I think they are probably pretty rare though - I\n * wonder if Xgl uses them?\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_pixel_bitmap.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_pixel_copy.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' Don\'t think this is really possible execpt at 16bpp, when we have no stencil.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_pixel_copy.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_pixel_draw.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2006 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portionsalloc\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' PBO only for now:\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_pixel_draw.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_pixel_read.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' For many applications, the new ability to pull the source buffers\n * back out of the GTT and then do the packing/conversion operations\n * in software will be as much of an improvement as trying to get the\n * blitter and/or texture engine to do the work. \n *\n * This step is gated on private backbuffers.\n * \n * Obviously the frontbuffer can\'t be pulled back, so that is either\n * an argument for blit/texture readpixels, or for blitting to a\n * temporary and then pulling that back.\n *\n * When the destination is a pbo, however, it\'s not clear if it is\n * ever going to be pulled to main memory (though the access param\n * will be a good hint). So it sounds like we do want to be able to\n * choose between blit/texture implementation on the gpu and pullback\n * and cpu-based copying.\n *\n * Unless you can magically turn client memory into a PBO for the\n * duration of this call, there will be a cpu-based copying step in\n * any case.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_pixel_read.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_reg.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_reg.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_regions.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2006 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' Provide additional functionality on top of bufmgr buffers:\n * - 2d semantics and blit operations\n * - refcounting of buffers for multiple images in a buffer.\n * - refcounting of buffer mappings.\n * - some logic for moving the buffers to the best memory pools for\n * given operations.\n *\n * Most of this is to make it easier to implement the fixed-layout\n * mipmap tree required by intel hardware in the face of GL\'s\n * programming interface where each image can be specifed in random\n * order and it isn\'t clear what layout the tree should have until the\n * last moment.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_regions.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_regions.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2006 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $'*\n * A layer on top of the bufmgr buffers that adds a few useful things:\n *\n * - Refcounting for local buffer references.\n * - Refcounting for buffer maps\n * - Buffer dimensions - pitch and height.\n * - Blitter commands for copying 2D regions between buffers. (really???)\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_regions.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_render.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $'\n * Render unclipped vertex buffers by emitting vertices directly to\n * dma buffers. Use strip/fan hardware acceleration where possible.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_render.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_rotate.c]=( typeset -a comments=( $'*\n * Routines for simple 2D->2D transformations for rotated, flipped screens.\n *\n * XXX This code is not intel-specific. Move it into a common/utility\n * someday.\n ' $'\n * Transform (x,y) coordinate by the given matrix.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_rotate.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_rotate.h]=( typeset -a comments=( ' INTEL_ROTATE_H ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_rotate.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_screen.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' 'USE_NEW_INTERFACE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_screen.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_screen.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' XXX: change name or eliminate to avoid conflict with "struct\n * intel_region"!!!\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_screen.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_span.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $'\n break intelWriteRGBASpan_ARGB8888\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_span.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_span.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_span.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_state.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ' compute both 32 and 16-bit clear values ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_state.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_structs.h]=( typeset -a comments=( $' This is an attempt to move some of the 2D interaction in this\n * driver to using structs for packets rather than a bunch of #defines\n * and dwords.\n ' $' Src bitmap data follows as inline dwords.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_structs.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_tex.c]=( typeset -a comments=( $' The system memcpy (at least on ubuntu 5.10) has problems copying\n * to agp (writecombined) memory from a source which isn\'t 64-byte\n * aligned - there is a 4x performance falloff.\n *\n * The x86 __memcpy is immune to this but is slightly slower\n * (10%-ish) than the system memcpy.\n *\n * The sse_memcpy seems to have a slight cliff at 64/32 bytes, but\n * isn\'t much faster than x86_memcpy for agp copies.\n * \n * TODO: switch dynamically.\n ' ' DO_DEBUG ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_tex.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_tex.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_tex.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_tex_copy.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $'*\n * Get the intel_region which is the source for any glCopyTex[Sub]Image call.\n *\n * Do the best we can using the blitter. A future project is to use\n * the texture engine and fragment programs for these copies.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_tex_copy.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_tex_format.c]=( typeset -a comments=( $' It works out that this function is fine for all the supported\n * hardware. However, there is still a need to map the formats onto\n * hardware descriptors.\n ' $' Note that the i915 can actually support many more formats than\n * these if we take the step of simply swizzling the colors\n * immediately after sampling...\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_tex_format.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_tex_image.c]=( typeset -a comments=( $' Functions to store texture images. Where possible, mipmap_tree\'s\n * will be created or further instantiated with image data, otherwise\n * images will be stored in malloc\'d memory. A validation step is\n * required to pull those images into a mipmap tree, or otherwise\n * decide a fallback is required.\n ' $' Otherwise, store it in memory if (Border != 0) or (any dimension ==\n * 1).\n * \n * Otherwise, if max_level >= level >= min_level, create tree with\n * space for textures from min_level down to max_level.\n *\n * Otherwise, create tree with space for textures from (level\n * 0)..(1x1). Consider pruning this tree at a validation if the\n * saving is worth it.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_tex_image.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_tex_subimage.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' Map buffer if necessary. Need to lock to prevent other contexts\n * from uploading the buffer under us.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_tex_subimage.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_tex_validate.c]=( typeset -a comments=( $'*\n * Compute which mipmap levels that really need to be sent to the hardware.\n * This depends on the base image size, GL_TEXTURE_MIN_LOD,\n * GL_TEXTURE_MAX_LOD, GL_TEXTURE_BASE_LEVEL, and GL_TEXTURE_MAX_LEVEL.\n ' $' These must be signed values. MinLod and MaxLod can be negative numbers,\n * and having firstLevel and lastLevel as signed prevents the need for\n * extra sign checks.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_tex_validate.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_tris.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $'\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_tris.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_tris.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/intel_tris.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/server/i830_common.h]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 2001 VA Linux Systems Inc., Fremont, California.\nCopyright 2002 Tungsten Graphics Inc., Cedar Park, Texas.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nATI, VA LINUX SYSTEMS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i830_common.h,v 1.1 2002/09/11 00:29:32 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/server/i830_common.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/server/i830_dri.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i830_dri.h,v 1.4 2002/10/30 12:52:18 alanh Exp $ ' ' backbufferSize ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/server/i830_dri.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/server/intel.h]=( typeset -a comments=( ' drm_handle_t, etc ' ' Intel ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/server/intel.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/server/intel_dri.c]=( typeset -a comments=( $'*\n * \\file server/intel_dri.c\n * \\brief File to perform the device-specific initialization tasks typically\n * done in the X server.\n *\n * Here they are converted to run in the client (or perhaps a standalone\n * process), and to work with the frame buffer device rather than the X\n * server infrastructure.\n * \n * Copyright (C) 2006 Dave Airlie (airlied@linux.ie)\n\n Permission is hereby granted, free of charge, to any person obtaining a\n copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sub license, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial portions\n of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT HOLDERS AND/OR THEIR SUPPLIERS BE LIABLE FOR\n ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n' $' Tiled memory is good... really, really good...\n *\n * Need to make it less likely that we miss out on this - probably\n * need to move the frontbuffer away from the \'guarenteed\' alignment\n * of the first memory segment, or perhaps allocate a discontigous\n * framebuffer to get more alignment \'sweet spots\'.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i915tex/server/intel_dri.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_attrib.h]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_attrib.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_attrib_tmp.h]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 2002 Tungsten Graphics Inc., Cedar Park, Texas.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nTUNGSTEN GRAPHICS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $' Although we don\'t export NV_vertex_program, these entrypoints are\n * used by the display list and other code specifically because of\n * their property of aliasing with other attributes.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_attrib_tmp.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_aub.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_aub.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_aub.h]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_aub.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_aub_playback.c]=( typeset -a comments=( $' For ring data, just send off immediately via an ioctl.\n * This differs slightly from how the stream was executed\n * initially as this would have been a batchbuffer.\n ' $' \t vs.vs6.vert_cache_disable = 1; ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_aub_playback.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_cc.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_cc.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_clip.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_clip.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_clip.h]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_clip.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_clip_line.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_clip_line.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_clip_point.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_clip_point.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_clip_state.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_clip_state.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_clip_tri.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_clip_tri.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_clip_unfilled.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_clip_unfilled.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_clip_util.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_clip_util.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_context.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_context.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_context.h]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_context.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_curbe.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_curbe.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_defines.h]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_defines.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_draw.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' When the primitive changes, set a state bit and re-validate. Not\n * the nicest and would rather deal with this by having all the\n * programs be immune to the active primitive (ie. cope with all\n * possibilities). That may not be realistic however.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_draw.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_draw.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2005 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ' for GLcontext... ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_draw.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_draw_current.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' Set up a constant (StrideB == 0) array for each current\n * attribute:\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_draw_current.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_draw_upload.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ' ? ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_draw_upload.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_eu.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_eu.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_eu.h]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_eu.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_eu_debug.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_eu_debug.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_eu_emit.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_eu_emit.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_eu_util.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_eu_util.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_exec.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.3\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' $' Initialize the arrayelt helper\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_exec.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_exec.h]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 2002 Tungsten Graphics Inc., Cedar Park, Texas.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nTUNGSTEN GRAPHICS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Keith Whitwell \n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_exec.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_exec_api.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 2002 Tungsten Graphics Inc., Cedar Park, Texas.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nTUNGSTEN GRAPHICS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_exec_api.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_exec_array.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' Compute max element. This is only needed for upload of non-VBO,\n * non-constant data elements.\n *\n * XXX: Postpone this calculation until it is known that it is\n * needed. Otherwise could scan this pointlessly in the all-vbo\n * case.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_exec_array.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_exec_draw.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 5.1\n *\n * Copyright (C) 1999-2003 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' $'\n * NOTE: Need to have calculated primitives by this point -- do it on the fly.\n * NOTE: Old \'parity\' issue is gone.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_exec_draw.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_exec_eval.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.1\n *\n * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' ' Vertex program maps have priority over conventional attribs ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_exec_eval.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_fallback.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2005 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' Wrapper functions in case glVertexAttrib*fvNV doesn\'t exist ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_fallback.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_fallback.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2005 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ' for GLcontext... ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_fallback.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_gs.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_gs.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_gs.h]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_gs.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_gs_emit.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_gs_emit.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_gs_state.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_gs_state.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_hal.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_hal.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_hal.h]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_hal.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_metaops.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n * frame buffer texture by Gary Wong \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_metaops.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_misc_state.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_misc_state.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_program.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_program.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_save.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.3\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' $' Initialize the arrayelt helper\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_save.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_save.h]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 2002 Tungsten Graphics Inc., Cedar Park, Texas.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nTUNGSTEN GRAPHICS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Keith Whitwell \n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_save.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_save_api.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 2002 Tungsten Graphics Inc., Cedar Park, Texas.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nTUNGSTEN GRAPHICS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_save_api.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_save_draw.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.1\n *\n * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $' Author:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_save_draw.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_sf.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_sf.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_sf.h]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_sf.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_sf_emit.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_sf_emit.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_sf_state.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_sf_state.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_state.h]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_state.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_state_batch.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_state_batch.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_state_cache.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_state_cache.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_state_pool.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_state_pool.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_state_upload.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_state_upload.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_structs.h]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_structs.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_tex.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_tex.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_tex_layout.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_tex_layout.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_urb.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_urb.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_util.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_util.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_util.h]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_util.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_vs.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_vs.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_vs.h]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_vs.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_vs_constval.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_vs_constval.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_vs_emit.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_vs_emit.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_vs_state.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_vs_state.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_vs_tnl.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.3\n *\n * Copyright (C) 2005 Tungsten Graphics All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * TUNGSTEN GRAPHICS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file t_vp_build.c\n * Create a vertex program to execute the current fixed function T&L pipeline.\n * \\author Keith Whitwell\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_vs_tnl.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_vtbl.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_vtbl.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_wm.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_wm.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_wm.h]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_wm.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_wm_debug.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_wm_debug.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_wm_emit.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_wm_emit.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_wm_fp.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_wm_fp.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_wm_iz.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_wm_iz.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_wm_pass0.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_wm_pass0.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_wm_pass1.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_wm_pass1.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_wm_pass2.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_wm_pass2.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_wm_sampler_state.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_wm_sampler_state.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_wm_state.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_wm_state.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_wm_surface_state.c]=( typeset -a comments=( $'\n Copyright (C) Intel Corp. 2006. All Rights Reserved.\n Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to\n develop this 3D driver.\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial\n portions of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n *********************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/brw_wm_surface_state.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/bufmgr.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2006 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' The buffer manager context. Opaque.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/bufmgr.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/bufmgr_fake.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2006 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' Originally a fake version of the buffer manager so that we can\n * prototype the changes in a driver fairly quickly, has been fleshed\n * out to a fully functional interim solution.\n *\n * Basically wraps the old style memory management in the new\n * programming interface, but is more expressive and avoids many of\n * the bugs in the old texture manager.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/bufmgr_fake.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_batchbuffer.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2006 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $'======================================================================\n * Public functions\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_batchbuffer.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_batchbuffer.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2006 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' Unlike bmBufferData, this currently requires the buffer be mapped.\n * Consider it a convenience function wrapping multple\n * intel_buffer_dword() calls.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_batchbuffer.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_blit.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $'\n * Copy the back buffer to the front buffer. \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_blit.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_blit.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_blit.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_buffer_objects.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2006 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $'*\n * There is some duplication between mesa\'s bufferobjects and our\n * bufmgr buffers. Both have an integer handle and a hashtable to\n * lookup an opaque structure. It would be nice if the handles and\n * internal structure where somehow shared.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_buffer_objects.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_buffer_objects.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2006 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $'*\n * Intel vertex/pixel buffer object, derived from Mesa\'s gl_buffer_object.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_buffer_objects.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_buffers.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' Not necessary to fallback - could handle either NONE or\n * FRONT_AND_BACK cases below.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_buffers.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_context.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $'**************************************\n * Mesa\'s Driver Functions\n **************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_context.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_context.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ' The "parent" object ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_context.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_ioctl.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' This seems quite often to return before it should!?! \n\t ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_ioctl.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_ioctl.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_ioctl.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_mipmap_tree.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2006 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' Not sure when this would happen, but anyway: \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_mipmap_tree.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_mipmap_tree.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2006 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' A layer on top of the intel_regions code which adds:\n *\n * - Code to size and layout a region to hold a set of mipmaps.\n * - Query to determine if a new image fits in an existing tree.\n *\n * The fixed mipmap layout of intel hardware where one offset\n * specifies the position of all images in a mipmap hierachy\n * complicates the implementation of GL texture image commands,\n * compared to hardware where each image is specified with an\n * independent offset.\n *\n * In an ideal world, each texture object would be associated with a\n * single bufmgr buffer or 2d intel_region, and all the images within\n * the texture object would slot into the tree as they arrive. The\n * reality can be a little messier, as images can arrive from the user\n * with sizes that don\'t fit in the existing tree, or in an order\n * where the tree layout cannot be guessed immediately. \n * \n * This structure encodes an idealized mipmap tree. The GL image\n * commands build these where possible, otherwise store the images in\n * temporary system buffers.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_mipmap_tree.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_pixel_bitmap.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2006 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portionsalloc\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' Unlike the other intel_pixel_* functions, the expectation here is\n * that the incoming data is not in a PBO. With the XY_TEXT blit\n * method, there\'s no benefit haveing it in a PBO, but we could\n * implement a path based on XY_MONO_SRC_COPY_BLIT which might benefit\n * PBO bitmaps. I think they are probably pretty rare though - I\n * wonder if Xgl uses them?\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_pixel_bitmap.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_pixel_copy.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' Don\'t think this is really possible execpt at 16bpp, when we have no stencil.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_pixel_copy.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_reg.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_reg.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_regions.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2006 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' Provide additional functionality on top of bufmgr buffers:\n * - 2d semantics and blit operations\n * - refcounting of buffers for multiple images in a buffer.\n * - refcounting of buffer mappings.\n * - some logic for moving the buffers to the best memory pools for\n * given operations.\n *\n * Most of this is to make it easier to implement the fixed-layout\n * mipmap tree required by intel hardware in the face of GL\'s\n * programming interface where each image can be specifed in random\n * order and it isn\'t clear what layout the tree should have until the\n * last moment.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_regions.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_regions.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2006 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ' for DBG! ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_regions.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_screen.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' USE_NEW_INTERFACE ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_screen.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_screen.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' XXX: change name or eliminate to avoid conflict with "struct\n * intel_region"!!!\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_screen.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_span.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' 16 bit, 565 rgb color spanline and pixel functions\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_span.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_span.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_span.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_state.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' Fallback to swrast for select and feedback.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_state.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_structs.h]=( typeset -a comments=( $' This is an attempt to move some of the 2D interaction in this\n * driver to using structs for packets rather than a bunch of #defines\n * and dwords.\n ' $' Src bitmap data follows as inline dwords.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_structs.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_tex.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' Handles 2D, CUBE, RECT:\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_tex.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_tex.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_tex.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_tex_validate.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2006 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $'*\n * Compute which mipmap levels that really need to be sent to the hardware.\n * This depends on the base image size, GL_TEXTURE_MIN_LOD,\n * GL_TEXTURE_MAX_LOD, GL_TEXTURE_BASE_LEVEL, and GL_TEXTURE_MAX_LEVEL.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/intel_tex_validate.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/server/i830_common.h]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 2001 VA Linux Systems Inc., Fremont, California.\nCopyright 2002 Tungsten Graphics Inc., Cedar Park, Texas.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nATI, VA LINUX SYSTEMS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i830_common.h,v 1.1 2002/09/11 00:29:32 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/server/i830_common.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/server/i830_dri.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i830_dri.h,v 1.4 2002/10/30 12:52:18 alanh Exp $ ' ' backbufferSize ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/server/i830_dri.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/server/intel.h]=( typeset -a comments=( ' drm_handle_t, etc ' ' Intel ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/server/intel.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/server/intel_dri.c]=( typeset -a comments=( $'*\n * \\file server/intel_dri.c\n * \\brief File to perform the device-specific initialization tasks typically\n * done in the X server.\n *\n * Here they are converted to run in the client (or perhaps a standalone\n * process), and to work with the frame buffer device rather than the X\n * server infrastructure.\n * \n * Copyright (C) 2006 Dave Airlie (airlied@linux.ie)\n\n Permission is hereby granted, free of charge, to any person obtaining a\n copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sub license, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n \n The above copyright notice and this permission notice (including the\n next paragraph) shall be included in all copies or substantial portions\n of the Software.\n \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n IN NO EVENT SHALL THE COPYRIGHT HOLDERS AND/OR THEIR SUPPLIERS BE LIABLE FOR\n ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n' $' Tiled memory is good... really, really good...\n *\n * Need to make it less likely that we miss out on this - probably\n * need to move the frontbuffer away from the \'guarenteed\' alignment\n * of the first memory segment, or perhaps allocate a discontigous\n * framebuffer to get more alignment \'sweet spots\'.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/i965/server/intel_dri.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_context.c]=( typeset -a comments=( ' $XFree86$ ' ' -*- mode: c; c-basic-offset: 3 -*- ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_context.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_context.h]=( typeset -a comments=( ' $XFree86$ ' ' -*- mode: c; c-basic-offset: 3 -*- ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_context.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_dd.c]=( typeset -a comments=( ' $XFree86$ ' ' -*- mode: c; c-basic-offset: 3 -*- ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_dd.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_dd.h]=( typeset -a comments=( ' $XFree86$ ' ' -*- mode: c; c-basic-offset: 3 -*- ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_dd.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_ioctl.c]=( typeset -a comments=( ' $XFree86$ ' ' -*- mode: c; c-basic-offset: 3 -*- ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_ioctl.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_ioctl.h]=( typeset -a comments=( ' $XFree86$ ' ' -*- mode: c; c-basic-offset: 3 -*- ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_ioctl.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_lock.c]=( typeset -a comments=( ' $XFree86$ ' ' -*- mode: c; c-basic-offset: 3 -*- ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_lock.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_lock.h]=( typeset -a comments=( ' $XFree86$ ' ' -*- mode: c; c-basic-offset: 3 -*- ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_lock.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_native_vb.c]=( typeset -a comments=( ' $XFree86$ ' ' -*- mode: c; c-basic-offset: 3 -*- ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_native_vb.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_native_vbtmp.h]=( typeset -a comments=( ' $XFree86$ ' ' -*- mode: c; c-basic-offset: 3 -*- ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_native_vbtmp.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_reg.h]=( typeset -a comments=( ' $XFree86$ ' ' -*- mode: c; c-basic-offset: 3 -*- ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_reg.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_screen.c]=( typeset -a comments=( ' $XFree86$ ' ' -*- mode: c; c-basic-offset: 3 -*- ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_screen.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_screen.h]=( typeset -a comments=( ' $XFree86$ ' ' -*- mode: c; c-basic-offset: 3 -*- ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_screen.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_span.c]=( typeset -a comments=( ' $XFree86$ ' ' -*- mode: c; c-basic-offset: 3 -*- ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_span.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_span.h]=( typeset -a comments=( ' $XFree86$ ' ' -*- mode: c; c-basic-offset: 3 -*- ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_span.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_state.c]=( typeset -a comments=( ' $XFree86$ ' ' -*- mode: c; c-basic-offset: 3 -*- ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_state.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_state.h]=( typeset -a comments=( ' $XFree86$ ' ' -*- mode: c; c-basic-offset: 3 -*- ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_state.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_tex.c]=( typeset -a comments=( ' $XFree86$ ' ' -*- mode: c; c-basic-offset: 3 -*- ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_tex.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_tex.h]=( typeset -a comments=( ' $XFree86$ ' ' -*- mode: c; c-basic-offset: 3 -*- ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_tex.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_texmem.c]=( typeset -a comments=( ' $XFree86$ ' ' -*- mode: c; c-basic-offset: 3 -*- ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_texmem.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_texstate.c]=( typeset -a comments=( ' $XFree86$ ' ' -*- mode: c; c-basic-offset: 3 -*- ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_texstate.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_tris.c]=( typeset -a comments=( ' $XFree86$ ' ' -*- mode: c; c-basic-offset: 3 -*- ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_tris.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_tris.h]=( typeset -a comments=( ' $XFree86$ ' ' -*- mode: c; c-basic-offset: 3 -*- ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_tris.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_vb.c]=( typeset -a comments=( ' $XFree86$ ' ' -*- mode: c; c-basic-offset: 3 -*- ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_vb.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_vb.h]=( typeset -a comments=( ' $XFree86$ ' ' -*- mode: c; c-basic-offset: 3 -*- ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_vb.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_vbtmp.h]=( typeset -a comments=( ' $XFree86$ ' ' -*- mode: c; c-basic-offset: 3 -*- ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/mach64_vbtmp.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/server/mach64_dri.h]=( typeset -a comments=( ' $XFree86$ ' ' -*- mode: c; c-basic-offset: 3 -*- ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mach64/server/mach64_dri.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mga_texcombine.c]=( typeset -a comments=( $'\n * Copyright (c) 2003 Ville Syrjala\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Ville Syrjala \n ' $'\n * GL_ARB_texture_env_combine\n * GL_EXT_texture_env_combine\n * GL_ARB_texture_env_crossbar\n * GL_ATI_texture_env_combine3\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mga_texcombine.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mga_texstate.c]=( typeset -a comments=( $'\n * Copyright 2000-2001 VA Linux Systems, Inc.\n * (c) Copyright IBM Corporation 2002\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS, IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n * USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Ian Romanick \n * Keith Whitwell \n ' ' $XFree86:$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mga_texstate.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mga_xmesa.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/mga/mga_xmesa.c,v 1.19 2003/03/26 20:43:49 tsi Exp $ ' $'\n * Copyright 2000-2001 VA Linux Systems, Inc.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mga_xmesa.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mga_xmesa.h]=( typeset -a comments=( $'\n * Copyright 2000-2001 VA Linux Systems, Inc.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' ' $XFree86: xc/lib/GL/mesa/src/drv/mga/mga_xmesa.h,v 1.12 2002/12/16 16:18:52 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mga_xmesa.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mgacontext.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/mga/mgacontext.h,v 1.7 2002/12/16 16:18:52 dawes Exp $' $'\n * Copyright 2000-2001 VA Linux Systems, Inc.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mgacontext.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mgadd.c]=( typeset -a comments=( $'\n * Copyright 2000-2001 VA Linux Systems, Inc.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' ' $XFree86: xc/lib/GL/mesa/src/drv/mga/mgadd.c,v 1.14 2002/10/30 12:51:35 alanh Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mgadd.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mgadd.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/mga/mgadd.h,v 1.3 2002/10/30 12:51:35 alanh Exp $ ' $'\n * Copyright 2000-2001 VA Linux Systems, Inc.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mgadd.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mgaioctl.c]=( typeset -a comments=( $'\n * Copyright 2000-2001 VA Linux Systems, Inc.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file mgaioctl.c\n * MGA IOCTL related wrapper functions.\n *\n * \\author Keith Whitwell \n * \\author Gareth Hughes \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mgaioctl.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mgaioctl.h]=( typeset -a comments=( $'\n * Copyright 2000-2001 VA Linux Systems, Inc.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n * Gareth Hughes \n ' ' $XFree86: xc/lib/GL/mesa/src/drv/mga/mgaioctl.h,v 1.11 2002/10/30 12:51:36 alanh Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mgaioctl.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mgapixel.c]=( typeset -a comments=( $'\n * Copyright 2000 Compaq Computer Inc. and VA Linux Systems, Inc.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file mgapixel.c\n * Implement framebuffer pixel operations for MGA.\n *\n * \\todo\n * Someday the accelerated \\c glReadPixels and \\c glDrawPixels paths need to\n * be resurrected. They are currently ifdef\'ed out because they don\'t seem\n * to work and they only get activated some very rare circumstances.\n *\n * \\author Keith Whitwell \n * \\author Gareth Hughes \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mgapixel.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mgapixel.h]=( typeset -a comments=( $'\n * Copyright 2000-2001 Compaq Computer Inc. VA Linux Systems, Inc.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' ' $XFree86: xc/lib/GL/mesa/src/drv/mga/mgapixel.h,v 1.5 2002/10/30 12:51:36 alanh Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mgapixel.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mgaregs.h]=( typeset -a comments=( ' author: stephen crowley, crow@debian.org ' $'\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * STEPHEN CROWLEY, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM, \n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR \n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE \n * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mgaregs.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mgarender.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/mga/mgarender.c,v 1.4 2002/10/30 12:51:36 alanh Exp $ ' $'*************************************************************************\n\nCopyright 2000, 2001 ATI Technologies Inc., Ontario, Canada, and\n VA Linux Systems Inc., Fremont, California.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nATI, VA LINUX SYSTEMS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mgarender.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mgaspan.c]=( typeset -a comments=( $'\n * Copyright 2000-2001 VA Linux Systems, Inc.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' ' FIXME could/should we use dPriv->numClipRects like the other drivers? ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mgaspan.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mgaspan.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/mga/mgaspan.h,v 1.3 2002/10/30 12:51:36 alanh Exp $ ' $'\n * Copyright 2000-2001 VA Linux Systems, Inc.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mgaspan.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mgastate.c]=( typeset -a comments=( $'\n * Copyright 2000-2001 VA Linux Systems, Inc.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' $' =============================================================\n * Alpha blending\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mgastate.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mgastate.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/mga/mgastate.h,v 1.5 2002/10/30 12:51:36 alanh Exp $ ' $'\n * Copyright 2000-2001 VA Linux Systems, Inc.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mgastate.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mgatex.c]=( typeset -a comments=( $'\n * Copyright 2000-2001 VA Linux Systems, Inc.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' ' $XFree86: xc/lib/GL/mesa/src/drv/mga/mgatex.c,v 1.14 2002/10/30 12:51:36 alanh Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mgatex.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mgatex.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/mga/mgatex.h,v 1.7 2002/10/30 12:51:36 alanh Exp $ ' $'\n * Copyright 2000-2001 VA Linux Systems, Inc.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mgatex.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mgatexmem.c]=( typeset -a comments=( $'\n * Copyright 2000-2001 VA Linux Systems, Inc.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' ' $XFree86: xc/lib/GL/mesa/src/drv/mga/mgatexmem.c,v 1.7 2002/10/30 12:51:36 alanh Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mgatexmem.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mgatris.c]=( typeset -a comments=( $'\n * Copyright 2000-2001 VA Linux Systems, Inc.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' ' $XFree86: xc/lib/GL/mesa/src/drv/mga/mgatris.c,v 1.10 2002/10/30 12:51:36 alanh Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mgatris.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mgatris.h]=( typeset -a comments=( $'\n * Copyright 2000-2001 VA Linux Systems, Inc.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' ' $XFree86: xc/lib/GL/mesa/src/drv/mga/mgatris.h,v 1.10 2002/10/30 12:51:36 alanh Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mgatris.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mgavb.c]=( typeset -a comments=( $'\n * Copyright 2000-2001 VA Linux Systems, Inc.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' ' $XFree86: xc/lib/GL/mesa/src/drv/mga/mgavb.c,v 1.15 2003/03/26 20:43:49 tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mgavb.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mgavb.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/mga/mgavb.h,v 1.8 2002/10/30 12:51:36 alanh Exp $ ' $'\n * Copyright 2000-2001 VA Linux Systems, Inc.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/mgavb.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/server/mga.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/mga/mga.h,v 1.85 2002/12/16 16:19:17 dawes Exp $ ' $'\n * MGA Millennium (MGA2064W) functions\n *\n * Copyright 1996 The XFree86 Project, Inc.\n *\n * Authors\n *\t\tDirk Hohndel\n *\t\t\thohndel@XFree86.Org\n *\t\tDavid Dawes\n *\t\t\tdawes@XFree86.Org\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/server/mga.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/server/mga_bios.h]=( typeset -a comments=( ' $XConsortium: mga_bios.h /main/2 1996/10/28 04:48:23 kaleb $ ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/mga/mga_bios.h,v 1.3 1998/07/25 16:55:51 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/server/mga_bios.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/server/mga_dri.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/mga/mga_dri.c,v 1.28 2003/02/08 21:26:58 dawes Exp $ ' $'\n * Copyright 2000 VA Linux Systems Inc., Fremont, California.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES\n * OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n * Gareth Hughes \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/server/mga_dri.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/server/mga_dri.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/mga/mga_dri.h,v 1.8 2002/11/29 11:06:42 eich Exp $ ' $'\n * Copyright 2000 VA Linux Systems Inc., Fremont, California.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES\n * OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n * Gareth Hughes \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/server/mga_dri.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/server/mga_macros.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/mga/mga_macros.h,v 1.22 2002/02/20 17:17:50 dawes Exp $ ' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/server/mga_macros.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/server/mga_reg.h]=( typeset -a comments=( ' $XConsortium: mgareg.h /main/2 1996/10/25 10:33:21 kaleb $ ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/mga/mga_reg.h,v 1.18 2001/09/26 12:59:18 alanh Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/mga/server/mga_reg.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/r128_context.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r128/r128_context.c,v 1.8 2002/10/30 12:51:38 alanh Exp $ ' $'*************************************************************************\n\nCopyright 1999, 2000 ATI Technologies Inc. and Precision Insight, Inc.,\n Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nATI, PRECISION INSIGHT AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/r128_context.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/r128_context.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r128/r128_context.h,v 1.12 2002/12/16 16:18:52 dawes Exp $ ' $'*************************************************************************\n\nCopyright 1999, 2000 ATI Technologies Inc. and Precision Insight, Inc.,\n Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nATI, PRECISION INSIGHT AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/r128_context.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/r128_dd.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r128/r128_dd.c,v 1.15 2002/10/30 12:51:38 alanh Exp $ ' $'*************************************************************************\n\nCopyright 1999, 2000 ATI Technologies Inc. and Precision Insight, Inc.,\n Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nATI, PRECISION INSIGHT AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/r128_dd.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/r128_dd.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r128/r128_dd.h,v 1.3 2001/01/08 01:07:20 martin Exp $ ' $'*************************************************************************\n\nCopyright 1999, 2000 ATI Technologies Inc. and Precision Insight, Inc.,\n Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nATI, PRECISION INSIGHT AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/r128_dd.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/r128_ioctl.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r128/r128_ioctl.c,v 1.10 2002/12/16 16:18:53 dawes Exp $ ' $'*************************************************************************\n\nCopyright 1999, 2000 ATI Technologies Inc. and Precision Insight, Inc.,\n Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nATI, PRECISION INSIGHT AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/r128_ioctl.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/r128_ioctl.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r128/r128_ioctl.h,v 1.6 2002/12/16 16:18:53 dawes Exp $ ' $'*************************************************************************\n\nCopyright 1999, 2000 ATI Technologies Inc. and Precision Insight, Inc.,\n Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nATI, PRECISION INSIGHT AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/r128_ioctl.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/r128_lock.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r128/r128_lock.c,v 1.5 2002/10/30 12:51:38 alanh Exp $ ' $'*************************************************************************\n\nCopyright 1999, 2000 ATI Technologies Inc. and Precision Insight, Inc.,\n Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nATI, PRECISION INSIGHT AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/r128_lock.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/r128_lock.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r128/r128_lock.h,v 1.4 2001/01/08 01:07:21 martin Exp $ ' $'*************************************************************************\n\nCopyright 1999, 2000 ATI Technologies Inc. and Precision Insight, Inc.,\n Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nATI, PRECISION INSIGHT AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/r128_lock.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/r128_screen.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r128/r128_screen.c,v 1.9 2003/03/26 20:43:49 tsi Exp $ ' $'*************************************************************************\n\nCopyright 1999, 2000 ATI Technologies Inc. and Precision Insight, Inc.,\n Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nATI, PRECISION INSIGHT AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/r128_screen.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/r128_screen.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r128/r128_screen.h,v 1.7 2002/12/16 16:18:53 dawes Exp $ ' $'*************************************************************************\n\nCopyright 1999, 2000 ATI Technologies Inc. and Precision Insight, Inc.,\n Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nATI, PRECISION INSIGHT AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/r128_screen.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/r128_span.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r128/r128_span.c,v 1.8 2002/10/30 12:51:39 alanh Exp $ ' $'*************************************************************************\n\nCopyright 1999, 2000 ATI Technologies Inc. and Precision Insight, Inc.,\n Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nATI, PRECISION INSIGHT AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/r128_span.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/r128_span.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r128/r128_span.h,v 1.3 2001/01/08 01:07:21 martin Exp $ ' $'*************************************************************************\n\nCopyright 1999, 2000 ATI Technologies Inc. and Precision Insight, Inc.,\n Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nATI, PRECISION INSIGHT AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/r128_span.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/r128_state.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r128/r128_state.c,v 1.11 2002/10/30 12:51:39 alanh Exp $ ' $'*************************************************************************\n\nCopyright 1999, 2000 ATI Technologies Inc. and Precision Insight, Inc.,\n Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nATI, PRECISION INSIGHT AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/r128_state.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/r128_state.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r128/r128_state.h,v 1.3 2001/01/08 01:07:21 martin Exp $ ' $'*************************************************************************\n\nCopyright 1999, 2000 ATI Technologies Inc. and Precision Insight, Inc.,\n Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nATI, PRECISION INSIGHT AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/r128_state.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/r128_tex.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r128/r128_tex.c,v 1.14 2002/11/05 17:46:08 tsi Exp $ ' $'*************************************************************************\n\nCopyright 1999, 2000 ATI Technologies Inc. and Precision Insight, Inc.,\n Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nATI, PRECISION INSIGHT AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/r128_tex.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/r128_tex.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r128/r128_tex.h,v 1.7 2002/02/22 21:44:58 dawes Exp $ ' $'*************************************************************************\n\nCopyright 1999, 2000 ATI Technologies Inc. and Precision Insight, Inc.,\n Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nATI, PRECISION INSIGHT AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/r128_tex.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/r128_texmem.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r128/r128_texmem.c,v 1.1 2002/02/22 21:44:58 dawes Exp $ ' $'*************************************************************************\n\nCopyright 1999, 2000 ATI Technologies Inc. and Precision Insight, Inc.,\n Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nATI, PRECISION INSIGHT AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/r128_texmem.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/r128_texobj.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r128/r128_texobj.h,v 1.5 2002/02/22 21:44:58 dawes Exp $ ' $'*************************************************************************\n\nCopyright 1999, 2000 ATI Technologies Inc. and Precision Insight, Inc.,\n Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nATI, PRECISION INSIGHT AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/r128_texobj.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/r128_texstate.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r128/r128_texstate.c,v 1.1 2002/02/22 21:44:58 dawes Exp $ ' $'*************************************************************************\n\nCopyright 1999, 2000 ATI Technologies Inc. and Precision Insight, Inc.,\n Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nATI, PRECISION INSIGHT AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/r128_texstate.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/r128_tris.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r128/r128_tris.c,v 1.8 2002/10/30 12:51:43 alanh Exp $ ' ' -*- c-basic-offset: 3 -*- ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/r128_tris.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/r128_tris.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r128/r128_tris.h,v 1.8 2002/10/30 12:51:43 alanh Exp $ ' $'*************************************************************************\n\nCopyright 2000, 2001 ATI Technologies Inc., Ontario, Canada, and\n VA Linux Systems Inc., Fremont, California.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nATI, VA LINUX SYSTEMS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/r128_tris.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/server/pci_ids.h]=( typeset -a comments=( ' Rage128 M3 ' ' Rage128 M4 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/server/pci_ids.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/server/r128.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/r128.h,v 1.24 2002/12/16 16:19:10 dawes Exp $ ' $'\n * Copyright 1999, 2000 ATI Technologies Inc., Markham, Ontario,\n * Precision Insight, Inc., Cedar Park, Texas, and\n * VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL ATI, PRECISION INSIGHT, VA LINUX\n * SYSTEMS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/server/r128.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/server/r128_dri.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/r128_dri.c,v 1.28 2003/02/07 20:41:14 martin Exp $ ' $'\n * Copyright 1999, 2000 ATI Technologies Inc., Markham, Ontario,\n * Precision Insight, Inc., Cedar Park, Texas, and\n * VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL ATI, PRECISION INSIGHT, VA LINUX\n * SYSTEMS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/server/r128_dri.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/server/r128_dri.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/r128_dri.h,v 1.7 2002/10/30 12:52:12 alanh Exp $ ' $'\n * Copyright 1999, 2000 ATI Technologies Inc., Markham, Ontario,\n * Precision Insight, Inc., Cedar Park, Texas, and\n * VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL ATI, PRECISION INSIGHT, VA LINUX\n * SYSTEMS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/server/r128_dri.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/server/r128_macros.h]=( typeset -a comments=( $'*\n * \\file server/R128_macros.h\n * \\brief Macros for R128 MMIO operation.\n *\n * \\authors Kevin E. Martin \n * \\authors Rickard E. Faith \n * \\authors Alan Hourihane \n ' $'\n * Copyright 2000 ATI Technologies Inc., Markham, Ontario, and\n * VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL ATI, VA LINUX SYSTEMS AND/OR\n * THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/server/r128_macros.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/server/r128_reg.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/r128_reg.h,v 1.15 2002/12/16 16:19:11 dawes Exp $ ' $'\n * Copyright 1999, 2000 ATI Technologies Inc., Markham, Ontario,\n * Precision Insight, Inc., Cedar Park, Texas, and\n * VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL ATI, PRECISION INSIGHT, VA LINUX\n * SYSTEMS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/server/r128_reg.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/server/r128_version.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/r128_version.h,v 1.6 2003/01/01 19:16:35 tsi Exp $ ' $'\n * Copyright 2000 through 2003 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r128/server/r128_version.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_cmdbuf.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r200/r200_cmdbuf.c,v 1.1 2002/10/30 12:51:51 alanh Exp $ ' $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_cmdbuf.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_context.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r200/r200_context.c,v 1.3 2003/05/06 23:52:08 daenzer Exp $ ' $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_context.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_context.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r200/r200_context.h,v 1.2 2002/12/16 16:18:54 dawes Exp $ ' $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_context.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_fragshader.c]=( typeset -a comments=( $'*************************************************************************\n *\n * Copyright 2004 David Airlie\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL DAVID AIRLIE AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n *************************************************************************' ' GL_ZERO is a noop, for GL_ONE we set the complement ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_fragshader.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_ioctl.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r200/r200_ioctl.c,v 1.4 2002/12/17 00:32:56 dawes Exp $ ' $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_ioctl.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_ioctl.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r200/r200_ioctl.h,v 1.1 2002/10/30 12:51:52 alanh Exp $ ' $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_ioctl.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_lock.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r200/r200_lock.c,v 1.1 2002/10/30 12:51:52 alanh Exp $ ' $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_lock.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_lock.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r200/r200_lock.h,v 1.1 2002/10/30 12:51:52 alanh Exp $ ' $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_lock.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_maos.c]=( typeset -a comments=( $' Currently, can only use arrays, verts are not implemented, though\n * verts are suspected to be faster.\n * To get an idea how the verts path works, look at the radeon implementation.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_maos.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_maos.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r200/r200_maos.h,v 1.1 2002/10/30 12:51:52 alanh Exp $ ' $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_maos.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_maos_arrays.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r200/r200_maos_arrays.c,v 1.3 2003/02/23 23:59:01 dawes Exp $ ' $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_maos_arrays.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_pixel.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r200/r200_pixel.c,v 1.2 2002/12/16 16:18:54 dawes Exp $ ' $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_pixel.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_pixel.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r200/r200_pixel.h,v 1.1 2002/10/30 12:51:52 alanh Exp $ ' $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_pixel.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_reg.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r200/r200_reg.h,v 1.2 2002/12/16 16:18:54 dawes Exp $ ' $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_reg.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_sanity.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r200/r200_sanity.c,v 1.1 2002/10/30 12:51:52 alanh Exp $ ' $'*************************************************************************\n\nCopyright 2002 ATI Technologies Inc., Ontario, Canada, and\n Tungsten Graphics Inc, Cedar Park, TX.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nATI, TUNGSTEN GRAPHICS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_sanity.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_sanity.h]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_sanity.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_span.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r200/r200_span.c,v 1.1 2002/10/30 12:51:52 alanh Exp $ ' $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_span.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_span.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r200/r200_span.h,v 1.1 2002/10/30 12:51:52 alanh Exp $ ' $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_span.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_state.c]=( typeset -a comments=( ' $XFree86$ ' $'*************************************************************************\n\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_state.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_state.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r200/r200_state.h,v 1.2 2002/11/05 17:46:08 tsi Exp $ ' $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_state.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_state_init.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r200/r200_state_init.c,v 1.4 2003/02/22 06:21:11 dawes Exp $ ' $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_state_init.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_swtcl.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r200/r200_swtcl.c,v 1.5 2003/05/06 23:52:08 daenzer Exp $ ' $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_swtcl.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_swtcl.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r200/r200_swtcl.h,v 1.3 2003/05/06 23:52:08 daenzer Exp $ ' $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_swtcl.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_tcl.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r200/r200_tcl.c,v 1.2 2002/12/16 16:18:55 dawes Exp $ ' $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_tcl.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_tcl.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r200/r200_tcl.h,v 1.2 2002/12/16 16:18:55 dawes Exp $ ' $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_tcl.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_tex.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r200/r200_tex.c,v 1.2 2002/11/05 17:46:08 tsi Exp $ ' $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_tex.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_tex.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r200/r200_tex.h,v 1.1 2002/10/30 12:51:53 alanh Exp $ ' $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_tex.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_texmem.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r200/r200_texmem.c,v 1.5 2002/12/17 00:32:56 dawes Exp $ ' $'*************************************************************************\n\nCopyright (C) Tungsten Graphics 2002. All Rights Reserved. \nThe Weather Channel, Inc. funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86\nlicense. This notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation on the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNON-INFRINGEMENT. IN NO EVENT SHALL ATI, VA LINUX SYSTEMS AND/OR THEIR\nSUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR\nIN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_texmem.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_texstate.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r200/r200_texstate.c,v 1.3 2003/02/15 22:18:47 dawes Exp $ ' $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_texstate.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_vertprog.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright (C) 2005 Aapo Tahkola.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nTHE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Aapo Tahkola \n * Roland Scheidegger \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_vertprog.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_vertprog.h]=( typeset -a comments=( ' GUESS based on fglrx native limits ' ' GUESS ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_vertprog.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_vtxfmt.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r200/r200_vtxfmt.c,v 1.4 2003/05/06 23:52:08 daenzer Exp $ ' $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_vtxfmt.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_vtxfmt.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r200/r200_vtxfmt.h,v 1.1 2002/10/30 12:51:53 alanh Exp $ ' $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_vtxfmt.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_vtxfmt_c.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r200/r200_vtxfmt_c.c,v 1.2 2002/12/16 16:18:56 dawes Exp $ ' $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_vtxfmt_c.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_vtxfmt_sse.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r200/r200_vtxfmt_sse.c,v 1.1 2002/10/30 12:51:53 alanh Exp $ ' $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_vtxfmt_sse.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_vtxfmt_x86.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r200/r200_vtxfmt_x86.c,v 1.2 2002/12/16 16:18:56 dawes Exp $ ' $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/r200_vtxfmt_x86.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/radeon_chipset.h]=( typeset -a comments=( $' Including xf86PciInfo.h introduces a bunch of errors...\n ' $' General chip classes:\n * r100 includes R100, RV100, RV200, RS100, RS200, RS250.\n * r200 includes R200, RV250, RV280, RS300.\n * r300 includes R300, RV350, RV370.\n * (RS* denotes IGP)\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/radeon_chipset.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/radeon_screen.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/radeon/radeon_screen.c,v 1.7 2003/03/26 20:43:51 tsi Exp $ ' $'*************************************************************************\n\nCopyright 2000, 2001 ATI Technologies Inc., Ontario, Canada, and\n VA Linux Systems Inc., Fremont, California.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/radeon_screen.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/radeon_screen.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/radeon/radeon_screen.h,v 1.5 2002/12/16 16:18:58 dawes Exp $ ' $'*************************************************************************\n\nCopyright 2000, 2001 ATI Technologies Inc., Ontario, Canada, and\n VA Linux Systems Inc., Fremont, California.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r200/radeon_screen.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/r300_cmdbuf.c]=( typeset -a comments=( $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Nicolai Haehnle \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/r300_cmdbuf.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/r300_cmdbuf.h]=( typeset -a comments=( $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Nicolai Haehnle \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/r300_cmdbuf.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/r300_context.c]=( typeset -a comments=( $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Keith Whitwell \n * Nicolai Haehnle \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/r300_context.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/r300_context.h]=( typeset -a comments=( $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Keith Whitwell \n * Nicolai Haehnle \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/r300_context.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/r300_emit.h]=( typeset -a comments=( $'\n * Copyright (C) 2005 Vladimir Dergachev.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sublicense, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n * IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n ' $'\n * Authors:\n * Vladimir Dergachev \n * Nicolai Haehnle \n * Aapo Tahkola \n * Ben Skeggs \n * Jerome Glisse \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/r300_emit.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/r300_fragprog.c]=( typeset -a comments=( $'\n * Copyright (C) 2005 Ben Skeggs.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sublicense, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n * IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n ' $'\n * Authors:\n * Ben Skeggs \n * Jerome Glisse \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/r300_fragprog.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/r300_fragprog.h]=( typeset -a comments=( $'\n * Copyright (C) 2005 Ben Skeggs.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sublicense, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n * IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n ' $'\n * Authors:\n * Ben Skeggs \n * Jerome Glisse \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/r300_fragprog.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/r300_ioctl.c]=( typeset -a comments=( $'\nCopyright (C) The Weather Channel, Inc. 2002.\nCopyright (C) 2004 Nicolai Haehnle.\nAll Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Keith Whitwell \n * Nicolai Haehnle \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/r300_ioctl.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/r300_ioctl.h]=( typeset -a comments=( $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Keith Whitwell \n * Nicolai Haehnle \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/r300_ioctl.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/r300_maos.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r300/r300_maos_arrays.c,v 1.3 2003/02/23 23:59:01 dawes Exp $ ' $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/r300_maos.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/r300_maos.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r200/r200_maos.h,v 1.1 2002/10/30 12:51:52 alanh Exp $ ' $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/r300_maos.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/r300_program.h]=( typeset -a comments=( $'\nCopyright (C) 2004 Nicolai Haehnle. All Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Nicolai Haehnle \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/r300_program.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/r300_reg.h]=( typeset -a comments=( $'*************************************************************************\n\nCopyright (C) 2004-2005 Nicolai Haehnle et al.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nTHE AUTHOR(S) AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * This file contains registers and constants for the R300. They have been\n * found mostly by examining command buffers captured using glxtest, as well\n * as by extrapolating some known registers and constants from the R200.\n * I am fairly certain that they are correct unless stated otherwise\n * in comments.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/r300_reg.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/r300_render.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright (C) 2004 Nicolai Haehnle.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nATI, VA LINUX SYSTEMS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Nicolai Haehnle \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/r300_render.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/r300_shader.c]=( typeset -a comments=( $'vp->translated = GL_FALSE;\n\t\tmemset(&vp->translated, 0, sizeof(struct r300_vertex_program) - sizeof(struct gl_vertex_program));' 'r300_translate_vertex_shader(vp);' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/r300_shader.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/r300_state.c]=( typeset -a comments=( $'\nCopyright (C) The Weather Channel, Inc. 2002.\nCopyright (C) 2004 Nicolai Haehnle.\nAll Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Nicolai Haehnle \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/r300_state.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/r300_state.h]=( typeset -a comments=( $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Nicolai Haehnle \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/r300_state.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/r300_tex.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r300/r300_tex.c,v 1.2 2002/11/05 17:46:08 tsi Exp $ ' $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/r300_tex.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/r300_tex.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r300/r300_tex.h,v 1.1 2002/10/30 12:51:53 alanh Exp $ ' $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/r300_tex.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/r300_texmem.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r300/r300_texmem.c,v 1.5 2002/12/17 00:32:56 dawes Exp $ ' $'*************************************************************************\n\nCopyright (C) Tungsten Graphics 2002. All Rights Reserved.\nThe Weather Channel, Inc. funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86\nlicense. This notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation on the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNON-INFRINGEMENT. IN NO EVENT SHALL ATI, VA LINUX SYSTEMS AND/OR THEIR\nSUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR\nIN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/r300_texmem.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/r300_texstate.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r300/r300_texstate.c,v 1.3 2003/02/15 22:18:47 dawes Exp $ ' $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/r300_texstate.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/r300_vertexprog.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright (C) 2005 Aapo Tahkola.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nTHE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Aapo Tahkola \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/r300_vertexprog.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/radeon_chipset.h]=( typeset -a comments=( $' Including xf86PciInfo.h introduces a bunch of errors...\n ' $' General chip classes:\n * r100 includes R100, RV100, RV200, RS100, RS200, RS250.\n * r200 includes R200, RV250, RV280, RS300.\n * r300 includes R300, RV350, RV370.\n * (RS* denotes IGP)\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/radeon_chipset.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/radeon_context.c]=( typeset -a comments=( $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'*\n * \\file radeon_context.c\n * Common context initialization.\n *\n * \\author Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/radeon_context.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/radeon_context.h]=( typeset -a comments=( $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Keith Whitwell \n * Nicolai Haehnle \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/radeon_context.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/radeon_ioctl.c]=( typeset -a comments=( $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/radeon_ioctl.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/radeon_ioctl.h]=( typeset -a comments=( $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/radeon_ioctl.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/radeon_lock.c]=( typeset -a comments=( $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/radeon_lock.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/radeon_lock.h]=( typeset -a comments=( $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/radeon_lock.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/radeon_mm.c]=( typeset -a comments=( $'\n * Copyright (C) 2005 Aapo Tahkola.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sublicense, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n * IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n ' $'\n * Authors:\n * Aapo Tahkola \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/radeon_mm.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/radeon_mm.h]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/radeon_mm.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/radeon_screen.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/radeon/radeon_screen.c,v 1.7 2003/03/26 20:43:51 tsi Exp $ ' $'*************************************************************************\n\nCopyright 2000, 2001 ATI Technologies Inc., Ontario, Canada, and\n VA Linux Systems Inc., Fremont, California.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/radeon_screen.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/radeon_screen.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/radeon/radeon_screen.h,v 1.5 2002/12/16 16:18:58 dawes Exp $ ' $'*************************************************************************\n\nCopyright 2000, 2001 ATI Technologies Inc., Ontario, Canada, and\n VA Linux Systems Inc., Fremont, California.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/radeon_screen.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/radeon_span.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/radeon/radeon_span.c,v 1.6 2002/10/30 12:51:56 alanh Exp $ ' $'*************************************************************************\n\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\nCopyright 2000, 2001 ATI Technologies Inc., Ontario, Canada, and\n VA Linux Systems Inc., Fremont, California.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/radeon_span.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/radeon_span.h]=( typeset -a comments=( $'\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/radeon_span.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/radeon_state.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.\n\nThe Weather Channel (TM) funded Tungsten Graphics to develop the\ninitial release of the Radeon 8500 driver under the XFree86 license.\nThis notice must be preserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/radeon_state.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/radeon_state.h]=( typeset -a comments=( $'\nCopyright (C) 2004 Nicolai Haehnle. All Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Nicolai Haehnle \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/radeon_state.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/radeon_vtxfmt_a.c]=( typeset -a comments=( $'\n * Copyright (C) 2005 Aapo Tahkola.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sublicense, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n * IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\n * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n ' $'\n * Authors:\n * Aapo Tahkola \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/radeon_vtxfmt_a.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/vertex_shader.h]=( typeset -a comments=( ' first CARD32 of an instruction ' $' possible operations: \n DOT, MUL, ADD, MAD, FRC, MAX, MIN, SGE, SLT, EXP, LOG, LIT, POW, RCP, RSQ, EX2,\n LG2, MAD_2 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/r300/vertex_shader.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_chipset.h]=( typeset -a comments=( $' Including xf86PciInfo.h introduces a bunch of errors...\n ' $' General chip classes:\n * r100 includes R100, RV100, RV200, RS100, RS200, RS250.\n * r200 includes R200, RV250, RV280, RS300.\n * r300 includes R300, RV350, RV370.\n * (RS* denotes IGP)\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_chipset.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_compat.c]=( typeset -a comments=( ' $XFree86$ ' $'*************************************************************************\n\nCopyright 2002 ATI Technologies Inc., Ontario, Canada, and\n Tungsten Graphics Inc., Austin, Texas.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nATI, TUNGSTEN GRAPHICS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_compat.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_context.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/radeon/radeon_context.c,v 1.9 2003/09/24 02:43:12 dawes Exp $ ' $'*************************************************************************\n\nCopyright 2000, 2001 ATI Technologies Inc., Ontario, Canada, and\n VA Linux Systems Inc., Fremont, California.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_context.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_context.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/radeon/radeon_context.h,v 1.6 2002/12/16 16:18:58 dawes Exp $ ' $'*************************************************************************\n\nCopyright 2000, 2001 ATI Technologies Inc., Ontario, Canada, and\n VA Linux Systems Inc., Fremont, California.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_context.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_ioctl.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/radeon/radeon_ioctl.c,v 1.11 2003/01/29 22:04:59 dawes Exp $ ' $'*************************************************************************\n\nCopyright 2000, 2001 ATI Technologies Inc., Ontario, Canada, and\n VA Linux Systems Inc., Fremont, California.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_ioctl.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_ioctl.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/radeon/radeon_ioctl.h,v 1.6 2002/12/16 16:18:58 dawes Exp $ ' $'*************************************************************************\n\nCopyright 2000, 2001 ATI Technologies Inc., Ontario, Canada, and\n VA Linux Systems Inc., Fremont, California.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_ioctl.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_lighting.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/radeon/radeon_state.c,v 1.5 2002/09/16 18:05:20 eich Exp $ ' $'\n * Copyright 2000, 2001 VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Gareth Hughes \n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_lighting.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_lock.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/radeon/radeon_lock.c,v 1.5 2002/10/30 12:51:55 alanh Exp $ ' $'*************************************************************************\n\nCopyright 2000, 2001 ATI Technologies Inc., Ontario, Canada, and\n VA Linux Systems Inc., Fremont, California.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_lock.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_lock.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/radeon/radeon_lock.h,v 1.3 2002/10/30 12:51:55 alanh Exp $ ' $'*************************************************************************\n\nCopyright 2000, 2001 ATI Technologies Inc., Ontario, Canada, and\n VA Linux Systems Inc., Fremont, California.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_lock.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_maos.c]=( typeset -a comments=( $' If using new packets, can choose either verts or arrays.\n * Otherwise, must use verts.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_maos.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_maos.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/radeon/radeon_maos.h,v 1.1 2002/10/30 12:51:55 alanh Exp $ ' $'*************************************************************************\n\nCopyright 2000, 2001 ATI Technologies Inc., Ontario, Canada, and\n Tungsten Grahpics Inc., Austin, Texas.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_maos.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_maos_arrays.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/radeon/radeon_maos_arrays.c,v 1.1 2002/10/30 12:51:55 alanh Exp $ ' $'*************************************************************************\n\nCopyright 2000, 2001 ATI Technologies Inc., Ontario, Canada, and\n Tungsten Graphics Inc., Cedar Park, Texas.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_maos_arrays.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_maos_vbtmp.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 4.1\n *\n * Copyright (C) 1999-2002 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' ' object coordinates ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_maos_vbtmp.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_maos_verts.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/radeon/radeon_maos_verts.c,v 1.1 2002/10/30 12:51:55 alanh Exp $ ' $'*************************************************************************\n\nCopyright 2000, 2001 ATI Technologies Inc., Ontario, Canada, and\n Tungsten Graphics Inc., Austin, Texas.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_maos_verts.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_sanity.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/radeon/radeon_sanity.c,v 1.1 2002/10/30 12:51:55 alanh Exp $ ' $'*************************************************************************\n\nCopyright 2002 ATI Technologies Inc., Ontario, Canada, and\n Tungsten Graphics Inc, Cedar Park, TX.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nATI, TUNGSTEN GRAPHICS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_sanity.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_sanity.h]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_sanity.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_screen.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/radeon/radeon_screen.c,v 1.7 2003/03/26 20:43:51 tsi Exp $ ' $'*************************************************************************\n\nCopyright 2000, 2001 ATI Technologies Inc., Ontario, Canada, and\n VA Linux Systems Inc., Fremont, California.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_screen.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_screen.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/radeon/radeon_screen.h,v 1.5 2002/12/16 16:18:58 dawes Exp $ ' $'*************************************************************************\n\nCopyright 2000, 2001 ATI Technologies Inc., Ontario, Canada, and\n VA Linux Systems Inc., Fremont, California.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_screen.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_span.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/radeon/radeon_span.c,v 1.6 2002/10/30 12:51:56 alanh Exp $ ' $'*************************************************************************\n\nCopyright 2000, 2001 ATI Technologies Inc., Ontario, Canada, and\n VA Linux Systems Inc., Fremont, California.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_span.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_span.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/radeon/radeon_span.h,v 1.2 2002/02/22 21:45:01 dawes Exp $ ' $'*************************************************************************\n\nCopyright 2000, 2001 ATI Technologies Inc., Ontario, Canada, and\n VA Linux Systems Inc., Fremont, California.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_span.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_state.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/radeon/radeon_state.c,v 1.8 2002/12/16 16:18:58 dawes Exp $ ' $'*************************************************************************\n\nCopyright 2000, 2001 VA Linux Systems Inc., Fremont, California.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_state.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_state.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/radeon/radeon_state.h,v 1.5 2002/11/05 17:46:09 tsi Exp $ ' $'*************************************************************************\n\nCopyright 2000, 2001 ATI Technologies Inc., Ontario, Canada, and\n VA Linux Systems Inc., Fremont, California.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_state.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_state_init.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/radeon/radeon_state_init.c,v 1.3 2003/02/22 06:21:11 dawes Exp $ ' $'\n * Copyright 2000, 2001 VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Gareth Hughes \n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_state_init.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_swtcl.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/radeon/radeon_swtcl.c,v 1.6 2003/05/06 23:52:08 daenzer Exp $ ' $'*************************************************************************\n\nCopyright 2000, 2001 ATI Technologies Inc., Ontario, Canada, and\n VA Linux Systems Inc., Fremont, California.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_swtcl.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_swtcl.h]=( typeset -a comments=( ' $XFree86$ ' $'*************************************************************************\n\nCopyright 2000, 2001 ATI Technologies Inc., Ontario, Canada, and\n VA Linux Systems Inc., Fremont, California.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nATI, VA LINUX SYSTEMS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_swtcl.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_tcl.c]=( typeset -a comments=( ' $XFree86$ ' $'*************************************************************************\n\nCopyright 2000, 2001 ATI Technologies Inc., Ontario, Canada, and\n Tungsten Graphics Inc., Austin, Texas.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_tcl.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_tcl.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/radeon/radeon_tcl.h,v 1.2 2003/02/08 21:26:45 dawes Exp $ ' $'*************************************************************************\n\nCopyright 2000, 2001 ATI Technologies Inc., Ontario, Canada, and\n Tungsten Grahpics Inc., Austin, Texas.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_tcl.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_tex.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/radeon/radeon_tex.c,v 1.6 2002/09/16 18:05:20 eich Exp $ ' $'\nCopyright 2000, 2001 ATI Technologies Inc., Ontario, Canada, and\n VA Linux Systems Inc., Fremont, California.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_tex.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_tex.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/radeon/radeon_tex.h,v 1.3 2002/02/22 21:45:01 dawes Exp $ ' $'*************************************************************************\n\nCopyright 2000, 2001 ATI Technologies Inc., Ontario, Canada, and\n VA Linux Systems Inc., Fremont, California.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_tex.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_texmem.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/radeon/radeon_texmem.c,v 1.7 2002/12/16 16:18:59 dawes Exp $ ' $'*************************************************************************\n\nCopyright 2000, 2001 ATI Technologies Inc., Ontario, Canada, and\n VA Linux Systems Inc., Fremont, California.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation on the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNON-INFRINGEMENT. IN NO EVENT SHALL ATI, VA LINUX SYSTEMS AND/OR THEIR\nSUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR\nIN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_texmem.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_texstate.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/radeon/radeon_texstate.c,v 1.6 2002/12/16 16:18:59 dawes Exp $ ' $'*************************************************************************\n\nCopyright 2000, 2001 ATI Technologies Inc., Ontario, Canada, and\n VA Linux Systems Inc., Fremont, California.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_texstate.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_vtxfmt.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/radeon/radeon_vtxfmt.c,v 1.6 2003/05/06 23:52:08 daenzer Exp $ ' $'*************************************************************************\n\nCopyright 2000, 2001 ATI Technologies Inc., Ontario, Canada, and\n Tungsten Graphics Inc., Cedar Park, Texas.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_vtxfmt.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_vtxfmt.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/radeon/radeon_vtxfmt.h,v 1.3 2002/12/21 17:02:16 dawes Exp $ ' $'*************************************************************************\n\nCopyright 2000, 2001 ATI Technologies Inc., Ontario, Canada, and\n Tungsten Graphics Inc., Cedar Park, Texas.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_vtxfmt.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_vtxfmt_c.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/radeon/radeon_vtxfmt_c.c,v 1.2 2002/12/16 16:18:59 dawes Exp $ ' $'*************************************************************************\n\nCopyright 2002 ATI Technologies Inc., Ontario, Canada, and\n Tungsten Graphics Inc., Cedar Park, Texas.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_vtxfmt_c.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_vtxfmt_sse.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/radeon/radeon_vtxfmt_sse.c,v 1.1 2002/10/30 12:51:58 alanh Exp $ ' $'*************************************************************************\n\nCopyright 2000, 2001 ATI Technologies Inc., Ontario, Canada, and\n Tungsten Graphics Inc., Cedar Park, Texas.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_vtxfmt_sse.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_vtxfmt_x86.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/radeon/radeon_vtxfmt_x86.c,v 1.2 2002/12/21 17:02:16 dawes Exp $ ' $'*************************************************************************\n\nCopyright 2000, 2001 ATI Technologies Inc., Ontario, Canada, and\n Tungsten Graphics Inc., Cedar Park, Texas.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/radeon_vtxfmt_x86.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/server/radeon.h]=( typeset -a comments=( $'*\n * \\file server/radeon.h\n * \\brief Radeon 2D driver data structures.\n ' $'\n * Copyright 2000 ATI Technologies Inc., Markham, Ontario, and\n * VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL ATI, VA LINUX SYSTEMS AND/OR\n * THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/server/radeon.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/server/radeon_dri.c]=( typeset -a comments=( $'*\n * \\file server/radeon_dri.c\n * \\brief File to perform the device-specific initialization tasks typically\n * done in the X server.\n *\n * Here they are converted to run in the client (or perhaps a standalone\n * process), and to work with the frame buffer device rather than the X\n * server infrastructure.\n ' $'*\n * \\brief Wait for free FIFO entries.\n *\n * \\param ctx display handle.\n * \\param entries number of free entries to wait.\n *\n * It polls the free entries from the chip until it reaches the requested value\n * or a timeout (3000 tries) occurs. Aborts the program if the FIFO times out.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/server/radeon_dri.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/server/radeon_dri.h]=( typeset -a comments=( $'*\n * \\file server/radeon_dri.h\n * \\brief Radeon server-side structures.\n * \n * \\author Kevin E. Martin \n * \\author Rickard E. Faith \n ' $'\n * Copyright 2000 ATI Technologies Inc., Markham, Ontario,\n * VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL ATI, VA LINUX SYSTEMS AND/OR\n * THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/server/radeon_dri.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/server/radeon_egl.c]=( typeset -a comments=( $'\n * EGL driver for radeon_dri.so\n ' $'*\n * radeon driver-specific driver class derived from _EGLDriver\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/server/radeon_egl.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/server/radeon_macros.h]=( typeset -a comments=( $'*\n * \\file server/radeon_macros.h\n * \\brief Macros for Radeon MMIO operation.\n *\n * \\authors Kevin E. Martin \n * \\authors Rickard E. Faith \n * \\authors Alan Hourihane \n ' $'\n * Copyright 2000 ATI Technologies Inc., Markham, Ontario, and\n * VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL ATI, VA LINUX SYSTEMS AND/OR\n * THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/server/radeon_macros.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/server/radeon_reg.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_reg.h,v 1.30 2003/10/07 22:47:12 martin Exp $ ' $'\n * Copyright 2000 ATI Technologies Inc., Markham, Ontario, and\n * VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL ATI, VA LINUX SYSTEMS AND/OR\n * THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/radeon/server/radeon_reg.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_common.h]=( typeset -a comments=( $'\n * Author: Max Lingua \n ' $' WARNING: If you change any of these defines, make sure to change\n * the kernel include file as well (s3v_drm.h)\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_common.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_context.c]=( typeset -a comments=( $'\n * Author: Max Lingua \n ' ' REMOVE: point attenuation stage ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_context.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_context.h]=( typeset -a comments=( $'\n * Author: Max Lingua \n ' ' Flags for context ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_context.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_dd.c]=( typeset -a comments=( $'\n * Author: Max Lingua \n ' $' Return the width and height of the current color buffer.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_dd.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_dri.h]=( typeset -a comments=( $'\n * Author: Max Lingua \n ' ' 32 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_dri.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_inithw.c]=( typeset -a comments=( $'\n * Author: Max Lingua \n ' $'\tif (_reset) { ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_inithw.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_lock.c]=( typeset -a comments=( $'\n * Author: Max Lingua \n ' $' Update the hardware state. This is called if another context has\n * grabbed the hardware lock, which includes the X server. This\n * function also updates the driver\'s window state after the X server\n * moves, resizes or restacks a window -- the change will be reflected\n * in the drawable position and clip rects. Since the X server grabs\n * the hardware lock when it changes the window state, this routine will\n * automatically be called after such a change.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_lock.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_lock.h]=( typeset -a comments=( $'\n * Author: Max Lingua \n ' $' Turn DEBUG_LOCKING on to find locking conflicts.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_lock.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_macros.h]=( typeset -a comments=( $'\n * Author: Max Lingua \n ' '************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_macros.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_regs.h]=( typeset -a comments=( $'\n * Author: Max Lingua \n ' $'***********\n * DMA REGS *\n ***********' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_regs.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_render.c]=( typeset -a comments=( $'\n * Author: Max Lingua \n ' $'\ts3vContextPtr vmesa = S3V_CONTEXT(ctx); ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_render.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_screen.c]=( typeset -a comments=( $'\n * Author: Max Lingua \n ' ' int i; ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_screen.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_screen.h]=( typeset -a comments=( $'\n * Author: Max Lingua \n ' ' Count of register regions ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_screen.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_span.c]=( typeset -a comments=( $'\n * Author: Max Lingua \n ' $' FIXME! Depth/Stencil read/writes don\'t work ! ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_span.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_state.c]=( typeset -a comments=( $'\n * Author: Max Lingua \n ' ' #define DEBUG(str) printf str ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_state.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_tex.c]=( typeset -a comments=( $'\n * Author: Max Lingua \n ' $'\nstatic GLuint s3vComputeLodBias(GLfloat bias)\n{\n#if TEX_DEBUG_ON\n\tDEBUG_TEX(("*** s3vComputeLodBias ***\\n"));\n#endif\n\treturn bias;\n}\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_tex.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_tex.h]=( typeset -a comments=( $'\n * Author: Max Lingua \n ' ' str ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_tex.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_texmem.c]=( typeset -a comments=( $'\n * Author: Max Lingua \n ' ' FIXME: useful? ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_texmem.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_texstate.c]=( typeset -a comments=( $'\n * Author: Max Lingua \n ' textureFormat, ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_texstate.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_tris.c]=( typeset -a comments=( $'\n * Author: Max Lingua \n ' $'**********************************************************************\n * Build hardware rasterization functions *\n **********************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_tris.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_tris.h]=( typeset -a comments=( $'\n * Author: Max Lingua \n ' ' !(_S3V_TRIS_H) ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_tris.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_tritmp.h]=( typeset -a comments=( $'\n * Author: Max Lingua \n ' '*** MACROS start ***' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_tritmp.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_vb.c]=( typeset -a comments=( $'\n * Author: Max Lingua \n ' $' Only one vertex format, atm, so no need to give them names:\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_vb.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_vb.h]=( typeset -a comments=( $'\n * Author: Max Lingua \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_vb.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_xmesa.c]=( typeset -a comments=( $'\n * Author: Max Lingua \n ' ' #define DEBUG(str) printf str ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3v_xmesa.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3virgetri.h]=( typeset -a comments=( $'\n * Author: Max Lingua \n ' $' GLfloat minW; \\\n\t\tif (w0 < w1) { \\\n\t\t\tif (w0 < w2) { \\\n\t\t\t\tminW = w0; \\\n\t\t\t} else { \\\n\t\t\t\tminW = w2; \\\n\t\t\t} \\\n\t\t} else { \\\n\t\t\tif (w1 < w2) { \\\n\t\t\t\tminW = w1; \\\n\t\t\t} else { \\\n\t\t\t\tminW = w2; \\\n\t\t\t} \\\n\t\t} ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/s3v/s3virgetri.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/savage/savage_3d_reg.h]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $'**********************************************************\n\n ----------- 3D ENGINE UNIT Registers -------------\n\n ********************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/savage/savage_3d_reg.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/savage/savage_bci.h]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $'**********************\n 3D and 2D command\n***********************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/savage/savage_bci.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/savage/savage_init.h]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ' for front and back buffers ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/savage/savage_init.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/savage/savage_xmesa.c]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $' Driver-specific options\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/savage/savage_xmesa.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/savage/savagecontext.h]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $' Reasons to fallback on all primitives.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/savage/savagecontext.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/savage/savagedd.c]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $'**************************************\n * Mesa\'s Driver Functions\n **************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/savage/savagedd.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/savage/savagedd.h]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/savage/savagedd.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/savage/savageioctl.c]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $' Still keeping this around because it demonstrates page flipping and\n * automatic z-clear. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/savage/savageioctl.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/savage/savageioctl.h]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ' discard DMA buffer ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/savage/savageioctl.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/savage/savagerender.c]=( typeset -a comments=( $'\n * Copyright 2005 Felix Kuehling\n * All rights reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL FELIX KUEHLING BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF\n * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Render unclipped vertex buffers by emitting vertices directly to\n * dma buffers. Use strip/fan hardware primitives where possible.\n * Simulate missing primitives with indexed vertices.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/savage/savagerender.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/savage/savagespan.c]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $' 16 bit, 565 rgb color spanline and pixel functions\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/savage/savagespan.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/savage/savagespan.h]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $'\n * Savage 16-bit float depth format with zExpOffset=16:\n * 4 bit unsigned exponent, 12 bit mantissa\n *\n * The meaning of the mantissa is different from IEEE floatint point\n * formats. The same number can\'t be encoded with different exponents.\n * So no bits are wasted.\n *\n * exponent | range encoded by mantissa | accuracy or mantissa\n * ---------+---------------------------+---------------------\n * 15 | 2^-1 .. 1 | 2^-13\n * 14 | 2^-2 .. 2^-1 | 2^-14\n * 13 | 2^-3 .. 2^-2 | 2^-15\n * ... | ... |\n * 2 | 2^-14 .. 2^-13 | 2^-27\n * 1 | 2^-15 .. 2^-14 | 2^-27\n * 0 | 2^-16 .. 2^-15 | 2^-28\n *\n * Note that there is no encoding for numbers < 2^-16.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/savage/savagespan.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/savage/savagestate.c]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ' Savage4, ProSavage[DDR], SuperSavage watermarks ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/savage/savagestate.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/savage/savagestate.h]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/savage/savagestate.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/savage/savagetex.c]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $' On Savage4 the texure LOD-bias needs an offset of ~ 0.3 to get\n * somewhere close to software rendering.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/savage/savagetex.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/savage/savagetex.h]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' '* \brief Texture tiling information ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/savage/savagetex.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/savage/savagetris.c]=( typeset -a comments=( ' $XFree86$ ' ' -*- c-basic-offset: 3 -*- ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/savage/savagetris.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/savage/savagetris.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r128/r128_tris.h,v 1.4 2001/01/08 01:07:24 martin Exp $ ' $'*************************************************************************\n\nCopyright 2000, 2001 ATI Technologies Inc., Ontario, Canada, and\n VA Linux Systems Inc., Fremont, California.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nATI, VA LINUX SYSTEMS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/savage/savagetris.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/savage/server/savage_dri.h]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ' 0 for PCI cards ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/savage/server/savage_dri.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/server/sis_common.h]=( typeset -a comments=( ' * $XFree86: xc/programs/Xserver/hw/xfree86/drivers/sis/sis_common.h,v 1.1 2003/08/29 08:52:12 twini Exp $ ' $'\n * Common header definitions for SiS 2D/3D/DRM suite\n *\n * Copyright (C) 2003 Eric Anholt\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of the copyright holder not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. The copyright holder makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDER DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Author:\n * \tEric Anholt \n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/server/sis_common.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/server/sis_dri.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/sis/sis_dri.h,v 1.9 2003/08/29 08:50:54 twini Exp $ ' ' modified from tdfx_dri.h ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/server/sis_dri.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis6326_clear.c]=( typeset -a comments=( $'\n * Copyright 2005 Eric Anholt\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Authors:\n * Eric Anholt \n *\n ' ' XXX only RGB565 and ARGB8888 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis6326_clear.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis6326_reg.h]=( typeset -a comments=( $'\n * Copyright 2005 Eric Anholt\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Authors:\n * Eric Anholt \n *\n ' ' Low transparency value is in TextureBlendSet ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis6326_reg.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis6326_state.c]=( typeset -a comments=( $'\n * Copyright 2005 Eric Anholt\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Authors:\n * Eric Anholt \n *\n ' $' =============================================================\n * Alpha blending\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis6326_state.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_alloc.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 2000 Silicon Integrated Systems Corp, Inc., HsinChu, Taiwan.\nCopyright 2003 Eric Anholt\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nERIC ANHOLT OR SILICON INTEGRATED SYSTEMS CORP BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86: xc/lib/GL/mesa/src/drv/sis/sis_alloc.c,v 1.7 2001/01/08 01:07:29 martin Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_alloc.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_alloc.h]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 2003 Eric Anholt\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nERIC ANHOLT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_alloc.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_clear.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 2000 Silicon Integrated Systems Corp, Inc., HsinChu, Taiwan.\nCopyright 2003 Eric Anholt\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nERIC ANHOLT OR SILICON INTEGRATED SYSTEMS CORP BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86: xc/lib/GL/mesa/src/drv/sis/sis_clear.c,v 1.5 2000/09/26 15:56:48 tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_clear.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_context.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 2000 Silicon Integrated Systems Corp, Inc., HsinChu, Taiwan.\nCopyright 2003 Eric Anholt\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nERIC ANHOLT OR SILICON INTEGRATED SYSTEMS CORP BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86: xc/lib/GL/mesa/src/drv/sis/sis_ctx.c,v 1.3 2000/09/26 15:56:48 tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_context.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_context.h]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 2000 Silicon Integrated Systems Corp, Inc., HsinChu, Taiwan.\nCopyright 2003 Eric Anholt\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nERIC ANHOLT OR SILICON INTEGRATED SYSTEMS CORP BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_context.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_dd.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 2000 Silicon Integrated Systems Corp, Inc., HsinChu, Taiwan.\nCopyright 2003 Eric Anholt\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nERIC ANHOLT OR SILICON INTEGRATED SYSTEMS CORP BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86: xc/lib/GL/mesa/src/drv/sis/sis_ctx.c,v 1.3 2000/09/26 15:56:48 tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_dd.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_dd.h]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 2003 Eric Anholt\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nERIC ANHOLT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_dd.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_fog.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 2000 Silicon Integrated Systems Corp, Inc., HsinChu, Taiwan.\nCopyright 2003 Eric Anholt\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nERIC ANHOLT OR SILICON INTEGRATED SYSTEMS CORP BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86: xc/lib/GL/mesa/src/drv/sis/sis_fog.c,v 1.3 2000/09/26 15:56:48 tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_fog.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_lock.c]=( typeset -a comments=( ' $XFree86$ ' $'*************************************************************************\n\nCopyright 2003 Eric Anholt\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nERIC ANHOLT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_lock.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_lock.h]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 2000 Silicon Integrated Systems Corp, Inc., HsinChu, Taiwan.\nCopyright 2003 Eric Anholt\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nERIC ANHOLT OR SILICON INTEGRATED SYSTEMS CORP BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_lock.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_reg.h]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 2000 Silicon Integrated Systems Corp, Inc., HsinChu, Taiwan.\nCopyright 2003 Eric Anholt\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nERIC ANHOLT OR SILICON INTEGRATED SYSTEMS CORP BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86: xc/lib/GL/mesa/src/drv/sis/sis_reg.h,v 1.3 2000/09/26 15:56:48 tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_reg.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_screen.c]=( typeset -a comments=( ' $XFree86$ ' $'*************************************************************************\n\nCopyright 2003 Eric Anholt\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nERIC ANHOLT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_screen.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_screen.h]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 2003 Eric Anholt\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nERIC ANHOLT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_screen.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_span.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 2000 Silicon Integrated Systems Corp, Inc., HsinChu, Taiwan.\nCopyright 2003 Eric Anholt\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nERIC ANHOLT OR SILICON INTEGRATED SYSTEMS CORP BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86: xc/lib/GL/mesa/src/drv/sis/sis_span.c,v 1.5 2001/03/21 16:14:26 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_span.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_span.h]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 2003 Eric Anholt\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nERIC ANHOLT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_span.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_state.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 2000 Silicon Integrated Systems Corp, Inc., HsinChu, Taiwan.\nCopyright 2003 Eric Anholt\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nERIC ANHOLT OR SILICON INTEGRATED SYSTEMS CORP BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86: xc/lib/GL/mesa/src/drv/sis/sis_ctx.c,v 1.3 2000/09/26 15:56:48 tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_state.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_state.h]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 2003 Eric Anholt\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nERIC ANHOLT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_state.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_stencil.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 2000 Silicon Integrated Systems Corp, Inc., HsinChu, Taiwan.\nCopyright 2003 Eric Anholt\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nERIC ANHOLT OR SILICON INTEGRATED SYSTEMS CORP BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86: xc/lib/GL/mesa/src/drv/sis/sis_stencil.c,v 1.3 2000/09/26 15:56:49 tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_stencil.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_stencil.h]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 2003 Eric Anholt\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nERIC ANHOLT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_stencil.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_tex.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 2003 Eric Anholt\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nERIC ANHOLT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_tex.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_tex.h]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 2003 Eric Anholt\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nERIC ANHOLT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_tex.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_texstate.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 2000 Silicon Integrated Systems Corp, Inc., HsinChu, Taiwan.\nCopyright 2003 Eric Anholt\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nERIC ANHOLT OR SILICON INTEGRATED SYSTEMS CORP BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_texstate.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_tris.c]=( typeset -a comments=( ' $XFree86' ' -*- c-basic-offset: 3 -*- ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_tris.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_tris.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/mesa/src/drv/r128/r128_tris.h,v 1.8 2002/10/30 12:51:43 alanh Exp $ ' $'*************************************************************************\n\nCopyright 2003 Eric Anholt\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nERIC ANHOLT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_tris.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_tritmp.h]=( typeset -a comments=( ' $XFree86' ' -*- c-basic-offset: 3 -*- ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/sis/sis_tritmp.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/dri_glide.h]=( typeset -a comments=( $' -*- mode: c; c-basic-offset: 3 -*-\n *\n * Copyright 2000 VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ' $XFree86: xc/lib/GL/mesa/src/drv/tdfx/dri_glide.h,v 1.1 2001/03/21 16:14:26 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/dri_glide.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/server/tdfx_dri.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 5.1\n *\n * Copyright (C) 1999-2003 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $' Authors:\n * Keith Whitwell\n * Daniel Borca\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/server/tdfx_dri.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/server/tdfx_dri.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx_dri.h,v 1.5 2001/03/21 17:02:26 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/server/tdfx_dri.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_context.c]=( typeset -a comments=( $' -*- mode: c; c-basic-offset: 3 -*-\n *\n * Copyright 2000 VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' $'*\n * \\file tdfx_context.c\n * Context management functions for 3Dfx hardware.\n *\n * \\author Gareth Hughes (original rewrite 29 Sep - 1 Oct 2000)\n * \\author Brian Paul \n * \\author Daniel Borca (new fixes 19 Jul 2004)\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_context.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_context.h]=( typeset -a comments=( $' -*- mode: c; c-basic-offset: 3 -*-\n *\n * Copyright 2000 VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ' $XFree86: xc/lib/GL/mesa/src/drv/tdfx/tdfx_context.h,v 1.5 2002/02/24 21:51:10 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_context.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_dd.c]=( typeset -a comments=( $' -*- mode: c; c-basic-offset: 3 -*-\n *\n * Copyright 2000 VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' $'*\n * \\file tdfx_dd.c\n * Device driver interface functions for 3Dfx based cards.\n * \n * \\author Gareth Hughes (Original rewrite 29 Sep - 1 Oct 2000)\n * \\author Brian Paul \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_dd.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_dd.h]=( typeset -a comments=( $' -*- mode: c; c-basic-offset: 3 -*-\n *\n * Copyright 2000 VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ' $XFree86: xc/lib/GL/mesa/src/drv/tdfx/tdfx_dd.h,v 1.1 2001/03/21 16:14:27 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_dd.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_glide.h]=( typeset -a comments=( $'\n * This file defines macros and types necessary for accessing glide3.\n ' ' $XFree86: xc/lib/GL/mesa/src/drv/tdfx/tdfx_glide.h,v 1.1 2002/02/22 21:45:03 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_glide.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_lock.c]=( typeset -a comments=( $' -*- mode: c; c-basic-offset: 3 -*-\n *\n * Copyright 2000 VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ' $XFree86: xc/lib/GL/mesa/src/drv/tdfx/tdfx_lock.c,v 1.5 2002/12/16 16:19:00 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_lock.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_lock.h]=( typeset -a comments=( $' -*- mode: c; c-basic-offset: 3 -*-\n *\n * Copyright 2000 VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ' $XFree86: xc/lib/GL/mesa/src/drv/tdfx/tdfx_lock.h,v 1.3 2002/02/22 21:45:03 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_lock.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_pixels.c]=( typeset -a comments=( $' -*- mode: c; c-basic-offset: 3 -*-\n *\n * Copyright 2000 VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ' $XFree86: xc/lib/GL/mesa/src/drv/tdfx/tdfx_pixels.c,v 1.4 2002/02/22 21:45:03 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_pixels.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_pixels.h]=( typeset -a comments=( $' -*- mode: c; c-basic-offset: 3 -*-\n *\n * Copyright 2000 VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ' $XFree86: xc/lib/GL/mesa/src/drv/tdfx/tdfx_pixels.h,v 1.2 2002/02/22 21:45:03 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_pixels.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_render.c]=( typeset -a comments=( $' -*- mode: c; c-basic-offset: 3 -*-\n *\n * Copyright 2000 VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ' $XFree86: xc/lib/GL/mesa/src/drv/tdfx/tdfx_render.c,v 1.4 2002/02/22 21:45:03 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_render.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_render.h]=( typeset -a comments=( $' -*- mode: c; c-basic-offset: 3 -*-\n *\n * Copyright 2000 VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ' $XFree86: xc/lib/GL/mesa/src/drv/tdfx/tdfx_render.h,v 1.1 2001/03/21 16:14:28 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_render.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_screen.c]=( typeset -a comments=( $' -*- mode: c; c-basic-offset: 3 -*-\n *\n * Copyright 2000 VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ' $XFree86: xc/lib/GL/mesa/src/drv/tdfx/tdfx_screen.c,v 1.3 2002/02/22 21:45:03 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_screen.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_screen.h]=( typeset -a comments=( $' -*- mode: c; c-basic-offset: 3 -*-\n *\n * Copyright 2000 VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ' $XFree86: xc/lib/GL/mesa/src/drv/tdfx/tdfx_screen.h,v 1.2 2002/02/22 21:45:03 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_screen.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_span.c]=( typeset -a comments=( $' -*- mode: c; c-basic-offset: 3 -*-\n *\n * Copyright 2000 VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ' $XFree86: xc/lib/GL/mesa/src/drv/tdfx/tdfx_span.c,v 1.7 2002/10/30 12:52:00 alanh Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_span.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_span.h]=( typeset -a comments=( $' -*- mode: c; c-basic-offset: 3 -*-\n *\n * Copyright 2000 VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ' $XFree86: xc/lib/GL/mesa/src/drv/tdfx/tdfx_span.h,v 1.1 2001/03/21 16:14:28 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_span.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_state.c]=( typeset -a comments=( $' -*- mode: c; c-basic-offset: 3 -*-\n *\n * Copyright 2000 VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ' $XFree86: xc/lib/GL/mesa/src/drv/tdfx/tdfx_state.c,v 1.7 2002/10/30 12:52:00 alanh Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_state.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_state.h]=( typeset -a comments=( $' -*- mode: c; c-basic-offset: 3 -*-\n *\n * Copyright 2000 VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ' $XFree86: xc/lib/GL/mesa/src/drv/tdfx/tdfx_state.h,v 1.2 2002/02/22 21:45:04 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_state.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_tex.c]=( typeset -a comments=( $' -*- mode: c; c-basic-offset: 3 -*-\n *\n * Copyright 2000 VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ' $XFree86: xc/lib/GL/mesa/src/drv/tdfx/tdfx_tex.c,v 1.7 2002/11/05 17:46:10 tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_tex.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_tex.h]=( typeset -a comments=( $' -*- mode: c; c-basic-offset: 3 -*-\n *\n * Copyright 2000 VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ' $XFree86: xc/lib/GL/mesa/src/drv/tdfx/tdfx_tex.h,v 1.2 2002/02/22 21:45:04 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_tex.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_texman.c]=( typeset -a comments=( $' -*- mode: c; c-basic-offset: 3 -*-\n *\n * Copyright 2000 VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ' $XFree86: xc/lib/GL/mesa/src/drv/tdfx/tdfx_texman.c,v 1.5 2002/02/22 21:45:04 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_texman.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_texman.h]=( typeset -a comments=( $' -*- mode: c; c-basic-offset: 3 -*-\n *\n * Copyright 2000 VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ' $XFree86: xc/lib/GL/mesa/src/drv/tdfx/tdfx_texman.h,v 1.2 2002/02/22 21:45:04 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_texman.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_texstate.c]=( typeset -a comments=( $' -*- mode: c; c-basic-offset: 3 -*-\n *\n * Copyright 2000 VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ' $XFree86: xc/lib/GL/mesa/src/drv/tdfx/tdfx_texstate.c,v 1.2 2002/02/22 21:45:04 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_texstate.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_texstate.h]=( typeset -a comments=( $' -*- mode: c; c-basic-offset: 3 -*-\n *\n * Copyright 2000 VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ' $XFree86: xc/lib/GL/mesa/src/drv/tdfx/tdfx_texstate.h,v 1.1 2002/02/22 21:45:04 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_texstate.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_tris.c]=( typeset -a comments=( $' -*- mode: c; c-basic-offset: 3 -*-\n *\n * Copyright 2000 VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ' $XFree86: xc/lib/GL/mesa/src/drv/tdfx/tdfx_tris.c,v 1.4 2002/10/30 12:52:01 alanh Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_tris.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_tris.h]=( typeset -a comments=( $' -*- mode: c; c-basic-offset: 3 -*-\n *\n * Copyright 2000 VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' $'\n * Authors:\n *\tKeith Whitwell \n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_tris.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_vb.c]=( typeset -a comments=( $'\n * GLX Hardware Device Driver for Intel i810\n * Copyright (C) 1999 Keith Whitwell\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * KEITH WHITWELL, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM, \n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR \n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE \n * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n *\n ' ' $XFree86: xc/lib/GL/mesa/src/drv/tdfx/tdfx_vb.c,v 1.3 2002/10/30 12:52:01 alanh Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_vb.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_vb.h]=( typeset -a comments=( $'\n * GLX Hardware Device Driver for Intel tdfx\n * Copyright (C) 1999 Keith Whitwell\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * KEITH WHITWELL, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM, \n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR \n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE \n * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n *\n ' ' $XFree86: xc/lib/GL/mesa/src/drv/tdfx/tdfx_vb.h,v 1.2 2002/02/22 21:45:04 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_vb.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_vbtmp.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 4.1\n *\n * Copyright (C) 1999-2002 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $' Authors:\n * Keith Whitwell \n * Daniel Borca \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/tdfx/tdfx_vbtmp.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/trident/trident_context.c]=( typeset -a comments=( $'\n * Copyright 2002 by Alan Hourihane, Sychdyn, North Wales, UK.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n *\n * Trident CyberBladeXP driver.\n *\n ' ' Allocate the Mesa context ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/trident/trident_context.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/trident/trident_context.h]=( typeset -a comments=( $'\n * Copyright 2002 by Alan Hourihane, Sychdyn, North Wales, UK.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n *\n * Trident CyberBladeXP driver.\n *\n ' ' these require that base be dword-aligned ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/trident/trident_context.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/trident/trident_dd.c]=( typeset -a comments=( $'\n * Copyright 2002 by Alan Hourihane, Sychdyn, North Wales, UK.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n *\n * Trident CyberBladeXP driver.\n *\n ' $' Return the width and height of the current color buffer.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/trident/trident_dd.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/trident/trident_dri.h]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/trident/trident_dri.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/trident/trident_lock.h]=( typeset -a comments=( $' XXX tridentGetLock doesn\'t exist... ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/trident/trident_lock.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/trident/trident_state.c]=( typeset -a comments=( $'\n * Copyright 2002 by Alan Hourihane, Sychdyn, North Wales, UK.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n *\n * Trident CyberBladeXP driver.\n *\n ' ' XXX FIX ME ! ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/trident/trident_state.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/trident/trident_tris.c]=( typeset -a comments=( $'\n * Copyright 2002 by Alan Hourihane, Sychdyn, North Wales, UK.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n *\n * Trident CyberBladeXP driver.\n *\n ' '{0x2F60 , 0x00000000},' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/trident/trident_tris.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/trident/trident_vb.c]=( typeset -a comments=( $'\n * Copyright 2002 by Alan Hourihane, Sychdyn, North Wales, UK.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n *\n * Trident CyberBladeXP driver.\n *\n ' $'**********************************************************************\n * Generate pv-copying and translation functions *\n **********************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/trident/trident_vb.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/server/via.h]=( typeset -a comments=( ' __VIA_H__ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/server/via.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/server/via_dri.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/via/via_dri.c,v 1.4 2003/09/24 02:43:30 dawes Exp $ ' $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/server/via_dri.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/server/via_dri.h]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $'\n * Keep this file in perfect sync between the ddx and dri drivers.\n * At least bump the VIA_DRIDDX_VERSION defines appropriately.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/server/via_dri.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/server/via_driver.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/via/via_driver.h,v 1.7 2003/11/06 18:38:11 tsi Exp $ ' $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/server/via_driver.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/server/via_priv.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/via/via_priv.h,v 1.3 2003/08/27 15:16:12 tsi Exp $ ' ' Offset into fb ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/server/via_priv.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/server/via_regs.h]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $'************************************************************************\n *\n * File: via_regs.c\n * Content: The defines of Via registers\n *\n ***********************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/server/via_regs.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/via_3d_reg.h]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $' Transmission Setting\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/via_3d_reg.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/via_context.c]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file via_context.c\n * \n * \\author John Sheng (presumably of either VIA Technologies or S3 Graphics)\n * \\author Others at VIA Technologies?\n * \\author Others at S3 Graphics?\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/via_context.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/via_context.h]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $' Chip tags. These are used to group the adapters into\n * related families.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/via_context.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/via_drmclient.h]=( typeset -a comments=( $'\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHOR(S) AND/OR THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ' _VIA_DRMCLIENT_H_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/via_drmclient.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/via_fb.c]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $'\n * Check whether AGP DMA has been initialized.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/via_fb.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/via_fb.h]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/via_fb.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/via_ioctl.c]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ' width and height ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/via_ioctl.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/via_ioctl.h]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/via_ioctl.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/via_memcpy.c]=( typeset -a comments=( $'\n * Copyright (C) 2004 Thomas Hellstrom, All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE CODE SUPPLIER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $' Thomas\' orginal gutted for mesa by Keith Whitwell\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/via_memcpy.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/via_render.c]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $'\n * Render unclipped vertex buffers by emitting vertices directly to\n * dma buffers. Use strip/fan hardware acceleration where possible.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/via_render.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/via_screen.c]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ' Allocate the private area ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/via_screen.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/via_screen.h]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' '=* John Sheng [2003.12.9] Tuxracer & VQ *=' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/via_screen.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/via_span.c]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $' ================================================================\n * Color buffer\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/via_span.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/via_span.h]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/via_span.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/via_state.c]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $' GL_CLEAR 0 \t' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/via_state.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/via_state.h]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/via_state.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/via_tex.c]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $' \t\t\t && vmesa->viaScreen->textureSize > 4*1024*1024 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/via_tex.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/via_tex.h]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ' defined( USE_SSE_ASM ) ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/via_tex.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/via_texcombine.c]=( typeset -a comments=( $'\n * (C) Copyright IBM Corporation 2004\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n * USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file via_texcombine.c\n * Calculate texture combine hardware state.\n *\n * \\author Ian Romanick \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/via_texcombine.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/via_tris.c]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $'**********************************************************************\n * Emit primitives as inline vertices *\n **********************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/via_tris.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/via_tris.h]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/dri/unichrome/via_tris.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/fbdev/glfbdev.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * OpenGL (Mesa) interface for fbdev.\n * For info about fbdev:\n * http://www.tldp.org/HOWTO/Framebuffer-HOWTO.html\n *\n * known VGA modes\n * Colours 640x400 640x480 800x600 1024x768 1152x864 1280x1024 1600x1200\n * --------+--------------------------------------------------------------\n * 4 bits | ? ? 0x302 ? ? ? ?\n * 8 bits | 0x300 0x301 0x303 0x305 0x161 0x307 0x31C\n * 15 bits | ? 0x310 0x313 0x316 0x162 0x319 0x31D\n * 16 bits | ? 0x311 0x314 0x317 0x163 0x31A 0x31E\n * 24 bits | ? 0x312 0x315 0x318 ? 0x31B 0x31F\n * 32 bits | ? ? ? ? 0x164 ?\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/fbdev/glfbdev.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/ggi/default/genkgi_mode.c]=( typeset -a comments=( $' $Id: genkgi_mode.c,v 1.4 2000/01/07 08:34:44 jtaylor Exp $\n******************************************************************************\n\n display-fbdev-kgicon-generic-mesa\n\n Copyright (C) 1999 Jon Taylor [taylorj@ggi-project.org]\n\n Permission is hereby granted, free of charge, to any person obtaining a\n copy of this software and associated documentation files (the "Software"),\n to deal in the Software without restriction, including without limitation\n the rights to use, copy, modify, merge, publish, distribute, sublicense,\n and/or sell copies of the Software, and to permit persons to whom the\n Software is furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n THE AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n******************************************************************************\n' $' Check if we are now in the last page, and reset the\n\t * FIFO if so. We can\'t use the last page to send\n\t * more commands, since there\'s no page after it that\n\t * we can touch to fault in the last page\'s commands.\n\t * \n\t * FIXME: This will be replaced with a flush-and-reset handler\n\t * on the end-of-buffer pagefault at some point....\n\t * \n\t ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/ggi/default/genkgi_mode.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/ggi/default/genkgi_visual.c]=( typeset -a comments=( $' $Id: genkgi_visual.c,v 1.7 2000/06/11 20:11:55 jtaylor Exp $\n******************************************************************************\n\n genkgi_visual.c: visual handling for the generic KGI helper\n \n Copyright (C) 1999 Jon Taylor [taylorj@ggi-project.org]\n\n Permission is hereby granted, free of charge, to any person obtaining a\n copy of this software and associated documentation files (the "Software"),\n to deal in the Software without restriction, including without limitation\n the rights to use, copy, modify, merge, publish, distribute, sublicense,\n and/or sell copies of the Software, and to permit persons to whom the\n Software is furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n THE AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n******************************************************************************\n' $' Direct3D Immediate Mode \t\t' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/ggi/default/genkgi_visual.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/ggi/default/linear.c]=( typeset -a comments=( $' GGI-Driver for MESA\n * \n * Copyright (C) 1997 Uwe Maurer\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU Library General Public\n * License as published by the Free Software Foundation; either\n * version 2 of the License, or (at your option) any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n * Library General Public License for more details.\n *\n * You should have received a copy of the GNU Library General Public\n * License along with this library; if not, write to the Free\n * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n * ---------------------------------------------------------------------\n * This code was derived from the following source of information:\n *\n * svgamesa.c and ddsample.c by Brian Paul\n * \n ' '********************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/ggi/default/linear.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/ggi/default/linear_15.c]=( typeset -a comments=( $' GGI-Driver for MESA\n * \n * Copyright (C) 1997 Uwe Maurer\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU Library General Public\n * License as published by the Free Software Foundation; either\n * version 2 of the License, or (at your option) any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n * Library General Public License for more details.\n *\n * You should have received a copy of the GNU Library General Public\n * License along with this library; if not, write to the Free\n * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n * ---------------------------------------------------------------------\n * This code was derived from the following source of information:\n *\n * svgamesa.c and ddsample.c by Brian Paul\n * \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/ggi/default/linear_15.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/ggi/default/linear_16.c]=( typeset -a comments=( $' GGI-Driver for MESA\n * \n * Copyright (C) 1997 Uwe Maurer\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU Library General Public\n * License as published by the Free Software Foundation; either\n * version 2 of the License, or (at your option) any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n * Library General Public License for more details.\n *\n * You should have received a copy of the GNU Library General Public\n * License along with this library; if not, write to the Free\n * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n * ---------------------------------------------------------------------\n * This code was derived from the following source of information:\n *\n * svgamesa.c and ddsample.c by Brian Paul\n * \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/ggi/default/linear_16.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/ggi/default/linear_24.c]=( typeset -a comments=( $' GGI-Driver for MESA\n * \n * Copyright (C) 1997 Uwe Maurer\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU Library General Public\n * License as published by the Free Software Foundation; either\n * version 2 of the License, or (at your option) any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n * Library General Public License for more details.\n *\n * You should have received a copy of the GNU Library General Public\n * License along with this library; if not, write to the Free\n * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n * ---------------------------------------------------------------------\n * This code was derived from the following source of information:\n *\n * svgamesa.c and ddsample.c by Brian Paul\n * \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/ggi/default/linear_24.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/ggi/default/linear_32.c]=( typeset -a comments=( $' GGI-Driver for MESA\n * \n * Copyright (C) 1997 Uwe Maurer\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU Library General Public\n * License as published by the Free Software Foundation; either\n * version 2 of the License, or (at your option) any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n * Library General Public License for more details.\n *\n * You should have received a copy of the GNU Library General Public\n * License along with this library; if not, write to the Free\n * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n * ---------------------------------------------------------------------\n * This code was derived from the following source of information:\n *\n * svgamesa.c and ddsample.c by Brian Paul\n * \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/ggi/default/linear_32.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/ggi/default/linear_8.c]=( typeset -a comments=( $' GGI-Driver for MESA\n * \n * Copyright (C) 1997 Uwe Maurer\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU Library General Public\n * License as published by the Free Software Foundation; either\n * version 2 of the License, or (at your option) any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n * Library General Public License for more details.\n *\n * You should have received a copy of the GNU Library General Public\n * License along with this library; if not, write to the Free\n * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n * ---------------------------------------------------------------------\n * This code was derived from the following source of information:\n *\n * svgamesa.c and ddsample.c by Brian Paul\n * \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/ggi/default/linear_8.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/ggi/default/stubs.c]=( typeset -a comments=( $' GGI-Driver for MESA\n * \n * Copyright (C) 1997 Uwe Maurer\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU Library General Public\n * License as published by the Free Software Foundation; either\n * version 2 of the License, or (at your option) any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n * Library General Public License for more details.\n *\n * You should have received a copy of the GNU Library General Public\n * License along with this library; if not, write to the Free\n * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n * ---------------------------------------------------------------------\n * This code was derived from the following source of information:\n *\n * svgamesa.c and ddsample.c by Brian Paul\n * \n ' '********************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/ggi/default/stubs.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/ggi/display/fbdev_mode.c]=( typeset -a comments=( $'*****************************************************************************\n\n display-fbdev-mesa\n\n Copyright (C) 1999 Jon Taylor [taylorj@ggi-project.org]\n\n Permission is hereby granted, free of charge, to any person obtaining a\n copy of this software and associated documentation files (the "Software"),\n to deal in the Software without restriction, including without limitation\n the rights to use, copy, modify, merge, publish, distribute, sublicense,\n and/or sell copies of the Software, and to permit persons to whom the\n Software is furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n THE AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n******************************************************************************\n' ' Now actually set the mode ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/ggi/display/fbdev_mode.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/ggi/display/fbdev_visual.c]=( typeset -a comments=( $'*****************************************************************************\n\n display-fbdev-mesa: visual handling\n\n Copyright (C) 1999 Jon Taylor [taylorj@ggi-project.org]\n\n Permission is hereby granted, free of charge, to any person obtaining a\n copy of this software and associated documentation files (the "Software"),\n to deal in the Software without restriction, including without limitation\n the rights to use, copy, modify, merge, publish, distribute, sublicense,\n and/or sell copies of the Software, and to permit persons to whom the\n Software is furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n THE AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n******************************************************************************\n' $' no accel - check for KGIcon\t' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/ggi/display/fbdev_visual.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/ggi/ggimesa.c]=( typeset -a comments=( $' GGI-Driver for MESA\n * \n * Copyright (C) 1997-1998 Uwe Maurer - uwe_maurer@t-online.de \n * 2002 Filip Spacek\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU Library General Public\n * License as published by the Free Software Foundation; either\n * version 2 of the License, or (at your option) any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n * Library General Public License for more details.\n *\n * You should have received a copy of the GNU Library General Public\n * License along with this library; if not, write to the Free\n * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n * ---------------------------------------------------------------------\n * This code was derived from the following source of information:\n *\n * svgamesa.c and ddsample.c by Brian Paul\n * \n ' ' We use LibGG to manage config files ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/ggi/ggimesa.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/ggi/include/ggi/mesa/debug.h]=( typeset -a comments=( $' $Id: debug.h,v 1.5 2003/09/22 15:18:51 brianp Exp $\n******************************************************************************\n\n GGIMesa debugging macros\n\n Copyright (C) 1998-1999 Marcus Sundberg\t[marcus@ggi-project.org]\n Copyright (C) 1999-2000 Jon Taylor\t\t[taylorj@ggi-project.org]\n \n Permission is hereby granted, free of charge, to any person obtaining a\n copy of this software and associated documentation files (the "Software"),\n to deal in the Software without restriction, including without limitation\n the rights to use, copy, modify, merge, publish, distribute, sublicense,\n and/or sell copies of the Software, and to permit persons to whom the\n Software is furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n THE AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n******************************************************************************\n' ' Exported variables ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/ggi/include/ggi/mesa/debug.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/ggi/include/ggi/mesa/display_fbdev.h]=( typeset -a comments=( $' Hooks back to the LibGGI fbdev target\'s private data ' ' _GGIMESA_DISPLAY_FBDEV_H ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/ggi/include/ggi/mesa/display_fbdev.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/ggi/include/ggi/mesa/ggimesa.h]=( typeset -a comments=( $' GGI-Driver for MESA\n *\n * Copyright (C) 1997 Uwe Maurer\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU Library General Public\n * License as published by the Free Software Foundation; either\n * version 2 of the License, or (at your option) any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n * Library General Public License for more details.\n *\n * You should have received a copy of the GNU Library General Public\n * License along with this library; if not, write to the Free\n * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n * ---------------------------------------------------------------------\n * This code was derived from the following source of information:\n *\n * svgamesa.c and ddsample.c by Brian Paul\n *\n ' ' ASSERT is redefined ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/ggi/include/ggi/mesa/ggimesa.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/ggi/include/ggi/mesa/ggimesa_int.h]=( typeset -a comments=( $'\n\t * How mesa extends this visual; i.e., size of the depth buffer etc.\n\t *\n\t * By default (upon attaching) this structure is initialized to what\n\t * libggi is guaranteed to handle without any help: single buffered\n\t * visual without any ancilary buffers.\n\t ' $'\n\t * Mesa framebuffer is a collection of all ancilary buffers required.\n\t *\n\t * This structure contains the ancilary buffers provided in in\n\t * software. On each mode change it is loaded with the list of\n\t * required buffers and the target is expected to clear the ones\n\t * it can provide in hw. The remaining ones are then provided in sw.\n\t *\n\t ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/ggi/include/ggi/mesa/ggimesa_int.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/glide/fxapi.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 4.0\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $' Authors:\n * David Bucciarelli\n * Brian Paul\n * Daryll Strauss\n * Keith Whitwell\n * Daniel Borca\n * Hiroshi Morii\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/glide/fxapi.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/glide/fxdd.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 5.1\n *\n * Copyright (C) 1999-2003 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $' Authors:\n * David Bucciarelli\n * Brian Paul\n * Daryll Strauss\n * Keith Whitwell\n * Daniel Borca\n * Hiroshi Morii\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/glide/fxdd.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/glide/fxddspan.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 4.0\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $' Authors:\n * David Bucciarelli\n * Brian Paul\n * Daryll Strauss\n * Keith Whitwell\n * Daniel Borca\n * Hiroshi Morii\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/glide/fxddspan.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/glide/fxddtex.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 4.0\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $' Authors:\n * David Bucciarelli\n * Brian Paul\n * Daryll Strauss\n * Keith Whitwell\n * Daniel Borca\n * Hiroshi Morii\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/glide/fxddtex.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/glide/fxdrv.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 4.0\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $' Authors:\n * David Bucciarelli\n * Brian Paul\n * Daryll Strauss\n * Keith Whitwell\n * Daniel Borca\n * Hiroshi Morii\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/glide/fxdrv.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/glide/fxg.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 5.0.1\n * \n * Copyright (C) 1999-2003 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Mesa/FX device driver. Interface to Glide3.\n *\n * Copyright (c) 2003 - Daniel Borca\n * Email : dborca@users.sourceforge.net\n * Web : http://www.geocities.com/dborca\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/glide/fxg.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/glide/fxg.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 5.0.1\n * \n * Copyright (C) 1999-2003 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Mesa/FX device driver. Interface to Glide3.\n *\n * Copyright (c) 2003 - Daniel Borca\n * Email : dborca@users.sourceforge.net\n * Web : http://www.geocities.com/dborca\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/glide/fxg.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/glide/fxglidew.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 4.0\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $' Authors:\n * David Bucciarelli\n * Brian Paul\n * Daryll Strauss\n * Keith Whitwell\n * Daniel Borca\n * Hiroshi Morii\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/glide/fxglidew.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/glide/fxglidew.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 4.0\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $' Authors:\n * David Bucciarelli\n * Brian Paul\n * Daryll Strauss\n * Keith Whitwell\n * Daniel Borca\n * Hiroshi Morii\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/glide/fxglidew.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/glide/fxsetup.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 4.0\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $' Authors:\n * David Bucciarelli\n * Brian Paul\n * Daryll Strauss\n * Keith Whitwell\n * Daniel Borca\n * Hiroshi Morii\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/glide/fxsetup.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/glide/fxsetup.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 4.0\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $' Authors:\n * David Bucciarelli\n * Brian Paul\n * Daryll Strauss\n * Keith Whitwell\n * Daniel Borca\n * Hiroshi Morii\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/glide/fxsetup.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/glide/fxtexman.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 4.0\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $' Authors:\n * David Bucciarelli\n * Brian Paul\n * Daryll Strauss\n * Keith Whitwell\n * Daniel Borca\n * Hiroshi Morii\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/glide/fxtexman.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/glide/fxtris.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 4.0\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $' Authors:\n * Keith Whitwell \n * Daniel Borca \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/glide/fxtris.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/glide/fxvb.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 5.1\n *\n * Copyright (C) 1999-2003 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * KEITH WHITWELL, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE\n * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $' Authors:\n * Keith Whitwell \n * Daniel Borca \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/glide/fxvb.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/glide/fxvbtmp.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 4.1\n *\n * Copyright (C) 1999-2002 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $' Authors:\n * Keith Whitwell \n * Daniel Borca \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/glide/fxvbtmp.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/osmesa/osmesa.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Off-Screen Mesa rendering / Rendering into client memory space\n *\n * Note on thread safety: this driver is thread safe. All\n * functions are reentrant. The notion of current context is\n * managed by the core _mesa_make_current() and _mesa_get_current_context()\n * functions. Those functions are thread-safe.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/osmesa/osmesa.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/svga/svgamesa.c]=( typeset -a comments=( ' $Id: svgamesa.c,v 1.27 2006/10/15 18:51:22 brianp Exp $ ' $'\n * Mesa 3-D graphics library\n * Version: 5.0\n * Copyright (C) 1995-2002 Brian Paul\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU Library General Public\n * License as published by the Free Software Foundation; either\n * version 2 of the License, or (at your option) any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n * Library General Public License for more details.\n *\n * You should have received a copy of the GNU Library General Public\n * License along with this library; if not, write to the Free\n * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/svga/svgamesa.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/svga/svgamesa15.c]=( typeset -a comments=( ' $Id: svgamesa15.c,v 1.12 2006/11/01 19:35:23 brianp Exp $ ' $'\n * Mesa 3-D graphics library\n * Version: 5.0\n * Copyright (C) 1995-2002 Brian Paul\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU Library General Public\n * License as published by the Free Software Foundation; either\n * version 2 of the License, or (at your option) any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n * Library General Public License for more details.\n *\n * You should have received a copy of the GNU Library General Public\n * License along with this library; if not, write to the Free\n * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/svga/svgamesa15.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/svga/svgamesa15.h]=( typeset -a comments=( ' $Id: svgamesa15.h,v 1.7 2002/11/11 18:42:39 brianp Exp $ ' $'\n * Mesa 3-D graphics library\n * Version: 5.0\n * Copyright (C) 1995-2002 Brian Paul\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU Library General Public\n * License as published by the Free Software Foundation; either\n * version 2 of the License, or (at your option) any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n * Library General Public License for more details.\n *\n * You should have received a copy of the GNU Library General Public\n * License along with this library; if not, write to the Free\n * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/svga/svgamesa15.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/svga/svgamesa16.c]=( typeset -a comments=( ' $Id: svgamesa16.c,v 1.12 2006/11/01 19:35:23 brianp Exp $ ' $'\n * Mesa 3-D graphics library\n * Version: 5.0\n * Copyright (C) 1995-2002 Brian Paul\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU Library General Public\n * License as published by the Free Software Foundation; either\n * version 2 of the License, or (at your option) any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n * Library General Public License for more details.\n *\n * You should have received a copy of the GNU Library General Public\n * License along with this library; if not, write to the Free\n * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/svga/svgamesa16.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/svga/svgamesa16.h]=( typeset -a comments=( ' $Id: svgamesa16.h,v 1.6 2002/11/11 18:42:41 brianp Exp $ ' $'\n * Mesa 3-D graphics library\n * Version: 5.0\n * Copyright (C) 1995-2002 Brian Paul\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU Library General Public\n * License as published by the Free Software Foundation; either\n * version 2 of the License, or (at your option) any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n * Library General Public License for more details.\n *\n * You should have received a copy of the GNU Library General Public\n * License along with this library; if not, write to the Free\n * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/svga/svgamesa16.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/svga/svgamesa24.c]=( typeset -a comments=( ' $Id: svgamesa24.c,v 1.13 2006/11/01 19:35:23 brianp Exp $ ' $'\n * Mesa 3-D graphics library\n * Version: 5.0\n * Copyright (C) 1995-2002 Brian Paul\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU Library General Public\n * License as published by the Free Software Foundation; either\n * version 2 of the License, or (at your option) any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n * Library General Public License for more details.\n *\n * You should have received a copy of the GNU Library General Public\n * License along with this library; if not, write to the Free\n * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/svga/svgamesa24.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/svga/svgamesa24.h]=( typeset -a comments=( ' $Id: svgamesa24.h,v 1.6 2002/11/11 18:42:41 brianp Exp $ ' $'\n * Mesa 3-D graphics library\n * Version: 5.0\n * Copyright (C) 1995-2002 Brian Paul\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU Library General Public\n * License as published by the Free Software Foundation; either\n * version 2 of the License, or (at your option) any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n * Library General Public License for more details.\n *\n * You should have received a copy of the GNU Library General Public\n * License along with this library; if not, write to the Free\n * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/svga/svgamesa24.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/svga/svgamesa32.c]=( typeset -a comments=( ' $Id: svgamesa32.c,v 1.13 2006/11/01 19:35:23 brianp Exp $ ' $'\n * Mesa 3-D graphics library\n * Version: 5.0\n * Copyright (C) 1995-2002 Brian Paul\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU Library General Public\n * License as published by the Free Software Foundation; either\n * version 2 of the License, or (at your option) any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n * Library General Public License for more details.\n *\n * You should have received a copy of the GNU Library General Public\n * License along with this library; if not, write to the Free\n * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/svga/svgamesa32.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/svga/svgamesa32.h]=( typeset -a comments=( ' $Id: svgamesa32.h,v 1.6 2002/11/11 18:42:42 brianp Exp $ ' $'\n * Mesa 3-D graphics library\n * Version: 5.0\n * Copyright (C) 1995-2002 Brian Paul\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU Library General Public\n * License as published by the Free Software Foundation; either\n * version 2 of the License, or (at your option) any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n * Library General Public License for more details.\n *\n * You should have received a copy of the GNU Library General Public\n * License along with this library; if not, write to the Free\n * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/svga/svgamesa32.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/svga/svgamesa8.c]=( typeset -a comments=( ' $Id: svgamesa8.c,v 1.10 2006/11/01 19:35:23 brianp Exp $ ' $'\n * Mesa 3-D graphics library\n * Version: 3.3\n * Copyright (C) 1995-2000 Brian Paul\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU Library General Public\n * License as published by the Free Software Foundation; either\n * version 2 of the License, or (at your option) any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n * Library General Public License for more details.\n *\n * You should have received a copy of the GNU Library General Public\n * License along with this library; if not, write to the Free\n * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/svga/svgamesa8.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/svga/svgamesa8.h]=( typeset -a comments=( ' $Id: svgamesa8.h,v 1.4 2001/02/06 00:03:48 brianp Exp $ ' $'\n * Mesa 3-D graphics library\n * Version: 3.2\n * Copyright (C) 1995-2000 Brian Paul\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU Library General Public\n * License as published by the Free Software Foundation; either\n * version 2 of the License, or (at your option) any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n * Library General Public License for more details.\n *\n * You should have received a copy of the GNU Library General Public\n * License along with this library; if not, write to the Free\n * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/svga/svgamesa8.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/svga/svgapix.h]=( typeset -a comments=( ' $Id: svgapix.h,v 1.5 2002/11/11 18:42:44 brianp Exp $ ' $'\n * Mesa 3-D graphics library\n * Version: 5.0\n * Copyright (C) 1995-2002 Brian Paul\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU Library General Public\n * License as published by the Free Software Foundation; either\n * version 2 of the License, or (at your option) any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n * Library General Public License for more details.\n *\n * You should have received a copy of the GNU Library General Public\n * License along with this library; if not, write to the Free\n * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/svga/svgapix.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/windows/fx/fxwgl.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 4.0\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $' Authors:\n * David Bucciarelli\n * Brian Paul\n * Keith Whitwell\n * Hiroshi Morii\n * Daniel Borca\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/windows/fx/fxwgl.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/windows/gdi/colors.h]=( typeset -a comments=( ' Values for wmesa->pixelformat: ' ' 32-bit TrueColor: 8-A, 8-B, 8-G, 8-R ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/windows/gdi/colors.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/windows/gdi/wgl.c]=( typeset -a comments=( ' $Id: wgl.c,v 1.12 2006/03/30 07:58:24 kschultz Exp $ ' $'\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU Library General Public\n * License as published by the Free Software Foundation; either\n * version 2 of the License, or (at your option) any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n * Library General Public License for more details.\n *\n * You should have received a copy of the GNU Library General Public\n * License along with this library; if not, write to the Free\n * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/windows/gdi/wgl.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/windows/gdi/wmesa.c]=( typeset -a comments=( $'\n * Windows (Win32/Win64) device driver for Mesa\n *\n ' ' linked list of our Framebuffers (windows) ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/windows/gdi/wmesa.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/windows/gdi/wmesadef.h]=( typeset -a comments=( $'*\n * The Windows Mesa rendering context, derived from GLcontext.\n ' ' The core GL/Mesa context ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/windows/gdi/wmesadef.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/windows/gldirect/ddlog.c]=( typeset -a comments=( $'***************************************************************************\n*\n* Mesa 3-D graphics library\n* Direct3D Driver Interface\n*\n* ========================================================================\n*\n* Copyright (C) 1991-2004 SciTech Software, Inc. All rights reserved.\n*\n* Permission is hereby granted, free of charge, to any person obtaining a\n* copy of this software and associated documentation files (the "Software"),\n* to deal in the Software without restriction, including without limitation\n* the rights to use, copy, modify, merge, publish, distribute, sublicense,\n* and/or sell copies of the Software, and to permit persons to whom the\n* Software is furnished to do so, subject to the following conditions:\n*\n* The above copyright notice and this permission notice shall be included\n* in all copies or substantial portions of the Software.\n*\n* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n* SCITECH SOFTWARE INC BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n* OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n* SOFTWARE.\n*\n* ======================================================================\n*\n* Language: ANSI C\n* Environment: Windows 9x (Win32)\n*\n* Description: Logging functions.\n*\n***************************************************************************' ) comments_parsed=false file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/windows/gldirect/ddlog.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/windows/gldirect/ddlog.h]=( typeset -a comments=( $'***************************************************************************\n*\n* Mesa 3-D graphics library\n* Direct3D Driver Interface\n*\n* ========================================================================\n*\n* Copyright (C) 1991-2004 SciTech Software, Inc. All rights reserved.\n*\n* Permission is hereby granted, free of charge, to any person obtaining a\n* copy of this software and associated documentation files (the "Software"),\n* to deal in the Software without restriction, including without limitation\n* the rights to use, copy, modify, merge, publish, distribute, sublicense,\n* and/or sell copies of the Software, and to permit persons to whom the\n* Software is furnished to do so, subject to the following conditions:\n*\n* The above copyright notice and this permission notice shall be included\n* in all copies or substantial portions of the Software.\n*\n* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n* SCITECH SOFTWARE INC BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n* OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n* SOFTWARE.\n*\n* ======================================================================\n*\n* Language: ANSI C\n* Environment: Windows 9x (Win32)\n*\n* Description: Logging functions.\n*\n***************************************************************************' '---------------------- Macros and type definitions ----------------------' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/windows/gldirect/ddlog.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/windows/gldirect/dglcontext.c]=( typeset -a comments=( $'***************************************************************************\n*\n* Mesa 3-D graphics library\n* Direct3D Driver Interface\n*\n* ========================================================================\n*\n* Copyright (C) 1991-2004 SciTech Software, Inc. All rights reserved.\n*\n* Permission is hereby granted, free of charge, to any person obtaining a\n* copy of this software and associated documentation files (the "Software"),\n* to deal in the Software without restriction, including without limitation\n* the rights to use, copy, modify, merge, publish, distribute, sublicense,\n* and/or sell copies of the Software, and to permit persons to whom the\n* Software is furnished to do so, subject to the following conditions:\n*\n* The above copyright notice and this permission notice shall be included\n* in all copies or substantial portions of the Software.\n*\n* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n* SCITECH SOFTWARE INC BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n* OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n* SOFTWARE.\n*\n* ======================================================================\n*\n* Language: ANSI C\n* Environment: Windows 9x (Win32)\n*\n* Description: Context handling.\n*\n***************************************************************************' $'***************************************************************************\nREMARKS:\nDetect the installed OS type.\n***************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/windows/gldirect/dglcontext.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/windows/gldirect/dglcontext.h]=( typeset -a comments=( $'***************************************************************************\n*\n* Mesa 3-D graphics library\n* Direct3D Driver Interface\n*\n* ========================================================================\n*\n* Copyright (C) 1991-2004 SciTech Software, Inc. All rights reserved.\n*\n* Permission is hereby granted, free of charge, to any person obtaining a\n* copy of this software and associated documentation files (the "Software"),\n* to deal in the Software without restriction, including without limitation\n* the rights to use, copy, modify, merge, publish, distribute, sublicense,\n* and/or sell copies of the Software, and to permit persons to whom the\n* Software is furnished to do so, subject to the following conditions:\n*\n* The above copyright notice and this permission notice shall be included\n* in all copies or substantial portions of the Software.\n*\n* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n* SCITECH SOFTWARE INC BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n* OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n* SOFTWARE.\n*\n* ======================================================================\n*\n* Language: ANSI C\n* Environment: Windows 9x (Win32)\n*\n* Description: OpenGL context handling.\n*\n***************************************************************************' '---------------------- Macros and type definitions ----------------------' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/windows/gldirect/dglcontext.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/windows/gldirect/dglglobals.c]=( typeset -a comments=( $'***************************************************************************\n*\n* Mesa 3-D graphics library\n* Direct3D Driver Interface\n*\n* ========================================================================\n*\n* Copyright (C) 1991-2004 SciTech Software, Inc. All rights reserved.\n*\n* Permission is hereby granted, free of charge, to any person obtaining a\n* copy of this software and associated documentation files (the "Software"),\n* to deal in the Software without restriction, including without limitation\n* the rights to use, copy, modify, merge, publish, distribute, sublicense,\n* and/or sell copies of the Software, and to permit persons to whom the\n* Software is furnished to do so, subject to the following conditions:\n*\n* The above copyright notice and this permission notice shall be included\n* in all copies or substantial portions of the Software.\n*\n* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n* SCITECH SOFTWARE INC BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n* OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n* SOFTWARE.\n*\n* ======================================================================\n*\n* Language: ANSI C\n* Environment: Windows 9x (Win32)\n*\n* Description: Global variables.\n*\n***************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/windows/gldirect/dglglobals.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/windows/gldirect/dglglobals.h]=( typeset -a comments=( $'***************************************************************************\n*\n* Mesa 3-D graphics library\n* Direct3D Driver Interface\n*\n* ========================================================================\n*\n* Copyright (C) 1991-2004 SciTech Software, Inc. All rights reserved.\n*\n* Permission is hereby granted, free of charge, to any person obtaining a\n* copy of this software and associated documentation files (the "Software"),\n* to deal in the Software without restriction, including without limitation\n* the rights to use, copy, modify, merge, publish, distribute, sublicense,\n* and/or sell copies of the Software, and to permit persons to whom the\n* Software is furnished to do so, subject to the following conditions:\n*\n* The above copyright notice and this permission notice shall be included\n* in all copies or substantial portions of the Software.\n*\n* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n* SCITECH SOFTWARE INC BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n* OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n* SOFTWARE.\n*\n* ======================================================================\n*\n* Language: ANSI C\n* Environment: Windows 9x (Win32)\n*\n* Description: Globals.\n*\n***************************************************************************' '---------------------- Macros and type definitions ----------------------' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/windows/gldirect/dglglobals.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/windows/gldirect/dglmacros.h]=( typeset -a comments=( $'***************************************************************************\n*\n* Mesa 3-D graphics library\n* Direct3D Driver Interface\n*\n* ========================================================================\n*\n* Copyright (C) 1991-2004 SciTech Software, Inc. All rights reserved.\n*\n* Permission is hereby granted, free of charge, to any person obtaining a\n* copy of this software and associated documentation files (the "Software"),\n* to deal in the Software without restriction, including without limitation\n* the rights to use, copy, modify, merge, publish, distribute, sublicense,\n* and/or sell copies of the Software, and to permit persons to whom the\n* Software is furnished to do so, subject to the following conditions:\n*\n* The above copyright notice and this permission notice shall be included\n* in all copies or substantial portions of the Software.\n*\n* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n* SCITECH SOFTWARE INC BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n* OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n* SOFTWARE.\n*\n* ======================================================================\n*\n* Language: ANSI C\n* Environment: Windows 9x (Win32)\n*\n* Description: Useful generic macros.\n*\n***************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/windows/gldirect/dglmacros.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/windows/gldirect/dglpf.c]=( typeset -a comments=( $'***************************************************************************\n*\n* Mesa 3-D graphics library\n* Direct3D Driver Interface\n*\n* ========================================================================\n*\n* Copyright (C) 1991-2004 SciTech Software, Inc. All rights reserved.\n*\n* Permission is hereby granted, free of charge, to any person obtaining a\n* copy of this software and associated documentation files (the "Software"),\n* to deal in the Software without restriction, including without limitation\n* the rights to use, copy, modify, merge, publish, distribute, sublicense,\n* and/or sell copies of the Software, and to permit persons to whom the\n* Software is furnished to do so, subject to the following conditions:\n*\n* The above copyright notice and this permission notice shall be included\n* in all copies or substantial portions of the Software.\n*\n* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n* SCITECH SOFTWARE INC BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n* OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n* SOFTWARE.\n*\n* ========================================================================\n*\n* Language: ANSI C\n* Environment: Windows 9x (Win32)\n*\n* Description: Pixel Formats.\n*\n***************************************************************************' ' should find transparent pixel from LAYERPLANEDESCRIPTOR ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/windows/gldirect/dglpf.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/windows/gldirect/dglpf.h]=( typeset -a comments=( $'***************************************************************************\n*\n* Mesa 3-D graphics library\n* Direct3D Driver Interface\n*\n* ========================================================================\n*\n* Copyright (C) 1991-2004 SciTech Software, Inc. All rights reserved.\n*\n* Permission is hereby granted, free of charge, to any person obtaining a\n* copy of this software and associated documentation files (the "Software"),\n* to deal in the Software without restriction, including without limitation\n* the rights to use, copy, modify, merge, publish, distribute, sublicense,\n* and/or sell copies of the Software, and to permit persons to whom the\n* Software is furnished to do so, subject to the following conditions:\n*\n* The above copyright notice and this permission notice shall be included\n* in all copies or substantial portions of the Software.\n*\n* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n* SCITECH SOFTWARE INC BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n* OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n* SOFTWARE.\n*\n* ======================================================================\n*\n* Language: ANSI C\n* Environment: Windows 9x (Win32)\n*\n* Description: Pixel Formats.\n*\n***************************************************************************' '---------------------- Macros and type definitions ----------------------' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/windows/gldirect/dglpf.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/windows/gldirect/dglwgl.c]=( typeset -a comments=( $'***************************************************************************\n*\n* Mesa 3-D graphics library\n* Direct3D Driver Interface\n*\n* ========================================================================\n*\n* Copyright (C) 1991-2004 SciTech Software, Inc. All rights reserved.\n*\n* Permission is hereby granted, free of charge, to any person obtaining a\n* copy of this software and associated documentation files (the "Software"),\n* to deal in the Software without restriction, including without limitation\n* the rights to use, copy, modify, merge, publish, distribute, sublicense,\n* and/or sell copies of the Software, and to permit persons to whom the\n* Software is furnished to do so, subject to the following conditions:\n*\n* The above copyright notice and this permission notice shall be included\n* in all copies or substantial portions of the Software.\n*\n* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n* SCITECH SOFTWARE INC BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n* OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n* SOFTWARE.\n*\n* ======================================================================\n*\n* Language: ANSI C\n* Environment: Windows 9x (Win32)\n*\n* Description: OpenGL window functions (wgl*).\n*\n***************************************************************************' $'\n * Share lists between two gl_context structures.\n * This was added for WIN32 WGL function support, since wglShareLists()\n * must be called *after* wglCreateContext() with valid GLRCs. (DaveM)\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/windows/gldirect/dglwgl.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/windows/gldirect/dglwgl.h]=( typeset -a comments=( $'***************************************************************************\n*\n* Mesa 3-D graphics library\n* Direct3D Driver Interface\n*\n* ========================================================================\n*\n* Copyright (C) 1991-2004 SciTech Software, Inc. All rights reserved.\n*\n* Permission is hereby granted, free of charge, to any person obtaining a\n* copy of this software and associated documentation files (the "Software"),\n* to deal in the Software without restriction, including without limitation\n* the rights to use, copy, modify, merge, publish, distribute, sublicense,\n* and/or sell copies of the Software, and to permit persons to whom the\n* Software is furnished to do so, subject to the following conditions:\n*\n* The above copyright notice and this permission notice shall be included\n* in all copies or substantial portions of the Software.\n*\n* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n* SCITECH SOFTWARE INC BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n* OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n* SOFTWARE.\n*\n* ======================================================================\n*\n* Language: ANSI C\n* Environment: Windows 9x (Win32)\n*\n* Description: OpenGL window functions (wgl*).\n*\n***************************************************************************' '---------------------- Macros and type definitions ----------------------' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/windows/gldirect/dglwgl.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/windows/gldirect/dll_main.c]=( typeset -a comments=( $'***************************************************************************\n*\n* Mesa 3-D graphics library\n* Direct3D Driver Interface\n*\n* ========================================================================\n*\n* Copyright (C) 1991-2004 SciTech Software, Inc. All rights reserved.\n*\n* Permission is hereby granted, free of charge, to any person obtaining a\n* copy of this software and associated documentation files (the "Software"),\n* to deal in the Software without restriction, including without limitation\n* the rights to use, copy, modify, merge, publish, distribute, sublicense,\n* and/or sell copies of the Software, and to permit persons to whom the\n* Software is furnished to do so, subject to the following conditions:\n*\n* The above copyright notice and this permission notice shall be included\n* in all copies or substantial portions of the Software.\n*\n* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n* SCITECH SOFTWARE INC BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n* OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n* SOFTWARE.\n*\n* ======================================================================\n*\n* Language: ANSI C\n* Environment: Windows 9x (Win32)\n*\n* Description: Win32 DllMain functions.\n*\n***************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/windows/gldirect/dll_main.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/windows/gldirect/dllmain.h]=( typeset -a comments=( $'***************************************************************************\n*\n* Mesa 3-D graphics library\n* Direct3D Driver Interface\n*\n* ========================================================================\n*\n* Copyright (C) 1991-2004 SciTech Software, Inc. All rights reserved.\n*\n* Permission is hereby granted, free of charge, to any person obtaining a\n* copy of this software and associated documentation files (the "Software"),\n* to deal in the Software without restriction, including without limitation\n* the rights to use, copy, modify, merge, publish, distribute, sublicense,\n* and/or sell copies of the Software, and to permit persons to whom the\n* Software is furnished to do so, subject to the following conditions:\n*\n* The above copyright notice and this permission notice shall be included\n* in all copies or substantial portions of the Software.\n*\n* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n* SCITECH SOFTWARE INC BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n* OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n* SOFTWARE.\n*\n* ======================================================================\n*\n* Language: ANSI C\n* Environment: Windows 9x (Win32)\n*\n* Description: Win32 DllMain functions.\n*\n***************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/windows/gldirect/dllmain.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/windows/gldirect/gld_debug_clip.c]=( typeset -a comments=( ' $Id: gld_debug_clip.c,v 1.1 2004/04/20 11:13:11 alanh Exp $ ' $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Gareth Hughes \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/windows/gldirect/gld_debug_clip.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/windows/gldirect/gld_debug_norm.c]=( typeset -a comments=( ' $Id: gld_debug_norm.c,v 1.1 2004/04/20 11:13:11 alanh Exp $ ' $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Gareth Hughes \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/windows/gldirect/gld_debug_norm.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/windows/gldirect/gld_debug_xform.c]=( typeset -a comments=( ' $Id: gld_debug_xform.c,v 1.1 2004/04/20 11:13:11 alanh Exp $ ' $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/windows/gldirect/gld_debug_xform.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/windows/gldirect/gld_dispatch.c]=( typeset -a comments=( $'***************************************************************************\n*\n* Mesa 3-D graphics library\n* Direct3D Driver Interface\n*\n* ========================================================================\n*\n* Copyright (C) 1991-2004 SciTech Software, Inc. All rights reserved.\n*\n* Permission is hereby granted, free of charge, to any person obtaining a\n* copy of this software and associated documentation files (the "Software"),\n* to deal in the Software without restriction, including without limitation\n* the rights to use, copy, modify, merge, publish, distribute, sublicense,\n* and/or sell copies of the Software, and to permit persons to whom the\n* Software is furnished to do so, subject to the following conditions:\n*\n* The above copyright notice and this permission notice shall be included\n* in all copies or substantial portions of the Software.\n*\n* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n* SCITECH SOFTWARE INC BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n* OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n* SOFTWARE.\n*\n* ======================================================================\n*\n* Language: ANSI C\n* Environment: Windows 9x/2000/XP/XBox (Win32)\n*\n* Description: Thread-aware dispatch table.\n*\n***************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/windows/gldirect/gld_dispatch.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/windows/gldirect/gld_driver.c]=( typeset -a comments=( $'***************************************************************************\n*\n* Mesa 3-D graphics library\n* Direct3D Driver Interface\n*\n* ========================================================================\n*\n* Copyright (C) 1991-2004 SciTech Software, Inc. All rights reserved.\n*\n* Permission is hereby granted, free of charge, to any person obtaining a\n* copy of this software and associated documentation files (the "Software"),\n* to deal in the Software without restriction, including without limitation\n* the rights to use, copy, modify, merge, publish, distribute, sublicense,\n* and/or sell copies of the Software, and to permit persons to whom the\n* Software is furnished to do so, subject to the following conditions:\n*\n* The above copyright notice and this permission notice shall be included\n* in all copies or substantial portions of the Software.\n*\n* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n* SCITECH SOFTWARE INC BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n* OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n* SOFTWARE.\n*\n* ======================================================================\n*\n* Language: ANSI C\n* Environment: Windows 9x/2000/XP/XBox (Win32)\n*\n* Description: Driver functions and interfaces\n*\n***************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/windows/gldirect/gld_driver.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/windows/gldirect/gld_driver.h]=( typeset -a comments=( $'***************************************************************************\n*\n* Mesa 3-D graphics library\n* Direct3D Driver Interface\n*\n* ========================================================================\n*\n* Copyright (C) 1991-2004 SciTech Software, Inc. All rights reserved.\n*\n* Permission is hereby granted, free of charge, to any person obtaining a\n* copy of this software and associated documentation files (the "Software"),\n* to deal in the Software without restriction, including without limitation\n* the rights to use, copy, modify, merge, publish, distribute, sublicense,\n* and/or sell copies of the Software, and to permit persons to whom the\n* Software is furnished to do so, subject to the following conditions:\n*\n* The above copyright notice and this permission notice shall be included\n* in all copies or substantial portions of the Software.\n*\n* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n* SCITECH SOFTWARE INC BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n* OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n* SOFTWARE.\n*\n* ======================================================================\n*\n* Language: ANSI C\n* Environment: Windows 9x/2000/XP/XBox (Win32)\n*\n* Description: Driver functions and interfaces\n*\n***************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/windows/gldirect/gld_driver.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/windows/gldirect/gldlame8.c]=( typeset -a comments=( $'***************************************************************************\n*\n* Mesa 3-D graphics library\n* Direct3D Driver Interface\n*\n* ========================================================================\n*\n* Copyright (C) 1991-2004 SciTech Software, Inc. All rights reserved.\n*\n* Permission is hereby granted, free of charge, to any person obtaining a\n* copy of this software and associated documentation files (the "Software"),\n* to deal in the Software without restriction, including without limitation\n* the rights to use, copy, modify, merge, publish, distribute, sublicense,\n* and/or sell copies of the Software, and to permit persons to whom the\n* Software is furnished to do so, subject to the following conditions:\n*\n* The above copyright notice and this permission notice shall be included\n* in all copies or substantial portions of the Software.\n*\n* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n* SCITECH SOFTWARE INC BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n* OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n* SOFTWARE.\n*\n* ======================================================================\n*\n* Language: ANSI C\n* Environment: Windows 9x (Win32)\n*\n* Description: GLDirect utility for determining lame boards/drivers.\n*\n***************************************************************************' $'\nAck. Broken out from gldlame.c because of broken D3D headers. KeithH\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/windows/gldirect/gldlame8.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/windows/gldirect/pixpack.h]=( typeset -a comments=( $'***************************************************************************\n*\n* Mesa 3-D graphics library\n* Direct3D Driver Interface\n*\n* ========================================================================\n*\n* Copyright (C) 1991-2004 SciTech Software, Inc. All rights reserved.\n*\n* Permission is hereby granted, free of charge, to any person obtaining a\n* copy of this software and associated documentation files (the "Software"),\n* to deal in the Software without restriction, including without limitation\n* the rights to use, copy, modify, merge, publish, distribute, sublicense,\n* and/or sell copies of the Software, and to permit persons to whom the\n* Software is furnished to do so, subject to the following conditions:\n*\n* The above copyright notice and this permission notice shall be included\n* in all copies or substantial portions of the Software.\n*\n* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n* SCITECH SOFTWARE INC BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n* OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n* SOFTWARE.\n*\n* ======================================================================\n*\n* Language: ANSI C\n* Environment: Windows 9x (Win32)\n*\n* Description: Pixel packing functions.\n*\n***************************************************************************' '---------------------- Macros and type definitions ----------------------' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/windows/gldirect/pixpack.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/windows/icd/icd.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.1\n *\n * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * File name: icd.c\n * Author: Gregor Anich\n *\n * ICD (Installable Client Driver) interface.\n * Based on the windows GDI/WGL driver.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/windows/icd/icd.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/windows/icd/icdlist.h]=( typeset -a comments=( ' 0 ' ' 1 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/windows/icd/icdlist.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/x11/fakeglx.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * This is an emulation of the GLX API which allows Mesa/GLX-based programs\n * to run on X servers which do not have the real GLX extension.\n *\n * Thanks to the contributors:\n *\n * Initial version: Philip Brown (phil@bolthole.com)\n * Better glXGetConfig() support: Armin Liebchen (liebchen@asylum.cs.utah.edu)\n * Further visual-handling refinements: Wolfram Gloger\n * (wmglo@Dent.MED.Uni-Muenchen.DE).\n *\n * Notes:\n * Don\'t be fooled, stereo isn\'t supported yet.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/x11/fakeglx.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/x11/glxapi.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n * \n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * This is the GLX API dispatcher. Calls to the glX* functions are\n * either routed to the real GLX encoders or to Mesa\'s pseudo-GLX functions.\n * See the glxapi.h file for more details.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/x11/glxapi.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/x11/glxapi.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.3\n * \n * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $' The GLX API dispatcher (i.e. this code) is being built into stand-alone\n * Mesa. We don\'t know anything about XFree86 or real GLX so we define a\n * minimal __GLXContextRec here so some of the functions in this file can\n * work properly.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/x11/glxapi.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/x11/glxheader.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n * \n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' was SHM ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/x11/glxheader.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/x11/realglx.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 5.1\n * \n * Copyright (C) 1999-2002 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $' be sure our dispatch table size <= libGL\'s table ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/x11/realglx.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/x11/realglx.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.5\n * \n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Basically just need these to prevent compiler warnings.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/x11/realglx.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/x11/xfonts.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2000 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $' xfonts.c -- glXUseXFont() for Mesa written by\n * Copyright (C) 1995 Thorsten.Ohl @ Physik.TH-Darmstadt.de\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/x11/xfonts.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/x11/xfonts.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2000 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/x11/xfonts.h ) [unpack/Mesa-6.5.2/src/mesa/drivers/x11/xm_api.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file xm_api.c\n *\n * All the XMesa* API functions.\n *\n *\n * NOTES:\n *\n * The window coordinate system origin (0,0) is in the lower-left corner\n * of the window. X11\'s window coordinate origin is in the upper-left\n * corner of the window. Therefore, most drawing functions in this\n * file have to flip Y coordinates.\n *\n * Define USE_XSHM in the Makefile with -DUSE_XSHM if you want to compile\n * in support for the MIT Shared Memory extension. If enabled, when you\n * use an Ximage for the back buffer in double buffered mode, the "swap"\n * operation will be faster. You must also link with -lXext.\n *\n * Byte swapping: If the Mesa host and the X display use a different\n * byte order then there\'s some trickiness to be aware of when using\n * XImages. The byte ordering used for the XImage is that of the X\n * display, not the Mesa host.\n * The color-to-pixel encoding for True/DirectColor must be done\n * according to the display\'s visual red_mask, green_mask, and blue_mask.\n * If XPutPixel is used to put a pixel into an XImage then XPutPixel will\n * do byte swapping if needed. If one wants to directly "poke" the pixel\n * into the XImage\'s buffer then the pixel must be byte swapped first. In\n * Mesa, when byte swapping is needed we use the PF_TRUECOLOR pixel format\n * and use XPutPixel everywhere except in the implementation of\n * glClear(GL_COLOR_BUFFER_BIT). We want this function to be fast so\n * instead of using XPutPixel we "poke" our values after byte-swapping\n * the clear pixel value if needed.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/x11/xm_api.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/x11/xm_buffer.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file xm_buffer.h\n * Framebuffer and renderbuffer-related functions.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/x11/xm_buffer.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/x11/xm_dd.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file xm_dd.h\n * General device driver functions for Xlib driver.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/x11/xm_dd.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/x11/xm_line.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * This file contains "accelerated" point, line, and triangle functions.\n * It should be fairly easy to write new special-purpose point, line or\n * triangle functions and hook them into this module.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/x11/xm_line.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/x11/xm_span.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.3\n *\n * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * The following functions are used to trap XGetImage() calls which\n * generate BadMatch errors if the drawable isn\'t mapped.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/x11/xm_span.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/x11/xm_tri.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * This file contains "accelerated" triangle functions. It should be\n * fairly easy to write new special-purpose triangle functions and hook\n * them into this module.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/x11/xm_tri.c ) [unpack/Mesa-6.5.2/src/mesa/drivers/x11/xmesaP.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' for PF_8R8G8B24 pixel format ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/drivers/x11/xmesaP.h ) [unpack/Mesa-6.5.2/src/mesa/glapi/dispatch.h]=( typeset -a comments=( ' DO NOT EDIT - This file generated automatically by gl_table.py (from Mesa) script ' $'\n * (C) Copyright IBM Corporation 2005\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * IBM,\n * AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/glapi/dispatch.h ) [unpack/Mesa-6.5.2/src/mesa/glapi/glapi.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * This file manages the OpenGL API dispatch layer.\n * The dispatch table (struct _glapi_table) is basically just a list\n * of function pointers.\n * There are functions to set/get the current dispatch table for the\n * current thread and to manage registration/dispatch of dynamically\n * added extension functions.\n *\n * It\'s intended that this file and the other glapi*.[ch] files are\n * flexible enough to be reused in several places: XFree86, DRI-\n * based libGL.so, and perhaps the SGI SI.\n *\n * NOTE: There are no dependencies on Mesa in this code.\n *\n * Versions (API changes):\n * 2000/02/23 - original version for Mesa 3.3 and XFree86 4.0\n * 2001/01/16 - added dispatch override feature for Mesa 3.5\n * 2002/06/28 - added _glapi_set_warning_func(), Mesa 4.1.\n * 2002/10/01 - _glapi_get_proc_address() will now generate new entrypoints\n * itself (using offset ~0). _glapi_add_entrypoint() can be\n * called afterward and it\'ll fill in the correct dispatch\n * offset. This allows DRI libGL to avoid probing for DRI\n * drivers! No changes to the public glapi interface.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/glapi/glapi.c ) [unpack/Mesa-6.5.2/src/mesa/glapi/glapi.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\mainpage Mesa GL API Module\n *\n * \\section GLAPIIntroduction Introduction\n *\n * The Mesa GL API module is responsible for dispatching all the\n * gl*() functions. All GL functions are dispatched by jumping through\n * the current dispatch table (basically a struct full of function\n * pointers.)\n *\n * A per-thread current dispatch table and per-thread current context\n * pointer are managed by this module too.\n *\n * This module is intended to be non-Mesa-specific so it can be used\n * with the X/DRI libGL also.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/glapi/glapi.h ) [unpack/Mesa-6.5.2/src/mesa/glapi/glapioffsets.h]=( typeset -a comments=( ' DO NOT EDIT - This file generated automatically by gl_offsets.py (from Mesa) script ' $'\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n * (C) Copyright IBM Corporation 2004\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL, IBM,\n * AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/glapi/glapioffsets.h ) [unpack/Mesa-6.5.2/src/mesa/glapi/glapitable.h]=( typeset -a comments=( ' DO NOT EDIT - This file generated automatically by gl_table.py (from Mesa) script ' $'\n * Copyright (C) 1999-2003 Brian Paul All Rights Reserved.\n * (C) Copyright IBM Corporation 2004\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL, IBM,\n * AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/glapi/glapitable.h ) [unpack/Mesa-6.5.2/src/mesa/glapi/glapitemp.h]=( typeset -a comments=( ' DO NOT EDIT - This file generated automatically by gl_apitemp.py (from Mesa) script ' $'\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n * (C) Copyright IBM Corporation 2004\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL, IBM,\n * AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/glapi/glapitemp.h ) [unpack/Mesa-6.5.2/src/mesa/glapi/glprocs.h]=( typeset -a comments=( ' DO NOT EDIT - This file generated automatically by gl_procs.py (from Mesa) script ' $'\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n * (C) Copyright IBM Corporation 2004, 2006\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL, IBM,\n * AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/glapi/glprocs.h ) [unpack/Mesa-6.5.2/src/mesa/glapi/glthread.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * XXX There\'s probably some work to do in order to make this file\n * truly reusable outside of Mesa. First, the glheader.h include must go.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/glapi/glthread.c ) [unpack/Mesa-6.5.2/src/mesa/glapi/glthread.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Thread support for gl dispatch.\n *\n * Initial version by John Stone (j.stone@acm.org) (johns@cs.umr.edu)\n * and Christoph Poliwoda (poliwoda@volumegraphics.com)\n * Revised by Keith Whitwell\n * Adapted for new gl dispatcher by Brian Paul\n *\n *\n *\n * DOCUMENTATION\n *\n * This thread module exports the following types:\n * _glthread_TSD Thread-specific data area\n * _glthread_Thread Thread datatype\n * _glthread_Mutex Mutual exclusion lock\n *\n * Macros:\n * _glthread_DECLARE_STATIC_MUTEX(name) Declare a non-local mutex\n * _glthread_INIT_MUTEX(name) Initialize a mutex\n * _glthread_LOCK_MUTEX(name) Lock a mutex\n * _glthread_UNLOCK_MUTEX(name) Unlock a mutex\n *\n * Functions:\n * _glthread_GetID(v) Get integer thread ID\n * _glthread_InitTSD() Initialize thread-specific data\n * _glthread_GetTSD() Get thread-specific data\n * _glthread_SetTSD() Set thread-specific data\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/glapi/glthread.h ) [unpack/Mesa-6.5.2/src/mesa/main/accum.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' OK ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/accum.c ) [unpack/Mesa-6.5.2/src/mesa/main/accum.h]=( typeset -a comments=( $'*\n * \\file accum.h\n * Accumulation buffer operations.\n * \n * \\if subset\n * (No-op)\n *\n * \\endif\n ' $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/accum.h ) [unpack/Mesa-6.5.2/src/mesa/main/api_arrayelt.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $' Author:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/api_arrayelt.c ) [unpack/Mesa-6.5.2/src/mesa/main/api_arrayelt.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $' May optionally be called before a batch of element calls:\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/api_arrayelt.h ) [unpack/Mesa-6.5.2/src/mesa/main/api_eval.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/api_eval.h ) [unpack/Mesa-6.5.2/src/mesa/main/api_loopback.c]=( typeset -a comments=( $'*\n * \\file api_loopback.c\n *\n * \\author Keith Whitwell \n ' $'\n * Mesa 3-D graphics library\n * Version: 6.3\n *\n * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/api_loopback.c ) [unpack/Mesa-6.5.2/src/mesa/main/api_loopback.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/api_loopback.h ) [unpack/Mesa-6.5.2/src/mesa/main/api_noop.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file\n * Just update the ctx->Current vertex attributes.\n * These functions are used when outside glBegin/glEnd or outside display\n * lists.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/api_noop.c ) [unpack/Mesa-6.5.2/src/mesa/main/api_noop.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/api_noop.h ) [unpack/Mesa-6.5.2/src/mesa/main/api_validate.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.1\n *\n * Copyright (C) 1999-2003 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' Always need vertex positions ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/api_validate.c ) [unpack/Mesa-6.5.2/src/mesa/main/api_validate.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/api_validate.h ) [unpack/Mesa-6.5.2/src/mesa/main/arrayobj.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.\n * (C) Copyright IBM Corporation 2006\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL OR IBM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' $'*\n * \\file arrayobj.c\n * Functions for the GL_APPLE_vertex_array_object extension.\n *\n * \\todo\n * The code in this file borrows a lot from bufferobj.c. There\'s a certain\n * amount of cruft left over from that origin that may be unnecessary.\n *\n * \\author Ian Romanick \n * \\author Brian Paul\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/arrayobj.c ) [unpack/Mesa-6.5.2/src/mesa/main/arrayobj.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.\n * (C) Copyright IBM Corporation 2006\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL OR IBM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' $'*\n * \\file arrayobj.h\n * Functions for the GL_APPLE_vertex_array_object extension.\n *\n * \\author Ian Romanick \n * \\author Brian Paul\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/arrayobj.h ) [unpack/Mesa-6.5.2/src/mesa/main/attrib.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * Allocate a new attribute state node. These nodes have a\n * "kind" value and a pointer to a struct of state data.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/attrib.c ) [unpack/Mesa-6.5.2/src/mesa/main/attrib.h]=( typeset -a comments=( $'*\n * \\file attrib.h\n * Attribute stacks.\n * \n * \\if subset\n * (No-op)\n *\n * \\endif\n ' $'\n * Mesa 3-D graphics library\n * Version: 5.1\n *\n * Copyright (C) 1999-2003 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/attrib.h ) [unpack/Mesa-6.5.2/src/mesa/main/bitset.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file bitset.h\n * \\brief Bitset of arbitrary size definitions.\n * \\author Michal Krol\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/bitset.h ) [unpack/Mesa-6.5.2/src/mesa/main/blend.c]=( typeset -a comments=( $'*\n * \\file blend.c\n * Blending operations.\n ' $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/blend.c ) [unpack/Mesa-6.5.2/src/mesa/main/blend.h]=( typeset -a comments=( $'*\n * \\file blend.h\n * Blending functions operations.\n ' $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/blend.h ) [unpack/Mesa-6.5.2/src/mesa/main/bufferobj.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file bufferobj.c\n * \\brief Functions for the GL_ARB_vertex_buffer_object extension.\n * \\author Brian Paul, Ian Romanick\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/bufferobj.c ) [unpack/Mesa-6.5.2/src/mesa/main/bufferobj.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.3\n *\n * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Internal functions\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/bufferobj.h ) [unpack/Mesa-6.5.2/src/mesa/main/buffers.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file buffers.c\n * General framebuffer-related functions, like glClear, glScissor, etc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/buffers.c ) [unpack/Mesa-6.5.2/src/mesa/main/buffers.h]=( typeset -a comments=( $'*\n * \\file buffers.h\n * Frame buffer management functions declarations.\n ' $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/buffers.h ) [unpack/Mesa-6.5.2/src/mesa/main/clip.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.3\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' '********************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/clip.c ) [unpack/Mesa-6.5.2/src/mesa/main/clip.h]=( typeset -a comments=( $'*\n * \\file clip.h\n ' $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/clip.h ) [unpack/Mesa-6.5.2/src/mesa/main/colormac.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.1\n *\n * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file colormac.h\n * Color-related macros\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/colormac.h ) [unpack/Mesa-6.5.2/src/mesa/main/colortab.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * Given an internalFormat token passed to glColorTable,\n * return the corresponding base format.\n * Return -1 if invalid token.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/colortab.c ) [unpack/Mesa-6.5.2/src/mesa/main/colortab.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' '* No-op ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/colortab.h ) [unpack/Mesa-6.5.2/src/mesa/main/config.h]=( typeset -a comments=( $'*\n * \\file config.h\n * Tunable configuration parameters.\n ' $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/config.h ) [unpack/Mesa-6.5.2/src/mesa/main/context.c]=( typeset -a comments=( $'*\n * \\file context.c\n * Mesa context/visual/framebuffer management functions.\n * \\author Brian Paul\n ' $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/context.c ) [unpack/Mesa-6.5.2/src/mesa/main/context.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file context.h\n * Mesa context and visual-related functions.\n *\n * There are three large Mesa data types/classes which are meant to be\n * used by device drivers:\n * - GLcontext: this contains the Mesa rendering state\n * - GLvisual: this describes the color buffer (RGB vs. ci), whether or not\n * there\'s a depth buffer, stencil buffer, etc.\n * - GLframebuffer: contains pointers to the depth buffer, stencil buffer,\n * accum buffer and alpha buffers.\n *\n * These types should be encapsulated by corresponding device driver\n * data types. See xmesa.h and xmesaP.h for an example.\n *\n * In OOP terms, GLcontext, GLvisual, and GLframebuffer are base classes\n * which the device driver must derive from.\n *\n * The following functions create and destroy these data types.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/context.h ) [unpack/Mesa-6.5.2/src/mesa/main/convolve.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Image convolution functions.\n *\n * Notes: filter kernel elements are indexed by and as in\n * the GL spec.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/convolve.c ) [unpack/Mesa-6.5.2/src/mesa/main/convolve.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/convolve.h ) [unpack/Mesa-6.5.2/src/mesa/main/dd.h]=( typeset -a comments=( $'*\n * \\file dd.h\n * Device driver interfaces.\n ' $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/dd.h ) [unpack/Mesa-6.5.2/src/mesa/main/debug.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * Primitive names\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/debug.c ) [unpack/Mesa-6.5.2/src/mesa/main/debug.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.1\n *\n * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file debug.h\n * Debugging functions.\n * \n * \\if subset\n * (No-op)\n *\n * \\endif\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/debug.h ) [unpack/Mesa-6.5.2/src/mesa/main/depth.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' '********************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/depth.c ) [unpack/Mesa-6.5.2/src/mesa/main/depth.h]=( typeset -a comments=( $'*\n * \\file depth.h\n * Depth buffer operations.\n ' $'\n * Mesa 3-D graphics library\n * Version: 6.3\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/depth.h ) [unpack/Mesa-6.5.2/src/mesa/main/depthstencil.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * Adaptor/wrappers for GL_DEPTH_STENCIL renderbuffers.\n *\n * The problem with a GL_DEPTH_STENCIL renderbuffer is that sometimes we\n * want to treat it as a stencil buffer, other times we want to treat it\n * as a depth/z buffer and still other times when we want to treat it as\n * a combined Z+stencil buffer! That implies we need three different sets\n * of Get/Put functions.\n *\n * We solve this by wrapping the Z24_S8 renderbuffer with depth and stencil\n * adaptors, each with the right kind of depth/stencil Get/Put functions.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/depthstencil.c ) [unpack/Mesa-6.5.2/src/mesa/main/depthstencil.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' DEPTHSTENCIL_H ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/depthstencil.h ) [unpack/Mesa-6.5.2/src/mesa/main/dispatch.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.3\n *\n * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file dispatch.c\n *\n * This file generates all the gl* function entrypoints. This code is not\n * used if optimized assembly stubs are available (e.g., using x86/glapi_x86.S\n * on IA32 or sparc/glapi_sparc.S on SPARC).\n *\n * \\note\n * This file is also used to build the client-side libGL that loads DRI-based\n * device drivers. At build-time it is symlinked to src/glx/x11.\n *\n * \\author Brian Paul \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/dispatch.c ) [unpack/Mesa-6.5.2/src/mesa/main/dlist.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file dlist.c\n * Display lists management functions.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/dlist.c ) [unpack/Mesa-6.5.2/src/mesa/main/dlist.h]=( typeset -a comments=( $'*\n * \\file dlist.h\n * Display lists management.\n ' $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/dlist.h ) [unpack/Mesa-6.5.2/src/mesa/main/drawpix.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * Do error checking of the format/type parameters to glReadPixels and\n * glDrawPixels.\n * \\param drawing if GL_TRUE do checking for DrawPixels, else do checking\n * for ReadPixels.\n * \\return GL_TRUE if error detected, GL_FALSE if no errors\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/drawpix.c ) [unpack/Mesa-6.5.2/src/mesa/main/drawpix.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/drawpix.h ) [unpack/Mesa-6.5.2/src/mesa/main/enable.c]=( typeset -a comments=( $'*\n * \\file enable.c\n * Enable/disable/query GL capabilities.\n ' $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/enable.c ) [unpack/Mesa-6.5.2/src/mesa/main/enable.h]=( typeset -a comments=( $'*\n * \\file enable.h\n * Enable/disable/query GL capabilities.\n ' $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/enable.h ) [unpack/Mesa-6.5.2/src/mesa/main/enums.c]=( typeset -a comments=( ' DO NOT EDIT - This file generated automatically by gl_enums.py (from Mesa) script ' $'\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL,\n * AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/enums.c ) [unpack/Mesa-6.5.2/src/mesa/main/enums.h]=( typeset -a comments=( $'*\n * \\file enums.h\n * Enumeration name/number lookup functions.\n * \n * \\if subset\n * (No-op)\n *\n * \\endif\n ' $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/enums.h ) [unpack/Mesa-6.5.2/src/mesa/main/eval.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 5.1\n *\n * Copyright (C) 1999-2003 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * eval.c was written by\n * Bernd Barsuhn (bdbarsuh@cip.informatik.uni-erlangen.de) and\n * Volker Weiss (vrweiss@cip.informatik.uni-erlangen.de).\n *\n * My original implementation of evaluators was simplistic and didn\'t\n * compute surface normal vectors properly. Bernd and Volker applied\n * used more sophisticated methods to get better results.\n *\n * Thanks guys!\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/eval.c ) [unpack/Mesa-6.5.2/src/mesa/main/eval.h]=( typeset -a comments=( $'*\n * \\file eval.h\n * Eval operations.\n * \n * \\if subset\n * (No-op)\n *\n * \\endif\n ' $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/eval.h ) [unpack/Mesa-6.5.2/src/mesa/main/execmem.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file exemem.c\n * Functions for allocating executable memory.\n *\n * \\author Keith Whitwell\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/execmem.c ) [unpack/Mesa-6.5.2/src/mesa/main/extensions.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Note: The GL_MESAX_* extensions are placeholders for future ARB extensions.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/extensions.c ) [unpack/Mesa-6.5.2/src/mesa/main/extensions.h]=( typeset -a comments=( $'*\n * \\file extensions.h\n * Extension handling.\n * \n * \\if subset\n * (No-op)\n *\n * \\endif\n ' $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/extensions.h ) [unpack/Mesa-6.5.2/src/mesa/main/fbobject.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Authors:\n * Brian Paul\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/fbobject.c ) [unpack/Mesa-6.5.2/src/mesa/main/fbobject.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' FBOBJECT_H ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/fbobject.h ) [unpack/Mesa-6.5.2/src/mesa/main/feedback.c]=( typeset -a comments=( $'*\n * \\file feedback.c\n * Selection and feedback modes functions.\n ' $'\n * Mesa 3-D graphics library\n * Version: 5.1\n *\n * Copyright (C) 1999-2003 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/feedback.c ) [unpack/Mesa-6.5.2/src/mesa/main/feedback.h]=( typeset -a comments=( $'*\n * \\file feedback.h\n * Selection and feedback modes functions.\n ' $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/feedback.h ) [unpack/Mesa-6.5.2/src/mesa/main/fog.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 5.1\n *\n * Copyright (C) 1999-2003 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' Error will be caught later in _mesa_Fogfv ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/fog.c ) [unpack/Mesa-6.5.2/src/mesa/main/fog.h]=( typeset -a comments=( $'*\n * \\file fog.h\n * Fog operations.\n * \n * \\if subset\n * (No-op)\n *\n * \\endif\n ' $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/fog.h ) [unpack/Mesa-6.5.2/src/mesa/main/framebuffer.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * Functions for allocating/managing framebuffers and renderbuffers.\n * Also, routines for reading/writing renderbuffer data as ubytes,\n * ushorts, uints, etc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/framebuffer.c ) [unpack/Mesa-6.5.2/src/mesa/main/framebuffer.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' FRAMEBUFFER_H ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/framebuffer.h ) [unpack/Mesa-6.5.2/src/mesa/main/get.c]=( typeset -a comments=( $'**\n *** NOTE!!! DO NOT EDIT THIS FILE!!! IT IS GENERATED BY get_gen.py\n **' $'\n * Check if named extension is enabled, if not generate error and return.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/get.c ) [unpack/Mesa-6.5.2/src/mesa/main/get.h]=( typeset -a comments=( $'*\n * \\file get.h\n * State query functions.\n ' $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/get.h ) [unpack/Mesa-6.5.2/src/mesa/main/getstring.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * Query string-valued state. The return value should _not_ be freed by\n * the caller.\n *\n * \\param name the state variable to query.\n *\n * \\sa glGetString().\n *\n * Tries to get the string from dd_function_table::GetString, otherwise returns\n * the hardcoded strings.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/getstring.c ) [unpack/Mesa-6.5.2/src/mesa/main/glheader.h]=( typeset -a comments=( $'*\n * \\file glheader.h\n * Top-most include file.\n *\n * This is the top-most include file of the Mesa sources.\n * It includes gl.h and all system headers which are needed.\n * Other Mesa source files should \\e not directly include any system\n * headers. This allows Mesa to be integrated into XFree86 and\n * allows system-dependent hacks/workarounds to be collected in one place.\n *\n * \\note Actually, a lot of system-dependent stuff is now in imports.[ch].\n *\n * If you touch this file, everything gets recompiled!\n *\n * This file should be included before any other header in the .c files.\n *\n * Put compiler/OS/assembly pragmas and macros here to avoid\n * cluttering other source files.\n ' $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/glheader.h ) [unpack/Mesa-6.5.2/src/mesa/main/hash.c]=( typeset -a comments=( $'*\n * \\file hash.c\n * Generic hash table. \n *\n * Used for display lists, texture objects, vertex/fragment programs,\n * buffer objects, etc. The hash functions are thread-safe.\n * \n * \\note key=0 is illegal.\n *\n * \\author Brian Paul\n ' $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/hash.c ) [unpack/Mesa-6.5.2/src/mesa/main/hash.h]=( typeset -a comments=( $'*\n * \\file hash.h\n * Generic hash table. \n ' $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/hash.h ) [unpack/Mesa-6.5.2/src/mesa/main/hint.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 4.1\n *\n * Copyright (C) 1999-2002 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' GL_EXT_clip_volume_hint ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/hint.c ) [unpack/Mesa-6.5.2/src/mesa/main/hint.h]=( typeset -a comments=( $'*\n * \\file hint.h\n * Hints operations.\n * \n * \\if subset\n * (No-op)\n *\n * \\endif\n ' $'\n * Mesa 3-D graphics library\n * Version: 4.1\n *\n * Copyright (C) 1999-2002 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/hint.h ) [unpack/Mesa-6.5.2/src/mesa/main/histogram.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.3\n *\n * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*********************************************************************\n * Internal functions\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/histogram.c ) [unpack/Mesa-6.5.2/src/mesa/main/histogram.h]=( typeset -a comments=( $'*\n * \\file histogram.h\n * Histogram.\n * \n * \\if subset\n * (No-op)\n *\n * \\endif\n ' $'\n * Mesa 3-D graphics library\n * Version: 5.1\n *\n * Copyright (C) 1999-2003 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/histogram.h ) [unpack/Mesa-6.5.2/src/mesa/main/image.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file image.c\n * Image handling.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/image.c ) [unpack/Mesa-6.5.2/src/mesa/main/image.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/image.h ) [unpack/Mesa-6.5.2/src/mesa/main/imports.c]=( typeset -a comments=( $'*\n * \\file imports.c\n * Standard C library function wrappers.\n * \n * Imports are services which the device driver or window system or\n * operating system provides to the core renderer. The core renderer (Mesa)\n * will call these functions in order to do memory allocation, simple I/O,\n * etc.\n *\n * Some drivers will want to override/replace this file with something\n * specialized, but that\'ll be rare.\n *\n * Eventually, I want to move roll the glheader.h file into this.\n *\n * The OpenGL SI\'s __GLimports structure allows per-context specification of\n * replacements for the standard C lib functions. In practice that\'s probably\n * never needed; compile-time replacements are far more likely.\n *\n * The _mesa_*() functions defined here don\'t in general take a context\n * parameter. I guess we can change that someday, if need be.\n * So for now, the __GLimports stuff really isn\'t used.\n *\n * \\todo Functions still needed:\n * - scanf\n * - qsort\n * - rand and RAND_MAX\n *\n * \\note When compiled into a XFree86 module these functions wrap around\n * XFree86 own wrappers.\n ' $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/imports.c ) [unpack/Mesa-6.5.2/src/mesa/main/imports.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file imports.h\n * Standard C library function wrappers.\n *\n * This file provides wrappers for all the standard C library functions\n * like malloc(), free(), printf(), getenv(), etc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/imports.h ) [unpack/Mesa-6.5.2/src/mesa/main/light.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * Helper function called by _mesa_Lightfv and _mesa_PopAttrib to set\n * per-light state.\n * For GL_POSITION and GL_SPOT_DIRECTION the params position/direction\n * will have already been transformed by the modelview matrix!\n * Also, all error checking should have already been done.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/light.c ) [unpack/Mesa-6.5.2/src/mesa/main/light.h]=( typeset -a comments=( $'*\n * \\file light.h\n * Lighting.\n ' $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/light.h ) [unpack/Mesa-6.5.2/src/mesa/main/lines.c]=( typeset -a comments=( $'*\n * \\file lines.c\n * Line operations.\n ' $'\n * Mesa 3-D graphics library\n * Version: 5.1\n *\n * Copyright (C) 1999-2003 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/lines.c ) [unpack/Mesa-6.5.2/src/mesa/main/lines.h]=( typeset -a comments=( $'*\n * \\file lines.h\n * Line operations.\n ' $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/lines.h ) [unpack/Mesa-6.5.2/src/mesa/main/macros.h]=( typeset -a comments=( $'*\n * \\file macros.h\n * A collection of useful macros.\n ' $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/macros.h ) [unpack/Mesa-6.5.2/src/mesa/main/matrix.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.3\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file matrix.c\n * Matrix operations.\n *\n * \\note\n * -# 4x4 transformation matrices are stored in memory in column major order.\n * -# Points/vertices are to be thought of as column vectors.\n * -# Transformation of a point p by a matrix M is: p\' = M * p\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/matrix.c ) [unpack/Mesa-6.5.2/src/mesa/main/matrix.h]=( typeset -a comments=( $'*\n * \\file matrix.h\n * Matrix operations.\n ' $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/matrix.h ) [unpack/Mesa-6.5.2/src/mesa/main/mipmap.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file mipmap.c mipmap generation and teximage resizing functions.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/mipmap.c ) [unpack/Mesa-6.5.2/src/mesa/main/mipmap.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' MIPMAP_H ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/mipmap.h ) [unpack/Mesa-6.5.2/src/mesa/main/mm.c]=( typeset -a comments=( $'\n * GLX Hardware Device Driver common code\n * Copyright (C) 1999 Wittawat Yamwong\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * WITTAWAT YAMWONG, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM, \n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR \n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE \n * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n ' ' break left [p, newblock, p->next], then p = newblock ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/mm.c ) [unpack/Mesa-6.5.2/src/mesa/main/mm.h]=( typeset -a comments=( $'\n * GLX Hardware Device Driver common code\n * Copyright (C) 1999 Wittawat Yamwong\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * KEITH WHITWELL, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM, \n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR \n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE \n * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * Memory manager code. Primarily used by device drivers to manage texture\n * heaps, etc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/mm.h ) [unpack/Mesa-6.5.2/src/mesa/main/mtypes.h]=( typeset -a comments=( $'*\n * \\file mtypes.h\n * Main Mesa data structures.\n *\n * Please try to mark derived values with a leading underscore (\'_\').\n ' $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/mtypes.h ) [unpack/Mesa-6.5.2/src/mesa/main/occlude.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * Allocate a new query object. This is a fallback routine called via\n * ctx->Driver.NewQueryObject().\n * \\param ctx - rendering context\n * \\param id - the new object\'s ID\n * \\return pointer to new query_object object or NULL if out of memory.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/occlude.c ) [unpack/Mesa-6.5.2/src/mesa/main/occlude.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' OCCLUDE_H ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/occlude.h ) [unpack/Mesa-6.5.2/src/mesa/main/pixel.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' '********************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/pixel.c ) [unpack/Mesa-6.5.2/src/mesa/main/pixel.h]=( typeset -a comments=( $'*\n * \\file pixel.h\n * Pixel operations.\n ' $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/pixel.h ) [unpack/Mesa-6.5.2/src/mesa/main/points.c]=( typeset -a comments=( $'*\n * \\file points.c\n * Point operations.\n ' $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/points.c ) [unpack/Mesa-6.5.2/src/mesa/main/points.h]=( typeset -a comments=( $'*\n * \\file points.h\n * Point operations.\n ' $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/points.h ) [unpack/Mesa-6.5.2/src/mesa/main/polygon.c]=( typeset -a comments=( $'*\n * \\file polygon.c\n * Polygon operations.\n ' $'\n * Mesa 3-D graphics library\n * Version: 6.3\n *\n * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/polygon.c ) [unpack/Mesa-6.5.2/src/mesa/main/polygon.h]=( typeset -a comments=( $'*\n * \\file polygon.h\n * Polygon operations.\n ' $'\n * Mesa 3-D graphics library\n * Version: 6.3\n *\n * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/polygon.h ) [unpack/Mesa-6.5.2/src/mesa/main/rastpos.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.3\n *\n * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file rastpos.c\n * Raster position operations.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/rastpos.c ) [unpack/Mesa-6.5.2/src/mesa/main/rastpos.h]=( typeset -a comments=( $'*\n * \\file rastpos.h\n * Raster position operations.\n ' $'\n * Mesa 3-D graphics library\n * Version: 4.1\n *\n * Copyright (C) 1999-2002 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/rastpos.h ) [unpack/Mesa-6.5.2/src/mesa/main/rbadaptors.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * Renderbuffer adaptors.\n * These fuctions are used to convert rendering from core Mesa\'s GLchan\n * colors to 8 or 16-bit color channels in RGBA renderbuffers.\n * This means Mesa can be compiled for 16 or 32-bit color processing\n * and still render into 8 and 16-bit/channel renderbuffers.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/rbadaptors.c ) [unpack/Mesa-6.5.2/src/mesa/main/rbadaptors.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' RBADAPTORS_H ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/rbadaptors.h ) [unpack/Mesa-6.5.2/src/mesa/main/renderbuffer.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * Functions for allocating/managing renderbuffers.\n * Also, routines for reading/writing software-based renderbuffer data as\n * ubytes, ushorts, uints, etc.\n *\n * The \'alpha8\' renderbuffer is interesting. It\'s used to add a software-based\n * alpha channel to RGB renderbuffers. This is done by wrapping the RGB\n * renderbuffer with the alpha renderbuffer. We can do this because of the\n * OO-nature of renderbuffers.\n *\n * Down the road we\'ll use this for run-time support of 8, 16 and 32-bit\n * color channels. For example, Mesa may use 32-bit/float color channels\n * internally (swrast) and use wrapper renderbuffers to convert 32-bit\n * values down to 16 or 8-bit values for whatever kind of framebuffer we have.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/renderbuffer.c ) [unpack/Mesa-6.5.2/src/mesa/main/renderbuffer.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' RENDERBUFFER_H ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/renderbuffer.h ) [unpack/Mesa-6.5.2/src/mesa/main/simple_list.h]=( typeset -a comments=( $'*\n * \\file simple_list.h\n * Simple macros for type-safe, intrusive lists.\n *\n * Intended to work with a list sentinal which is created as an empty\n * list. Insert & delete are O(1).\n * \n * \\author\n * (C) 1997, Keith Whitwell\n ' $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/simple_list.h ) [unpack/Mesa-6.5.2/src/mesa/main/state.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file state.c\n * State management.\n * \n * This file manages recalculation of derived values in the __GLcontextRec.\n * Also, this is where we initialize the API dispatch table.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/state.c ) [unpack/Mesa-6.5.2/src/mesa/main/state.h]=( typeset -a comments=( $'*\n * \\file state.h\n * State management.\n ' $'\n * Mesa 3-D graphics library\n * Version: 6.3\n *\n * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/state.h ) [unpack/Mesa-6.5.2/src/mesa/main/stencil.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file stencil.c\n * Stencil operations.\n *\n * Note: There\'s an incompatibility between GL_EXT_stencil_two_side and\n * OpenGL 2.0\'s two-sided stencil feature.\n *\n * With GL_EXT_stencil_two_side, calling glStencilOp/Func/Mask() only the\n * front OR back face state (as set by glActiveStencilFaceEXT) is set.\n *\n * But with OpenGL 2.0, calling glStencilOp/Func/Mask() sets BOTH the\n * front AND back state.\n *\n * So either we advertise the GL_EXT_stencil_two_side extension, or OpenGL\n * 2.0, but not both.\n *\n * Also, note that GL_ATI_separate_stencil is different as well:\n * glStencilFuncSeparateATI(GLenum frontfunc, GLenum backfunc, ...) vs.\n * glStencilFuncSeparate(GLenum face, GLenum func, ...).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/stencil.c ) [unpack/Mesa-6.5.2/src/mesa/main/stencil.h]=( typeset -a comments=( $'*\n * \\file stencil.h\n * Stencil operations.\n ' $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/stencil.h ) [unpack/Mesa-6.5.2/src/mesa/main/texcompress.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file texcompress.c\n * Helper functions for texture compression.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/texcompress.c ) [unpack/Mesa-6.5.2/src/mesa/main/texcompress.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' _HAVE_FULL_GL ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/texcompress.h ) [unpack/Mesa-6.5.2/src/mesa/main/texcompress_fxt1.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file texcompress_fxt1.c\n * GL_EXT_texture_compression_fxt1 support.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/texcompress_fxt1.c ) [unpack/Mesa-6.5.2/src/mesa/main/texcompress_s3tc.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file texcompress_s3tc.c\n * GL_EXT_texture_compression_s3tc support.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/texcompress_s3tc.c ) [unpack/Mesa-6.5.2/src/mesa/main/texenvprogram.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $'*\n * According to Glean\'s texCombine test, no more than 21 instructions\n * are needed. Allow a few extra just in case.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/texenvprogram.c ) [unpack/Mesa-6.5.2/src/mesa/main/texenvprogram.h]=( typeset -a comments=( $'*\n * \\file texenvprogram.h\n * Texture state management.\n ' $'\n * Mesa 3-D graphics library\n * Version: 5.1\n *\n * Copyright (C) 1999-2002 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/texenvprogram.h ) [unpack/Mesa-6.5.2/src/mesa/main/texformat.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file texformat.c\n * Texture formats.\n *\n * \\author Gareth Hughes\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/texformat.c ) [unpack/Mesa-6.5.2/src/mesa/main/texformat.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file texformat.h\n * Texture formats definitions.\n *\n * \\author Gareth Hughes\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/texformat.h ) [unpack/Mesa-6.5.2/src/mesa/main/texformat_tmp.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file texformat_tmp.h\n * Texel fetch functions template.\n * \n * This template file is used by texformat.c to generate texel fetch functions\n * for 1-D, 2-D and 3-D texture images. \n *\n * It should be expanded by defining \\p DIM as the number texture dimensions\n * (1, 2 or 3). According to the value of \\p DIM a series of macros is defined\n * for the texel lookup in the gl_texture_image::Data.\n * \n * \\sa texformat.c and FetchTexel.\n * \n * \\author Gareth Hughes\n * \\author Brian Paul\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/texformat_tmp.h ) [unpack/Mesa-6.5.2/src/mesa/main/teximage.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file teximage.c\n * Texture image-related functions.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/teximage.c ) [unpack/Mesa-6.5.2/src/mesa/main/teximage.h]=( typeset -a comments=( $'*\n * \\file teximage.h\n * Texture images manipulation functions.\n ' $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/teximage.h ) [unpack/Mesa-6.5.2/src/mesa/main/texobj.c]=( typeset -a comments=( $'*\n * \\file texobj.c\n * Texture object management.\n ' $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/texobj.c ) [unpack/Mesa-6.5.2/src/mesa/main/texobj.h]=( typeset -a comments=( $'*\n * \\file texobj.h\n * Texture object management.\n ' $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/texobj.h ) [unpack/Mesa-6.5.2/src/mesa/main/texrender.c]=( typeset -a comments=( $'\n * Render-to-texture code for GL_EXT_framebuffer_object\n ' $'*\n * Derived from gl_renderbuffer class\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/texrender.c ) [unpack/Mesa-6.5.2/src/mesa/main/texrender.h]=( typeset -a comments=( ' TEXRENDER_H ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/texrender.h ) [unpack/Mesa-6.5.2/src/mesa/main/texstate.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'* \n * \\file texstate.c\n *\n * Texture state handling.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/texstate.c ) [unpack/Mesa-6.5.2/src/mesa/main/texstate.h]=( typeset -a comments=( $'*\n * \\file texstate.h\n * Texture state management.\n ' $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/texstate.h ) [unpack/Mesa-6.5.2/src/mesa/main/texstore.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Authors:\n * Brian Paul\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/texstore.c ) [unpack/Mesa-6.5.2/src/mesa/main/texstore.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file texstore.h\n * Texture image storage routines.\n *\n * \\author Brian Paul\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/texstore.h ) [unpack/Mesa-6.5.2/src/mesa/main/varray.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * Update the fields of a vertex array object.\n * We need to do a few special things for arrays that live in\n * vertex buffer objects.\n *\n * \\param array the array to update\n * \\param dirtyBit which bit to set in ctx->Array.NewState for this array\n * \\param elementSize size of each array element, in bytes\n * \\param size components per element (1, 2, 3 or 4)\n * \\param type datatype of each component (GL_FLOAT, GL_INT, etc)\n * \\param stride stride between elements, in elements\n * \\param normalized are integer types converted to floats in [-1, 1]?\n * \\param ptr the address (or offset inside VBO) of the array data\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/varray.c ) [unpack/Mesa-6.5.2/src/mesa/main/varray.h]=( typeset -a comments=( $'*\n * \\file varray.h\n * Vertex arrays.\n *\n * \\if subset\n * (No-op)\n *\n * \\endif\n ' $'\n * Mesa 3-D graphics library\n * Version: 4.1\n *\n * Copyright (C) 1999-2002 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/varray.h ) [unpack/Mesa-6.5.2/src/mesa/main/version.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' Mesa version ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/version.h ) [unpack/Mesa-6.5.2/src/mesa/main/vsnprintf.c]=( typeset -a comments=( $'\n * Revision 12: http://theos.com/~deraadt/snprintf.c\n *\n * Copyright (c) 1997 Theo de Raadt\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions\n * are met:\n * 1. Redistributions of source code must retain the above copyright\n * notice, this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n * notice, this list of conditions and the following disclaimer in the\n * documentation and/or other materials provided with the distribution.\n *\n * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS\'\' AND ANY EXPRESS OR\n * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES\n * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.\n * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,\n * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT\n * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF\n * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n ' $' XXX: why 2? you don\'t want to know ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/vsnprintf.c ) [unpack/Mesa-6.5.2/src/mesa/main/vtxfmt.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.3\n *\n * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n * Gareth Hughes\n ' $' The neutral vertex format. This wraps all tnl module functions,\n * verifying that the currently-installed module is valid and then\n * installing the function pointers in a lazy fashion. It records the\n * function pointers that have been swapped out, which allows a fast\n * restoration of the neutral module in almost all cases -- a typical\n * app might only require 4-6 functions to be modified from the neutral\n * baseline, and only restoring these is certainly preferable to doing\n * the entire module\'s 60 or so function pointers.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/vtxfmt.c ) [unpack/Mesa-6.5.2/src/mesa/main/vtxfmt.h]=( typeset -a comments=( $'*\n * \\file vtxfmt.h\n * \n * \\author Keith Whitwell \n * \\author Gareth Hughes\n ' $'\n * Mesa 3-D graphics library\n * Version: 6.1\n *\n * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/vtxfmt.h ) [unpack/Mesa-6.5.2/src/mesa/main/vtxfmt_tmp.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.3\n *\n * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Gareth Hughes\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/main/vtxfmt_tmp.h ) [unpack/Mesa-6.5.2/src/mesa/math/m_clip_tmp.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.2\n *\n * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * New (3.1) transformation code written by Keith Whitwell.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/math/m_clip_tmp.h ) [unpack/Mesa-6.5.2/src/mesa/math/m_copy_tmp.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * New (3.1) transformation code written by Keith Whitwell.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/math/m_copy_tmp.h ) [unpack/Mesa-6.5.2/src/mesa/math/m_debug.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Gareth Hughes\n ' $' Deprecated?\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/math/m_debug.h ) [unpack/Mesa-6.5.2/src/mesa/math/m_debug_clip.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.1\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Gareth Hughes\n ' $' The linker doesn\'t like empty files ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/math/m_debug_clip.c ) [unpack/Mesa-6.5.2/src/mesa/math/m_debug_norm.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 5.1\n *\n * Copyright (C) 1999-2003 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Gareth Hughes\n ' $' The linker doesn\'t like empty files ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/math/m_debug_norm.c ) [unpack/Mesa-6.5.2/src/mesa/math/m_debug_util.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.1\n *\n * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Gareth Hughes\n ' ' This code only used for debugging ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/math/m_debug_util.h ) [unpack/Mesa-6.5.2/src/mesa/math/m_debug_xform.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.1\n *\n * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Updated for P6 architecture by Gareth Hughes.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/math/m_debug_xform.c ) [unpack/Mesa-6.5.2/src/mesa/math/m_dotprod_tmp.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * New (3.1) transformation code written by Keith Whitwell.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/math/m_dotprod_tmp.h ) [unpack/Mesa-6.5.2/src/mesa/math/m_eval.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * eval.c was written by\n * Bernd Barsuhn (bdbarsuh@cip.informatik.uni-erlangen.de) and\n * Volker Weiss (vrweiss@cip.informatik.uni-erlangen.de).\n *\n * My original implementation of evaluators was simplistic and didn\'t\n * compute surface normal vectors properly. Bernd and Volker applied\n * used more sophisticated methods to get better results.\n *\n * Thanks guys!\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/math/m_eval.c ) [unpack/Mesa-6.5.2/src/mesa/math/m_eval.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Horner scheme for Bezier curves\n *\n * Bezier curves can be computed via a Horner scheme.\n * Horner is numerically less stable than the de Casteljau\n * algorithm, but it is faster. For curves of degree n\n * the complexity of Horner is O(n) and de Casteljau is O(n^2).\n * Since stability is not important for displaying curve\n * points I decided to use the Horner scheme.\n *\n * A cubic Bezier curve with control points b0, b1, b2, b3 can be\n * written as\n *\n * (([3] [3] ) [3] ) [3]\n * c(t) = (([0]*s*b0 + [1]*t*b1)*s + [2]*t^2*b2)*s + [3]*t^2*b3\n *\n * [n]\n * where s=1-t and the binomial coefficients [i]. These can\n * be computed iteratively using the identity:\n *\n * [n] [n ] [n]\n * [i] = (n-i+1)/i * [i-1] and [0] = 1\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/math/m_eval.h ) [unpack/Mesa-6.5.2/src/mesa/math/m_matrix.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.3\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file m_matrix.c\n * Matrix operations.\n *\n * \\note\n * -# 4x4 transformation matrices are stored in memory in column major order.\n * -# Points/vertices are to be thought of as column vectors.\n * -# Transformation of a point p by a matrix M is: p\' = M * p\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/math/m_matrix.c ) [unpack/Mesa-6.5.2/src/mesa/math/m_matrix.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.3\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file math/m_matrix.h\n * Defines basic structures for matrix-handling.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/math/m_matrix.h ) [unpack/Mesa-6.5.2/src/mesa/math/m_norm_tmp.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 5.1\n *\n * Copyright (C) 1999-2003 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * New (3.1) transformation code written by Keith Whitwell.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/math/m_norm_tmp.h ) [unpack/Mesa-6.5.2/src/mesa/math/m_trans_tmp.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\brief Templates for vector conversions.\n * \\author Keith Whitwell.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/math/m_trans_tmp.h ) [unpack/Mesa-6.5.2/src/mesa/math/m_translate.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\brief Translate vectors of numbers between various types.\n * \\author Keith Whitwell.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/math/m_translate.c ) [unpack/Mesa-6.5.2/src/mesa/math/m_translate.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' hack for GLchan ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/math/m_translate.h ) [unpack/Mesa-6.5.2/src/mesa/math/m_vector.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * New (3.1) transformation code written by Keith Whitwell.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/math/m_vector.c ) [unpack/Mesa-6.5.2/src/mesa/math/m_vector.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * New (3.1) transformation code written by Keith Whitwell.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/math/m_vector.h ) [unpack/Mesa-6.5.2/src/mesa/math/m_xform.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 5.1\n *\n * Copyright (C) 1999-2003 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Matrix/vertex/vector transformation stuff\n *\n *\n * NOTES:\n * 1. 4x4 transformation matrices are stored in memory in column major order.\n * 2. Points/vertices are to be thought of as column vectors.\n * 3. Transformation of a point p by a matrix M is: p\' = M * p\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/math/m_xform.c ) [unpack/Mesa-6.5.2/src/mesa/math/m_xform.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $' KW: Clip functions now do projective divide as well. The projected\n * coordinates are very useful to us because they let us cull\n * backfaces and eliminate vertices from lighting, fogging, etc\n * calculations. Despite the fact that this divide could be done one\n * day in hardware, we would still have a reason to want to do it here\n * as long as those other calculations remain in software.\n *\n * Clipping is a convenient place to do the divide on x86 as it should be\n * possible to overlap with integer outcode calculations.\n *\n * There are two cases where we wouldn\'t want to do the divide in cliptest:\n * - When we aren\'t clipping. We still might want to cull backfaces\n * so the divide should be done elsewhere. This currently never\n * happens.\n *\n * - When culling isn\'t likely to help us, such as when the GL culling\n * is disabled and we not lighting or are only lighting\n * one-sided. In this situation, backface determination provides\n * us with no useful information. A tricky case to detect is when\n * all input data is already culled, although hopefully the\n * application wouldn\'t turn on culling in such cases.\n *\n * We supply a buffer to hold the [x/w,y/w,z/w,1/w] values which\n * are the result of the projection. This is only used in the\n * 4-vector case - in other cases, we just use the clip coordinates\n * as the projected coordinates - they are identical.\n *\n * This is doubly convenient because it means the Win[] array is now\n * of the same stride as all the others, so I can now turn map_vertices\n * into a straight-forward matrix transformation, with asm acceleration\n * automatically available.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/math/m_xform.h ) [unpack/Mesa-6.5.2/src/mesa/math/m_xform_tmp.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * New (3.1) transformation code written by Keith Whitwell.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/math/m_xform_tmp.h ) [unpack/Mesa-6.5.2/src/mesa/math/mathmod.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\mainpage Mesa Math Module\n *\n * This module contains math-related utility functions for transforming\n * vertices, translating arrays of numbers from one data type to another,\n * evaluating curved surfaces, etc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/math/mathmod.h ) [unpack/Mesa-6.5.2/src/mesa/ppc/common_ppc.c]=( typeset -a comments=( $'\n * (C) Copyright IBM Corporation 2004\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n * USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file common_ppc.c\n * Check CPU capabilities & initialize optimized funtions for this particular\n * processor.\n *\n * \\author Ian Romanick \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/ppc/common_ppc.c ) [unpack/Mesa-6.5.2/src/mesa/ppc/common_ppc_features.h]=( typeset -a comments=( $'\n * (C) Copyright IBM Corporation 2004\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n * USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file common_ppc_features.h\n * Interface for determining which CPU features were detected.\n *\n * \\author Ian Romanick \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/ppc/common_ppc_features.h ) [unpack/Mesa-6.5.2/src/mesa/shader/arbprogparse.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file arbprogparse.c\n * ARB_*_program parser core\n * \\author Karl Rasche\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/arbprogparse.c ) [unpack/Mesa-6.5.2/src/mesa/shader/arbprogparse.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/arbprogparse.h ) [unpack/Mesa-6.5.2/src/mesa/shader/arbprogram.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file arbprogram.c\n * ARB_vertex/fragment_program state management functions.\n * \\author Brian Paul\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/arbprogram.c ) [unpack/Mesa-6.5.2/src/mesa/shader/arbprogram.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/arbprogram.h ) [unpack/Mesa-6.5.2/src/mesa/shader/arbprogram_syn.h]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/arbprogram_syn.h ) [unpack/Mesa-6.5.2/src/mesa/shader/atifragshader.c]=( typeset -a comments=( $'*\n * \\file atifragshader.c\n * \\author David Airlie\n * Copyright (C) 2004 David Airlie All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * DAVID AIRLIE BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * Allocate and initialize a new ATI fragment shader object.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/atifragshader.c ) [unpack/Mesa-6.5.2/src/mesa/shader/atifragshader.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library ATI Fragment Shader\n *\n * Copyright (C) 2004 David Airlie All Rights Reserved.\n *\n ' ' two opcodes - one for color/one for alpha ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/atifragshader.h ) [unpack/Mesa-6.5.2/src/mesa/shader/grammar/grammar.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.6\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file grammar.c\n * syntax parsing engine\n * \\author Michal Krol\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/grammar/grammar.c ) [unpack/Mesa-6.5.2/src/mesa/shader/grammar/grammar.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.2\n *\n * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n loads grammar script from null-terminated ASCII \n returns unique grammar id to grammar object\n returns 0 if an error occurs (call grammar_get_last_error to retrieve the error text)\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/grammar/grammar.h ) [unpack/Mesa-6.5.2/src/mesa/shader/grammar/grammar_crt.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/grammar/grammar_crt.c ) [unpack/Mesa-6.5.2/src/mesa/shader/grammar/grammar_crt.h]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/grammar/grammar_crt.h ) [unpack/Mesa-6.5.2/src/mesa/shader/grammar/grammar_mesa.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.1\n *\n * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file grammar_mesa.c\n * mesa3d port to syntax parsing engine\n * \\author Michal Krol\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/grammar/grammar_mesa.c ) [unpack/Mesa-6.5.2/src/mesa/shader/grammar/grammar_mesa.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.1\n *\n * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' NOTE: include Mesa 3-D specific headers here ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/grammar/grammar_mesa.h ) [unpack/Mesa-6.5.2/src/mesa/shader/grammar/grammar_syn.h]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/grammar/grammar_syn.h ) [unpack/Mesa-6.5.2/src/mesa/shader/nvfragparse.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file nvfragparse.c\n * NVIDIA fragment program parser.\n * \\author Brian Paul\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/nvfragparse.c ) [unpack/Mesa-6.5.2/src/mesa/shader/nvfragparse.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 5.1\n *\n * Copyright (C) 1999-2002 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Brian Paul\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/nvfragparse.h ) [unpack/Mesa-6.5.2/src/mesa/shader/nvprogram.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file nvprogram.c\n * NVIDIA vertex/fragment program state management functions.\n * \\author Brian Paul\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/nvprogram.c ) [unpack/Mesa-6.5.2/src/mesa/shader/nvprogram.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 5.1\n *\n * Copyright (C) 1999-2003 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Brian Paul\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/nvprogram.h ) [unpack/Mesa-6.5.2/src/mesa/shader/nvvertexec.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file nvvertexec.c\n * Code to execute vertex programs.\n * \\author Brian Paul\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/nvvertexec.c ) [unpack/Mesa-6.5.2/src/mesa/shader/nvvertexec.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Brian Paul\n ' $'*\n * Virtual vertex program machine state.\n * Only used during program execution.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/nvvertexec.h ) [unpack/Mesa-6.5.2/src/mesa/shader/nvvertparse.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file nvvertparse.c\n * NVIDIA vertex program parser.\n * \\author Brian Paul\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/nvvertparse.c ) [unpack/Mesa-6.5.2/src/mesa/shader/nvvertparse.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 5.1\n *\n * Copyright (C) 1999-2003 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Brian Paul\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/nvvertparse.h ) [unpack/Mesa-6.5.2/src/mesa/shader/program.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file program.c\n * Vertex and fragment program support functions.\n * \\author Brian Paul\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/program.c ) [unpack/Mesa-6.5.2/src/mesa/shader/program.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file program.c\n * Vertex and fragment program support functions.\n * \\author Brian Paul\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/program.h ) [unpack/Mesa-6.5.2/src/mesa/shader/program_instruction.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file prog_instruction.h\n *\n * Private vertex program types and constants only used by files\n * related to vertex programs.\n *\n * \\author Brian Paul\n * \\author Keith Whitwell\n * \\author Ian Romanick \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/program_instruction.h ) [unpack/Mesa-6.5.2/src/mesa/shader/programopt.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file programopt.c \n * Vertex/Fragment program optimizations and transformations for program\n * options, etc.\n *\n * \\author Brian Paul\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/programopt.c ) [unpack/Mesa-6.5.2/src/mesa/shader/programopt.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' PROGRAMOPT_H ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/programopt.h ) [unpack/Mesa-6.5.2/src/mesa/shader/shaderobjects.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 2004-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file shaderobjects.c\n * ARB_shader_objects state management functions\n * \\author Michal Krol\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/shaderobjects.c ) [unpack/Mesa-6.5.2/src/mesa/shader/shaderobjects.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 2004-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * gl2 unique interface identifier.\n * Each gl2 interface has its own interface id used for object queries.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/shaderobjects.h ) [unpack/Mesa-6.5.2/src/mesa/shader/shaderobjects_3dlabs.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 2005-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file shaderobjects_3dlabs.c\n * shader objects definitions for 3dlabs compiler\n * \\author Michal Krol\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/shaderobjects_3dlabs.c ) [unpack/Mesa-6.5.2/src/mesa/shader/shaderobjects_3dlabs.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 2005-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' FEATURE_ARB_shader_objects ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/shaderobjects_3dlabs.h ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/library/gc_to_bin.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/library/gc_to_bin.c ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/library/slang_builtin_vec4_gc.h]=( typeset -a comments=( ' DO NOT EDIT - THIS FILE IS AUTOMATICALLY GENERATED FROM THE FOLLOWING FILE: ' ' slang_builtin_vec4.gc ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/library/slang_builtin_vec4_gc.h ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/library/slang_common_builtin_gc.h]=( typeset -a comments=( ' DO NOT EDIT - THIS FILE IS AUTOMATICALLY GENERATED FROM THE FOLLOWING FILE: ' ' slang_common_builtin.gc ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/library/slang_common_builtin_gc.h ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/library/slang_core_gc.h]=( typeset -a comments=( ' DO NOT EDIT - THIS FILE IS AUTOMATICALLY GENERATED FROM THE FOLLOWING FILE: ' ' slang_core.gc ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/library/slang_core_gc.h ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/library/slang_fragment_builtin_gc.h]=( typeset -a comments=( ' DO NOT EDIT - THIS FILE IS AUTOMATICALLY GENERATED FROM THE FOLLOWING FILE: ' ' slang_fragment_builtin.gc ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/library/slang_fragment_builtin_gc.h ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/library/slang_pp_directives_syn.h]=( typeset -a comments=( ' DO NOT EDIT - THIS FILE IS AUTOMATICALLY GENERATED FROM THE .syn FILE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/library/slang_pp_directives_syn.h ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/library/slang_pp_expression_syn.h]=( typeset -a comments=( ' DO NOT EDIT - THIS FILE IS AUTOMATICALLY GENERATED FROM THE .syn FILE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/library/slang_pp_expression_syn.h ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/library/slang_pp_version_syn.h]=( typeset -a comments=( ' DO NOT EDIT - THIS FILE IS AUTOMATICALLY GENERATED FROM THE .syn FILE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/library/slang_pp_version_syn.h ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/library/slang_shader_syn.h]=( typeset -a comments=( ' DO NOT EDIT - THIS FILE IS AUTOMATICALLY GENERATED FROM THE .syn FILE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/library/slang_shader_syn.h ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/library/slang_vertex_builtin_gc.h]=( typeset -a comments=( ' DO NOT EDIT - THIS FILE IS AUTOMATICALLY GENERATED FROM THE FOLLOWING FILE: ' ' slang_vertex_builtin.gc ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/library/slang_vertex_builtin_gc.h ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/library/syn_to_c.c]=( comments_parsed=false file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/library/syn_to_c.c ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_analyse.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file slang_analyse.c\n * slang assembly code analysis\n * \\author Michal Krol\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_analyse.c ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_analyse.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Texture usage analysis is a bit more difficult than for fragment programs. While fragment\n * programs statically link to texture targets and texture units, shaders statically link\n * only to texture targets. The texture unit linkage is determined just before the execution\n * of a given primitive by reading active uniform samplers.\n *\n * This procedure retrieves a list of uniforms that reach texture sample instructions.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_analyse.h ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_assemble.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 2005-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file slang_assemble.c\n * slang intermediate code assembler\n * \\author Michal Krol\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_assemble.c ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_assemble.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 2005-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' core ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_assemble.h ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_assemble_assignment.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 2005-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file slang_assemble_assignment.c\n * slang assignment expressions assembler\n * \\author Michal Krol\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_assemble_assignment.c ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_assemble_assignment.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 2005-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' SLANG_ASSEMBLE_ASSIGNMENT_H ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_assemble_assignment.h ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_assemble_conditional.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 2005-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file slang_assemble_conditional.c\n * slang condtional expressions assembler\n * \\author Michal Krol\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_assemble_conditional.c ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_assemble_conditional.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 2005-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_assemble_conditional.h ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_assemble_constructor.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 2005-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file slang_assemble_constructor.c\n * slang constructor and vector swizzle assembler\n * \\author Michal Krol\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_assemble_constructor.c ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_assemble_constructor.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 2005-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' SLANG_ASSEMBLE_CONSTRUCTOR_H ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_assemble_constructor.h ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_assemble_typeinfo.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 2005-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file slang_assemble_typeinfo.c\n * slang type info\n * \\author Michal Krol\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_assemble_typeinfo.c ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_assemble_typeinfo.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 2005-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * The basic shading language types (float, vec4, mat3, etc)\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_assemble_typeinfo.h ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_compile.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 2005-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file slang_compile.c\n * slang front-end compiler\n * \\author Michal Krol\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_compile.c ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_compile.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 2005-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_compile.h ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_compile_function.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 2005-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file slang_compile_function.c\n * slang front-end compiler\n * \\author Michal Krol\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_compile_function.c ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_compile_function.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 2005-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * Types of functions.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_compile_function.h ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_compile_operation.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 2005-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file slang_compile_operation.c\n * slang front-end compiler\n * \\author Michal Krol\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_compile_operation.c ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_compile_operation.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 2005-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * Types of slang operations.\n * These are the types of the AST (abstract syntax tree) nodes.\n * [foo] indicates a sub-tree or reference to another type of node\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_compile_operation.h ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_compile_struct.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 2005-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file slang_compile_struct.c\n * slang front-end compiler\n * \\author Michal Krol\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_compile_struct.c ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_compile_struct.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 2005-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_compile_struct.h ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_compile_variable.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 2005-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file slang_compile_variable.c\n * slang front-end compiler\n * \\author Michal Krol\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_compile_variable.c ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_compile_variable.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 2005-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' internal ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_compile_variable.h ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_execute.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 2005-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file slang_execute.c\n * intermediate code interpreter\n * \\author Michal Krol\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_execute.c ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_execute.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 2005-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * A memory location\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_execute.h ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_execute_x86.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file slang_execute_x86.c\n * x86 back end compiler\n * \\author Michal Krol, Keith Whitwell\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_execute_x86.c ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_export.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file slang_export.c\n * interface between assembly code and the application\n * \\author Michal Krol\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_export.c ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_export.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Basic data quantity to transfer between application and assembly.\n * The is the actual size of the data quantity including padding, if any. It is\n * used to calculate offsets from the beginning of the data.\n * If the is not 0, the data quantity is an array of size.\n * If the is not NULL, the data quantity is a struct. The is\n * invalid and the holds the size of the array.\n * The values match those of parameter for glGetActiveUniformARB.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_export.h ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_library_noise.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * SimplexNoise1234\n * Copyright \251 2003-2005, Stefan Gustavson\n *\n * Contact: stegu@itn.liu.se\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_library_noise.c ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_library_noise.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_library_noise.h ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_library_texsample.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file slang_library_texsample.c\n * built-in library functions for texture and shadow sampling\n * \\author Michal Krol\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_library_texsample.c ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_library_texsample.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_library_texsample.h ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_link.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.6\n *\n * Copyright (C) 2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file slang_link.c\n * slang linker\n * \\author Michal Krol\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_link.c ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_link.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * Active variables.\n *\n * Active uniforms/attribs can be queried by the application to get a\n * list of uniforms/attribs actually used by shaders (uniforms) or\n * vertex shader only (attribs).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_link.h ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_mesa.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.3\n *\n * Copyright (C) 2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_mesa.h ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_preprocess.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 2005-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file slang_preprocess.c\n * slang preprocessor\n * \\author Michal Krol\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_preprocess.c ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_preprocess.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.6\n *\n * Copyright (C) 2005-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_preprocess.h ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_storage.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 2005-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file slang_storage.c\n * slang variable storage\n * \\author Michal Krol\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_storage.c ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_storage.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 2005-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Program variable data storage is kept completely transparent to the front-end compiler. It is\n * up to the back-end how the data is actually allocated. The slang_storage_type enum\n * provides the basic information about how the memory is interpreted. This abstract piece\n * of memory is called a data slot. A data slot of a particular type has a fixed size.\n *\n * For now, only the three basic types are supported, that is bool, int and float. Other built-in\n * types like vector or matrix can easily be decomposed into a series of basic types.\n *\n * If the vec4 module is enabled, 4-component vectors of floats are used when possible. 4x4 matrices\n * are constructed of 4 vec4 slots.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_storage.h ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_utility.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.6\n *\n * Copyright (C) 2005-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file slang_utility.c\n * slang utilities\n * \\author Michal Krol\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_utility.c ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_utility.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.6\n *\n * Copyright (C) 2005-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $' Compile-time assertions. If the expression is zero, try to declare an\n * array of size [-1] to cause compilation error.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/slang_utility.h ) [unpack/Mesa-6.5.2/src/mesa/shader/slang/traverse_wrap.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.3\n *\n * Copyright (C) 2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file traverse_wrap.h\n * Handy TIntermTraverser class wrapper\n * \\author Michal Krol\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/shader/slang/traverse_wrap.h ) [unpack/Mesa-6.5.2/src/mesa/sparc/sparc.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.3\n * \n * Copyright (C) 1999-2003 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Sparc assembly code by David S. Miller\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/sparc/sparc.c ) [unpack/Mesa-6.5.2/src/mesa/sparc/sparc.h]=( typeset -a comments=( ' $Id: sparc.h,v 1.3 2001/06/06 22:55:28 davem69 Exp $ ' $'\n * Mesa 3-D graphics library\n * Version: 3.1\n * \n * Copyright (C) 1999 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/sparc/sparc.h ) [unpack/Mesa-6.5.2/src/mesa/sparc/sparc_matrix.h]=( typeset -a comments=( $'\n * SPARC assembly matrix code.\n ' ' !(_SPARC_MATRIX_H) ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/sparc/sparc_matrix.h ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_aaline.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.1\n *\n * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Info about the AA line we\'re rendering\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_aaline.c ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_aaline.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_aaline.h ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_aalinetemp.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Antialiased line template.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_aalinetemp.h ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_aatriangle.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.3\n *\n * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Antialiased Triangle rasterizers\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_aatriangle.c ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_aatriangle.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_aatriangle.h ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_aatritemp.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Antialiased Triangle Rasterizer Template\n *\n * This file is #include\'d to generate custom AA triangle rasterizers.\n * NOTE: this code hasn\'t been optimized yet. That\'ll come after it\n * works correctly.\n *\n * The following macros may be defined to indicate what auxillary information\n * must be copmuted across the triangle:\n * DO_Z - if defined, compute Z values\n * DO_RGBA - if defined, compute RGBA values\n * DO_INDEX - if defined, compute color index values\n * DO_SPEC - if defined, compute specular RGB values\n * DO_TEX - if defined, compute unit 0 STRQ texcoords\n * DO_MULTITEX - if defined, compute all unit\'s STRQ texcoords\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_aatritemp.h ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_accum.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $' XXX this would have to change for accum buffers with more or less\n * than 16 bits per color channel.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_accum.c ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_accum.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.3\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_accum.h ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_alpha.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file swrast/s_alpha.c\n * \\brief Functions to apply alpha test.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_alpha.c ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_alpha.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 4.1\n *\n * Copyright (C) 1999-2002 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_alpha.h ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_arbshader.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.6\n *\n * Copyright (C) 2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Michal Krol\n ' ' only run shader on active fragments ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_arbshader.c ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_arbshader.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 2006 David Airlie All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * DAVID AIRLIE BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' FEATURE_ARB_fragment_shader ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_arbshader.h ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_atifragshader.c]=( typeset -a comments=( $'\n *\n * Copyright (C) 2004 David Airlie All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * DAVID AIRLIE BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * State for executing ATI fragment shader.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_atifragshader.c ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_atifragshader.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.1\n *\n * Copyright (C) 1999-2003 David Airlie All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * DAVID AIRLIE BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_atifragshader.h ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_bitmap.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file swrast/s_bitmap.c\n * \\brief glBitmap rendering.\n * \\author Brian Paul\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_bitmap.c ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_blend.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file swrast/s_blend.c\n * \\brief software blending.\n * \\author Brian Paul\n *\n * Only a few blend modes have been optimized (min, max, transparency, add)\n * more optimized cases can easily be added if needed.\n * Celestia uses glBlendFunc(GL_SRC_ALPHA, GL_ONE), for example.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_blend.c ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_blend.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_blend.h ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_blit.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * Generate a row resampler function for GL_NEAREST mode.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_blit.c ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_buffers.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' '* XXX This file should be named s_clear.c ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_buffers.c ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_context.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n * Brian Paul\n ' $'*\n * Recompute the value of swrast->_RasterMask, etc. according to\n * the current context. The _RasterMask field can be easily tested by\n * drivers to determine certain basic GL state (does the primitive need\n * stenciling, logic-op, fog, etc?).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_context.c ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_context.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file swrast/s_context.h\n * \\brief Software rasterization context and private types.\n * \\author Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_context.h ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_copypix.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * Determine if there\'s overlap in an image copy.\n * This test also compensates for the fact that copies are done from\n * bottom to top and overlaps can sometimes be handled correctly\n * without making a temporary image copy.\n * \\return GL_TRUE if the regions overlap, GL_FALSE otherwise.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_copypix.c ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_depth.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * Do depth test for a horizontal span of fragments.\n * Input: zbuffer - array of z values in the zbuffer\n * z - array of fragment z values\n * Return: number of fragments which pass the test.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_depth.c ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_depth.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_depth.h ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_drawpix.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * Try to do a fast and simple RGB(a) glDrawPixels.\n * Return: GL_TRUE if success, GL_FALSE if slow path must be used instead\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_drawpix.c ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_drawpix.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' XXX kill this header? ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_drawpix.h ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_feedback.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.3\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' See section 5.3 of 1.2.1 spec ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_feedback.c ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_feedback.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_feedback.h ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_fog.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * Used to convert current raster distance to a fog factor in [0,1].\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_fog.c ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_fog.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 4.1\n *\n * Copyright (C) 1999-2002 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_fog.h ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_imaging.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $' KW: Moved these here to remove knowledge of swrast from core mesa.\n * Should probably pull the entire software implementation of these\n * extensions into either swrast or a sister module. \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_imaging.c ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_lines.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Init the mask[] array to implement a line stipple.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_lines.c ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_lines.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_lines.h ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_linetemp.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Line Rasterizer Template\n *\n * This file is #include\'d to generate custom line rasterizers.\n *\n * The following macros may be defined to indicate what auxillary information\n * must be interplated along the line:\n * INTERP_Z - if defined, interpolate Z values\n * INTERP_FOG - if defined, interpolate FOG values\n * INTERP_RGBA - if defined, interpolate RGBA values\n * INTERP_SPEC - if defined, interpolate specular RGB values\n * INTERP_INDEX - if defined, interpolate color index values\n * INTERP_TEX - if defined, interpolate unit 0 texcoords\n * INTERP_MULTITEX - if defined, interpolate multi-texcoords\n *\n * When one can directly address pixels in the color buffer the following\n * macros can be defined and used to directly compute pixel addresses during\n * rasterization (see pixelPtr):\n * PIXEL_TYPE - the datatype of a pixel (GLubyte, GLushort, GLuint)\n * BYTES_PER_ROW - number of bytes per row in the color buffer\n * PIXEL_ADDRESS(X,Y) - returns the address of pixel at (X,Y) where\n * Y==0 at bottom of screen and increases upward.\n *\n * Similarly, for direct depth buffer access, this type is used for depth\n * buffer addressing:\n * DEPTH_TYPE - either GLushort or GLuint\n *\n * Optionally, one may provide one-time setup code\n * SETUP_CODE - code which is to be executed once per line\n *\n * To actually "plot" each pixel the PLOT macro must be defined...\n * PLOT(X,Y) - code to plot a pixel. Example:\n * if (Z < *zPtr) {\n * *zPtr = Z;\n * color = pack_rgb( FixedToInt(r0), FixedToInt(g0),\n * FixedToInt(b0) );\n * put_pixel( X, Y, color );\n * }\n *\n * This code was designed for the origin to be in the lower-left corner.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_linetemp.h ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_logic.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * We do all logic ops on 4-byte GLuints.\n * Depending on bytes per pixel, the mask array elements correspond to\n * 1, 2 or 4 GLuints.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_logic.c ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_logic.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_logic.h ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_masking.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Implement the effect of glColorMask and glIndexMask in software.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_masking.c ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_masking.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_masking.h ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_nvfragprog.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Regarding GL_NV_fragment_program:\n *\n * Portions of this software may use or implement intellectual\n * property owned and licensed by NVIDIA Corporation. NVIDIA disclaims\n * any and all warranties with respect to such intellectual property,\n * including any use thereof or modifications thereto.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_nvfragprog.c ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_nvfragprog.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.1\n *\n * Copyright (C) 1999-2003 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_nvfragprog.h ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_points.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.1\n *\n * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * CI points with size == 1.0\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_points.c ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_points.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_points.h ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_pointtemp.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Regarding GL_NV_point_sprite:\n *\n * Portions of this software may use or implement intellectual\n * property owned and licensed by NVIDIA Corporation. NVIDIA disclaims\n * any and all warranties with respect to such intellectual property,\n * including any use thereof or modifications thereto.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_pointtemp.h ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_readpix.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Read a block of color index pixels.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_readpix.c ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_span.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file swrast/s_span.c\n * \\brief Span processing functions used by all rasterization functions.\n * This is where all the per-fragment tests are performed\n * \\author Brian Paul\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_span.c ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_span.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_span.h ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_spantemp.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Templates for the span/pixel-array write/read functions called via\n * the gl_renderbuffer\'s GetRow, GetValues, PutRow, PutMonoRow, PutValues\n * and PutMonoValues functions.\n *\n * Define the following macros before including this file:\n * NAME(BASE) to generate the function name (i.e. add prefix or suffix)\n * RB_TYPE the renderbuffer DataType\n * CI_MODE if set, color index mode, else RGBA\n * SPAN_VARS to declare any local variables\n * INIT_PIXEL_PTR(P, X, Y) to initialize a pointer to a pixel\n * INC_PIXEL_PTR(P) to increment a pixel pointer by one pixel\n * STORE_PIXEL(DST, X, Y, VALUE) to store pixel values in buffer\n * FETCH_PIXEL(DST, SRC) to fetch pixel values from buffer\n *\n * Note that in the STORE_PIXEL macros, we also pass in the (X,Y) coordinates\n * for the pixels to be stored. This is useful when dithering and probably\n * ignored otherwise.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_spantemp.h ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_stencil.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $' Stencil Logic:\n\nIF stencil test fails THEN\n Apply fail-op to stencil value\n Don\'t write the pixel (RGBA,Z)\nELSE\n IF doing depth test && depth test fails THEN\n Apply zfail-op to stencil value\n Write RGBA and Z to appropriate buffers\n ELSE\n Apply zpass-op to stencil value\nENDIF\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_stencil.c ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_stencil.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.3\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_stencil.h ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_texcombine.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * Do texture application for GL_ARB/EXT_texture_env_combine.\n * This function also supports GL_{EXT,ARB}_texture_env_dot3 and\n * GL_ATI_texture_env_combine3. Since "classic" texture environments are\n * implemented using GL_ARB_texture_env_combine-like state, this same function\n * is used for classic texture environment application as well.\n *\n * \\param ctx rendering context\n * \\param textureUnit the texture unit to apply\n * \\param n number of fragments to process (span width)\n * \\param primary_rgba incoming fragment color array\n * \\param texelBuffer pointer to texel colors for all texture units\n * \n * \\param rgba incoming colors, which get modified here\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_texcombine.c ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_texcombine.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_texcombine.h ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_texfilter.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * Constants for integer linear interpolation.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_texfilter.c ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_texfilter.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_texfilter.h ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_texstore.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Authors:\n * Brian Paul\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_texstore.c ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_triangle.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * When the device driver doesn\'t implement triangle rasterization it\n * can hook in _swrast_Triangle, which eventually calls one of these\n * functions to draw triangles.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_triangle.c ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_triangle.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 5.1\n *\n * Copyright (C) 1999-2003 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_triangle.h ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_trispan.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' S_TRISPAN_H ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_trispan.h ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_tritemp.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Triangle Rasterizer Template\n *\n * This file is #include\'d to generate custom triangle rasterizers.\n *\n * The following macros may be defined to indicate what auxillary information\n * must be interpolated across the triangle:\n * INTERP_Z - if defined, interpolate vertex Z values\n * INTERP_W - if defined, interpolate vertex W values\n * INTERP_FOG - if defined, interpolate fog values\n * INTERP_RGB - if defined, interpolate RGB values\n * INTERP_ALPHA - if defined, interpolate Alpha values (req\'s INTERP_RGB)\n * INTERP_SPEC - if defined, interpolate specular RGB values\n * INTERP_INDEX - if defined, interpolate color index values\n * INTERP_INT_TEX - if defined, interpolate integer ST texcoords\n * (fast, simple 2-D texture mapping)\n * INTERP_TEX - if defined, interpolate set 0 float STRQ texcoords\n * NOTE: OpenGL STRQ = Mesa STUV (R was taken for red)\n * INTERP_MULTITEX - if defined, interpolate N units of STRQ texcoords\n * INTERP_VARYING - if defined, interpolate M floats of GLSL varyings\n *\n * When one can directly address pixels in the color buffer the following\n * macros can be defined and used to compute pixel addresses during\n * rasterization (see pRow):\n * PIXEL_TYPE - the datatype of a pixel (GLubyte, GLushort, GLuint)\n * BYTES_PER_ROW - number of bytes per row in the color buffer\n * PIXEL_ADDRESS(X,Y) - returns the address of pixel at (X,Y) where\n * Y==0 at bottom of screen and increases upward.\n *\n * Similarly, for direct depth buffer access, this type is used for depth\n * buffer addressing:\n * DEPTH_TYPE - either GLushort or GLuint\n *\n * Optionally, one may provide one-time setup code per triangle:\n * SETUP_CODE - code which is to be executed once per triangle\n * CLEANUP_CODE - code to execute at end of triangle\n *\n * The following macro MUST be defined:\n * RENDER_SPAN(span) - code to write a span of pixels.\n *\n * This code was designed for the origin to be in the lower-left corner.\n *\n * Inspired by triangle rasterizer code written by Allen Akin. Thanks Allen!\n *\n *\n * Some notes on rasterization accuracy:\n *\n * This code uses fixed point arithmetic (the GLfixed type) to iterate\n * over the triangle edges and interpolate ancillary data (such as Z,\n * color, secondary color, etc). The number of fractional bits in\n * GLfixed and the value of SUB_PIXEL_BITS has a direct bearing on the\n * accuracy of rasterization.\n *\n * If SUB_PIXEL_BITS=4 then we\'ll snap the vertices to the nearest\n * 1/16 of a pixel. If we\'re walking up a long, nearly vertical edge\n * (dx=1/16, dy=1024) we\'ll need 4 + 10 = 14 fractional bits in\n * GLfixed to walk the edge without error. If the maximum viewport\n * height is 4K pixels, then we\'ll need 4 + 12 = 16 fractional bits.\n *\n * Historically, Mesa has used 11 fractional bits in GLfixed, snaps\n * vertices to 1/16 pixel and allowed a maximum viewport height of 2K\n * pixels. 11 fractional bits is actually insufficient for accurately\n * rasterizing some triangles. More recently, the maximum viewport\n * height was increased to 4K pixels. Thus, Mesa should be using 16\n * fractional bits in GLfixed. Unfortunately, there may be some issues\n * with setting FIXED_FRAC_BITS=16, such as multiplication overflow.\n * This will have to be examined in some detail...\n *\n * For now, if you find rasterization errors, particularly with tall,\n * sliver triangles, try increasing FIXED_FRAC_BITS and/or decreasing\n * SUB_PIXEL_BITS.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_tritemp.h ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_zoom.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * Compute the bounds of the region resulting from zooming a pixel span.\n * The resulting region will be entirely inside the window/scissor bounds\n * so no additional clipping is needed.\n * \\param imageX, imageY position of the overall image being drawn\n * \\param spanX, spanY position of span being drawing\n * \\param x0, x1 returned X bounds of zoomed region [x0, x1)\n * \\param y0, y1 returned Y bounds of zoomed region [y0, y1)\n * \\return GL_TRUE if any zoomed pixels visible, GL_FALSE if totally clipped\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_zoom.c ) [unpack/Mesa-6.5.2/src/mesa/swrast/s_zoom.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/s_zoom.h ) [unpack/Mesa-6.5.2/src/mesa/swrast/swrast.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n ' $'*\n * \\file swrast/swrast.h\n * \\brief Public interface to the software rasterization functions.\n * \\author Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast/swrast.h ) [unpack/Mesa-6.5.2/src/mesa/swrast_setup/ss_context.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' $' Need to check lighting state and vertex program state to know\n * if two-sided lighting is in effect.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast_setup/ss_context.c ) [unpack/Mesa-6.5.2/src/mesa/swrast_setup/ss_context.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast_setup/ss_context.h ) [unpack/Mesa-6.5.2/src/mesa/swrast_setup/ss_triangle.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.1\n *\n * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' ' cull testing ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast_setup/ss_triangle.c ) [unpack/Mesa-6.5.2/src/mesa/swrast_setup/ss_triangle.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast_setup/ss_triangle.h ) [unpack/Mesa-6.5.2/src/mesa/swrast_setup/ss_tritmp.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.1\n *\n * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' ' for 2-sided stencil test ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast_setup/ss_tritmp.h ) [unpack/Mesa-6.5.2/src/mesa/swrast_setup/ss_vb.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast_setup/ss_vb.h ) [unpack/Mesa-6.5.2/src/mesa/swrast_setup/swrast_setup.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' $' Public interface to the swrast_setup module. This module provides\n * an implementation of the driver interface to t_vb_render.c, and uses\n * the software rasterizer (swrast) to perform actual rasterization.\n *\n * The internals of the implementation are private, but can be hooked\n * into tnl at any time (except between RenderStart/RenderEnd) by\n * calling _swsetup_Wakeup(). \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/swrast_setup/swrast_setup.h ) [unpack/Mesa-6.5.2/src/mesa/tnl/t_array_api.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file t_array_api.c\n * \\brief Vertex array API functions (glDrawArrays, etc)\n * \\author Keith Whitwell\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl/t_array_api.c ) [unpack/Mesa-6.5.2/src/mesa/tnl/t_array_api.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl/t_array_api.h ) [unpack/Mesa-6.5.2/src/mesa/tnl/t_array_import.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' $'*\n * XXX writable and stride are always false in these functions...\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl/t_array_import.c ) [unpack/Mesa-6.5.2/src/mesa/tnl/t_array_import.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl/t_array_import.h ) [unpack/Mesa-6.5.2/src/mesa/tnl/t_context.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' $' Create the TNLcontext structure\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl/t_context.c ) [unpack/Mesa-6.5.2/src/mesa/tnl/t_context.h]=( typeset -a comments=( $'\n * mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file t_context.h\n * \\brief TnL module datatypes and definitions.\n * \\author Keith Whitwell\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl/t_context.h ) [unpack/Mesa-6.5.2/src/mesa/tnl/t_pipeline.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' $' Create a writeable copy of each stage.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl/t_pipeline.c ) [unpack/Mesa-6.5.2/src/mesa/tnl/t_pipeline.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' $' These are implemented in the t_vb_*.c files:\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl/t_pipeline.h ) [unpack/Mesa-6.5.2/src/mesa/tnl/t_save_api.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 2002 Tungsten Graphics Inc., Cedar Park, Texas.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nTUNGSTEN GRAPHICS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl/t_save_api.c ) [unpack/Mesa-6.5.2/src/mesa/tnl/t_save_api.h]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 2002 Tungsten Graphics Inc., Cedar Park, Texas.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nTUNGSTEN GRAPHICS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Keith Whitwell \n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl/t_save_api.h ) [unpack/Mesa-6.5.2/src/mesa/tnl/t_save_loopback.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.3\n *\n * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $' Author:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl/t_save_loopback.c ) [unpack/Mesa-6.5.2/src/mesa/tnl/t_save_playback.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.1\n *\n * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $' Author:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl/t_save_playback.c ) [unpack/Mesa-6.5.2/src/mesa/tnl/t_vb_arbprogram.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file t_arb_program.c\n * Compile vertex programs to an intermediate representation.\n * Execute vertex programs over a buffer of vertices.\n * \\author Keith Whitwell, Brian Paul\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl/t_vb_arbprogram.c ) [unpack/Mesa-6.5.2/src/mesa/tnl/t_vb_arbprogram.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file t_arb_program.c\n * Compile vertex programs to an intermediate representation.\n * Execute vertex programs over a buffer of vertices.\n * \\author Keith Whitwell, Brian Paul\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl/t_vb_arbprogram.h ) [unpack/Mesa-6.5.2/src/mesa/tnl/t_vb_arbprogram_sse.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.3\n *\n * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file t_vb_arb_program_sse.c\n *\n * Translate simplified vertex_program representation to\n * x86/x87/SSE/SSE2 machine code using mesa\'s rtasm runtime assembler.\n *\n * This is very much a first attempt - build something that works.\n * There are probably better approaches for applying SSE to vertex\n * programs, and the whole thing is crying out for static analysis of\n * the programs to avoid redundant operations.\n *\n * \\author Keith Whitwell\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl/t_vb_arbprogram_sse.c ) [unpack/Mesa-6.5.2/src/mesa/tnl/t_vb_arbshader.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Michal Krol\n ' ' XXX: fetch output SLANG_VERTEX_FIXED_CLIPVERTEX ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl/t_vb_arbshader.c ) [unpack/Mesa-6.5.2/src/mesa/tnl/t_vb_cliptmp.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' ' prevent rotation of vertices ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl/t_vb_cliptmp.h ) [unpack/Mesa-6.5.2/src/mesa/tnl/t_vb_cull.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' $' EXT_vertex_cull. Not really a big win, but probably depends on\n * your application. This stage not included in the default pipeline.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl/t_vb_cull.c ) [unpack/Mesa-6.5.2/src/mesa/tnl/t_vb_fog.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' ' has actual storage allocated ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl/t_vb_fog.c ) [unpack/Mesa-6.5.2/src/mesa/tnl/t_vb_light.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * Information for updating current material attributes from vertex color,\n * for GL_COLOR_MATERIAL.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl/t_vb_light.c ) [unpack/Mesa-6.5.2/src/mesa/tnl/t_vb_lighttmp.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 5.1\n *\n * Copyright (C) 1999-2003 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n *\n * Authors:\n * Brian Paul\n * Keith Whitwell \n ' ' define TRACE to trace lighting code ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl/t_vb_lighttmp.h ) [unpack/Mesa-6.5.2/src/mesa/tnl/t_vb_normals.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' $' We can only use the display list\'s saved normal lengths if we\'ve\n * got a transformation matrix with uniform scaling.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl/t_vb_normals.c ) [unpack/Mesa-6.5.2/src/mesa/tnl/t_vb_points.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Brian Paul\n ' $'*\n * Compute point size for each vertex from the vertex eye-space Z\n * coordinate and the point size attenuation factors.\n * Only done when point size attenuation is enabled and vertex program is\n * disabled.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl/t_vb_points.c ) [unpack/Mesa-6.5.2/src/mesa/tnl/t_vb_program.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file tnl/t_vb_program.c\n * \\brief Pipeline stage for executing NVIDIA vertex programs.\n * \\author Brian Paul, Keith Whitwell\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl/t_vb_program.c ) [unpack/Mesa-6.5.2/src/mesa/tnl/t_vb_render.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' $'\n * Render whole vertex buffers, including projection of vertices from\n * clip space and clipping of primitives.\n *\n * This file makes calls to project vertices and to the point, line\n * and triangle rasterizers via the function pointers:\n *\n * context->Driver.Render.*\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl/t_vb_render.c ) [unpack/Mesa-6.5.2/src/mesa/tnl/t_vb_rendertmp.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' $' Leave the edgeflags as supplied by the user.\n\t ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl/t_vb_rendertmp.h ) [unpack/Mesa-6.5.2/src/mesa/tnl/t_vb_texgen.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Brian Paul\n * Keith Whitwell \n ' $'\n * Regarding GL_NV_texgen_reflection:\n *\n * Portions of this software may use or implement intellectual\n * property owned and licensed by NVIDIA Corporation. NVIDIA disclaims\n * any and all warranties with respect to such intellectual property,\n * including any use thereof or modifications thereto.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl/t_vb_texgen.c ) [unpack/Mesa-6.5.2/src/mesa/tnl/t_vb_texmat.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' $' Is there any real benefit seperating texmat from texgen? It means\n * we need two lots of intermediate storage. Any changes to\n * _NEW_TEXTURE will invalidate both sets -- it\'s only on changes to\n * *only* _NEW_TEXTURE_MATRIX that texgen survives but texmat doesn\'t.\n *\n * However, the seperation of this code from the complex texgen stuff\n * is very appealing.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl/t_vb_texmat.c ) [unpack/Mesa-6.5.2/src/mesa/tnl/t_vb_vertex.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' $' This function implements cliptesting for user-defined clip planes.\n * The clipping of primitives to these planes is implemented in\n * t_render_clip.h.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl/t_vb_vertex.c ) [unpack/Mesa-6.5.2/src/mesa/tnl/t_vertex.c]=( typeset -a comments=( $'\n * Copyright 2003 Tungsten Graphics, inc.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * TUNGSTEN GRAPHICS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n * USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' $' Build and manage clipspace/ndc/window vertices.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl/t_vertex.c ) [unpack/Mesa-6.5.2/src/mesa/tnl/t_vertex.h]=( typeset -a comments=( $'\n * Copyright 2003 Tungsten Graphics, inc.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * TUNGSTEN GRAPHICS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n * USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' $' New mechanism to specify hardware vertices so that tnl can build\n * and manipulate them directly. \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl/t_vertex.h ) [unpack/Mesa-6.5.2/src/mesa/tnl/t_vertex_generic.c]=( typeset -a comments=( $'\n * Copyright 2003 Tungsten Graphics, inc.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * TUNGSTEN GRAPHICS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n * USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' $'\n * These functions take the NDC coordinates pointed to by \'in\', apply the\n * NDC->Viewport mapping and store the results at \'v\'.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl/t_vertex_generic.c ) [unpack/Mesa-6.5.2/src/mesa/tnl/t_vertex_sse.c]=( typeset -a comments=( $'\n * Copyright 2003 Tungsten Graphics, inc.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * TUNGSTEN GRAPHICS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n * USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' $' Have to jump through some hoops:\n *\n * c 0 0 0\n * c 0 0 1\n * 0 0 c 1\n * a b c 1\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl/t_vertex_sse.c ) [unpack/Mesa-6.5.2/src/mesa/tnl/t_vp_build.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 2006 Tungsten Graphics All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * TUNGSTEN GRAPHICS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file t_vp_build.c\n * Create a vertex program to execute the current fixed function T&L pipeline.\n * \\author Keith Whitwell\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl/t_vp_build.c ) [unpack/Mesa-6.5.2/src/mesa/tnl/t_vp_build.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.3\n *\n * Copyright (C) 2005 Tungsten Graphics All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * TUNGSTEN GRAPHICS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl/t_vp_build.h ) [unpack/Mesa-6.5.2/src/mesa/tnl/t_vtx_api.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 2002 Tungsten Graphics Inc., Cedar Park, Texas.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nTUNGSTEN GRAPHICS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl/t_vtx_api.c ) [unpack/Mesa-6.5.2/src/mesa/tnl/t_vtx_api.h]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 2002 Tungsten Graphics Inc., Cedar Park, Texas.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nTUNGSTEN GRAPHICS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Keith Whitwell \n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl/t_vtx_api.h ) [unpack/Mesa-6.5.2/src/mesa/tnl/t_vtx_eval.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' ' Vertex program maps have priority over conventional attribs ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl/t_vtx_eval.c ) [unpack/Mesa-6.5.2/src/mesa/tnl/t_vtx_exec.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 5.1\n *\n * Copyright (C) 1999-2003 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' $' Some nasty stuff still hanging on here. \n *\n * TODO - remove VB->NormalPtr, etc and just use the AttrPtr\'s.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl/t_vtx_exec.c ) [unpack/Mesa-6.5.2/src/mesa/tnl/t_vtx_generic.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 2004 Tungsten Graphics Inc., Cedar Park, Texas.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nATI, TUNGSTEN GRAPHICS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl/t_vtx_generic.c ) [unpack/Mesa-6.5.2/src/mesa/tnl/t_vtx_x86.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 2004 Tungsten Graphics Inc., Cedar Park, Texas.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nATI, TUNGSTEN GRAPHICS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Keith Whitwell \n * Daniel Borca \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl/t_vtx_x86.c ) [unpack/Mesa-6.5.2/src/mesa/tnl/tnl.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' $' These are the public-access functions exported from tnl. (A few\n * more are currently hooked into dispatch directly by the module\n * itself.)\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl/tnl.h ) [unpack/Mesa-6.5.2/src/mesa/tnl_dd/imm/t_dd_imm_capi.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Gareth Hughes \n ' $' Template for immediate mode color functions.\n *\n * FIXME: Floating-point color versions of these...\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl_dd/imm/t_dd_imm_capi.h ) [unpack/Mesa-6.5.2/src/mesa/tnl_dd/imm/t_dd_imm_napi.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Gareth Hughes \n * Keith Whitwell \n ' $' Template for immediate mode normal functions. Optimize for infinite\n * lights when doing software lighting.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl_dd/imm/t_dd_imm_napi.h ) [unpack/Mesa-6.5.2/src/mesa/tnl_dd/imm/t_dd_imm_primtmp.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n * Gareth Hughes \n ' $' Template for immediate mode vertices. \n *\n * Probably instantiate once for each vertex format used:\n * - TINY_VERTICES\n * - TEX0_VERTICES\n * - TEX1_VERTICES\n * - PTEX_VERTICES\n *\n * Have to handle TEX->PTEX transition somehow.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl_dd/imm/t_dd_imm_primtmp.h ) [unpack/Mesa-6.5.2/src/mesa/tnl_dd/imm/t_dd_imm_tapi.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Gareth Hughes \n * Keith Whitwell \n ' $' Template for immediate mode texture coordinate functions.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl_dd/imm/t_dd_imm_tapi.h ) [unpack/Mesa-6.5.2/src/mesa/tnl_dd/imm/t_dd_imm_vapi.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Gareth Hughes \n * Keith Whitwell \n ' $' Template for immediate mode vertex functions.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl_dd/imm/t_dd_imm_vapi.h ) [unpack/Mesa-6.5.2/src/mesa/tnl_dd/imm/t_dd_imm_vb.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' $' Template to build clipping routines to support t_dd_imm_primtmp.h.\n *\n * The TAG(draw_line) and TAG(draw_triangle) routines are called in\n * clipping and fallback scenarios, and when the native hardware\n * primitive (eg polygons) is unavailable.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl_dd/imm/t_dd_imm_vb.c ) [unpack/Mesa-6.5.2/src/mesa/tnl_dd/imm/t_dd_imm_vbtmp.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' $' Template to build support for t_dd_imm_* tnl module using vertices\n * as defined in t_dd_vertex.h.\n *\n * See t_dd_vbtmp.h for definitions of arguments to this file.\n * Unfortunately it seems necessary to duplicate a lot of that code.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl_dd/imm/t_dd_imm_vbtmp.h ) [unpack/Mesa-6.5.2/src/mesa/tnl_dd/t_dd.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl_dd/t_dd.c ) [unpack/Mesa-6.5.2/src/mesa/tnl_dd/t_dd_dmatmp.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' $'*\n * \\file t_dd_dmatmp.h\n * Template for render stages which build and emit vertices directly\n * to fixed-size dma buffers. Useful for rendering strips and other\n * native primitives where clipping and per-vertex tweaks such as\n * those in t_dd_tritmp.h are not required.\n *\n * Produces code for both inline triangles and indexed triangles.\n * Where various primitive types are unaccelerated by hardware, the\n * code attempts to fallback to other primitive types (quadstrips to\n * tristrips, lineloops to linestrips), or to indexed vertices.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl_dd/t_dd_dmatmp.h ) [unpack/Mesa-6.5.2/src/mesa/tnl_dd/t_dd_dmatmp2.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' $'*\n * \\file t_dd_dmatmp2.h\n * Template for render stages which build and emit vertices directly\n * to fixed-size dma buffers. Useful for rendering strips and other\n * native primitives where clipping and per-vertex tweaks such as\n * those in t_dd_tritmp.h are not required.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl_dd/t_dd_dmatmp2.h ) [unpack/Mesa-6.5.2/src/mesa/tnl_dd/t_dd_rendertmp.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' $' Leave the edgeflags as supplied by the user.\n\t ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl_dd/t_dd_rendertmp.h ) [unpack/Mesa-6.5.2/src/mesa/tnl_dd/t_dd_triemit.h]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl_dd/t_dd_triemit.h ) [unpack/Mesa-6.5.2/src/mesa/tnl_dd/t_dd_tritmp.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.3\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' $' Template for building functions to plug into the driver interface\n * of t_vb_render.c:\n * ctx->Driver.QuadFunc\n * ctx->Driver.TriangleFunc\n * ctx->Driver.LineFunc\n * ctx->Driver.PointsFunc\n *\n * DO_TWOSIDE: Plug back-color values from the VB into backfacing triangles,\n * and restore vertices afterwards.\n * DO_OFFSET: Calculate offset for triangles and adjust vertices. Restore\n * vertices after rendering.\n * DO_FLAT: For hardware without native flatshading, copy provoking colors\n * into the other vertices. Restore after rendering.\n * DO_UNFILLED: Decompose triangles to lines and points where appropriate.\n * DO_TWOSTENCIL:Gross hack for two-sided stencil.\n *\n * HAVE_RGBA: Vertices have rgba values (otherwise index values).\n * HAVE_SPEC: Vertices have secondary rgba values.\n *\n * VERT_X(v): Alias for vertex x value.\n * VERT_Y(v): Alias for vertex y value.\n * VERT_Z(v): Alias for vertex z value.\n * DEPTH_SCALE: Scale for constant offset.\n * REVERSE_DEPTH: Viewport depth range reversed.\n *\n * VERTEX: Hardware vertex type.\n * GET_VERTEX(n): Retreive vertex with index n.\n * AREA_IS_CCW(a): Return true if triangle with signed area a is ccw.\n *\n * VERT_SET_RGBA: Assign vertex rgba from VB color.\n * VERT_COPY_RGBA: Copy vertex rgba another vertex.\n * VERT_SAVE_RGBA: Save vertex rgba to a local variable.\n * VERT_RESTORE_RGBA: Restore vertex rgba from a local variable.\n * --> Similar for IND and SPEC.\n *\n * LOCAL_VARS(n): (At least) define local vars for save/restore rgba.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl_dd/t_dd_tritmp.h ) [unpack/Mesa-6.5.2/src/mesa/tnl_dd/t_dd_unfilled.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' ' fprintf(stderr, "%s %s %d %d %d\n", __FUNCTION__, ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl_dd/t_dd_unfilled.h ) [unpack/Mesa-6.5.2/src/mesa/tnl_dd/t_dd_vb.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' $' These don\'t need to be duplicated, but there\'s currently nowhere\n * really convenient to put them. Need to build some actual .o files in\n * this directory?\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl_dd/t_dd_vb.c ) [unpack/Mesa-6.5.2/src/mesa/tnl_dd/t_dd_vbtmp.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 5.0.1\n *\n * Copyright (C) 1999-2003 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' $' Unlike the other templates here, this assumes quite a bit about the\n * underlying hardware. Specifically it assumes a d3d-like vertex\n * format, with a layout more or less constrained to look like the\n * following:\n *\n * union {\n * struct {\n * float x, y, z, w;\n * struct { char r, g, b, a; } color;\n * struct { char r, g, b, fog; } spec;\n * float u0, v0;\n * float u1, v1;\n * float u2, v2;\n * float u3, v3;\n * } v;\n * struct {\n * float x, y, z, w;\n * struct { char r, g, b, a; } color;\n * struct { char r, g, b, fog; } spec;\n * float u0, v0, q0;\n * float u1, v1, q1;\n * float u2, v2, q2;\n * float u3, v3, q3;\n * } pv;\n * struct {\n * float x, y, z;\n * struct { char r, g, b, a; } color;\n * } tv;\n * float f[16];\n * unsigned int ui[16];\n * unsigned char ub4[4][16];\n * }\n *\n \n * VERTEX: hw vertex type as above\n * VERTEX_COLOR: hw color struct type in VERTEX\n *\n * DO_XYZW: Emit xyz and maybe w coordinates.\n * DO_RGBA: Emit color.\n * DO_SPEC: Emit specular color.\n * DO_FOG: Emit fog coordinate in specular alpha.\n * DO_TEX0: Emit tex0 u,v coordinates.\n * DO_TEX1: Emit tex1 u,v coordinates.\n * DO_TEX2: Emit tex2 u,v coordinates.\n * DO_TEX3: Emit tex3 u,v coordinates.\n * DO_PTEX: Emit tex0,1,2,3 q coordinates where possible.\n *\n * HAVE_RGBA_COLOR: Hardware takes color in rgba order (else bgra).\n *\n * HAVE_HW_VIEWPORT: Hardware performs viewport transform.\n * HAVE_HW_DIVIDE: Hardware performs perspective divide.\n *\n * HAVE_TINY_VERTICES: Hardware understands v.tv format.\n * HAVE_PTEX_VERTICES: Hardware understands v.pv format.\n * HAVE_NOTEX_VERTICES: Hardware understands v.v format with texcount 0.\n *\n * Additionally, this template assumes it is emitting *transformed*\n * vertices; the modifications to emit untransformed vertices (ie. to\n * t&l hardware) are probably too great to cooexist with the code\n * already in this file.\n *\n * NOTE: The PTEX vertex format always includes TEX0 and TEX1, even if\n * only TEX0 is enabled, in order to maintain a vertex size which is\n * an exact number of quadwords.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl_dd/t_dd_vbtmp.h ) [unpack/Mesa-6.5.2/src/mesa/tnl_dd/t_dd_vertex.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 4.0.3\n *\n * Copyright (C) 1999-2002 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/tnl_dd/t_dd_vertex.h ) [unpack/Mesa-6.5.2/src/mesa/x86-64/matypes.h]=( typeset -a comments=( $'\n * This file is automatically generated from the Mesa internal type\n * definitions. Do not edit directly.\n ' $' =============================================================\n * Offsets for GLcontext\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/x86-64/matypes.h ) [unpack/Mesa-6.5.2/src/mesa/x86-64/x86-64.c]=( typeset -a comments=( ' $Id: x86-64.c,v 1.4 2006/10/17 17:03:21 brianp Exp $ ' $'\n * Mesa 3-D graphics library\n * Version: 6.3\n *\n * Copyright (C) 1999-2003 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/x86-64/x86-64.c ) [unpack/Mesa-6.5.2/src/mesa/x86-64/x86-64.h]=( typeset -a comments=( ' $Id: x86-64.h,v 1.1 2005/05/07 16:59:59 brianp Exp $ ' $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/x86-64/x86-64.h ) [unpack/Mesa-6.5.2/src/mesa/x86/3dnow.c]=( typeset -a comments=( ' $Id: 3dnow.c,v 1.24 2005/10/07 17:18:52 brianp Exp $ ' $'\n * Mesa 3-D graphics library\n * Version: 5.0.1\n *\n * Copyright (C) 1999-2003 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/x86/3dnow.c ) [unpack/Mesa-6.5.2/src/mesa/x86/3dnow.h]=( typeset -a comments=( ' $Id: 3dnow.h,v 1.6 2002/04/09 14:58:03 keithw Exp $ ' $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/x86/3dnow.h ) [unpack/Mesa-6.5.2/src/mesa/x86/assyntax.h]=( typeset -a comments=( $'\n * Copyright 1992 Vrije Universiteit, The Netherlands\n *\n * Permission to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted, provided\n * that the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of the Vrije Universiteit not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. The Vrije Universiteit makes no\n * representations about the suitability of this software for any purpose.\n * It is provided "as is" without express or implied warranty.\n *\n * The Vrije Universiteit DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS\n * SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,\n * IN NO EVENT SHALL The Vrije Universiteit BE LIABLE FOR ANY SPECIAL,\n * INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\n * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE\n * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * assyntax.h\n *\n * Select the syntax appropriate to the 386 assembler being used\n * To add support for more assemblers add more columns to the CHOICE\n * macro. Note that register names must also have uppercase names\n * to avoid macro recursion. e.g., #define ah %ah recurses!\n *\n * NB 1. Some of the macros for certain assemblers imply that the code is to\n *\t run in protected mode!! Caveat emptor.\n *\n * NB 2. 486 specific instructions are not included. This is to discourage\n *\t their accidental use in code that is intended to run on 386 and 486\n *\t systems.\n *\n * Supported assemblers:\n *\n * (a) AT&T SysVr4 as(1):\tdefine ATT_ASSEMBLER\n * (b) GNU Assembler gas:\tdefine GNU_ASSEMBLER (default)\n * (c) Amsterdam Compiler kit:\tdefine ACK_ASSEMBLER\n * (d) The Netwide Assembler:\tdefine NASM_ASSEMBLER\n * (e) Microsoft Assembler:\tdefine MASM_ASSEMBLER (UNTESTED!)\n *\n * The following naming conventions have been used to identify the various\n * data types:\n *\t\t_SR = segment register version\n *\tInteger:\n *\t\t_Q = quadword\t= 64 bits\n *\t\t_L = long\t= 32 bits\n *\t\t_W = short\t= 16 bits\n *\t\t_B = byte\t= 8 bits\n *\tFloating-point:\n *\t\t_X = m80real\t= 80 bits\n *\t\t_D = double\t= 64 bits\n *\t\t_S = single\t= 32 bits\n *\n * Author: Gregory J. Sharp, Sept 1992\n * Vrije Universiteit, Amsterdam, The Netherlands\n *\n * [support for Intel syntax added by Josh Vanderhoof, 1999]\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/x86/assyntax.h ) [unpack/Mesa-6.5.2/src/mesa/x86/clip_args.h]=( typeset -a comments=( ' $Id: clip_args.h,v 1.5 2002/10/29 20:28:57 brianp Exp $ ' $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/x86/clip_args.h ) [unpack/Mesa-6.5.2/src/mesa/x86/common_x86.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file common_x86.c\n *\n * Check CPU capabilities & initialize optimized funtions for this particular\n * processor.\n *\n * Changed by Andre Werthmann for using the new SSE functions.\n *\n * \\author Holger Waechtler \n * \\author Andre Werthmann \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/x86/common_x86.c ) [unpack/Mesa-6.5.2/src/mesa/x86/common_x86_asm.h]=( typeset -a comments=( ' $Id: common_x86_asm.h,v 1.12 2005/07/16 00:56:20 ajax Exp $ ' $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/x86/common_x86_asm.h ) [unpack/Mesa-6.5.2/src/mesa/x86/common_x86_features.h]=( typeset -a comments=( ' $Id: common_x86_features.h,v 1.6 2003/01/21 16:14:00 brianp Exp $ ' $'\n * Mesa 3-D graphics library\n * Version: 5.1\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/x86/common_x86_features.h ) [unpack/Mesa-6.5.2/src/mesa/x86/common_x86_macros.h]=( typeset -a comments=( ' $Id: common_x86_macros.h,v 1.3 2002/10/29 20:28:58 brianp Exp $ ' $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Gareth Hughes\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/x86/common_x86_macros.h ) [unpack/Mesa-6.5.2/src/mesa/x86/gen_matypes.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Gareth Hughes\n ' $'\n * This generates an asm version of mtypes.h (called matypes.h), so that\n * Mesa\'s x86 assembly code can access the internal structures easily.\n * This will be particularly useful when developing new x86 asm code for\n * Mesa, including lighting, clipping, texture image conversion etc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/x86/gen_matypes.c ) [unpack/Mesa-6.5.2/src/mesa/x86/matypes.h]=( typeset -a comments=( $'\n * This file is automatically generated from the Mesa internal type\n * definitions. Do not edit directly.\n ' $' =============================================================\n * Offsets for GLcontext\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/x86/matypes.h ) [unpack/Mesa-6.5.2/src/mesa/x86/mmx.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/x86/mmx.h ) [unpack/Mesa-6.5.2/src/mesa/x86/mmx_blendtmp.h]=( typeset -a comments=( $'\n * Written by Jos\351 Fonseca \n ' $'\n * void _mesa_mmx_blend( GLcontext *ctx,\n * GLuint n, \n * const GLubyte mask[],\n * GLchan rgba[][4], \n * CONST GLchan dest[][4] )\n * \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/x86/mmx_blendtmp.h ) [unpack/Mesa-6.5.2/src/mesa/x86/norm_args.h]=( typeset -a comments=( ' $Id: norm_args.h,v 1.4 2003/11/26 08:32:36 dborca Exp $ ' $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/x86/norm_args.h ) [unpack/Mesa-6.5.2/src/mesa/x86/read_rgba_span_x86.h]=( typeset -a comments=( $'\n * (C) Copyright IBM Corporation 2004\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n * USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file read_rgba_span_x86.h\n *\n * \\author Ian Romanick \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/x86/read_rgba_span_x86.h ) [unpack/Mesa-6.5.2/src/mesa/x86/rtasm/x86sse.c]=( typeset -a comments=( $' Emit bytes to the instruction stream:\n ' $' Build a modRM byte + possible displacement. No treatment of SIB\n * indexing. BZZT - no way to encode an absolute address.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/x86/rtasm/x86sse.c ) [unpack/Mesa-6.5.2/src/mesa/x86/rtasm/x86sse.h]=( typeset -a comments=( $' It is up to the caller to ensure that instructions issued are\n * suitable for the host cpu. There are no checks made in this module\n * for mmx/sse/sse2 support on the cpu.\n ' ' mod_REG if this is just a register ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/x86/rtasm/x86sse.h ) [unpack/Mesa-6.5.2/src/mesa/x86/sse.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.0\n *\n * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * PentiumIII-SIMD (SSE) optimizations contributed by\n * Andre Werthmann \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/x86/sse.c ) [unpack/Mesa-6.5.2/src/mesa/x86/sse.h]=( typeset -a comments=( ' $Id: sse.h,v 1.2 2002/04/09 14:58:03 keithw Exp $ ' $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/x86/sse.h ) [unpack/Mesa-6.5.2/src/mesa/x86/x86.c]=( typeset -a comments=( ' $Id: x86.c,v 1.26 2005/10/07 17:18:52 brianp Exp $ ' $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/x86/x86.c ) [unpack/Mesa-6.5.2/src/mesa/x86/x86.h]=( typeset -a comments=( ' $Id: x86.h,v 1.5 2002/04/09 14:58:03 keithw Exp $ ' $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/x86/x86.h ) [unpack/Mesa-6.5.2/src/mesa/x86/xform_args.h]=( typeset -a comments=( ' $Id: xform_args.h,v 1.5 2002/10/29 20:28:58 brianp Exp $ ' $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/mesa/x86/xform_args.h ) [unpack/bdftopcf-1.0.1/bdftopcf.c]=( typeset -a comments=( ' $Xorg: bdftopcf.c,v 1.4 2001/02/09 02:05:28 xorgcvs Exp $ ' $'\n\nCopyright 1991, 1993, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/bdftopcf-1.0.1/bdftopcf.c ) [unpack/bigreqsproto-1.0.2/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/bigreqsproto-1.0.2/autogen.sh ) [unpack/bigreqsproto-1.0.2/bigreqstr.h]=( typeset -a comments=( ' $Xorg: bigreqstr.h,v 1.4 2001/02/09 02:03:24 xorgcvs Exp $ ' $'\n\nCopyright 1992, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/bigreqsproto-1.0.2/bigreqstr.h ) [unpack/compositeproto-0.3.1/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/compositeproto-0.3.1/autogen.sh ) [unpack/compositeproto-0.3.1/composite.h]=( typeset -a comments=( $'\n * $Id: composite.h,v 1.2 2004/07/31 06:16:50 anholt Exp $\n *\n * Copyright \302\251 2006 Sun Microsystems\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Sun Microsystems not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Sun Microsystems makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * SUN MICROSYSTEMS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL SUN MICROSYSTEMS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Copyright \302\251 2003 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' _COMPOSITE_H_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/compositeproto-0.3.1/composite.h ) [unpack/compositeproto-0.3.1/compositeproto.h]=( typeset -a comments=( $'\n * $Id: compositeproto.h,v 1.2 2004/07/31 06:16:50 anholt Exp $\n *\n * Copyright \302\251 2006 Sun Microsystems\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Sun Microsystems not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Sun Microsystems makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * SUN MICROSYSTEMS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL SUN MICROSYSTEMS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Copyright \302\251 2003 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $' \n * requests and replies\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/compositeproto-0.3.1/compositeproto.h ) [unpack/constype-1.0.1/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/constype-1.0.1/autogen.sh ) [unpack/constype-1.0.1/constype.c]=( typeset -a comments=( $' $XdotOrg: $\n * $Xorg: constype.c,v 1.3 2000/08/17 19:48:29 cpqbld Exp $\n * \n * consoletype - utility to print out string identifying Sun console type\n *\n * Copyright 1988 SRI \n *\n * Permission to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted, provided\n * that the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of SRI not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. SRI makes no representations about the\n * suitability of this software for any purpose. It is provided "as is"\n * without express or implied warranty.\n *\n * Author: Doug Moran, SRI\n ' ' $XFree86: xc/programs/Xserver/hw/sun/constype.c,v 3.8 2003/10/07 21:40:07 herrb Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/constype-1.0.1/constype.c ) [unpack/damageproto-1.1.0/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/damageproto-1.1.0/autogen.sh ) [unpack/damageproto-1.1.0/damageproto.h]=( typeset -a comments=( $'\n * $Id: damageproto.h,v 1.1 2003-10-24 06:16:46 keithp Exp $\n *\n * Copyright \302\251 2003 Keith Packard\n * Copyright \302\251 2007 Eric Anholt\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' '************* Version 0 *****************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/damageproto-1.1.0/damageproto.h ) [unpack/damageproto-1.1.0/damagewire.h]=( typeset -a comments=( $'\n * $Id: damagewire.h,v 1.1 2003-10-24 06:16:46 keithp Exp $\n *\n * Copyright \302\251 2003 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' '************ Version 1 ***************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/damageproto-1.1.0/damagewire.h ) [unpack/evieext-1.0.2/Xeviestr.h]=( typeset -a comments=( ' $XdotOrg: $ ' $'*********************************************************** \n \nCopyright 2003 Sun Microsystems, Inc. \n \nAll rights reserved. \n \nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the \n"Software"), to deal in the Software without restriction, including \nwithout limitation the rights to use, copy, modify, merge, publish, \ndistribute, and/or sell copies of the Software, and to permit persons \nto whom the Software is furnished to do so, provided that the above \ncopyright notice(s) and this permission notice appear in all copies of \nthe Software and that both the above copyright notice(s) and this \npermission notice appear in supporting documentation. \n \nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF \nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT \nOF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR \nHOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL\nINDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING \nFROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, \nNEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION \nWITH THE USE OR PERFORMANCE OF THIS SOFTWARE. \n \nExcept as contained in this notice, the name of a copyright holder \nshall not be used in advertising or otherwise to promote the sale, use \nor other dealings in this Software without prior written authorization \nof the copyright holder. \n \n***********************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/evieext-1.0.2/Xeviestr.h ) [unpack/evieext-1.0.2/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/evieext-1.0.2/autogen.sh ) [unpack/fixesproto-4.0/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/fixesproto-4.0/autogen.sh ) [unpack/fixesproto-4.0/xfixesproto.h]=( typeset -a comments=( $'\n * $XFree86: xc/include/extensions/xfixesproto.h,v 1.1 2002/11/30 06:21:43 keithp Exp $\n *\n * Copyright \302\251 2006 Sun Microsystems\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Sun Microsystems not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Sun Microsystems makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * SUN MICROSYSTEMS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL SUN MICROSYSTEMS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Copyright \302\251 2002 Keith Packard, member of The XFree86 Project, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' '************** Version 1 *****************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/fixesproto-4.0/xfixesproto.h ) [unpack/fixesproto-4.0/xfixeswire.h]=( typeset -a comments=( $'\n * $XFree86: xc/include/extensions/xfixeswire.h,v 1.1 2002/11/30 06:21:43 keithp Exp $\n *\n * Copyright \302\251 2006 Sun Microsystems\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Sun Microsystems not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Sun Microsystems makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * SUN MICROSYSTEMS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL SUN MICROSYSTEMS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Copyright \302\251 2002 Keith Packard, member of The XFree86 Project, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' '************** Version 1 *****************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/fixesproto-4.0/xfixeswire.h ) [unpack/fontcacheproto-0.1.2/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/fontcacheproto-0.1.2/autogen.sh ) [unpack/fontcacheproto-0.1.2/fontcache.h]=( typeset -a comments=( $'-\n * Copyright (c) 1998-1999 Shunsuke Akiyama .\n * All rights reserved.\n * Copyright (c) 1998-1999 X-TrueType Server Project, All rights\n * reserved.\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions\n * are met:\n * 1. Redistributions of source code must retain the above copyright\n * notice, this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n * notice, this list of conditions and the following disclaimer in the\n * documentation and/or other materials provided with the distribution.\n *\n * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS\'\' AND\n * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\n * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\n * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\n * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\n * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n * SUCH DAMAGE.\n *\n *\tId: fontcache.h,v 1.6 1999/01/31 12:41:32 akiyama Exp $\n ' ' $XFree86: xc/include/extensions/fontcache.h,v 1.3 2001/08/01 00:44:35 tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/fontcacheproto-0.1.2/fontcache.h ) [unpack/fontcacheproto-0.1.2/fontcacheP.h]=( typeset -a comments=( $'-\n * Copyright (c) 1998-1999 Shunsuke Akiyama .\n * All rights reserved.\n * Copyright (c) 1998-1999 X-TrueType Server Project, All rights reserved.\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions\n * are met:\n * 1. Redistributions of source code must retain the above copyright\n * notice, this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n * notice, this list of conditions and the following disclaimer in the\n * documentation and/or other materials provided with the distribution.\n *\n * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS\'\' AND\n * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\n * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\n * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\n * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\n * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n * SUCH DAMAGE.\n *\n *\tId: fontcacheP.h,v 1.6 1999/01/31 12:43:53 akiyama Exp $\n ' ' $XFree86: xc/include/extensions/fontcacheP.h,v 1.4 2000/03/01 01:04:21 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/fontcacheproto-0.1.2/fontcacheP.h ) [unpack/fontcacheproto-0.1.2/fontcachstr.h]=( typeset -a comments=( $'-\n * Copyright (c) 1998-1999 Shunsuke Akiyama .\n * All rights reserved.\n * Copyright (c) 1998-1999 X-TrueType Server Project, All rights\n * reserved.\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions\n * are met:\n * 1. Redistributions of source code must retain the above copyright\n * notice, this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n * notice, this list of conditions and the following disclaimer in the\n * documentation and/or other materials provided with the distribution.\n *\n * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS\'\' AND\n * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\n * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\n * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\n * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\n * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n * SUCH DAMAGE.\n *\n *\tId: fontcachstr.h,v 1.7 1999/01/31 14:58:40 akiyama Exp $\n ' ' $XFree86$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/fontcacheproto-0.1.2/fontcachstr.h ) [unpack/fontsproto-2.0.2/FS.h]=( typeset -a comments=( ' $Xorg: FS.h,v 1.4 2001/02/09 02:03:24 xorgcvs Exp $ ' $'\n * Copyright 1990, 1991 Network Computing Devices;\n * Portions Copyright 1987 by Digital Equipment Corporation \n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of Network Computing Devices or Digital\n * not be used in advertising or publicity pertaining to distribution\n * of the software without specific, written prior permission.\n * Network Computing Devices and Digital make no representations \n * about the suitability of this software for any purpose. It is provided \n * "as is" without express or implied warranty.\n *\n * NETWORK COMPUTING DEVICES AND DIGITAL DISCLAIM ALL WARRANTIES WITH\n * REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF\n * MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NETWORK COMPUTING DEVICES\n * OR DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL\n * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR\n * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS\n * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF\n * THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/fontsproto-2.0.2/FS.h ) [unpack/fontsproto-2.0.2/FSproto.h]=( typeset -a comments=( ' $Xorg: FSproto.h,v 1.4 2001/02/09 02:03:25 xorgcvs Exp $ ' $'\n \nCopyright 1990, 1991, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n * Copyright 1990, 1991 Network Computing Devices;\n * Portions Copyright 1987 by Digital Equipment Corporation \n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of Network Computing Devices, or Digital\n * not be used in advertising or publicity pertaining to distribution\n * of the software without specific, written prior permission.\n *\n * NETWORK COMPUTING DEVICES, AND DIGITAL DISCLAIM ALL WARRANTIES WITH\n * REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF\n * MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NETWORK COMPUTING DEVICES,\n * OR DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL\n * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR\n * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS\n * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF\n * THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/fontsproto-2.0.2/FSproto.h ) [unpack/fontsproto-2.0.2/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/fontsproto-2.0.2/autogen.sh ) [unpack/fontsproto-2.0.2/font.h]=( typeset -a comments=( ' $Xorg: font.h,v 1.3 2000/08/18 04:05:44 coskrey Exp $ ' $'**********************************************************\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/fontsproto-2.0.2/font.h ) [unpack/fontsproto-2.0.2/fontproto.h]=( typeset -a comments=( ' $XFree86: xc/include/fonts/fontproto.h,v 1.2 1999/09/04 09:14:08 dawes Exp $ ' $'**********************************************************\n\nCopyright (c) 1999 The XFree86 Project Inc.\n\nAll Rights Reserved.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The XFree86 Project\nInc. shall not be used in advertising or otherwise to promote the\nsale, use or other dealings in this Software without prior written\nauthorization from The XFree86 Project Inc..\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/fontsproto-2.0.2/fontproto.h ) [unpack/fontsproto-2.0.2/fontstruct.h]=( typeset -a comments=( ' $Xorg: fontstruct.h,v 1.3 2000/08/18 04:05:44 coskrey Exp $ ' $'**********************************************************\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/fontsproto-2.0.2/fontstruct.h ) [unpack/fontsproto-2.0.2/fsmasks.h]=( typeset -a comments=( ' $Xorg: fsmasks.h,v 1.4 2001/02/09 02:03:25 xorgcvs Exp $ ' $'\n * Copyright 1990, 1991 Network Computing Devices;\n * Portions Copyright 1987 by Digital Equipment Corporation \n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of Network Computing Devices or Digital\n * not be used in advertising or publicity pertaining to distribution\n * of the software without specific, written prior permission.\n * Network Computing Devices and Digital make no representations \n * about the suitability of this software for any purpose. It is provided \n * "as is" without express or implied warranty.\n *\n * NETWORK COMPUTING DEVICES AND DIGITAL DISCLAIM ALL WARRANTIES WITH\n * REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF\n * MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NETWORK COMPUTING DEVICES\n * OR DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL\n * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR\n * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS\n * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF\n * THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/fontsproto-2.0.2/fsmasks.h ) [unpack/freetype-2.1.10/autogen.sh]=( typeset -a comments=( $'!/bin/sh\n' $' Copyright 2005 by\n David Turner, Robert Wilhelm, and Werner Lemberg.\n\n This file is part of the FreeType project, and may only be used, modified,\n and distributed under the terms of the FreeType project license,\n LICENSE.TXT. By continuing to use, modify, or distribute this file you\n indicate that you have read the license and understand and accept it\n fully.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/freetype-2.1.10/autogen.sh ) [unpack/freetype-2.1.10/builds/amiga/include/freetype/config/ftconfig.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/builds/amiga/include/freetype/config/ftconfig.h ) [unpack/freetype-2.1.10/builds/amiga/include/freetype/config/ftmodule.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/builds/amiga/include/freetype/config/ftmodule.h ) [unpack/freetype-2.1.10/builds/amiga/src/base/ftdebug.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/builds/amiga/src/base/ftdebug.c ) [unpack/freetype-2.1.10/builds/amiga/src/base/ftsystem.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/builds/amiga/src/base/ftsystem.c ) [unpack/freetype-2.1.10/builds/unix/ft2unix.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/builds/unix/ft2unix.h ) [unpack/freetype-2.1.10/builds/unix/ftsystem.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/builds/unix/ftsystem.c ) [unpack/freetype-2.1.10/builds/unix/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/freetype-2.1.10/builds/unix/ltmain.sh ) [unpack/freetype-2.1.10/builds/vms/ftconfig.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/builds/vms/ftconfig.h ) [unpack/freetype-2.1.10/builds/vms/ftsystem.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/builds/vms/ftsystem.c ) [unpack/freetype-2.1.10/builds/win32/ftdebug.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/builds/win32/ftdebug.c ) [unpack/freetype-2.1.10/devel/ft2build.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/devel/ft2build.h ) [unpack/freetype-2.1.10/devel/ftoption.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/devel/ftoption.h ) [unpack/freetype-2.1.10/include/freetype/cache/ftccache.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/cache/ftccache.h ) [unpack/freetype-2.1.10/include/freetype/cache/ftccmap.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/cache/ftccmap.h ) [unpack/freetype-2.1.10/include/freetype/cache/ftcglyph.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/cache/ftcglyph.h ) [unpack/freetype-2.1.10/include/freetype/cache/ftcimage.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/cache/ftcimage.h ) [unpack/freetype-2.1.10/include/freetype/cache/ftcmanag.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/cache/ftcmanag.h ) [unpack/freetype-2.1.10/include/freetype/cache/ftcmru.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/cache/ftcmru.h ) [unpack/freetype-2.1.10/include/freetype/cache/ftcsbits.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/cache/ftcsbits.h ) [unpack/freetype-2.1.10/include/freetype/config/ftconfig.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/config/ftconfig.h ) [unpack/freetype-2.1.10/include/freetype/config/ftheader.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/config/ftheader.h ) [unpack/freetype-2.1.10/include/freetype/config/ftmodule.h]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/config/ftmodule.h ) [unpack/freetype-2.1.10/include/freetype/config/ftoption.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/config/ftoption.h ) [unpack/freetype-2.1.10/include/freetype/config/ftstdlib.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/config/ftstdlib.h ) [unpack/freetype-2.1.10/include/freetype/freetype.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/freetype.h ) [unpack/freetype-2.1.10/include/freetype/ftbbox.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/ftbbox.h ) [unpack/freetype-2.1.10/include/freetype/ftbdf.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/ftbdf.h ) [unpack/freetype-2.1.10/include/freetype/ftbitmap.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/ftbitmap.h ) [unpack/freetype-2.1.10/include/freetype/ftcache.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/ftcache.h ) [unpack/freetype-2.1.10/include/freetype/ftchapters.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/ftchapters.h ) [unpack/freetype-2.1.10/include/freetype/fterrdef.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/fterrdef.h ) [unpack/freetype-2.1.10/include/freetype/fterrors.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/fterrors.h ) [unpack/freetype-2.1.10/include/freetype/ftglyph.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/ftglyph.h ) [unpack/freetype-2.1.10/include/freetype/ftgzip.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/ftgzip.h ) [unpack/freetype-2.1.10/include/freetype/ftimage.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/ftimage.h ) [unpack/freetype-2.1.10/include/freetype/ftincrem.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/ftincrem.h ) [unpack/freetype-2.1.10/include/freetype/ftlist.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/ftlist.h ) [unpack/freetype-2.1.10/include/freetype/ftlzw.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/ftlzw.h ) [unpack/freetype-2.1.10/include/freetype/ftmac.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/ftmac.h ) [unpack/freetype-2.1.10/include/freetype/ftmm.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/ftmm.h ) [unpack/freetype-2.1.10/include/freetype/ftmodapi.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/ftmodapi.h ) [unpack/freetype-2.1.10/include/freetype/ftmoderr.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/ftmoderr.h ) [unpack/freetype-2.1.10/include/freetype/ftotval.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/ftotval.h ) [unpack/freetype-2.1.10/include/freetype/ftoutln.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/ftoutln.h ) [unpack/freetype-2.1.10/include/freetype/ftpfr.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/ftpfr.h ) [unpack/freetype-2.1.10/include/freetype/ftrender.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/ftrender.h ) [unpack/freetype-2.1.10/include/freetype/ftsizes.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/ftsizes.h ) [unpack/freetype-2.1.10/include/freetype/ftsnames.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/ftsnames.h ) [unpack/freetype-2.1.10/include/freetype/ftstroke.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/ftstroke.h ) [unpack/freetype-2.1.10/include/freetype/ftsynth.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/ftsynth.h ) [unpack/freetype-2.1.10/include/freetype/ftsysio.h]=( typeset -a comments=( '**********************************************************************' '**********************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/ftsysio.h ) [unpack/freetype-2.1.10/include/freetype/ftsysmem.h]=( typeset -a comments=( '**********************************************************************' '**********************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/ftsysmem.h ) [unpack/freetype-2.1.10/include/freetype/ftsystem.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/ftsystem.h ) [unpack/freetype-2.1.10/include/freetype/fttrigon.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/fttrigon.h ) [unpack/freetype-2.1.10/include/freetype/fttypes.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/fttypes.h ) [unpack/freetype-2.1.10/include/freetype/ftwinfnt.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/ftwinfnt.h ) [unpack/freetype-2.1.10/include/freetype/ftxf86.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/ftxf86.h ) [unpack/freetype-2.1.10/include/freetype/internal/autohint.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/internal/autohint.h ) [unpack/freetype-2.1.10/include/freetype/internal/ftcalc.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/internal/ftcalc.h ) [unpack/freetype-2.1.10/include/freetype/internal/ftdebug.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/internal/ftdebug.h ) [unpack/freetype-2.1.10/include/freetype/internal/ftdriver.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/internal/ftdriver.h ) [unpack/freetype-2.1.10/include/freetype/internal/ftgloadr.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/internal/ftgloadr.h ) [unpack/freetype-2.1.10/include/freetype/internal/ftmemory.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/internal/ftmemory.h ) [unpack/freetype-2.1.10/include/freetype/internal/ftobjs.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/internal/ftobjs.h ) [unpack/freetype-2.1.10/include/freetype/internal/ftrfork.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/internal/ftrfork.h ) [unpack/freetype-2.1.10/include/freetype/internal/ftserv.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/internal/ftserv.h ) [unpack/freetype-2.1.10/include/freetype/internal/ftstream.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/internal/ftstream.h ) [unpack/freetype-2.1.10/include/freetype/internal/fttrace.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/internal/fttrace.h ) [unpack/freetype-2.1.10/include/freetype/internal/ftvalid.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/internal/ftvalid.h ) [unpack/freetype-2.1.10/include/freetype/internal/internal.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/internal/internal.h ) [unpack/freetype-2.1.10/include/freetype/internal/pcftypes.h]=( typeset -a comments=( $' pcftypes.h\n\n FreeType font driver for pcf fonts\n\n Copyright (C) 2000, 2001, 2002 by\n Francesco Zappa Nardelli\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n' ' __PCFTYPES_H__ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/internal/pcftypes.h ) [unpack/freetype-2.1.10/include/freetype/internal/psaux.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/internal/psaux.h ) [unpack/freetype-2.1.10/include/freetype/internal/pshints.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/internal/pshints.h ) [unpack/freetype-2.1.10/include/freetype/internal/services/svbdf.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/internal/services/svbdf.h ) [unpack/freetype-2.1.10/include/freetype/internal/services/svgldict.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/internal/services/svgldict.h ) [unpack/freetype-2.1.10/include/freetype/internal/services/svmm.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/internal/services/svmm.h ) [unpack/freetype-2.1.10/include/freetype/internal/services/svotval.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/internal/services/svotval.h ) [unpack/freetype-2.1.10/include/freetype/internal/services/svpfr.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/internal/services/svpfr.h ) [unpack/freetype-2.1.10/include/freetype/internal/services/svpostnm.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/internal/services/svpostnm.h ) [unpack/freetype-2.1.10/include/freetype/internal/services/svpscmap.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/internal/services/svpscmap.h ) [unpack/freetype-2.1.10/include/freetype/internal/services/svpsinfo.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/internal/services/svpsinfo.h ) [unpack/freetype-2.1.10/include/freetype/internal/services/svsfnt.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/internal/services/svsfnt.h ) [unpack/freetype-2.1.10/include/freetype/internal/services/svttcmap.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/internal/services/svttcmap.h ) [unpack/freetype-2.1.10/include/freetype/internal/services/svwinfnt.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/internal/services/svwinfnt.h ) [unpack/freetype-2.1.10/include/freetype/internal/services/svxf86nm.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/internal/services/svxf86nm.h ) [unpack/freetype-2.1.10/include/freetype/internal/sfnt.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/internal/sfnt.h ) [unpack/freetype-2.1.10/include/freetype/internal/t1types.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/internal/t1types.h ) [unpack/freetype-2.1.10/include/freetype/internal/tttypes.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/internal/tttypes.h ) [unpack/freetype-2.1.10/include/freetype/t1tables.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/t1tables.h ) [unpack/freetype-2.1.10/include/freetype/ttnameid.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/ttnameid.h ) [unpack/freetype-2.1.10/include/freetype/tttables.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/tttables.h ) [unpack/freetype-2.1.10/include/freetype/tttags.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/tttags.h ) [unpack/freetype-2.1.10/include/freetype/ttunpat.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/freetype/ttunpat.h ) [unpack/freetype-2.1.10/include/ft2build.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/include/ft2build.h ) [unpack/freetype-2.1.10/src/autofit/afangles.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/autofit/afangles.c ) [unpack/freetype-2.1.10/src/autofit/afangles.h]=( typeset -a comments=( $'\n * afangles.h\n *\n * This is a dummy file, used to please the build system. It is never\n * included by the auto-fitter sources.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/autofit/afangles.h ) [unpack/freetype-2.1.10/src/autofit/afdummy.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/autofit/afdummy.c ) [unpack/freetype-2.1.10/src/autofit/afdummy.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/autofit/afdummy.h ) [unpack/freetype-2.1.10/src/autofit/aferrors.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/autofit/aferrors.h ) [unpack/freetype-2.1.10/src/autofit/afglobal.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/autofit/afglobal.c ) [unpack/freetype-2.1.10/src/autofit/afglobal.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/autofit/afglobal.h ) [unpack/freetype-2.1.10/src/autofit/afhints.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/autofit/afhints.c ) [unpack/freetype-2.1.10/src/autofit/afhints.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/autofit/afhints.h ) [unpack/freetype-2.1.10/src/autofit/aflatin.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/autofit/aflatin.c ) [unpack/freetype-2.1.10/src/autofit/aflatin.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/autofit/aflatin.h ) [unpack/freetype-2.1.10/src/autofit/afloader.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/autofit/afloader.c ) [unpack/freetype-2.1.10/src/autofit/afloader.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/autofit/afloader.h ) [unpack/freetype-2.1.10/src/autofit/afmodule.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/autofit/afmodule.c ) [unpack/freetype-2.1.10/src/autofit/afmodule.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/autofit/afmodule.h ) [unpack/freetype-2.1.10/src/autofit/aftypes.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/autofit/aftypes.h ) [unpack/freetype-2.1.10/src/autofit/autofit.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/autofit/autofit.c ) [unpack/freetype-2.1.10/src/base/ftapi.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/base/ftapi.c ) [unpack/freetype-2.1.10/src/base/ftbase.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/base/ftbase.c ) [unpack/freetype-2.1.10/src/base/ftbbox.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/base/ftbbox.c ) [unpack/freetype-2.1.10/src/base/ftbdf.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/base/ftbdf.c ) [unpack/freetype-2.1.10/src/base/ftbitmap.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/base/ftbitmap.c ) [unpack/freetype-2.1.10/src/base/ftcalc.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/base/ftcalc.c ) [unpack/freetype-2.1.10/src/base/ftdbgmem.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/base/ftdbgmem.c ) [unpack/freetype-2.1.10/src/base/ftdebug.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/base/ftdebug.c ) [unpack/freetype-2.1.10/src/base/ftgloadr.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/base/ftgloadr.c ) [unpack/freetype-2.1.10/src/base/ftglyph.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/base/ftglyph.c ) [unpack/freetype-2.1.10/src/base/ftinit.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/base/ftinit.c ) [unpack/freetype-2.1.10/src/base/ftmac.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/base/ftmac.c ) [unpack/freetype-2.1.10/src/base/ftmm.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/base/ftmm.c ) [unpack/freetype-2.1.10/src/base/ftnames.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/base/ftnames.c ) [unpack/freetype-2.1.10/src/base/ftobjs.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/base/ftobjs.c ) [unpack/freetype-2.1.10/src/base/ftotval.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/base/ftotval.c ) [unpack/freetype-2.1.10/src/base/ftoutln.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/base/ftoutln.c ) [unpack/freetype-2.1.10/src/base/ftpfr.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/base/ftpfr.c ) [unpack/freetype-2.1.10/src/base/ftrfork.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/base/ftrfork.c ) [unpack/freetype-2.1.10/src/base/ftstream.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/base/ftstream.c ) [unpack/freetype-2.1.10/src/base/ftstroke.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/base/ftstroke.c ) [unpack/freetype-2.1.10/src/base/ftsynth.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/base/ftsynth.c ) [unpack/freetype-2.1.10/src/base/ftsystem.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/base/ftsystem.c ) [unpack/freetype-2.1.10/src/base/fttrigon.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/base/fttrigon.c ) [unpack/freetype-2.1.10/src/base/fttype1.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/base/fttype1.c ) [unpack/freetype-2.1.10/src/base/ftutil.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/base/ftutil.c ) [unpack/freetype-2.1.10/src/base/ftwinfnt.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/base/ftwinfnt.c ) [unpack/freetype-2.1.10/src/base/ftxf86.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/base/ftxf86.c ) [unpack/freetype-2.1.10/src/bdf/bdf.c]=( typeset -a comments=( $' bdf.c\n\n FreeType font driver for bdf files\n\n Copyright (C) 2001, 2002 by\n Francesco Zappa Nardelli \n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n' ' END ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/bdf/bdf.c ) [unpack/freetype-2.1.10/src/bdf/bdf.h]=( typeset -a comments=( $'\n * Copyright 2000 Computing Research Labs, New Mexico State University\n * Copyright 2001, 2002, 2003, 2004 Francesco Zappa Nardelli\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY\n * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT\n * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR\n * THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Based on bdf.h,v 1.16 2000/03/16 20:08:51 mleisher\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/bdf/bdf.h ) [unpack/freetype-2.1.10/src/bdf/bdfdrivr.c]=( typeset -a comments=( $' bdfdrivr.c\n\n FreeType font driver for bdf files\n\n Copyright (C) 2001, 2002, 2003, 2004, 2005 by\n Francesco Zappa Nardelli\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n' '***********************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/bdf/bdfdrivr.c ) [unpack/freetype-2.1.10/src/bdf/bdfdrivr.h]=( typeset -a comments=( $' bdfdrivr.h\n\n FreeType font driver for bdf fonts\n\n Copyright (C) 2001, 2002, 2003, 2004 by\n Francesco Zappa Nardelli\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n' ' a single charmap per face ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/bdf/bdfdrivr.h ) [unpack/freetype-2.1.10/src/bdf/bdferror.h]=( typeset -a comments=( $'\n * Copyright 2001, 2002 Francesco Zappa Nardelli\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY\n * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT\n * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR\n * THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' '***********************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/bdf/bdferror.h ) [unpack/freetype-2.1.10/src/bdf/bdflib.c]=( typeset -a comments=( $'\n * Copyright 2000 Computing Research Labs, New Mexico State University\n * Copyright 2001, 2002, 2003, 2004, 2005 Francesco Zappa Nardelli\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY\n * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT\n * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR\n * THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' '***********************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/bdf/bdflib.c ) [unpack/freetype-2.1.10/src/cache/ftcache.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/cache/ftcache.c ) [unpack/freetype-2.1.10/src/cache/ftcbasic.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/cache/ftcbasic.c ) [unpack/freetype-2.1.10/src/cache/ftccache.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/cache/ftccache.c ) [unpack/freetype-2.1.10/src/cache/ftccback.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/cache/ftccback.h ) [unpack/freetype-2.1.10/src/cache/ftccmap.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/cache/ftccmap.c ) [unpack/freetype-2.1.10/src/cache/ftcerror.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/cache/ftcerror.h ) [unpack/freetype-2.1.10/src/cache/ftcglyph.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/cache/ftcglyph.c ) [unpack/freetype-2.1.10/src/cache/ftcimage.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/cache/ftcimage.c ) [unpack/freetype-2.1.10/src/cache/ftcmanag.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/cache/ftcmanag.c ) [unpack/freetype-2.1.10/src/cache/ftcmru.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/cache/ftcmru.c ) [unpack/freetype-2.1.10/src/cache/ftcsbits.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/cache/ftcsbits.c ) [unpack/freetype-2.1.10/src/cff/cff.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/cff/cff.c ) [unpack/freetype-2.1.10/src/cff/cffcmap.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/cff/cffcmap.c ) [unpack/freetype-2.1.10/src/cff/cffcmap.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/cff/cffcmap.h ) [unpack/freetype-2.1.10/src/cff/cffdrivr.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/cff/cffdrivr.c ) [unpack/freetype-2.1.10/src/cff/cffdrivr.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/cff/cffdrivr.h ) [unpack/freetype-2.1.10/src/cff/cfferrs.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/cff/cfferrs.h ) [unpack/freetype-2.1.10/src/cff/cffgload.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/cff/cffgload.c ) [unpack/freetype-2.1.10/src/cff/cffgload.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/cff/cffgload.h ) [unpack/freetype-2.1.10/src/cff/cffload.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/cff/cffload.c ) [unpack/freetype-2.1.10/src/cff/cffload.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/cff/cffload.h ) [unpack/freetype-2.1.10/src/cff/cffobjs.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/cff/cffobjs.c ) [unpack/freetype-2.1.10/src/cff/cffobjs.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/cff/cffobjs.h ) [unpack/freetype-2.1.10/src/cff/cffparse.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/cff/cffparse.c ) [unpack/freetype-2.1.10/src/cff/cffparse.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/cff/cffparse.h ) [unpack/freetype-2.1.10/src/cff/cfftoken.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/cff/cfftoken.h ) [unpack/freetype-2.1.10/src/cff/cfftypes.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/cff/cfftypes.h ) [unpack/freetype-2.1.10/src/cid/ciderrs.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/cid/ciderrs.h ) [unpack/freetype-2.1.10/src/cid/cidgload.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/cid/cidgload.c ) [unpack/freetype-2.1.10/src/cid/cidgload.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/cid/cidgload.h ) [unpack/freetype-2.1.10/src/cid/cidload.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/cid/cidload.c ) [unpack/freetype-2.1.10/src/cid/cidload.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/cid/cidload.h ) [unpack/freetype-2.1.10/src/cid/cidobjs.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/cid/cidobjs.c ) [unpack/freetype-2.1.10/src/cid/cidobjs.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/cid/cidobjs.h ) [unpack/freetype-2.1.10/src/cid/cidparse.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/cid/cidparse.c ) [unpack/freetype-2.1.10/src/cid/cidparse.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/cid/cidparse.h ) [unpack/freetype-2.1.10/src/cid/cidriver.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/cid/cidriver.c ) [unpack/freetype-2.1.10/src/cid/cidriver.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/cid/cidriver.h ) [unpack/freetype-2.1.10/src/cid/cidtoken.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/cid/cidtoken.h ) [unpack/freetype-2.1.10/src/cid/type1cid.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/cid/type1cid.c ) [unpack/freetype-2.1.10/src/gzip/adler32.c]=( typeset -a comments=( $' adler32.c -- compute the Adler-32 checksum of a data stream\n * Copyright (C) 1995-2002 Mark Adler\n * For conditions of distribution and use, see copyright notice in zlib.h\n ' ' @(#) $Id: adler32.c,v 1.4 2003/01/30 23:24:18 davidT Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/gzip/adler32.c ) [unpack/freetype-2.1.10/src/gzip/ftgzip.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/gzip/ftgzip.c ) [unpack/freetype-2.1.10/src/gzip/infblock.c]=( typeset -a comments=( $' infblock.c -- interpret and process block types to last block\n * Copyright (C) 1995-2002 Mark Adler\n * For conditions of distribution and use, see copyright notice in zlib.h\n ' ' simplify the use of the inflate_huft type with some defines ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/gzip/infblock.c ) [unpack/freetype-2.1.10/src/gzip/infblock.h]=( typeset -a comments=( $' infblock.h -- header to use infblock.c\n * Copyright (C) 1995-2002 Mark Adler\n * For conditions of distribution and use, see copyright notice in zlib.h\n ' $' WARNING: this file should *not* be used by applications. It is\n part of the implementation of the compression library and is\n subject to change. Applications should only use zlib.h.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/gzip/infblock.h ) [unpack/freetype-2.1.10/src/gzip/infcodes.c]=( typeset -a comments=( $' infcodes.c -- process literals and length/distance pairs\n * Copyright (C) 1995-2002 Mark Adler\n * For conditions of distribution and use, see copyright notice in zlib.h\n ' ' simplify the use of the inflate_huft type with some defines ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/gzip/infcodes.c ) [unpack/freetype-2.1.10/src/gzip/infcodes.h]=( typeset -a comments=( $' infcodes.h -- header to use infcodes.c\n * Copyright (C) 1995-2002 Mark Adler\n * For conditions of distribution and use, see copyright notice in zlib.h\n ' $' WARNING: this file should *not* be used by applications. It is\n part of the implementation of the compression library and is\n subject to change. Applications should only use zlib.h.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/gzip/infcodes.h ) [unpack/freetype-2.1.10/src/gzip/inffixed.h]=( typeset -a comments=( $' inffixed.h -- table for decoding fixed codes\n * Generated automatically by the maketree.c program\n ' $' WARNING: this file should *not* be used by applications. It is\n part of the implementation of the compression library and is\n subject to change. Applications should only use zlib.h.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/gzip/inffixed.h ) [unpack/freetype-2.1.10/src/gzip/inflate.c]=( typeset -a comments=( $' inflate.c -- zlib interface to inflate modules\n * Copyright (C) 1995-2002 Mark Adler\n * For conditions of distribution and use, see copyright notice in zlib.h\n ' ' waiting for method byte ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/gzip/inflate.c ) [unpack/freetype-2.1.10/src/gzip/inftrees.c]=( typeset -a comments=( $' inftrees.c -- generate Huffman trees for efficient decoding\n * Copyright (C) 1995-2002 Mark Adler\n * For conditions of distribution and use, see copyright notice in zlib.h\n ' ' non ANSI compilers may not accept inffixed.h ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/gzip/inftrees.c ) [unpack/freetype-2.1.10/src/gzip/inftrees.h]=( typeset -a comments=( $' inftrees.h -- header to use inftrees.c\n * Copyright (C) 1995-2002 Mark Adler\n * For conditions of distribution and use, see copyright notice in zlib.h\n ' $' WARNING: this file should *not* be used by applications. It is\n part of the implementation of the compression library and is\n subject to change. Applications should only use zlib.h.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/gzip/inftrees.h ) [unpack/freetype-2.1.10/src/gzip/infutil.c]=( typeset -a comments=( $' inflate_util.c -- data and routines common to blocks and codes\n * Copyright (C) 1995-2002 Mark Adler\n * For conditions of distribution and use, see copyright notice in zlib.h\n ' $' And\'ing with mask[n] masks the lower n bits ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/gzip/infutil.c ) [unpack/freetype-2.1.10/src/gzip/infutil.h]=( typeset -a comments=( $' infutil.h -- types and macros common to blocks and codes\n * Copyright (C) 1995-2002 Mark Adler\n * For conditions of distribution and use, see copyright notice in zlib.h\n ' $' WARNING: this file should *not* be used by applications. It is\n part of the implementation of the compression library and is\n subject to change. Applications should only use zlib.h.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/gzip/infutil.h ) [unpack/freetype-2.1.10/src/gzip/zconf.h]=( typeset -a comments=( $' zconf.h -- configuration of the zlib compression library\n * Copyright (C) 1995-2002 Jean-loup Gailly.\n * For conditions of distribution and use, see copyright notice in zlib.h\n ' ' @(#) $Id: zconf.h,v 1.3 2002/12/26 20:50:40 davidT Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/gzip/zconf.h ) [unpack/freetype-2.1.10/src/gzip/zlib.h]=( typeset -a comments=( $' zlib.h -- interface of the \'zlib\' general purpose compression library\n version 1.1.4, March 11th, 2002\n\n Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler\n\n This software is provided \'as-is\', without any express or implied\n warranty. In no event will the authors be held liable for any damages\n arising from the use of this software.\n\n Permission is granted to anyone to use this software for any purpose,\n including commercial applications, and to alter it and redistribute it\n freely, subject to the following restrictions:\n\n 1. The origin of this software must not be misrepresented; you must not\n claim that you wrote the original software. If you use this software\n in a product, an acknowledgment in the product documentation would be\n appreciated but is not required.\n 2. Altered source versions must be plainly marked as such, and must not be\n misrepresented as being the original software.\n 3. This notice may not be removed or altered from any source distribution.\n\n Jean-loup Gailly Mark Adler\n jloup@gzip.org madler@alumni.caltech.edu\n\n\n The data format used by the zlib library is described by RFCs (Request for\n Comments) 1950 to 1952 in the files ftp://ds.internic.net/rfc/rfc1950.txt\n (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).\n' $'\n The \'zlib\' compression library provides in-memory compression and\n decompression functions, including integrity checks of the uncompressed\n data. This version of the library supports only one compression method\n (deflation) but other algorithms will be added later and will have the same\n stream interface.\n\n Compression can be done in a single step if the buffers are large\n enough (for example if an input file is mmap\'ed), or can be done by\n repeated calls of the compression function. In the latter case, the\n application must provide more input and/or consume the output\n (providing more output space) before each call.\n\n The library also supports reading and writing files in gzip (.gz) format\n with an interface similar to that of stdio.\n\n The library does not install any signal handler. The decoder checks\n the consistency of the compressed data, so the library should never\n crash even in case of corrupted input.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/gzip/zlib.h ) [unpack/freetype-2.1.10/src/gzip/zutil.c]=( typeset -a comments=( $' zutil.c -- target dependent utility functions for the compression library\n * Copyright (C) 1995-2002 Jean-loup Gailly.\n * For conditions of distribution and use, see copyright notice in zlib.h\n ' ' @(#) $Id: zutil.c,v 1.2 2002/11/06 22:32:54 davidT Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/gzip/zutil.c ) [unpack/freetype-2.1.10/src/gzip/zutil.h]=( typeset -a comments=( $' zutil.h -- internal interface and configuration of the compression library\n * Copyright (C) 1995-2002 Jean-loup Gailly.\n * For conditions of distribution and use, see copyright notice in zlib.h\n ' $' WARNING: this file should *not* be used by applications. It is\n part of the implementation of the compression library and is\n subject to change. Applications should only use zlib.h.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/gzip/zutil.h ) [unpack/freetype-2.1.10/src/lzw/ftlzw.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/lzw/ftlzw.c ) [unpack/freetype-2.1.10/src/lzw/zopen.c]=( typeset -a comments=( $'\t$NetBSD: zopen.c,v 1.8 2003/08/07 11:13:29 agc Exp $\t' $'-\n * Copyright (c) 1985, 1986, 1992, 1993\n *\tThe Regents of the University of California. All rights reserved.\n *\n * This code is derived from software contributed to Berkeley by\n * Diomidis Spinellis and James A. Woods, derived from original\n * work by Spencer Thomas and Joseph Orost.\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions\n * are met:\n * 1. Redistributions of source code must retain the above copyright\n * notice, this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n * notice, this list of conditions and the following disclaimer in the\n * documentation and/or other materials provided with the distribution.\n * 3. Neither the name of the University nor the names of its contributors\n * may be used to endorse or promote products derived from this software\n * without specific prior written permission.\n *\n * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS\'\' AND\n * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\n * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\n * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\n * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\n * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n * SUCH DAMAGE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/lzw/zopen.c ) [unpack/freetype-2.1.10/src/lzw/zopen.h]=( typeset -a comments=( $'\t$NetBSD: zopen.c,v 1.8 2003/08/07 11:13:29 agc Exp $\t' $'-\n * Copyright (c) 1985, 1986, 1992, 1993\n *\tThe Regents of the University of California. All rights reserved.\n *\n * This code is derived from software contributed to Berkeley by\n * Diomidis Spinellis and James A. Woods, derived from original\n * work by Spencer Thomas and Joseph Orost.\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions\n * are met:\n * 1. Redistributions of source code must retain the above copyright\n * notice, this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n * notice, this list of conditions and the following disclaimer in the\n * documentation and/or other materials provided with the distribution.\n * 3. Neither the name of the University nor the names of its contributors\n * may be used to endorse or promote products derived from this software\n * without specific prior written permission.\n *\n * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS\'\' AND\n * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\n * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\n * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\n * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\n * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n * SUCH DAMAGE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/lzw/zopen.h ) [unpack/freetype-2.1.10/src/otvalid/otvalid.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/otvalid/otvalid.c ) [unpack/freetype-2.1.10/src/otvalid/otvalid.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/otvalid/otvalid.h ) [unpack/freetype-2.1.10/src/otvalid/otvbase.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/otvalid/otvbase.c ) [unpack/freetype-2.1.10/src/otvalid/otvcommn.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/otvalid/otvcommn.c ) [unpack/freetype-2.1.10/src/otvalid/otvcommn.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/otvalid/otvcommn.h ) [unpack/freetype-2.1.10/src/otvalid/otverror.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/otvalid/otverror.h ) [unpack/freetype-2.1.10/src/otvalid/otvgdef.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/otvalid/otvgdef.c ) [unpack/freetype-2.1.10/src/otvalid/otvgpos.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/otvalid/otvgpos.c ) [unpack/freetype-2.1.10/src/otvalid/otvgpos.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/otvalid/otvgpos.h ) [unpack/freetype-2.1.10/src/otvalid/otvgsub.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/otvalid/otvgsub.c ) [unpack/freetype-2.1.10/src/otvalid/otvjstf.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/otvalid/otvjstf.c ) [unpack/freetype-2.1.10/src/otvalid/otvmod.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/otvalid/otvmod.c ) [unpack/freetype-2.1.10/src/otvalid/otvmod.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/otvalid/otvmod.h ) [unpack/freetype-2.1.10/src/pcf/pcf.c]=( typeset -a comments=( $' pcf.c\n\n FreeType font driver for pcf fonts\n\n Copyright 2000-2001, 2003 by\n Francesco Zappa Nardelli\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n' ' END ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/pcf/pcf.c ) [unpack/freetype-2.1.10/src/pcf/pcf.h]=( typeset -a comments=( $' pcf.h\n\n FreeType font driver for pcf fonts\n\n Copyright (C) 2000, 2001, 2002, 2003 by\n Francesco Zappa Nardelli\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n' ' a single charmap per face ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/pcf/pcf.h ) [unpack/freetype-2.1.10/src/pcf/pcfdrivr.c]=( typeset -a comments=( $' pcfdrivr.c\n\n FreeType font driver for pcf files\n\n Copyright (C) 2000, 2001, 2002, 2003, 2004 by\n Francesco Zappa Nardelli\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n' '***********************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/pcf/pcfdrivr.c ) [unpack/freetype-2.1.10/src/pcf/pcfdrivr.h]=( typeset -a comments=( $' pcfdrivr.h\n\n FreeType font driver for pcf fonts\n\n Copyright 2000-2001, 2002 by\n Francesco Zappa Nardelli\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n' ' __PCFDRIVR_H__ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/pcf/pcfdrivr.h ) [unpack/freetype-2.1.10/src/pcf/pcferror.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/pcf/pcferror.h ) [unpack/freetype-2.1.10/src/pcf/pcfread.c]=( typeset -a comments=( $' pcfread.c\n\n FreeType font driver for pcf fonts\n\n Copyright 2000, 2001, 2002, 2003, 2004, 2005 by\n Francesco Zappa Nardelli\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n' '***********************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/pcf/pcfread.c ) [unpack/freetype-2.1.10/src/pcf/pcfread.h]=( typeset -a comments=( $' pcfread.h\n\n FreeType font driver for pcf fonts\n\n Copyright 2003 by\n Francesco Zappa Nardelli\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n' ' __PCFREAD_H__ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/pcf/pcfread.h ) [unpack/freetype-2.1.10/src/pcf/pcfutil.c]=( typeset -a comments=( $'\n\nCopyright 1990, 1994, 1998 The Open Group\n\nAll Rights Reserved.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ' $XFree86: xc/lib/font/util/utilbitmap.c,v 1.3 1999/08/22 08:58:58 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/pcf/pcfutil.c ) [unpack/freetype-2.1.10/src/pcf/pcfutil.h]=( typeset -a comments=( $' pcfutil.h\n\n FreeType font driver for pcf fonts\n\n Copyright 2000, 2001, 2004 by\n Francesco Zappa Nardelli\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n' ' __PCFUTIL_H__ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/pcf/pcfutil.h ) [unpack/freetype-2.1.10/src/pfr/pfr.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/pfr/pfr.c ) [unpack/freetype-2.1.10/src/pfr/pfrcmap.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/pfr/pfrcmap.c ) [unpack/freetype-2.1.10/src/pfr/pfrcmap.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/pfr/pfrcmap.h ) [unpack/freetype-2.1.10/src/pfr/pfrdrivr.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/pfr/pfrdrivr.c ) [unpack/freetype-2.1.10/src/pfr/pfrdrivr.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/pfr/pfrdrivr.h ) [unpack/freetype-2.1.10/src/pfr/pfrerror.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/pfr/pfrerror.h ) [unpack/freetype-2.1.10/src/pfr/pfrgload.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/pfr/pfrgload.c ) [unpack/freetype-2.1.10/src/pfr/pfrgload.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/pfr/pfrgload.h ) [unpack/freetype-2.1.10/src/pfr/pfrload.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/pfr/pfrload.c ) [unpack/freetype-2.1.10/src/pfr/pfrload.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/pfr/pfrload.h ) [unpack/freetype-2.1.10/src/pfr/pfrobjs.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/pfr/pfrobjs.c ) [unpack/freetype-2.1.10/src/pfr/pfrobjs.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/pfr/pfrobjs.h ) [unpack/freetype-2.1.10/src/pfr/pfrsbit.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/pfr/pfrsbit.c ) [unpack/freetype-2.1.10/src/pfr/pfrsbit.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/pfr/pfrsbit.h ) [unpack/freetype-2.1.10/src/pfr/pfrtypes.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/pfr/pfrtypes.h ) [unpack/freetype-2.1.10/src/psaux/psaux.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/psaux/psaux.c ) [unpack/freetype-2.1.10/src/psaux/psauxerr.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/psaux/psauxerr.h ) [unpack/freetype-2.1.10/src/psaux/psauxmod.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/psaux/psauxmod.c ) [unpack/freetype-2.1.10/src/psaux/psauxmod.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/psaux/psauxmod.h ) [unpack/freetype-2.1.10/src/psaux/psobjs.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/psaux/psobjs.c ) [unpack/freetype-2.1.10/src/psaux/psobjs.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/psaux/psobjs.h ) [unpack/freetype-2.1.10/src/psaux/t1cmap.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/psaux/t1cmap.c ) [unpack/freetype-2.1.10/src/psaux/t1cmap.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/psaux/t1cmap.h ) [unpack/freetype-2.1.10/src/psaux/t1decode.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/psaux/t1decode.c ) [unpack/freetype-2.1.10/src/psaux/t1decode.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/psaux/t1decode.h ) [unpack/freetype-2.1.10/src/pshinter/pshalgo.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/pshinter/pshalgo.c ) [unpack/freetype-2.1.10/src/pshinter/pshalgo.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/pshinter/pshalgo.h ) [unpack/freetype-2.1.10/src/pshinter/pshglob.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/pshinter/pshglob.c ) [unpack/freetype-2.1.10/src/pshinter/pshglob.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/pshinter/pshglob.h ) [unpack/freetype-2.1.10/src/pshinter/pshinter.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/pshinter/pshinter.c ) [unpack/freetype-2.1.10/src/pshinter/pshmod.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/pshinter/pshmod.c ) [unpack/freetype-2.1.10/src/pshinter/pshmod.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/pshinter/pshmod.h ) [unpack/freetype-2.1.10/src/pshinter/pshnterr.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/pshinter/pshnterr.h ) [unpack/freetype-2.1.10/src/pshinter/pshrec.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/pshinter/pshrec.c ) [unpack/freetype-2.1.10/src/pshinter/pshrec.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/pshinter/pshrec.h ) [unpack/freetype-2.1.10/src/psnames/psmodule.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/psnames/psmodule.c ) [unpack/freetype-2.1.10/src/psnames/psmodule.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/psnames/psmodule.h ) [unpack/freetype-2.1.10/src/psnames/psnamerr.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/psnames/psnamerr.h ) [unpack/freetype-2.1.10/src/psnames/psnames.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/psnames/psnames.c ) [unpack/freetype-2.1.10/src/psnames/pstables.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/psnames/pstables.h ) [unpack/freetype-2.1.10/src/raster/ftmisc.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/raster/ftmisc.h ) [unpack/freetype-2.1.10/src/raster/ftraster.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/raster/ftraster.c ) [unpack/freetype-2.1.10/src/raster/ftraster.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/raster/ftraster.h ) [unpack/freetype-2.1.10/src/raster/ftrend1.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/raster/ftrend1.c ) [unpack/freetype-2.1.10/src/raster/ftrend1.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/raster/ftrend1.h ) [unpack/freetype-2.1.10/src/raster/raster.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/raster/raster.c ) [unpack/freetype-2.1.10/src/raster/rasterrs.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/raster/rasterrs.h ) [unpack/freetype-2.1.10/src/sfnt/sfdriver.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/sfnt/sfdriver.c ) [unpack/freetype-2.1.10/src/sfnt/sfdriver.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/sfnt/sfdriver.h ) [unpack/freetype-2.1.10/src/sfnt/sferrors.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/sfnt/sferrors.h ) [unpack/freetype-2.1.10/src/sfnt/sfnt.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/sfnt/sfnt.c ) [unpack/freetype-2.1.10/src/sfnt/sfobjs.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/sfnt/sfobjs.c ) [unpack/freetype-2.1.10/src/sfnt/sfobjs.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/sfnt/sfobjs.h ) [unpack/freetype-2.1.10/src/sfnt/ttcmap.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/sfnt/ttcmap.c ) [unpack/freetype-2.1.10/src/sfnt/ttcmap.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/sfnt/ttcmap.h ) [unpack/freetype-2.1.10/src/sfnt/ttkern.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/sfnt/ttkern.c ) [unpack/freetype-2.1.10/src/sfnt/ttkern.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/sfnt/ttkern.h ) [unpack/freetype-2.1.10/src/sfnt/ttload.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/sfnt/ttload.c ) [unpack/freetype-2.1.10/src/sfnt/ttload.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/sfnt/ttload.h ) [unpack/freetype-2.1.10/src/sfnt/ttpost.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/sfnt/ttpost.c ) [unpack/freetype-2.1.10/src/sfnt/ttpost.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/sfnt/ttpost.h ) [unpack/freetype-2.1.10/src/sfnt/ttsbit.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/sfnt/ttsbit.c ) [unpack/freetype-2.1.10/src/sfnt/ttsbit.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/sfnt/ttsbit.h ) [unpack/freetype-2.1.10/src/sfnt/ttsbit0.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/sfnt/ttsbit0.c ) [unpack/freetype-2.1.10/src/sfnt/ttsbit0.h]=( typeset -a comments=( $'\n * ttsbit0.h\n *\n * This is a dummy file, used to please the build system. It is never\n * included by the sfnt sources.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/sfnt/ttsbit0.h ) [unpack/freetype-2.1.10/src/smooth/ftgrays.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/smooth/ftgrays.c ) [unpack/freetype-2.1.10/src/smooth/ftgrays.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/smooth/ftgrays.h ) [unpack/freetype-2.1.10/src/smooth/ftsmerrs.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/smooth/ftsmerrs.h ) [unpack/freetype-2.1.10/src/smooth/ftsmooth.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/smooth/ftsmooth.c ) [unpack/freetype-2.1.10/src/smooth/ftsmooth.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/smooth/ftsmooth.h ) [unpack/freetype-2.1.10/src/smooth/smooth.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/smooth/smooth.c ) [unpack/freetype-2.1.10/src/tools/test_bbox.c]=( typeset -a comments=( ' for clock() ' ' SunOS 4.1.* does not define CLOCKS_PER_SEC, so include ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/tools/test_bbox.c ) [unpack/freetype-2.1.10/src/tools/test_trig.c]=( typeset -a comments=( ' the precision in 16.16 fixed float points of the checks. Expect ' ' between 2 and 5 noise LSB bits during operations, due to ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/tools/test_trig.c ) [unpack/freetype-2.1.10/src/truetype/truetype.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/truetype/truetype.c ) [unpack/freetype-2.1.10/src/truetype/ttdriver.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/truetype/ttdriver.c ) [unpack/freetype-2.1.10/src/truetype/ttdriver.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/truetype/ttdriver.h ) [unpack/freetype-2.1.10/src/truetype/tterrors.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/truetype/tterrors.h ) [unpack/freetype-2.1.10/src/truetype/ttgload.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/truetype/ttgload.c ) [unpack/freetype-2.1.10/src/truetype/ttgload.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/truetype/ttgload.h ) [unpack/freetype-2.1.10/src/truetype/ttgxvar.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/truetype/ttgxvar.c ) [unpack/freetype-2.1.10/src/truetype/ttgxvar.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/truetype/ttgxvar.h ) [unpack/freetype-2.1.10/src/truetype/ttinterp.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/truetype/ttinterp.c ) [unpack/freetype-2.1.10/src/truetype/ttinterp.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/truetype/ttinterp.h ) [unpack/freetype-2.1.10/src/truetype/ttobjs.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/truetype/ttobjs.c ) [unpack/freetype-2.1.10/src/truetype/ttobjs.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/truetype/ttobjs.h ) [unpack/freetype-2.1.10/src/truetype/ttpload.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/truetype/ttpload.c ) [unpack/freetype-2.1.10/src/truetype/ttpload.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/truetype/ttpload.h ) [unpack/freetype-2.1.10/src/type1/t1afm.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/type1/t1afm.c ) [unpack/freetype-2.1.10/src/type1/t1afm.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/type1/t1afm.h ) [unpack/freetype-2.1.10/src/type1/t1driver.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/type1/t1driver.c ) [unpack/freetype-2.1.10/src/type1/t1driver.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/type1/t1driver.h ) [unpack/freetype-2.1.10/src/type1/t1errors.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/type1/t1errors.h ) [unpack/freetype-2.1.10/src/type1/t1gload.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/type1/t1gload.c ) [unpack/freetype-2.1.10/src/type1/t1gload.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/type1/t1gload.h ) [unpack/freetype-2.1.10/src/type1/t1load.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/type1/t1load.c ) [unpack/freetype-2.1.10/src/type1/t1load.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/type1/t1load.h ) [unpack/freetype-2.1.10/src/type1/t1objs.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/type1/t1objs.c ) [unpack/freetype-2.1.10/src/type1/t1objs.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/type1/t1objs.h ) [unpack/freetype-2.1.10/src/type1/t1parse.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/type1/t1parse.c ) [unpack/freetype-2.1.10/src/type1/t1parse.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/type1/t1parse.h ) [unpack/freetype-2.1.10/src/type1/t1tokens.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/type1/t1tokens.h ) [unpack/freetype-2.1.10/src/type1/type1.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/type1/type1.c ) [unpack/freetype-2.1.10/src/type42/t42drivr.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/type42/t42drivr.c ) [unpack/freetype-2.1.10/src/type42/t42drivr.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/type42/t42drivr.h ) [unpack/freetype-2.1.10/src/type42/t42error.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/type42/t42error.h ) [unpack/freetype-2.1.10/src/type42/t42objs.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/type42/t42objs.c ) [unpack/freetype-2.1.10/src/type42/t42objs.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/type42/t42objs.h ) [unpack/freetype-2.1.10/src/type42/t42parse.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/type42/t42parse.c ) [unpack/freetype-2.1.10/src/type42/t42parse.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/type42/t42parse.h ) [unpack/freetype-2.1.10/src/type42/t42types.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/type42/t42types.h ) [unpack/freetype-2.1.10/src/type42/type42.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/type42/type42.c ) [unpack/freetype-2.1.10/src/winfonts/fnterrs.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/winfonts/fnterrs.h ) [unpack/freetype-2.1.10/src/winfonts/winfnt.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/winfonts/winfnt.c ) [unpack/freetype-2.1.10/src/winfonts/winfnt.h]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/freetype-2.1.10/src/winfonts/winfnt.h ) [unpack/glproto-1.4.8/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/glproto-1.4.8/autogen.sh ) [unpack/glproto-1.4.8/glcore.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/include/GL/internal/glcore.h,v 1.7 2001/03/25 05:32:00 tsi Exp $ ' $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/glproto-1.4.8/glcore.h ) [unpack/glproto-1.4.8/glxint.h]=( typeset -a comments=( ' $XFree86: xc/include/GL/glxint.h,v 1.3 2000/11/18 19:37:04 tsi Exp $ ' $'\n** The contents of this file are subject to the GLX Public License Version 1.0\n** (the "License"). You may not use this file except in compliance with the\n** License. You may obtain a copy of the License at Silicon Graphics, Inc.,\n** attn: Legal Services, 2011 N. Shoreline Blvd., Mountain View, CA 94043\n** or at http://www.sgi.com/software/opensource/glx/license.html.\n**\n** Software distributed under the License is distributed on an "AS IS"\n** basis. ALL WARRANTIES ARE DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY\n** IMPLIED WARRANTIES OF MERCHANTABILITY, OF FITNESS FOR A PARTICULAR\n** PURPOSE OR OF NON- INFRINGEMENT. See the License for the specific\n** language governing rights and limitations under the License.\n**\n** The Original Software is GLX version 1.2 source code, released February,\n** 1999. The developer of the Original Software is Silicon Graphics, Inc.\n** Those portions of the Subject Software created by Silicon Graphics, Inc.\n** are Copyright (c) 1991-9 Silicon Graphics, Inc. All Rights Reserved.\n**\n** $SGI$\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/glproto-1.4.8/glxint.h ) [unpack/glproto-1.4.8/glxmd.h]=( typeset -a comments=( ' $XFree86: xc/include/GL/glxmd.h,v 1.3 2001/03/21 15:51:38 dawes Exp $ ' $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/glproto-1.4.8/glxmd.h ) [unpack/glproto-1.4.8/glxproto.h]=( typeset -a comments=( ' $XFree86: xc/include/GL/glxproto.h,v 1.6 2003/09/28 20:14:58 alanh Exp $ ' $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/glproto-1.4.8/glxproto.h ) [unpack/glproto-1.4.8/glxtokens.h]=( typeset -a comments=( ' $XFree86: xc/include/GL/glxtokens.h,v 1.5 2001/03/21 15:51:38 dawes Exp $ ' $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/glproto-1.4.8/glxtokens.h ) [unpack/inputproto-1.3.2/XI.h]=( typeset -a comments=( ' $Xorg: XI.h,v 1.4 2001/02/09 02:03:23 xorgcvs Exp $ ' $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\nCopyright 1989 by Hewlett-Packard Company, Palo Alto, California.\n\n\t\t\tAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Hewlett-Packard not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nHEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nHEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/inputproto-1.3.2/XI.h ) [unpack/inputproto-1.3.2/XInput.h]=( typeset -a comments=( ' $Xorg: XInput.h,v 1.4 2001/02/09 02:03:23 xorgcvs Exp $ ' $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\nCopyright 1989 by Hewlett-Packard Company, Palo Alto, California.\n\n\t\t\tAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Hewlett-Packard not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nHEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nHEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/inputproto-1.3.2/XInput.h ) [unpack/inputproto-1.3.2/XIproto.h]=( typeset -a comments=( ' $Xorg: XIproto.h,v 1.5 2001/02/09 02:03:24 xorgcvs Exp $ ' $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\nCopyright 1989 by Hewlett-Packard Company, Palo Alto, California.\n\n\t\t\tAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Hewlett-Packard not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nHEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nHEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/inputproto-1.3.2/XIproto.h ) [unpack/inputproto-1.3.2/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/inputproto-1.3.2/autogen.sh ) [unpack/kbproto-1.0.3/XKB.h]=( typeset -a comments=( ' $Xorg: XKB.h,v 1.3 2000/08/18 04:05:45 coskrey Exp $ ' $'***********************************************************\nCopyright (c) 1993 by Silicon Graphics Computer Systems, Inc.\n\nPermission to use, copy, modify, and distribute this\nsoftware and its documentation for any purpose and without\nfee is hereby granted, provided that the above copyright\nnotice appear in all copies and that both that copyright\nnotice and this permission notice appear in supporting\ndocumentation, and that the name of Silicon Graphics not be \nused in advertising or publicity pertaining to distribution \nof the software without specific prior written permission.\nSilicon Graphics makes no representation about the suitability \nof this software for any purpose. It is provided "as is"\nwithout any express or implied warranty.\n\nSILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \nSOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \nAND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\nGRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \nDAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \nDATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \nOR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\nTHE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/kbproto-1.0.3/XKB.h ) [unpack/kbproto-1.0.3/XKBgeom.h]=( typeset -a comments=( ' $Xorg: XKBgeom.h,v 1.3 2000/08/18 04:05:45 coskrey Exp $ ' $'***********************************************************\nCopyright (c) 1993 by Silicon Graphics Computer Systems, Inc.\n\nPermission to use, copy, modify, and distribute this\nsoftware and its documentation for any purpose and without\nfee is hereby granted, provided that the above copyright\nnotice appear in all copies and that both that copyright\nnotice and this permission notice appear in supporting\ndocumentation, and that the name of Silicon Graphics not be \nused in advertising or publicity pertaining to distribution \nof the software without specific prior written permission.\nSilicon Graphics makes no representation about the suitability \nof this software for any purpose. It is provided "as is"\nwithout any express or implied warranty.\n\nSILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \nSOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \nAND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\nGRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \nDAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \nDATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \nOR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\nTHE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/kbproto-1.0.3/XKBgeom.h ) [unpack/kbproto-1.0.3/XKBproto.h]=( typeset -a comments=( ' $Xorg: XKBproto.h,v 1.3 2000/08/18 04:05:45 coskrey Exp $ ' $'***********************************************************\nCopyright (c) 1993 by Silicon Graphics Computer Systems, Inc.\n\nPermission to use, copy, modify, and distribute this\nsoftware and its documentation for any purpose and without\nfee is hereby granted, provided that the above copyright\nnotice appear in all copies and that both that copyright\nnotice and this permission notice appear in supporting\ndocumentation, and that the name of Silicon Graphics not be \nused in advertising or publicity pertaining to distribution \nof the software without specific prior written permission.\nSilicon Graphics makes no representation about the suitability \nof this software for any purpose. It is provided "as is"\nwithout any express or implied warranty.\n\nSILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \nSOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \nAND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\nGRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \nDAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \nDATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \nOR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\nTHE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/kbproto-1.0.3/XKBproto.h ) [unpack/kbproto-1.0.3/XKBsrv.h]=( typeset -a comments=( ' $Xorg: XKBsrv.h,v 1.3 2000/08/18 04:05:45 coskrey Exp $ ' ' $XdotOrg: $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/kbproto-1.0.3/XKBsrv.h ) [unpack/kbproto-1.0.3/XKBstr.h]=( typeset -a comments=( ' $Xorg: XKBstr.h,v 1.3 2000/08/18 04:05:45 coskrey Exp $ ' $'***********************************************************\nCopyright (c) 1993 by Silicon Graphics Computer Systems, Inc.\n\nPermission to use, copy, modify, and distribute this\nsoftware and its documentation for any purpose and without\nfee is hereby granted, provided that the above copyright\nnotice appear in all copies and that both that copyright\nnotice and this permission notice appear in supporting\ndocumentation, and that the name of Silicon Graphics not be \nused in advertising or publicity pertaining to distribution \nof the software without specific prior written permission.\nSilicon Graphics makes no representation about the suitability \nof this software for any purpose. It is provided "as is"\nwithout any express or implied warranty.\n\nSILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \nSOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \nAND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\nGRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \nDAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \nDATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \nOR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\nTHE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/kbproto-1.0.3/XKBstr.h ) [unpack/kbproto-1.0.3/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/kbproto-1.0.3/autogen.sh ) [unpack/lg3dproto-5.0/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/lg3dproto-5.0/autogen.sh ) [unpack/lg3dproto-5.0/lgewire.h]=( typeset -a comments=( $'***********************************************************\n\nCopyright (c) 2004, Sun Microsystems, Inc. \n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n*******************************************************' $'\n * lge.h - Looking Glass Extension Definitions\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/lg3dproto-5.0/lgewire.h ) [unpack/libXau-1.0.2/AuDispose.c]=( typeset -a comments=( ' $Xorg: AuDispose.c,v 1.4 2001/02/09 02:03:42 xorgcvs Exp $ ' $'\n\nCopyright 1988, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXau-1.0.2/AuDispose.c ) [unpack/libXau-1.0.2/AuFileName.c]=( typeset -a comments=( ' $Xorg: AuFileName.c,v 1.5 2001/02/09 02:03:42 xorgcvs Exp $ ' $'\n\nCopyright 1988, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXau-1.0.2/AuFileName.c ) [unpack/libXau-1.0.2/AuGetAddr.c]=( typeset -a comments=( ' $Xorg: AuGetAddr.c,v 1.4 2001/02/09 02:03:42 xorgcvs Exp $ ' $'\n\nCopyright 1988, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXau-1.0.2/AuGetAddr.c ) [unpack/libXau-1.0.2/AuGetBest.c]=( typeset -a comments=( ' $Xorg: AuGetBest.c,v 1.4 2001/02/09 02:03:42 xorgcvs Exp $ ' $'\n\nCopyright 1988, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXau-1.0.2/AuGetBest.c ) [unpack/libXau-1.0.2/AuLock.c]=( typeset -a comments=( ' $Xorg: AuLock.c,v 1.4 2001/02/09 02:03:42 xorgcvs Exp $ ' $'\n\nCopyright 1988, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXau-1.0.2/AuLock.c ) [unpack/libXau-1.0.2/AuRead.c]=( typeset -a comments=( ' $Xorg: AuRead.c,v 1.4 2001/02/09 02:03:42 xorgcvs Exp $ ' $'\n\nCopyright 1988, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXau-1.0.2/AuRead.c ) [unpack/libXau-1.0.2/AuUnlock.c]=( typeset -a comments=( ' $Xorg: AuUnlock.c,v 1.4 2001/02/09 02:03:42 xorgcvs Exp $ ' $'\n\nCopyright 1988, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXau-1.0.2/AuUnlock.c ) [unpack/libXau-1.0.2/AuWrite.c]=( typeset -a comments=( ' $Xorg: AuWrite.c,v 1.4 2001/02/09 02:03:42 xorgcvs Exp $ ' $'\n\nCopyright 1988, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXau-1.0.2/AuWrite.c ) [unpack/libXau-1.0.2/Autest.c]=( typeset -a comments=( ' $Xorg: Autest.c,v 1.4 2001/02/09 02:03:42 xorgcvs Exp $ ' $'\n\nCopyright 1988, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXau-1.0.2/Autest.c ) [unpack/libXau-1.0.2/include/X11/Xauth.h]=( typeset -a comments=( ' $Xorg: Xauth.h,v 1.4 2001/02/09 02:03:42 xorgcvs Exp $ ' $'\n\nCopyright 1988, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXau-1.0.2/include/X11/Xauth.h ) [unpack/libXau-1.0.2/k5encode.c]=( typeset -a comments=( ' $Xorg: k5encode.c,v 1.4 2001/02/09 02:03:42 xorgcvs Exp $ ' $'\n\nCopyright 1993, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXau-1.0.2/k5encode.c ) [unpack/libXau-1.0.2/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/libXau-1.0.2/ltmain.sh ) [unpack/libXaw-1.0.3/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/libXaw-1.0.3/autogen.sh ) [unpack/libXaw-1.0.3/include/X11/Xaw/AllWidgets.h]=( typeset -a comments=( $'\n * $Xorg: AllWidgets.h,v 1.5 2001/02/09 02:03:42 xorgcvs Exp $\n *\nCopyright 1990, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n ' $'\n * This file matches the generated AllWidgets.c\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/AllWidgets.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/AsciiSink.h]=( typeset -a comments=( $'\n * $Xorg: AsciiSink.h,v 1.4 2001/02/09 02:03:42 xorgcvs Exp $\n ' $'**********************************************************\n\nCopyright 1987, 1988, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/AsciiSink.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/AsciiSinkP.h]=( typeset -a comments=( $'\n* $Xorg: AsciiSinkP.h,v 1.4 2001/02/09 02:03:42 xorgcvs Exp $\n' $'**********************************************************\n\nCopyright 1987, 1988, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/AsciiSinkP.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/AsciiSrc.h]=( typeset -a comments=( ' $Xorg: AsciiSrc.h,v 1.4 2001/02/09 02:03:42 xorgcvs Exp $ ' $'\n\nCopyright 1989, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/AsciiSrc.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/AsciiSrcP.h]=( typeset -a comments=( $'\n* $Xorg: AsciiSrcP.h,v 1.4 2001/02/09 02:03:42 xorgcvs Exp $\n' $'**********************************************************\n\nCopyright 1987, 1988, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/AsciiSrcP.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/AsciiText.h]=( typeset -a comments=( $'\n * $Xorg: AsciiText.h,v 1.4 2001/02/09 02:03:42 xorgcvs Exp $\n ' $'**********************************************************\n\nCopyright 1987, 1988, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/AsciiText.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/AsciiTextP.h]=( typeset -a comments=( $'\n * $Xorg: AsciiTextP.h,v 1.4 2001/02/09 02:03:42 xorgcvs Exp $\n ' $'**********************************************************\n\nCopyright 1987, 1988, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/AsciiTextP.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/Box.h]=( typeset -a comments=( $'\n* $Xorg: Box.h,v 1.4 2001/02/09 02:03:43 xorgcvs Exp $\n' $'**********************************************************\n\nCopyright 1987, 1988, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/Box.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/BoxP.h]=( typeset -a comments=( $'\n* $Xorg: BoxP.h,v 1.4 2001/02/09 02:03:43 xorgcvs Exp $\n' $'**********************************************************\n\nCopyright 1987, 1988, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/BoxP.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/Cardinals.h]=( typeset -a comments=( ' $Xorg: Cardinals.h,v 1.4 2001/02/09 02:03:43 xorgcvs Exp $ ' $'\n\nCopyright 1985, 1986, 1987, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/Cardinals.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/Command.h]=( typeset -a comments=( ' $Xorg: Command.h,v 1.4 2001/02/09 02:03:43 xorgcvs Exp $ ' $'**********************************************************\n\nCopyright 1987, 1988, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/Command.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/CommandP.h]=( typeset -a comments=( $'\n* $Xorg: CommandP.h,v 1.4 2001/02/09 02:03:43 xorgcvs Exp $\n' $'**********************************************************\n\nCopyright 1987, 1988, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/CommandP.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/Dialog.h]=( typeset -a comments=( ' $Xorg: Dialog.h,v 1.4 2001/02/09 02:03:43 xorgcvs Exp $ ' $'**********************************************************\n\nCopyright 1987, 1988, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/Dialog.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/DialogP.h]=( typeset -a comments=( ' $Xorg: DialogP.h,v 1.4 2001/02/09 02:03:43 xorgcvs Exp $ ' $'**********************************************************\n\nCopyright 1987, 1988, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/DialogP.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/Form.h]=( typeset -a comments=( ' $Xorg: Form.h,v 1.5 2001/02/09 02:03:43 xorgcvs Exp $ ' $'**********************************************************\n\nCopyright 1987, 1988, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/Form.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/FormP.h]=( typeset -a comments=( ' $Xorg: FormP.h,v 1.4 2001/02/09 02:03:43 xorgcvs Exp $ ' $'**********************************************************\n\nCopyright 1987, 1988, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/FormP.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/Grip.h]=( typeset -a comments=( ' $Xorg: Grip.h,v 1.4 2001/02/09 02:03:43 xorgcvs Exp $ ' $'**********************************************************\n\nCopyright 1987, 1988, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/Grip.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/GripP.h]=( typeset -a comments=( $'\n* $Xorg: GripP.h,v 1.4 2001/02/09 02:03:43 xorgcvs Exp $\n' $'**********************************************************\n\nCopyright 1987, 1988, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/GripP.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/Label.h]=( typeset -a comments=( ' $Xorg: Label.h,v 1.4 2001/02/09 02:03:44 xorgcvs Exp $ ' $'**********************************************************\n\nCopyright 1987, 1988, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/Label.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/LabelP.h]=( typeset -a comments=( $'\n* $Xorg: LabelP.h,v 1.4 2001/02/09 02:03:44 xorgcvs Exp $\n' $'**********************************************************\n\nCopyright 1987, 1988, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/LabelP.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/List.h]=( typeset -a comments=( ' $Xorg: List.h,v 1.4 2001/02/09 02:03:44 xorgcvs Exp $ ' $'\nCopyright 1989, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/List.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/ListP.h]=( typeset -a comments=( ' $Xorg: ListP.h,v 1.4 2001/02/09 02:03:44 xorgcvs Exp $ ' $'\nCopyright 1989, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/ListP.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/MenuButtoP.h]=( typeset -a comments=( $' $Xorg: MenuButtoP.h,v 1.4 2001/02/09 02:03:44 xorgcvs Exp $ \n *\nCopyright 1989,1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n ' ' $XFree86: xc/lib/Xaw/MenuButtoP.h,v 1.7 2001/01/17 19:42:27 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/MenuButtoP.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/MenuButton.h]=( typeset -a comments=( $'\n * $Xorg: MenuButton.h,v 1.4 2001/02/09 02:03:44 xorgcvs Exp $\n *\nCopyright 1989, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n ' ' $XFree86: xc/lib/Xaw/MenuButton.h,v 1.5 2001/01/17 19:42:27 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/MenuButton.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/MultiSink.h]=( typeset -a comments=( ' $Xorg: MultiSink.h,v 1.4 2001/02/09 02:03:44 xorgcvs Exp $ ' $'\n * Copyright 1991 by OMRON Corporation\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name OMRON is not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. OMRON makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * OMRON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL OMRON BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Li Yuhong\t OMRON Corporation\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/MultiSink.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/MultiSinkP.h]=( typeset -a comments=( ' $Xorg: MultiSinkP.h,v 1.4 2001/02/09 02:03:44 xorgcvs Exp $ ' $'\n * Copyright 1991 by OMRON Corporation\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name OMRON not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. OMRON make no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * OMRON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL OMRON BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Li Yuhong\t OMRON Corporation\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/MultiSinkP.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/MultiSrc.h]=( typeset -a comments=( ' $Xorg: MultiSrc.h,v 1.4 2001/02/09 02:03:44 xorgcvs Exp $ ' $'\n * Copyright 1991 by OMRON Corporation\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name OMRON not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. OMRON makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * OMRON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL OMRON BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Li Yuhong\t OMRON Corporation\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/MultiSrc.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/MultiSrcP.h]=( typeset -a comments=( ' $Xorg: MultiSrcP.h,v 1.4 2001/02/09 02:03:45 xorgcvs Exp $ ' $'\n * Copyright 1991 by OMRON Corporation\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name OMRON not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. OMRON make no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * OMRON DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL OMRON BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Li Yuhong\t OMRON Corporation\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/MultiSrcP.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/Paned.h]=( typeset -a comments=( $'\n* $Xorg: Paned.h,v 1.5 2001/02/09 02:03:45 xorgcvs Exp $\n' $'**********************************************************\n\nCopyright 1987, 1988, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/Paned.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/PanedP.h]=( typeset -a comments=( $'**********************************************************\n\n $Xorg: PanedP.h,v 1.4 2001/02/09 02:03:45 xorgcvs Exp $\n\n\nCopyright 1987, 1988, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ' $XFree86: xc/lib/Xaw/PanedP.h,v 1.7 2001/01/17 19:42:28 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/PanedP.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/Panner.h]=( typeset -a comments=( $'\n * $Xorg: Panner.h,v 1.5 2001/02/09 02:03:45 xorgcvs Exp $\n *\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n *\n * Author: Jim Fulton, MIT X Consortium\n ' ' $XFree86: xc/lib/Xaw/Panner.h,v 1.5 2001/01/17 19:42:28 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/Panner.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/PannerP.h]=( typeset -a comments=( $'\n * $Xorg: PannerP.h,v 1.4 2001/02/09 02:03:45 xorgcvs Exp $\n *\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n *\n * Author: Jim Fulton, MIT X Consortium\n ' ' $XFree86: xc/lib/Xaw/PannerP.h,v 1.7 2001/01/17 19:42:29 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/PannerP.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/Porthole.h]=( typeset -a comments=( $'\n * $Xorg: Porthole.h,v 1.5 2001/02/09 02:03:45 xorgcvs Exp $\n *\nCopyright 1990, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n *\n * Author: Jim Fulton, MIT X Consortium\n ' ' $XFree86: xc/lib/Xaw/Porthole.h,v 1.5 2001/01/17 19:42:29 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/Porthole.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/PortholeP.h]=( typeset -a comments=( $'\n * $Xorg: PortholeP.h,v 1.4 2001/02/09 02:03:45 xorgcvs Exp $\n *\nCopyright 1990, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n *\n * Author: Jim Fulton, MIT X Consortium\n ' ' $XFree86: xc/lib/Xaw/PortholeP.h,v 1.7 2001/01/17 19:42:29 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/PortholeP.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/Print.h]=( typeset -a comments=( ' $Xorg: Print.h,v 1.1 2003/07/11 19:46:06 gisburn Exp $ ' $'*****************************************************************************\n ******************************************************************************\n **\n ** (c) Copyright 2003 Danny Backx \n ** (c) Copyright 2003-2004 Roland Mainz \n ** \n ** Permission is hereby granted, free of charge, to any person obtaining a copy\n ** of this software and associated documentation files (the "Software"), to deal\n ** in the Software without restriction, including without limitation the rights\n ** to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n ** copies of the Software, and to permit persons to whom the Software is\n ** furnished to do so, subject to the following conditions:\n **\n ** The above copyright notice and this permission notice shall be included in\n ** all copies or substantial portions of the Software.\n **\n ** THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n ** IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n ** FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n ** COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n ** IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n ** CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n **\n ** Except as contained in this notice, the names of the copyright holders shall\n ** not be used in advertising or otherwise to promote the sale, use or other\n ** dealings in this Software without prior written authorization from said\n ** copyright holders.\n **\n ******************************************************************************\n ****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/Print.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/PrintSP.h]=( typeset -a comments=( ' $Xorg: PrintSP.h,v 1.1 2003/07/11 19:46:06 gisburn Exp $ ' $'*****************************************************************************\n ******************************************************************************\n **\n ** (c) Copyright 2003 Danny Backx \n ** (c) Copyright 2003-2004 Roland Mainz \n ** \n ** Permission is hereby granted, free of charge, to any person obtaining a copy\n ** of this software and associated documentation files (the "Software"), to deal\n ** in the Software without restriction, including without limitation the rights\n ** to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n ** copies of the Software, and to permit persons to whom the Software is\n ** furnished to do so, subject to the following conditions:\n **\n ** The above copyright notice and this permission notice shall be included in\n ** all copies or substantial portions of the Software.\n **\n ** THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n ** IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n ** FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n ** COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n ** IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n ** CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n **\n ** Except as contained in this notice, the names of the copyright holders shall\n ** not be used in advertising or otherwise to promote the sale, use or other\n ** dealings in this Software without prior written authorization from said\n ** copyright holders.\n **\n ******************************************************************************\n ****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/PrintSP.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/Repeater.h]=( typeset -a comments=( $'\n * $Xorg: Repeater.h,v 1.4 2001/02/09 02:03:45 xorgcvs Exp $\n *\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n *\n * Author: Jim Fulton, MIT X Consortium\n ' ' $XFree86: xc/lib/Xaw/Repeater.h,v 1.5 2001/01/17 19:42:29 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/Repeater.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/RepeaterP.h]=( typeset -a comments=( $'\n * $Xorg: RepeaterP.h,v 1.4 2001/02/09 02:03:45 xorgcvs Exp $\n *\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n *\n * Author: Jim Fulton, MIT X Consortium\n ' ' $XFree86: xc/lib/Xaw/RepeaterP.h,v 1.7 2001/01/17 19:42:29 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/RepeaterP.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/Reports.h]=( typeset -a comments=( $'\n * $Xorg: Reports.h,v 1.5 2001/02/09 02:03:45 xorgcvs Exp $\n *\nCopyright 1990, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n ' $'\n * XawPannerReport - this structure is used by the reportCallback of the\n * Panner, Porthole, Viewport, and Scrollbar widgets to report its position.\n * All fields must be filled in, although the changed field may be used as\n * a hint as to which fields have been altered since the last report.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/Reports.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/Scrollbar.h]=( typeset -a comments=( ' $Xorg: Scrollbar.h,v 1.4 2001/02/09 02:03:45 xorgcvs Exp $ ' $'**********************************************************\n\nCopyright 1987, 1988, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/Scrollbar.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/ScrollbarP.h]=( typeset -a comments=( $'\n * $Xorg: ScrollbarP.h,v 1.4 2001/02/09 02:03:45 xorgcvs Exp $\n ' $'**********************************************************\n\nCopyright 1987, 1988, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/ScrollbarP.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/Simple.h]=( typeset -a comments=( ' $Xorg: Simple.h,v 1.4 2001/02/09 02:03:45 xorgcvs Exp $ ' $'**********************************************************\n\nCopyright 1987, 1988, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/Simple.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/SimpleMenP.h]=( typeset -a comments=( $'\n * $Xorg: SimpleMenP.h,v 1.4 2001/02/09 02:03:45 xorgcvs Exp $\n *\nCopyright 1989, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n *\n ' ' $XFree86: xc/lib/Xaw/SimpleMenP.h,v 1.12 2001/01/17 19:42:30 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/SimpleMenP.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/SimpleMenu.h]=( typeset -a comments=( $'\n * $Xorg: SimpleMenu.h,v 1.4 2001/02/09 02:03:45 xorgcvs Exp $\n *\nCopyright 1989, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n *\n * Author: Chris D. Peterson, MIT X Consortium\n ' ' $XFree86: xc/lib/Xaw/SimpleMenu.h,v 1.7 2001/01/17 19:42:30 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/SimpleMenu.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/SimpleP.h]=( typeset -a comments=( $'**********************************************************\n\n $Xorg: SimpleP.h,v 1.4 2001/02/09 02:03:45 xorgcvs Exp $\n\n\nCopyright 1987, 1988, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ' $XFree86: xc/lib/Xaw/SimpleP.h,v 1.12 2001/12/14 19:54:43 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/SimpleP.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/Sme.h]=( typeset -a comments=( $'\n * $Xorg: Sme.h,v 1.5 2001/02/09 02:03:45 xorgcvs Exp $\n *\nCopyright 1989, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n ' ' $XFree86: xc/lib/Xaw/Sme.h,v 1.5 2001/01/17 19:42:31 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/Sme.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/SmeBSB.h]=( typeset -a comments=( $'\n * $Xorg: SmeBSB.h,v 1.4 2001/02/09 02:03:45 xorgcvs Exp $\n *\nCopyright 1989, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n ' ' $XFree86: xc/lib/Xaw/SmeBSB.h,v 1.6 2001/01/17 19:42:31 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/SmeBSB.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/SmeBSBP.h]=( typeset -a comments=( $'\n * $Xorg: SmeBSBP.h,v 1.4 2001/02/09 02:03:45 xorgcvs Exp $\n *\nCopyright 1989, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n *\n * Author: Chris D. Peterson, MIT X Consortium\n ' ' $XFree86: xc/lib/Xaw/SmeBSBP.h,v 1.8 2001/01/17 19:42:31 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/SmeBSBP.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/SmeLine.h]=( typeset -a comments=( $'\n * $Xorg: SmeLine.h,v 1.4 2001/02/09 02:03:45 xorgcvs Exp $\n *\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n *\n ' ' $XFree86: xc/lib/Xaw/SmeLine.h,v 1.5 2001/01/17 19:42:31 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/SmeLine.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/SmeLineP.h]=( typeset -a comments=( $'\n * $Xorg: SmeLineP.h,v 1.4 2001/02/09 02:03:46 xorgcvs Exp $\n *\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n *\n * Author: Chris D. Peterson, MIT X Consortium\n ' ' $XFree86: xc/lib/Xaw/SmeLineP.h,v 1.7 2001/01/17 19:42:31 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/SmeLineP.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/SmeP.h]=( typeset -a comments=( $'\n * $Xorg: SmeP.h,v 1.4 2001/02/09 02:03:46 xorgcvs Exp $\n *\nCopyright 1989, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n ' ' $XFree86: xc/lib/Xaw/SmeP.h,v 1.8 2001/12/14 19:54:43 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/SmeP.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/StripCharP.h]=( typeset -a comments=( $'\n* $Xorg: StripCharP.h,v 1.4 2001/02/09 02:03:46 xorgcvs Exp $\n' $'**********************************************************\n\nCopyright 1987, 1988, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/StripCharP.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/StripChart.h]=( typeset -a comments=( ' $Xorg: StripChart.h,v 1.5 2001/02/09 02:03:46 xorgcvs Exp $ ' $'**********************************************************\n\nCopyright 1987, 1988, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/StripChart.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/Template.c]=( typeset -a comments=( ' $Xorg: Template.c,v 1.4 2001/02/09 02:03:46 xorgcvs Exp $ ' $'\n\nCopyright 1987, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/Template.c ) [unpack/libXaw-1.0.3/include/X11/Xaw/Template.h]=( typeset -a comments=( ' $Xorg: Template.h,v 1.5 2001/02/09 02:03:46 xorgcvs Exp $ ' $'\n\nCopyright 1987, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/Template.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/TemplateP.h]=( typeset -a comments=( ' $Xorg: TemplateP.h,v 1.5 2001/02/09 02:03:46 xorgcvs Exp $ ' $'\n\nCopyright 1987, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/TemplateP.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/Text.h]=( typeset -a comments=( ' $Xorg: Text.h,v 1.4 2001/02/09 02:03:46 xorgcvs Exp $ ' $'**********************************************************\n\nCopyright 1987, 1988, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/Text.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/TextP.h]=( typeset -a comments=( $'\n* $Xorg: TextP.h,v 1.4 2001/02/09 02:03:46 xorgcvs Exp $\n' $'**********************************************************\n\nCopyright 1987, 1988, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/TextP.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/TextSink.h]=( typeset -a comments=( $'\n * $Xorg: TextSink.h,v 1.4 2001/02/09 02:03:46 xorgcvs Exp $\n ' $'**********************************************************\n\nCopyright 1987, 1988, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/TextSink.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/TextSinkP.h]=( typeset -a comments=( $'\n* $Xorg: TextSinkP.h,v 1.4 2001/02/09 02:03:46 xorgcvs Exp $\n' $'**********************************************************\n\nCopyright 1987, 1988, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/TextSinkP.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/TextSrc.h]=( typeset -a comments=( $'\n * $Xorg: TextSrc.h,v 1.4 2001/02/09 02:03:47 xorgcvs Exp $\n ' $'**********************************************************\n\nCopyright 1987, 1988, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/TextSrc.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/TextSrcP.h]=( typeset -a comments=( $'\n* $Xorg: TextSrcP.h,v 1.4 2001/02/09 02:03:47 xorgcvs Exp $\n' $'**********************************************************\n\nCopyright 1987, 1988, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/TextSrcP.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/Tip.h]=( typeset -a comments=( $'\n * Copyright (c) 1999 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Except as contained in this notice, the name of the XFree86 Project shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from the\n * XFree86 Project.\n *\n * Author: Paulo C\303\251sar Pereira de Andrade\n ' ' $XFree86$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/Tip.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/TipP.h]=( typeset -a comments=( $'\n * Copyright (c) 1999 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Except as contained in this notice, the name of the XFree86 Project shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from the\n * XFree86 Project.\n *\n * Author: Paulo C\303\251sar Pereira de Andrade\n ' ' $XFree86$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/TipP.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/Toggle.h]=( typeset -a comments=( $'\n * $Xorg: Toggle.h,v 1.4 2001/02/09 02:03:47 xorgcvs Exp $\n *\nCopyright 1989, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n ' ' $XFree86: xc/lib/Xaw/Toggle.h,v 1.5 2001/01/17 19:42:35 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/Toggle.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/ToggleP.h]=( typeset -a comments=( ' $Xorg: ToggleP.h,v 1.4 2001/02/09 02:03:47 xorgcvs Exp $ ' $'\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/ToggleP.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/Tree.h]=( typeset -a comments=( $'\n * $Xorg: Tree.h,v 1.4 2001/02/09 02:03:47 xorgcvs Exp $\n *\n\nCopyright 1990, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n * Copyright 1989 Prentice Hall\n *\n * Permission to use, copy, modify, and distribute this software for any\n * purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation.\n * \n * Prentice Hall and the authors disclaim all warranties with regard\n * to this software, including all implied warranties of merchantability and\n * fitness. In no event shall Prentice Hall or the authors be liable\n * for any special, indirect or cosequential damages or any damages whatsoever\n * resulting from loss of use, data or profits, whether in an action of\n * contract, negligence or other tortious action, arising out of or in\n * connection with the use or performance of this software.\n * \n * Authors: Jim Fulton, MIT X Consortium,\n * based on a version by Douglas Young, Prentice Hall\n * \n * This widget is based on the Tree widget described on pages 397-419 of\n * Douglas Young\'s book "The X Window System, Programming and Applications \n * with Xt OSF/Motif Edition." The layout code has been rewritten to use\n * additional blank space to make the structure of the graph easier to see\n * as well as to support vertical trees.\n ' ' $XFree86: xc/lib/Xaw/Tree.h,v 1.6 2001/01/17 19:42:35 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/Tree.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/TreeP.h]=( typeset -a comments=( $'\n * $Xorg: TreeP.h,v 1.4 2001/02/09 02:03:47 xorgcvs Exp $\n *\n\nCopyright 1990, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n * Copyright 1989 Prentice Hall\n *\n * Permission to use, copy, modify, and distribute this software for any\n * purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation.\n * \n * Prentice Hall and the authors disclaim all warranties with regard\n * to this software, including all implied warranties of merchantability and\n * fitness. In no event shall Prentice Hall or the authors be liable\n * for any special, indirect or cosequential damages or any damages whatsoever\n * resulting from loss of use, data or profits, whether in an action of\n * contract, negligence or other tortious action, arising out of or in\n * connection with the use or performance of this software.\n * \n * Authors: Jim Fulton, MIT X Consortium,\n * based on a version by Douglas Young, Prentice Hall\n * \n * This widget is based on the Tree widget described on pages 397-419 of\n * Douglas Young\'s book "The X Window System, Programming and Applications \n * with Xt OSF/Motif Edition." The layout code has been rewritten to use\n * additional blank space to make the structure of the graph easier to see\n * as well as to support vertical trees.\n ' ' $XFree86: xc/lib/Xaw/TreeP.h,v 1.6 2001/01/17 19:42:35 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/TreeP.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/VendorEP.h]=( typeset -a comments=( ' $Xorg: VendorEP.h,v 1.4 2001/02/09 02:03:47 xorgcvs Exp $ ' $'\n * Copyright 1991 by OMRON Corporation\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of OMRON not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. OMRON makes no representations about the\n * suitability of this software for any purpose. It is provided "as is"\n * without express or implied warranty.\n *\n * OMRON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\n * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\n * OMRON BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\n * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTUOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE. \n *\n *\tAuthor:\tSeiji Kuwari\tOMRON Corporation\n *\t\t\t\tkuwa@omron.co.jp\n *\t\t\t\tkuwa%omron.co.jp@uunet.uu.net\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/VendorEP.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/Viewport.h]=( typeset -a comments=( ' $Xorg: Viewport.h,v 1.4 2001/02/09 02:03:47 xorgcvs Exp $ ' $'***********************************************************\n\nCopyright 1987, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/Viewport.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/ViewportP.h]=( typeset -a comments=( $'\n * $Xorg: ViewportP.h,v 1.4 2001/02/09 02:03:47 xorgcvs Exp $\n * Private declarations for ViewportWidgetClass\n ' $'***********************************************************\n\nCopyright 1987, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/ViewportP.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/XawImP.h]=( typeset -a comments=( ' $Xorg: XawImP.h,v 1.4 2001/02/09 02:03:47 xorgcvs Exp $ ' $'\n * Copyright 1991 by OMRON Corporation\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of OMRON not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. OMRON makes no representations about the\n * suitability of this software for any purpose. It is provided "as is"\n * without express or implied warranty.\n *\n * OMRON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\n * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\n * OMRON BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\n * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTUOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE. \n *\n *\tAuthor:\tSeiji Kuwari\tOMRON Corporation\n *\t\t\t\tkuwa@omron.co.jp\n *\t\t\t\tkuwa%omron.co.jp@uunet.uu.net\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/XawImP.h ) [unpack/libXaw-1.0.3/include/X11/Xaw/XawInit.h]=( typeset -a comments=( $' $Xorg: XawInit.h,v 1.5 2001/02/09 02:03:47 xorgcvs Exp $\n *\nCopyright 1989, 1994, 1998 The Open Group\nCopyright 2003-2004 Roland Mainz \n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n ' ' $XFree86: xc/lib/Xaw/XawInit.h,v 1.12 2001/01/17 19:42:36 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/include/X11/Xaw/XawInit.h ) [unpack/libXaw-1.0.3/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/libXaw-1.0.3/ltmain.sh ) [unpack/libXaw-1.0.3/src/Actions.c]=( typeset -a comments=( $'\n * Copyright (c) 1998 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Except as contained in this notice, the name of the XFree86 Project shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from the\n * XFree86 Project.\n ' ' $XFree86: xc/lib/Xaw/Actions.c,v 3.17 2003/03/25 04:18:10 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/Actions.c ) [unpack/libXaw-1.0.3/src/AllWidgets.c]=( typeset -a comments=( ' $Xorg: AllWidgets.c,v 1.4 2001/02/09 02:03:42 xorgcvs Exp $ ' $'\n\nCopyright (c) 1991, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/AllWidgets.c ) [unpack/libXaw-1.0.3/src/AsciiSink.c]=( typeset -a comments=( ' $Xorg: AsciiSink.c,v 1.4 2001/02/09 02:03:42 xorgcvs Exp $ ' $'**********************************************************\n\nCopyright 1987, 1988, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/AsciiSink.c ) [unpack/libXaw-1.0.3/src/AsciiSrc.c]=( typeset -a comments=( ' $Xorg: AsciiSrc.c,v 1.4 2001/02/09 02:03:42 xorgcvs Exp $ ' $'\n\nCopyright 1989, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/AsciiSrc.c ) [unpack/libXaw-1.0.3/src/AsciiText.c]=( typeset -a comments=( ' $Xorg: AsciiText.c,v 1.4 2001/02/09 02:03:42 xorgcvs Exp $ ' $'\n\nCopyright 1987, 1988, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/AsciiText.c ) [unpack/libXaw-1.0.3/src/Box.c]=( typeset -a comments=( ' $Xorg: Box.c,v 1.4 2001/02/09 02:03:43 xorgcvs Exp $ ' $'**********************************************************\n\nCopyright 1987, 1988, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/Box.c ) [unpack/libXaw-1.0.3/src/Command.c]=( typeset -a comments=( ' $Xorg: Command.c,v 1.5 2001/02/09 02:03:43 xorgcvs Exp $ ' $'**********************************************************\n\nCopyright 1987, 1988, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/Command.c ) [unpack/libXaw-1.0.3/src/Converters.c]=( typeset -a comments=( $'\n * Copyright (c) 1998 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Except as contained in this notice, the name of the XFree86 Project shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from the\n * XFree86 Project.\n ' ' $XFree86: xc/lib/Xaw/Converters.c,v 3.13 1999/06/06 08:47:54 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/Converters.c ) [unpack/libXaw-1.0.3/src/Dialog.c]=( typeset -a comments=( ' $Xorg: Dialog.c,v 1.4 2001/02/09 02:03:43 xorgcvs Exp $ ' $'**********************************************************\n\nCopyright 1987, 1988, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/Dialog.c ) [unpack/libXaw-1.0.3/src/DisplayList.c]=( typeset -a comments=( $'\n * Copyright (c) 1998 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Except as contained in this notice, the name of the XFree86 Project shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from the\n * XFree86 Project.\n *\n * Author: Paulo C\303\251sar Pereira de Andrade\n ' ' $XFree86: xc/lib/Xaw/DisplayList.c,v 3.18 2003/05/23 14:51:15 tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/DisplayList.c ) [unpack/libXaw-1.0.3/src/Form.c]=( typeset -a comments=( ' $Xorg: Form.c,v 1.4 2001/02/09 02:03:43 xorgcvs Exp $ ' $'**********************************************************\n\nCopyright 1987, 1988, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/Form.c ) [unpack/libXaw-1.0.3/src/Grip.c]=( typeset -a comments=( ' $Xorg: Grip.c,v 1.4 2001/02/09 02:03:43 xorgcvs Exp $ ' $'**********************************************************\n\nCopyright 1987, 1988, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/Grip.c ) [unpack/libXaw-1.0.3/src/Label.c]=( typeset -a comments=( ' $Xorg: Label.c,v 1.5 2001/02/09 02:03:43 xorgcvs Exp $ ' $'**********************************************************\n\nCopyright 1987, 1988, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/Label.c ) [unpack/libXaw-1.0.3/src/List.c]=( typeset -a comments=( ' $Xorg: List.c,v 1.4 2001/02/09 02:03:44 xorgcvs Exp $ ' $'\nCopyright 1989, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/List.c ) [unpack/libXaw-1.0.3/src/MenuButton.c]=( typeset -a comments=( ' $Xorg: MenuButton.c,v 1.4 2001/02/09 02:03:44 xorgcvs Exp $ ' $'\nCopyright 1989, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/MenuButton.c ) [unpack/libXaw-1.0.3/src/MultiSink.c]=( typeset -a comments=( ' $Xorg: MultiSink.c,v 1.4 2001/02/09 02:03:44 xorgcvs Exp $ ' $'\n * Copyright 1991 by OMRON Corporation\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of OMRON not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. OMRON makes no representations about the\n * suitability of this software for any purpose. It is provided "as is"\n * without express or implied warranty.\n *\n * OMRON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL OMRON BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Li Yuhong\t OMRON Corporation\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/MultiSink.c ) [unpack/libXaw-1.0.3/src/MultiSrc.c]=( typeset -a comments=( ' $Xorg: MultiSrc.c,v 1.4 2001/02/09 02:03:44 xorgcvs Exp $ ' $'\n * Copyright 1991 by OMRON Corporation\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name OMRON not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. OMRON makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * OMRON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL OMRON BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Chris Peterson MIT X Consortium\n * Li Yuhong OMRON Corporation\n * Frank Sheeran OMRON Corporation\n *\n * Much code taken from X11R3 String and Disk Sources.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/MultiSrc.c ) [unpack/libXaw-1.0.3/src/OS.c]=( typeset -a comments=( ' $XFree86: xc/lib/Xaw/OS.c,v 1.1 1998/12/06 10:44:34 dawes Exp $ ' ' Some OS-dependent utility code ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/OS.c ) [unpack/libXaw-1.0.3/src/Paned.c]=( typeset -a comments=( ' $Xorg: Paned.c,v 1.4 2001/02/09 02:03:45 xorgcvs Exp $ ' $'**********************************************************\n\nCopyright 1987, 1988, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/Paned.c ) [unpack/libXaw-1.0.3/src/Panner.c]=( typeset -a comments=( $'\n * $Xorg: Panner.c,v 1.4 2001/02/09 02:03:45 xorgcvs Exp $\n *\nCopyright 1989, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n *\n * Author: Jim Fulton, MIT X Consortium\n ' ' $XFree86: xc/lib/Xaw/Panner.c,v 3.8 2001/07/25 15:04:49 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/Panner.c ) [unpack/libXaw-1.0.3/src/Pixmap.c]=( typeset -a comments=( $'\n * Copyright (c) 1998 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Except as contained in this notice, the name of the XFree86 Project shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from the\n * XFree86 Project.\n ' ' $XFree86: xc/lib/Xaw/Pixmap.c,v 3.17 2002/05/18 02:05:39 paulo Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/Pixmap.c ) [unpack/libXaw-1.0.3/src/Porthole.c]=( typeset -a comments=( $'\n * $Xorg: Porthole.c,v 1.4 2001/02/09 02:03:45 xorgcvs Exp $\n *\nCopyright 1990, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n *\n * Author: Jim Fulton, MIT X Consortium\n * \n * This widget is a trivial clipping widget. It is typically used with a\n * panner or scrollbar to navigate.\n ' ' $XFree86: xc/lib/Xaw/Porthole.c,v 1.6 2001/01/17 19:42:29 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/Porthole.c ) [unpack/libXaw-1.0.3/src/PrintShell.c]=( typeset -a comments=( ' $Xorg: PrintShell.c,v 1.1 2003/07/11 19:46:06 gisburn Exp $ ' $'*****************************************************************************\n ******************************************************************************\n **\n ** (c) Copyright 2003 Danny Backx \n ** (c) Copyright 2003-2004 Roland Mainz \n ** \n ** Permission is hereby granted, free of charge, to any person obtaining a copy\n ** of this software and associated documentation files (the "Software"), to deal\n ** in the Software without restriction, including without limitation the rights\n ** to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n ** copies of the Software, and to permit persons to whom the Software is\n ** furnished to do so, subject to the following conditions:\n **\n ** The above copyright notice and this permission notice shall be included in\n ** all copies or substantial portions of the Software.\n **\n ** THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n ** IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n ** FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n ** COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n ** IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n ** CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n **\n ** Except as contained in this notice, the names of the copyright holders shall\n ** not be used in advertising or otherwise to promote the sale, use or other\n ** dealings in this Software without prior written authorization from said\n ** copyright holders.\n **\n ******************************************************************************\n ****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/PrintShell.c ) [unpack/libXaw-1.0.3/src/Private.h]=( typeset -a comments=( $'\n * Copyright (c) 1998 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Except as contained in this notice, the name of the XFree86 Project shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from the\n * XFree86 Project.\n ' ' $XFree86: xc/lib/Xaw/Private.h,v 3.9 1999/05/16 10:12:48 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/Private.h ) [unpack/libXaw-1.0.3/src/Repeater.c]=( typeset -a comments=( $'\n * $Xorg: Repeater.c,v 1.4 2001/02/09 02:03:45 xorgcvs Exp $\n *\nCopyright 1990, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n *\n * Author: Jim Fulton, MIT X Consortium\n * \n * This widget is used for press-and-hold style buttons.\n ' ' $XFree86: xc/lib/Xaw/Repeater.c,v 1.6 2001/01/17 19:42:29 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/Repeater.c ) [unpack/libXaw-1.0.3/src/Scrollbar.c]=( typeset -a comments=( ' $Xorg: Scrollbar.c,v 1.4 2001/02/09 02:03:45 xorgcvs Exp $ ' $'**********************************************************\n\nCopyright 1987, 1988, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/Scrollbar.c ) [unpack/libXaw-1.0.3/src/Simple.c]=( typeset -a comments=( ' $Xorg: Simple.c,v 1.4 2001/02/09 02:03:45 xorgcvs Exp $ ' $'**********************************************************\n\nCopyright 1987, 1988, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/Simple.c ) [unpack/libXaw-1.0.3/src/SimpleMenu.c]=( typeset -a comments=( ' $Xorg: SimpleMenu.c,v 1.4 2001/02/09 02:03:45 xorgcvs Exp $ ' $'\nCopyright 1989, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/SimpleMenu.c ) [unpack/libXaw-1.0.3/src/Sme.c]=( typeset -a comments=( ' $Xorg: Sme.c,v 1.4 2001/02/09 02:03:45 xorgcvs Exp $ ' $'\nCopyright 1989, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/Sme.c ) [unpack/libXaw-1.0.3/src/SmeBSB.c]=( typeset -a comments=( ' $Xorg: SmeBSB.c,v 1.5 2001/02/09 02:03:45 xorgcvs Exp $ ' $'\nCopyright 1989, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/SmeBSB.c ) [unpack/libXaw-1.0.3/src/SmeLine.c]=( typeset -a comments=( ' $Xorg: SmeLine.c,v 1.4 2001/02/09 02:03:45 xorgcvs Exp $ ' $'\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n *\n * Author: Chris D. Peterson, MIT X Consortium\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/SmeLine.c ) [unpack/libXaw-1.0.3/src/StripChart.c]=( typeset -a comments=( ' $Xorg: StripChart.c,v 1.4 2001/02/09 02:03:46 xorgcvs Exp $ ' $'**********************************************************\n\nCopyright 1987, 1988, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/StripChart.c ) [unpack/libXaw-1.0.3/src/Text.c]=( typeset -a comments=( ' $Xorg: Text.c,v 1.4 2001/02/09 02:03:46 xorgcvs Exp $ ' $'**********************************************************\n\nCopyright 1987, 1988, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/Text.c ) [unpack/libXaw-1.0.3/src/TextAction.c]=( typeset -a comments=( ' $Xorg: TextAction.c,v 1.4 2001/02/09 02:03:46 xorgcvs Exp $ ' $'\n\nCopyright 1989, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/TextAction.c ) [unpack/libXaw-1.0.3/src/TextPop.c]=( typeset -a comments=( ' $Xorg: TextPop.c,v 1.4 2001/02/09 02:03:46 xorgcvs Exp $ ' $'\n\nCopyright 1989, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/TextPop.c ) [unpack/libXaw-1.0.3/src/TextSink.c]=( typeset -a comments=( ' $Xorg: TextSink.c,v 1.4 2001/02/09 02:03:46 xorgcvs Exp $ ' $'\n\nCopyright 1989, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/TextSink.c ) [unpack/libXaw-1.0.3/src/TextSrc.c]=( typeset -a comments=( ' $Xorg: TextSrc.c,v 1.5 2001/02/09 02:03:47 xorgcvs Exp $ ' $'\n\nCopyright 1989, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/TextSrc.c ) [unpack/libXaw-1.0.3/src/TextTr.c]=( typeset -a comments=( ' $Xorg: TextTr.c,v 1.4 2001/02/09 02:03:47 xorgcvs Exp $ ' $'\n\nCopyright 1991, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/TextTr.c ) [unpack/libXaw-1.0.3/src/Tip.c]=( typeset -a comments=( $'\n * Copyright (c) 1999 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Except as contained in this notice, the name of the XFree86 Project shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from the\n * XFree86 Project.\n *\n * Author: Paulo C\303\251sar Pereira de Andrade\n ' ' $XFree86: xc/lib/Xaw/Tip.c,v 1.4 1999/07/11 08:49:16 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/Tip.c ) [unpack/libXaw-1.0.3/src/Toggle.c]=( typeset -a comments=( ' $Xorg: Toggle.c,v 1.4 2001/02/09 02:03:47 xorgcvs Exp $ ' $'\n\nCopyright 1989, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/Toggle.c ) [unpack/libXaw-1.0.3/src/Tree.c]=( typeset -a comments=( $'\n * $Xorg: Tree.c,v 1.4 2001/02/09 02:03:47 xorgcvs Exp $\n *\n\nCopyright 1990, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n * Copyright 1989 Prentice Hall\n *\n * Permission to use, copy, modify, and distribute this software for any\n * purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation.\n * \n * Prentice Hall and the authors disclaim all warranties with regard\n * to this software, including all implied warranties of merchantability and\n * fitness. In no event shall Prentice Hall or the authors be liable\n * for any special, indirect or cosequential damages or any damages whatsoever\n * resulting from loss of use, data or profits, whether in an action of\n * contract, negligence or other tortious action, arising out of or in\n * connection with the use or performance of this software.\n * \n * Authors: Jim Fulton, MIT X Consortium,\n * based on a version by Douglas Young, Prentice Hall\n * \n * This widget is based on the Tree widget described on pages 397-419 of\n * Douglas Young\'s book "The X Window System, Programming and Applications \n * with Xt OSF/Motif Edition." The layout code has been rewritten to use\n * additional blank space to make the structure of the graph easier to see\n * as well as to support vertical trees.\n ' ' $XFree86: xc/lib/Xaw/Tree.c,v 1.9 2001/01/17 19:42:35 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/Tree.c ) [unpack/libXaw-1.0.3/src/Vendor.c]=( typeset -a comments=( ' $Xorg: Vendor.c,v 1.4 2001/02/09 02:03:47 xorgcvs Exp $ ' $'**********************************************************\n\nCopyright 1987, 1988, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/Vendor.c ) [unpack/libXaw-1.0.3/src/Viewport.c]=( typeset -a comments=( ' $Xorg: Viewport.c,v 1.4 2001/02/09 02:03:47 xorgcvs Exp $ ' $'**********************************************************\n\nCopyright 1987, 1988, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/Viewport.c ) [unpack/libXaw-1.0.3/src/XawI18n.c]=( typeset -a comments=( ' $Xorg: XawI18n.c,v 1.4 2001/02/09 02:03:47 xorgcvs Exp $ ' ' Copyright 1991 NCR Corporation - Dayton, Ohio, USA ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/XawI18n.c ) [unpack/libXaw-1.0.3/src/XawI18n.h]=( typeset -a comments=( ' $XdotOrg: xc/lib/Xaw/XawI18n.h,v 1.2 2004/04/23 18:43:38 eich Exp $ ' ' $Xorg: XawI18n.h,v 1.4 2001/02/09 02:03:47 xorgcvs Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/XawI18n.h ) [unpack/libXaw-1.0.3/src/XawIm.c]=( typeset -a comments=( ' $Xorg: XawIm.c,v 1.6 2001/02/09 02:03:47 xorgcvs Exp $ ' $'\n * Copyright 1991 by OMRON Corporation\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of OMRON not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. OMRON makes no representations about the\n * suitability of this software for any purpose. It is provided "as is"\n * without express or implied warranty.\n *\n * OMRON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\n * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\n * OMRON BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\n * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTUOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE. \n *\n *\tAuthor:\tSeiji Kuwari\tOMRON Corporation\n *\t\t\t\tkuwa@omron.co.jp\n *\t\t\t\tkuwa%omron.co.jp@uunet.uu.net\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/XawIm.c ) [unpack/libXaw-1.0.3/src/XawInit.c]=( typeset -a comments=( $'\n * $Xorg: XawInit.c,v 1.4 2001/02/09 02:03:47 xorgcvs Exp $\n *\nCopyright 1989, 1998 The Open Group\nCopyright 2003-2004 Roland Mainz \n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n * \n * \n * \t\t\t XawInitializeWidgetSet\n * \n * This routine forces a reference to vendor shell so that the one in this\n * widget is installed. Any other cross-widget set initialization should be\n * done here as well. All Athena widgets should include "XawInit.h" and\n * call this routine from their ClassInitialize procs (this routine may be\n * used as the class init proc).\n ' ' $XFree86: xc/lib/Xaw/XawInit.c,v 1.9 2001/01/17 19:42:36 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/XawInit.c ) [unpack/libXaw-1.0.3/src/sharedlib.c]=( typeset -a comments=( ' $Xorg: sharedlib.c,v 1.4 2001/02/09 02:03:47 xorgcvs Exp $ ' $'\n\nCopyright 1991, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXaw-1.0.3/src/sharedlib.c ) [unpack/libXcomposite-0.3.2/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/libXcomposite-0.3.2/autogen.sh ) [unpack/libXcomposite-0.3.2/include/X11/extensions/Xcomposite.h]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2006 Sun Microsystems\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Sun Microsystems not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Sun Microsystems makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * SUN MICROSYSTEMS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL SUN MICROSYSTEMS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Copyright \302\251 2003 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * This revision number also appears in configure.ac, they have\n * to be manually synchronized\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXcomposite-0.3.2/include/X11/extensions/Xcomposite.h ) [unpack/libXcomposite-0.3.2/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/libXcomposite-0.3.2/ltmain.sh ) [unpack/libXcomposite-0.3.2/src/Xcomposite.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2006 Sun Microsystems\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Sun Microsystems not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Sun Microsystems makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * SUN MICROSYSTEMS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL SUN MICROSYSTEMS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Copyright \302\251 2003 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * XCompositeExtRemoveDisplay - remove the indicated display from the\n * extension object. (Replaces XextRemoveDisplay.)\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXcomposite-0.3.2/src/Xcomposite.c ) [unpack/libXcomposite-0.3.2/src/xcompositeint.h]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2006 Sun Microsystems\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Sun Microsystems not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Sun Microsystems makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * SUN MICROSYSTEMS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL SUN MICROSYSTEMS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Copyright \302\251 2003 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' keep a linked list ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXcomposite-0.3.2/src/xcompositeint.h ) [unpack/libXcursor-1.1.9/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/libXcursor-1.1.9/autogen.sh ) [unpack/libXcursor-1.1.9/include/X11/Xcursor/Xcursor.h]=( typeset -a comments=( $'\n * Copyright \302\251 2002 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * Cursor files start with a header. The header\n * contains a magic number, a version number and a\n * table of contents which has type and offset information\n * for the remaining tables in the file.\n *\n * File minor versions increment for compatible changes\n * File major versions increment for incompatible changes (never, we hope)\n *\n * Chunks of the same type are always upward compatible. Incompatible\n * changes are made with new chunk types; the old data can remain under\n * the old type. Upward compatible changes can add header data as the\n * header lengths are specified in the file.\n *\n * File:\n *\tFileHeader\n *\tLISTofChunk\n *\n * FileHeader:\n *\tCARD32\t\tmagic\t magic number\n *\tCARD32\t\theader\t bytes in file header\n *\tCARD32\t\tversion\t file version\n *\tCARD32\t\tntoc\t number of toc entries\n *\tLISTofFileToc toc\t table of contents\n *\n * FileToc:\n *\tCARD32\t\ttype\t entry type\n *\tCARD32\t\tsubtype\t entry subtype (size for images)\n *\tCARD32\t\tposition absolute file position\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXcursor-1.1.9/include/X11/Xcursor/Xcursor.h ) [unpack/libXcursor-1.1.9/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/libXcursor-1.1.9/ltmain.sh ) [unpack/libXcursor-1.1.9/src/cursor.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2002 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * Temp space for converted image and converted colors\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXcursor-1.1.9/src/cursor.c ) [unpack/libXcursor-1.1.9/src/display.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2002 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * Unhook from the global list\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXcursor-1.1.9/src/display.c ) [unpack/libXcursor-1.1.9/src/file.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2002 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' sanity check ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXcursor-1.1.9/src/file.c ) [unpack/libXcursor-1.1.9/src/library.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2002 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $' append / if the path doesn\'t currently have one ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXcursor-1.1.9/src/library.c ) [unpack/libXcursor-1.1.9/src/xcursorint.h]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2002 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * Track a few recently created bitmaps to see\n * if they get used to create cursors. This\n * is done by hooking into Xlib and watching\n * for XCreatePixmap, XPutImage, XCreatePixmapCursor\n * with appropriate arguments. When this happens\n * Xcursor computes a hash value for the source image\n * and tries to load a library cursor of that name.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXcursor-1.1.9/src/xcursorint.h ) [unpack/libXcursor-1.1.9/src/xlib.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2002 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' stolen from Xlib ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXcursor-1.1.9/src/xlib.c ) [unpack/libXdamage-1.1.1/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/libXdamage-1.1.1/autogen.sh ) [unpack/libXdamage-1.1.1/include/X11/extensions/Xdamage.h]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2003 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' event base ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdamage-1.1.1/include/X11/extensions/Xdamage.h ) [unpack/libXdamage-1.1.1/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/libXdamage-1.1.1/ltmain.sh ) [unpack/libXdamage-1.1.1/src/Xdamage.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2003 Keith Packard\n * Copyright \302\251 2007 Eric Anholt\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * XDamageExtAddDisplay - add a display to this extension. (Replaces\n * XextAddDisplay)\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdamage-1.1.1/src/Xdamage.c ) [unpack/libXdamage-1.1.1/src/xdamageint.h]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2003 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' keep a linked list ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdamage-1.1.1/src/xdamageint.h ) [unpack/libXdmcp-1.0.2/A8Eq.c]=( typeset -a comments=( $'\n * $Xorg: A8Eq.c,v 1.4 2001/02/09 02:03:48 xorgcvs Exp $\n *\n * \nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n * *\n * Author: Keith Packard, MIT X Consortium\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdmcp-1.0.2/A8Eq.c ) [unpack/libXdmcp-1.0.2/AA16.c]=( typeset -a comments=( $'\n * $Xorg: AA16.c,v 1.4 2001/02/09 02:03:48 xorgcvs Exp $\n *\n * \nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n * *\n * Author: Keith Packard, MIT X Consortium\n ' ' $XFree86: xc/lib/Xdmcp/AA16.c,v 1.3 2001/01/17 19:42:43 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdmcp-1.0.2/AA16.c ) [unpack/libXdmcp-1.0.2/AA32.c]=( typeset -a comments=( $'\n * $Xorg: AA32.c,v 1.4 2001/02/09 02:03:48 xorgcvs Exp $\n *\n * \nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n * *\n * Author: Keith Packard, MIT X Consortium\n ' ' $XFree86: xc/lib/Xdmcp/AA32.c,v 1.3 2001/01/17 19:42:43 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdmcp-1.0.2/AA32.c ) [unpack/libXdmcp-1.0.2/AA8.c]=( typeset -a comments=( $'\n * $Xorg: AA8.c,v 1.4 2001/02/09 02:03:48 xorgcvs Exp $\n *\n * \nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n * *\n * Author: Keith Packard, MIT X Consortium\n ' ' $XFree86: xc/lib/Xdmcp/AA8.c,v 1.3 2001/01/17 19:42:43 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdmcp-1.0.2/AA8.c ) [unpack/libXdmcp-1.0.2/Alloc.c]=( typeset -a comments=( $'\n * $Xorg: Alloc.c,v 1.4 2001/02/09 02:03:48 xorgcvs Exp $\n *\n * \nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n * *\n * Author: Keith Packard, MIT X Consortium\n ' ' $XFree86: xc/lib/Xdmcp/Alloc.c,v 3.4 2001/07/25 15:04:50 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdmcp-1.0.2/Alloc.c ) [unpack/libXdmcp-1.0.2/AofA8.c]=( typeset -a comments=( $'\n * $Xorg: AofA8.c,v 1.4 2001/02/09 02:03:48 xorgcvs Exp $\n *\n * \nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n * *\n * Author: Keith Packard, MIT X Consortium\n ' ' $XFree86: xc/lib/Xdmcp/AofA8.c,v 1.3 2001/01/17 19:42:43 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdmcp-1.0.2/AofA8.c ) [unpack/libXdmcp-1.0.2/CA8.c]=( typeset -a comments=( $'\n * $Xorg: CA8.c,v 1.4 2001/02/09 02:03:48 xorgcvs Exp $\n *\n * \nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n * *\n * Author: Keith Packard, MIT X Consortium\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdmcp-1.0.2/CA8.c ) [unpack/libXdmcp-1.0.2/CmpKey.c]=( typeset -a comments=( $'\n * $Xorg: CmpKey.c,v 1.4 2001/02/09 02:03:48 xorgcvs Exp $\n *\n * \nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n * *\n * Author: Keith Packard, MIT X Consortium\n ' ' $XFree86: xc/lib/Xdmcp/CmpKey.c,v 1.3 2001/01/17 19:42:43 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdmcp-1.0.2/CmpKey.c ) [unpack/libXdmcp-1.0.2/DA16.c]=( typeset -a comments=( $'\n * $Xorg: DA16.c,v 1.4 2001/02/09 02:03:48 xorgcvs Exp $\n *\n * \nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n * *\n * Author: Keith Packard, MIT X Consortium\n ' ' $XFree86: xc/lib/Xdmcp/DA16.c,v 1.5 2001/01/17 19:42:43 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdmcp-1.0.2/DA16.c ) [unpack/libXdmcp-1.0.2/DA32.c]=( typeset -a comments=( $'\n * $Xorg: DA32.c,v 1.4 2001/02/09 02:03:48 xorgcvs Exp $\n *\n * \nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n * *\n * Author: Keith Packard, MIT X Consortium\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdmcp-1.0.2/DA32.c ) [unpack/libXdmcp-1.0.2/DA8.c]=( typeset -a comments=( $'\n * $Xorg: DA8.c,v 1.4 2001/02/09 02:03:48 xorgcvs Exp $\n *\n * \nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n * *\n * Author: Keith Packard, MIT X Consortium\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdmcp-1.0.2/DA8.c ) [unpack/libXdmcp-1.0.2/DAofA8.c]=( typeset -a comments=( $' $Xdotorg: $\n * $Xorg: DAofA8.c,v 1.4 2001/02/09 02:03:48 xorgcvs Exp $\n *\n * \nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n * *\n * Author: Keith Packard, MIT X Consortium\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdmcp-1.0.2/DAofA8.c ) [unpack/libXdmcp-1.0.2/DecKey.c]=( typeset -a comments=( $'\n * $Xorg: DecKey.c,v 1.4 2001/02/09 02:03:48 xorgcvs Exp $\n *\n * \nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n * *\n * Author: Keith Packard, MIT X Consortium\n ' ' $XFree86: xc/lib/Xdmcp/DecKey.c,v 1.3 2001/01/17 19:42:43 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdmcp-1.0.2/DecKey.c ) [unpack/libXdmcp-1.0.2/Fill.c]=( typeset -a comments=( $'\n * $Xorg: Fill.c,v 1.4 2001/02/09 02:03:48 xorgcvs Exp $\n *\n * \nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n * *\n * Author: Keith Packard, MIT X Consortium\n ' ' $XFree86: xc/lib/Xdmcp/Fill.c,v 3.8 2001/07/23 13:15:42 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdmcp-1.0.2/Fill.c ) [unpack/libXdmcp-1.0.2/Flush.c]=( typeset -a comments=( $'\n * $Xorg: Flush.c,v 1.4 2001/02/09 02:03:48 xorgcvs Exp $\n *\n * \nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n * *\n * Author: Keith Packard, MIT X Consortium\n ' ' $XFree86: xc/lib/Xdmcp/Flush.c,v 3.7 2001/07/23 13:15:42 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdmcp-1.0.2/Flush.c ) [unpack/libXdmcp-1.0.2/GenKey.c]=( typeset -a comments=( $'\n * $Xorg: GenKey.c,v 1.4 2001/02/09 02:03:48 xorgcvs Exp $\n *\n * \nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n * *\n * Author: Keith Packard, MIT X Consortium\n ' ' $XFree86: xc/lib/Xdmcp/GenKey.c,v 3.7 2001/07/25 15:04:50 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdmcp-1.0.2/GenKey.c ) [unpack/libXdmcp-1.0.2/IncKey.c]=( typeset -a comments=( $'\n * $Xorg: IncKey.c,v 1.4 2001/02/09 02:03:48 xorgcvs Exp $\n *\n * \nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n * *\n * Author: Keith Packard, MIT X Consortium\n ' ' $XFree86: xc/lib/Xdmcp/IncKey.c,v 1.3 2001/01/17 19:42:43 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdmcp-1.0.2/IncKey.c ) [unpack/libXdmcp-1.0.2/RA16.c]=( typeset -a comments=( $'\n * $Xorg: RA16.c,v 1.5 2001/02/09 02:03:48 xorgcvs Exp $\n *\n * \nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n * *\n * Author: Keith Packard, MIT X Consortium\n ' $' Must set array->data to NULL to guarantee safe call of\n \t * XdmcpDisposeARRAY*(array) (which calls Xfree(array->data));\n * see defect 7329 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdmcp-1.0.2/RA16.c ) [unpack/libXdmcp-1.0.2/RA32.c]=( typeset -a comments=( $'\n * $Xorg: RA32.c,v 1.5 2001/02/09 02:03:48 xorgcvs Exp $\n *\n * \nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n * *\n * Author: Keith Packard, MIT X Consortium\n ' $' Must set array->data to NULL to guarantee safe call of\n \t * XdmcpDisposeARRAY*(array) (which calls Xfree(array->data));\n * see defect 7329 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdmcp-1.0.2/RA32.c ) [unpack/libXdmcp-1.0.2/RA8.c]=( typeset -a comments=( $'\n * $Xorg: RA8.c,v 1.5 2001/02/09 02:03:48 xorgcvs Exp $\n *\n * \nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n * *\n * Author: Keith Packard, MIT X Consortium\n ' $' Must set array->data to NULL to guarantee safe call of\n \t * XdmcpDisposeARRAY*(array) (which calls Xfree(array->data));\n * see defect 7329 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdmcp-1.0.2/RA8.c ) [unpack/libXdmcp-1.0.2/RAofA8.c]=( typeset -a comments=( $'\n * $Xorg: RAofA8.c,v 1.6 2001/02/09 02:03:48 xorgcvs Exp $\n *\n * \nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n * *\n * Author: Keith Packard, MIT X Consortium\n ' $' Must set array->data to NULL to guarantee safe call of\n \t * XdmcpDisposeARRAY*(array) (which calls Xfree(array->data));\n * see defect 7329 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdmcp-1.0.2/RAofA8.c ) [unpack/libXdmcp-1.0.2/RC16.c]=( typeset -a comments=( $'\n * $Xorg: RC16.c,v 1.4 2001/02/09 02:03:48 xorgcvs Exp $\n *\n * \nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n * *\n * Author: Keith Packard, MIT X Consortium\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdmcp-1.0.2/RC16.c ) [unpack/libXdmcp-1.0.2/RC32.c]=( typeset -a comments=( $'\n * $Xorg: RC32.c,v 1.4 2001/02/09 02:03:48 xorgcvs Exp $\n *\n * \nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n * *\n * Author: Keith Packard, MIT X Consortium\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdmcp-1.0.2/RC32.c ) [unpack/libXdmcp-1.0.2/RC8.c]=( typeset -a comments=( $'\n * $Xorg: RC8.c,v 1.4 2001/02/09 02:03:48 xorgcvs Exp $\n *\n * \nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n * *\n * Author: Keith Packard, MIT X Consortium\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdmcp-1.0.2/RC8.c ) [unpack/libXdmcp-1.0.2/RHead.c]=( typeset -a comments=( $'\n * $Xorg: RHead.c,v 1.4 2001/02/09 02:03:48 xorgcvs Exp $\n *\n * \nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n * *\n * Author: Keith Packard, MIT X Consortium\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdmcp-1.0.2/RHead.c ) [unpack/libXdmcp-1.0.2/RR.c]=( typeset -a comments=( $'\n * $Xorg: RR.c,v 1.4 2001/02/09 02:03:48 xorgcvs Exp $\n *\n * \nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n * *\n * Author: Keith Packard, MIT X Consortium\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdmcp-1.0.2/RR.c ) [unpack/libXdmcp-1.0.2/RaA16.c]=( typeset -a comments=( $'\n * $Xorg: RaA16.c,v 1.4 2001/02/09 02:03:48 xorgcvs Exp $\n *\n * \nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n * *\n * Author: Keith Packard, MIT X Consortium\n ' ' $XFree86: xc/lib/Xdmcp/RaA16.c,v 1.3 2001/01/17 19:42:44 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdmcp-1.0.2/RaA16.c ) [unpack/libXdmcp-1.0.2/RaA32.c]=( typeset -a comments=( $'\n * $Xorg: RaA32.c,v 1.4 2001/02/09 02:03:48 xorgcvs Exp $\n *\n * \nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n * *\n * Author: Keith Packard, MIT X Consortium\n ' ' $XFree86: xc/lib/Xdmcp/RaA32.c,v 1.3 2001/01/17 19:42:44 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdmcp-1.0.2/RaA32.c ) [unpack/libXdmcp-1.0.2/RaA8.c]=( typeset -a comments=( $'\n * $Xorg: RaA8.c,v 1.4 2001/02/09 02:03:48 xorgcvs Exp $\n *\n * \nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n * *\n * Author: Keith Packard, MIT X Consortium\n ' ' $XFree86: xc/lib/Xdmcp/RaA8.c,v 1.3 2001/01/17 19:42:44 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdmcp-1.0.2/RaA8.c ) [unpack/libXdmcp-1.0.2/RaAoA8.c]=( typeset -a comments=( $'\n * $Xorg: RaAoA8.c,v 1.4 2001/02/09 02:03:48 xorgcvs Exp $\n *\n * \nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n * *\n * Author: Keith Packard, MIT X Consortium\n ' ' $XFree86: xc/lib/Xdmcp/RaAoA8.c,v 1.3 2001/01/17 19:42:44 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdmcp-1.0.2/RaAoA8.c ) [unpack/libXdmcp-1.0.2/Unwrap.c]=( typeset -a comments=( $'\n * $Xorg: Unwrap.c,v 1.4 2001/02/09 02:03:48 xorgcvs Exp $\n *\n * \nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n * *\n * Author: Keith Packard, MIT X Consortium\n ' ' $XFree86: xc/lib/Xdmcp/Unwrap.c,v 1.3 2001/01/17 19:42:44 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdmcp-1.0.2/Unwrap.c ) [unpack/libXdmcp-1.0.2/WA16.c]=( typeset -a comments=( $'\n * $Xorg: WA16.c,v 1.4 2001/02/09 02:03:48 xorgcvs Exp $\n *\n * \nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n * *\n * Author: Keith Packard, MIT X Consortium\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdmcp-1.0.2/WA16.c ) [unpack/libXdmcp-1.0.2/WA32.c]=( typeset -a comments=( $'\n * $Xorg: WA32.c,v 1.4 2001/02/09 02:03:48 xorgcvs Exp $\n *\n * \nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n * *\n * Author: Keith Packard, MIT X Consortium\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdmcp-1.0.2/WA32.c ) [unpack/libXdmcp-1.0.2/WA8.c]=( typeset -a comments=( $'\n * $Xorg: WA8.c,v 1.4 2001/02/09 02:03:48 xorgcvs Exp $\n *\n * \nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n * *\n * Author: Keith Packard, MIT X Consortium\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdmcp-1.0.2/WA8.c ) [unpack/libXdmcp-1.0.2/WAofA8.c]=( typeset -a comments=( $'\n * $Xorg: WAofA8.c,v 1.4 2001/02/09 02:03:48 xorgcvs Exp $\n *\n * \nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n * *\n * Author: Keith Packard, MIT X Consortium\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdmcp-1.0.2/WAofA8.c ) [unpack/libXdmcp-1.0.2/WC16.c]=( typeset -a comments=( $'\n * $Xorg: WC16.c,v 1.4 2001/02/09 02:03:48 xorgcvs Exp $\n *\n * \nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n * *\n * Author: Keith Packard, MIT X Consortium\n ' ' $XFree86: xc/lib/Xdmcp/WC16.c,v 1.4 2001/01/17 19:42:44 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdmcp-1.0.2/WC16.c ) [unpack/libXdmcp-1.0.2/WC32.c]=( typeset -a comments=( $'\n * $Xorg: WC32.c,v 1.4 2001/02/09 02:03:49 xorgcvs Exp $\n *\n * \nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n * *\n * Author: Keith Packard, MIT X Consortium\n ' ' $XFree86: xc/lib/Xdmcp/WC32.c,v 1.4 2001/01/17 19:42:44 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdmcp-1.0.2/WC32.c ) [unpack/libXdmcp-1.0.2/WC8.c]=( typeset -a comments=( $'\n * $Xorg: WC8.c,v 1.4 2001/02/09 02:03:49 xorgcvs Exp $\n *\n * \nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n * *\n * Author: Keith Packard, MIT X Consortium\n ' ' $XFree86: xc/lib/Xdmcp/WC8.c,v 1.4 2001/01/17 19:42:44 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdmcp-1.0.2/WC8.c ) [unpack/libXdmcp-1.0.2/Whead.c]=( typeset -a comments=( $'\n * $Xorg: Whead.c,v 1.4 2001/02/09 02:03:49 xorgcvs Exp $\n *\n * \nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n * *\n * Author: Keith Packard, MIT X Consortium\n ' ' $XFree86: xc/lib/Xdmcp/Whead.c,v 1.3 2001/01/17 19:42:44 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdmcp-1.0.2/Whead.c ) [unpack/libXdmcp-1.0.2/Wrap.c]=( typeset -a comments=( $'\n * $Xorg: Wrap.c,v 1.4 2001/02/09 02:03:49 xorgcvs Exp $\n *\n * \nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n * *\n * Author: Keith Packard, MIT X Consortium\n ' ' $XFree86: xc/lib/Xdmcp/Wrap.c,v 1.3 2001/01/17 19:42:44 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdmcp-1.0.2/Wrap.c ) [unpack/libXdmcp-1.0.2/Wrap.h]=( typeset -a comments=( ' $XdotOrg: xc/lib/Xdmcp/Wrap.h,v 1.5 2004/08/22 01:02:25 jg Exp $ ' ' $Xorg: Wrap.h,v 1.3 2000/08/17 19:45:50 cpqbld Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdmcp-1.0.2/Wrap.h ) [unpack/libXdmcp-1.0.2/Wraphelp.c]=( typeset -a comments=( $'\n * $Xorg: A8Eq.c,v 1.4 2001/02/09 02:03:48 xorgcvs Exp $\n *\n ' $' des routines for non-usa - eay 10/9/1991 eay@psych.psy.uq.oz.au\n * These routines were written for speed not size so they are bigger than\n * needed. I have removed some of the loop unrolling, this will reduce\n * code size at the expense of some speed.\n * 25/9/1991 eay - much faster _XdmcpAuthSetup (4 times faster).\n * 19/9/1991 eay - cleaned up the IP and FP code.\n * 10/9/1991 eay - first release.\n * The des routines this file has been made from can be found in\n * ftp.psy.uq.oz.au /pub/DES\n * This particular version derived from OpenBSD Revsion 1.3.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdmcp-1.0.2/Wraphelp.c ) [unpack/libXdmcp-1.0.2/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/libXdmcp-1.0.2/autogen.sh ) [unpack/libXdmcp-1.0.2/include/X11/Xdmcp.h]=( typeset -a comments=( ' $XdotOrg: xc/lib/Xdmcp/Xdmcp.h,v 1.2 2004/04/23 18:43:41 eich Exp $ ' ' $Xorg: Xdmcp.h,v 1.7 2001/04/13 14:43:00 steve Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXdmcp-1.0.2/include/X11/Xdmcp.h ) [unpack/libXdmcp-1.0.2/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/libXdmcp-1.0.2/ltmain.sh ) [unpack/libXfixes-4.0.3/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/libXfixes-4.0.3/autogen.sh ) [unpack/libXfixes-4.0.3/include/X11/extensions/Xfixes.h]=( typeset -a comments=( $'\n * $XFree86: xc/lib/Xfixes/Xfixes.h,v 1.1 2002/11/30 06:21:45 keithp Exp $\n *\n * Copyright \302\251 2006 Sun Microsystems\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Sun Microsystems not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Sun Microsystems makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * SUN MICROSYSTEMS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL SUN MICROSYSTEMS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Copyright \302\251 2002 Keith Packard, member of The XFree86 Project, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * This revision number also appears in configure.ac, they have\n * to be manually synchronized\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfixes-4.0.3/include/X11/extensions/Xfixes.h ) [unpack/libXfixes-4.0.3/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/libXfixes-4.0.3/ltmain.sh ) [unpack/libXfixes-4.0.3/src/Cursor.c]=( typeset -a comments=( $'\n * $XFree86: xc/lib/Xfixes/Cursor.c,v 1.1 2002/11/30 06:21:44 keithp Exp $\n *\n * Copyright \302\251 2006 Sun Microsystems\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Sun Microsystems not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Sun Microsystems makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * SUN MICROSYSTEMS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL SUN MICROSYSTEMS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Copyright \302\251 2002 Keith Packard, member of The XFree86 Project, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' reply data length ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfixes-4.0.3/src/Cursor.c ) [unpack/libXfixes-4.0.3/src/Region.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2003 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' skip any padding ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfixes-4.0.3/src/Region.c ) [unpack/libXfixes-4.0.3/src/SaveSet.c]=( typeset -a comments=( $'\n * $XFree86: xc/lib/Xfixes/SaveSet.c,v 1.1 2002/11/30 18:41:33 keithp Exp $\n *\n * Copyright \302\251 2002 Keith Packard, member of The XFree86 Project, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfixes-4.0.3/src/SaveSet.c ) [unpack/libXfixes-4.0.3/src/Selection.c]=( typeset -a comments=( $'\n * $XFree86: xc/lib/Xfixes/Selection.c,v 1.1 2002/11/30 06:21:45 keithp Exp $\n *\n * Copyright \302\251 2002 Keith Packard, member of The XFree86 Project, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfixes-4.0.3/src/Selection.c ) [unpack/libXfixes-4.0.3/src/Xfixes.c]=( typeset -a comments=( $'\n * $XFree86: xc/lib/Xfixes/Xfixes.c,v 1.1 2002/11/30 06:21:45 keithp Exp $\n *\n * Copyright \302\251 2002 Keith Packard, member of The XFree86 Project, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * XFixesExtAddDisplay - add a display to this extension. (Replaces\n * XextAddDisplay)\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfixes-4.0.3/src/Xfixes.c ) [unpack/libXfixes-4.0.3/src/Xfixesint.h]=( typeset -a comments=( $'\n * $XFree86: xc/lib/Xfixes/Xfixesint.h,v 1.1 2002/11/30 06:21:45 keithp Exp $\n *\n * Copyright \302\251 2002 Keith Packard, member of The XFree86 Project, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' keep a linked list ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfixes-4.0.3/src/Xfixesint.h ) [unpack/libXfont-1.2.8/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/libXfont-1.2.8/autogen.sh ) [unpack/libXfont-1.2.8/include/X11/fonts/bdfint.h]=( typeset -a comments=( ' $Xorg: bdfint.h,v 1.4 2001/02/09 02:04:01 xorgcvs Exp $ ' $'\n\nCopyright 1990, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/include/X11/fonts/bdfint.h ) [unpack/libXfont-1.2.8/include/X11/fonts/bitmap.h]=( typeset -a comments=( ' $Xorg: bitmap.h,v 1.4 2001/02/09 02:04:04 xorgcvs Exp $ ' $'\n\nCopyright 1990, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/include/X11/fonts/bitmap.h ) [unpack/libXfont-1.2.8/include/X11/fonts/bufio.h]=( typeset -a comments=( ' $Xorg: bufio.h,v 1.4 2001/02/09 02:04:04 xorgcvs Exp $ ' $'\n\nCopyright 1993, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/include/X11/fonts/bufio.h ) [unpack/libXfont-1.2.8/include/X11/fonts/fntfil.h]=( typeset -a comments=( ' $Xorg: fntfil.h,v 1.4 2001/02/09 02:04:04 xorgcvs Exp $ ' $'\n\nCopyright 1991, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/include/X11/fonts/fntfil.h ) [unpack/libXfont-1.2.8/include/X11/fonts/fntfilio.h]=( typeset -a comments=( ' $Xorg: fntfilio.h,v 1.4 2001/02/09 02:04:04 xorgcvs Exp $ ' $'\n\nCopyright 1991, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/include/X11/fonts/fntfilio.h ) [unpack/libXfont-1.2.8/include/X11/fonts/fntfilst.h]=( typeset -a comments=( ' $Xorg: fntfilst.h,v 1.5 2001/02/09 02:04:04 xorgcvs Exp $ ' $'\n\nCopyright 1991, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/include/X11/fonts/fntfilst.h ) [unpack/libXfont-1.2.8/include/X11/fonts/fontencc.h]=( typeset -a comments=( $'\nCopyright (c) 1998-2001 by Juliusz Chroboczek\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n' ' $XFree86$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/include/X11/fonts/fontencc.h ) [unpack/libXfont-1.2.8/include/X11/fonts/fontmisc.h]=( typeset -a comments=( ' $Xorg: fontmisc.h,v 1.4 2001/02/09 02:04:04 xorgcvs Exp $ ' $'\n\nCopyright 1991, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/include/X11/fonts/fontmisc.h ) [unpack/libXfont-1.2.8/include/X11/fonts/fontmod.h]=( typeset -a comments=( ' $XFree86: xc/lib/font/include/fontmod.h,v 1.2 1998/07/25 06:57:09 dawes Exp $ ' ' _FONTMOD_H_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/include/X11/fonts/fontmod.h ) [unpack/libXfont-1.2.8/include/X11/fonts/fontshow.h]=( typeset -a comments=( ' $Xorg: fontshow.h,v 1.4 2001/02/09 02:04:04 xorgcvs Exp $ ' $'\n\nCopyright 1990, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/include/X11/fonts/fontshow.h ) [unpack/libXfont-1.2.8/include/X11/fonts/fontutil.h]=( typeset -a comments=( ' $XFree86: xc/lib/font/include/fontutil.h,v 1.1 1999/03/14 11:17:49 dawes Exp $ ' ' _FONTUTIL_H_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/include/X11/fonts/fontutil.h ) [unpack/libXfont-1.2.8/include/X11/fonts/fontxlfd.h]=( typeset -a comments=( ' $Xorg: fontxlfd.h,v 1.4 2001/02/09 02:04:04 xorgcvs Exp $ ' $'\n\nCopyright 1990, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/include/X11/fonts/fontxlfd.h ) [unpack/libXfont-1.2.8/include/X11/fonts/pcf.h]=( typeset -a comments=( ' $Xorg: pcf.h,v 1.4 2001/02/09 02:04:02 xorgcvs Exp $ ' $'\n\nCopyright 1991, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/include/X11/fonts/pcf.h ) [unpack/libXfont-1.2.8/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/libXfont-1.2.8/ltmain.sh ) [unpack/libXfont-1.2.8/src/FreeType/ft.h]=( typeset -a comments=( $'\nCopyright (c) 1997 by Mark Leisher\nCopyright (c) 1998-2002 by Juliusz Chroboczek\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n' ' $XFree86: xc/lib/font/FreeType/ft.h,v 1.22 2003/06/08 15:41:13 herrb Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/FreeType/ft.h ) [unpack/libXfont-1.2.8/src/FreeType/ftenc.c]=( typeset -a comments=( $' \nCopyright (c) 1998-2003 by Juliusz Chroboczek\n \nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions: \n \nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software. \n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n' ' $XFree86: xc/lib/font/FreeType/ftenc.c,v 1.24 2003/10/19 18:53:49 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/FreeType/ftenc.c ) [unpack/libXfont-1.2.8/src/FreeType/ftfuncs.c]=( typeset -a comments=( $'\nCopyright (c) 1997 by Mark Leisher\nCopyright (c) 1998-2003 by Juliusz Chroboczek\nCopyright (c) 1998 Go Watanabe, All rights reserved.\nCopyright (c) 1998 Kazushi (Jam) Marukawa, All rights reserved.\nCopyright (c) 1998 Takuya SHIOZAKI, All rights reserved.\nCopyright (c) 1998 X-TrueType Server Project, All rights reserved.\nCopyright (c) 2003-2004 After X-TT Project, All rights reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n' ' $XdotOrg: xc/lib/font/FreeType/ftfuncs.c,v 1.11 2005/07/03 07:00:58 daniels Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/FreeType/ftfuncs.c ) [unpack/libXfont-1.2.8/src/FreeType/ftfuncs.h]=( typeset -a comments=( $'\nCopyright (c) 1998-2002 by Juliusz Chroboczek\nCopyright (c) 2003 After X-TT Project, All rights reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n' ' $XFree86: xc/lib/font/FreeType/ftfuncs.h,v 1.17 2003/12/21 04:02:07 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/FreeType/ftfuncs.h ) [unpack/libXfont-1.2.8/src/FreeType/ftsystem.c]=( typeset -a comments=( '*************************************************************************' ' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/FreeType/ftsystem.c ) [unpack/libXfont-1.2.8/src/FreeType/fttools.c]=( typeset -a comments=( $'\n Copyright (c) 1997 by Mark Leisher\n Copyright (c) 1998-2002 by Juliusz Chroboczek\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the "Software"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n THE SOFTWARE.\n' ' $XFree86: xc/lib/font/FreeType/fttools.c,v 1.6 2003/06/08 15:41:13 herrb Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/FreeType/fttools.c ) [unpack/libXfont-1.2.8/src/FreeType/xttcap.c]=( typeset -a comments=( ' ===EmacsMode: -*- Mode: C; tab-width:4; c-basic-offset: 4; -*- === ' $' ===FileName: ===\n Copyright (c) 1998 Takuya SHIOZAKI, All Rights reserved.\n Copyright (c) 1998 X-TrueType Server Project, All rights reserved. \n Copyright (c) 2003 After X-TT Project, All rights reserved.\n\n===Notice\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n 1. Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n 2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n\n THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS\'\' AND\n ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\n OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\n HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\n LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\n OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n SUCH DAMAGE.\n\n Major Release ID: X-TrueType Server Version 1.4 [Charles\'s Wain Release 0]\n\nNotice===\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/FreeType/xttcap.c ) [unpack/libXfont-1.2.8/src/FreeType/xttcap.h]=( typeset -a comments=( ' ===EmacsMode: -*- Mode: C; tab-width:4; c-basic-offset: 4; -*- === ' $' ===FileName: ===\n Copyright (c) 1998 Takuya SHIOZAKI, All Rights reserved.\n Copyright (c) 1998 X-TrueType Server Project, All rights reserved. \n Copyright (c) 2003 After X-TT Project, All rights reserved. \n\n===Notice\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n 1. Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n 2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n\n THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS\'\' AND\n ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\n OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\n HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\n LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\n OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n SUCH DAMAGE.\n\n Major Release ID: X-TrueType Server Version 1.3 [Aoi MATSUBARA Release 3]\n\nNotice===\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/FreeType/xttcap.h ) [unpack/libXfont-1.2.8/src/Speedo/adobe-iso.h]=( typeset -a comments=( ' $Xorg: adobe-iso.h,v 1.3 2000/08/17 19:46:24 cpqbld Exp $ ' $'\n * Latin 1 format from masterset format 11 (ps)\n * 0 implies no valid mapping\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Speedo/adobe-iso.h ) [unpack/libXfont-1.2.8/src/Speedo/bics-iso.h]=( typeset -a comments=( ' $Xorg: bics-iso.h,v 1.4 2001/02/09 02:04:00 xorgcvs Exp $ ' $'\n\nCopyright 1993, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Speedo/bics-iso.h ) [unpack/libXfont-1.2.8/src/Speedo/bics-unicode.c]=( typeset -a comments=( $'\nCopyright (c) 1998 by Juliusz Chroboczek\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n' ' $XFree86$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Speedo/bics-unicode.c ) [unpack/libXfont-1.2.8/src/Speedo/bics-unicode.h]=( typeset -a comments=( ' $XFree86$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Speedo/bics-unicode.h ) [unpack/libXfont-1.2.8/src/Speedo/do_char.c]=( typeset -a comments=( ' $Xorg: do_char.c,v 1.3 2000/08/17 19:46:24 cpqbld Exp $ ' $'\n\nCopyright 1989-1991, Bitstream Inc., Cambridge, MA.\nYou are hereby granted permission under all Bitstream propriety rights to\nuse, copy, modify, sublicense, sell, and redistribute the Bitstream Speedo\nsoftware and the Bitstream Charter outline font for any purpose and without\nrestrictions; provided, that this notice is left intact on all copies of such\nsoftware or font and that Bitstream\'s trademark is acknowledged as shown below\non all unmodified copies of such font.\n\nBITSTREAM CHARTER is a registered trademark of Bitstream Inc.\n\n\nBITSTREAM INC. DISCLAIMS ANY AND ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING\nWITHOUT LIMITATION THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\nPARTICULAR PURPOSE. BITSTREAM SHALL NOT BE LIABLE FOR ANY DIRECT OR INDIRECT\nDAMAGES, INCLUDING BUT NOT LIMITED TO LOST PROFITS, LOST DATA, OR ANY OTHER\nINCIDENTAL OR CONSEQUENTIAL DAMAGES, ARISING OUT OF OR IN ANY WAY CONNECTED\nWITH THE SPEEDO SOFTWARE OR THE BITSTREAM CHARTER OUTLINE FONT.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Speedo/do_char.c ) [unpack/libXfont-1.2.8/src/Speedo/do_trns.c]=( typeset -a comments=( ' $Xorg: do_trns.c,v 1.3 2000/08/17 19:46:25 cpqbld Exp $ ' $'\n\nCopyright 1989-1991, Bitstream Inc., Cambridge, MA.\nYou are hereby granted permission under all Bitstream propriety rights to\nuse, copy, modify, sublicense, sell, and redistribute the Bitstream Speedo\nsoftware and the Bitstream Charter outline font for any purpose and without\nrestrictions; provided, that this notice is left intact on all copies of such\nsoftware or font and that Bitstream\'s trademark is acknowledged as shown below\non all unmodified copies of such font.\n\nBITSTREAM CHARTER is a registered trademark of Bitstream Inc.\n\n\nBITSTREAM INC. DISCLAIMS ANY AND ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING\nWITHOUT LIMITATION THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\nPARTICULAR PURPOSE. BITSTREAM SHALL NOT BE LIABLE FOR ANY DIRECT OR INDIRECT\nDAMAGES, INCLUDING BUT NOT LIMITED TO LOST PROFITS, LOST DATA, OR ANY OTHER\nINCIDENTAL OR CONSEQUENTIAL DAMAGES, ARISING OUT OF OR IN ANY WAY CONNECTED\nWITH THE SPEEDO SOFTWARE OR THE BITSTREAM CHARTER OUTLINE FONT.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Speedo/do_trns.c ) [unpack/libXfont-1.2.8/src/Speedo/keys.h]=( typeset -a comments=( ' $Xorg: keys.h,v 1.3 2000/08/17 19:46:25 cpqbld Exp $ ' $'\n\nCopyright 1989-1991, Bitstream Inc., Cambridge, MA.\nYou are hereby granted permission under all Bitstream propriety rights to\nuse, copy, modify, sublicense, sell, and redistribute the Bitstream Speedo\nsoftware and the Bitstream Charter outline font for any purpose and without\nrestrictions; provided, that this notice is left intact on all copies of such\nsoftware or font and that Bitstream\'s trademark is acknowledged as shown below\non all unmodified copies of such font.\n\nBITSTREAM CHARTER is a registered trademark of Bitstream Inc.\n\n\nBITSTREAM INC. DISCLAIMS ANY AND ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING\nWITHOUT LIMITATION THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\nPARTICULAR PURPOSE. BITSTREAM SHALL NOT BE LIABLE FOR ANY DIRECT OR INDIRECT\nDAMAGES, INCLUDING BUT NOT LIMITED TO LOST PROFITS, LOST DATA, OR ANY OTHER\nINCIDENTAL OR CONSEQUENTIAL DAMAGES, ARISING OUT OF OR IN ANY WAY CONNECTED\nWITH THE SPEEDO SOFTWARE OR THE BITSTREAM CHARTER OUTLINE FONT.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Speedo/keys.h ) [unpack/libXfont-1.2.8/src/Speedo/out_bl2d.c]=( typeset -a comments=( ' $Xorg: out_bl2d.c,v 1.3 2000/08/17 19:46:26 cpqbld Exp $ ' $'\n\nCopyright 1989-1991, Bitstream Inc., Cambridge, MA.\nYou are hereby granted permission under all Bitstream propriety rights to\nuse, copy, modify, sublicense, sell, and redistribute the Bitstream Speedo\nsoftware and the Bitstream Charter outline font for any purpose and without\nrestrictions; provided, that this notice is left intact on all copies of such\nsoftware or font and that Bitstream\'s trademark is acknowledged as shown below\non all unmodified copies of such font.\n\nBITSTREAM CHARTER is a registered trademark of Bitstream Inc.\n\n\nBITSTREAM INC. DISCLAIMS ANY AND ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING\nWITHOUT LIMITATION THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\nPARTICULAR PURPOSE. BITSTREAM SHALL NOT BE LIABLE FOR ANY DIRECT OR INDIRECT\nDAMAGES, INCLUDING BUT NOT LIMITED TO LOST PROFITS, LOST DATA, OR ANY OTHER\nINCIDENTAL OR CONSEQUENTIAL DAMAGES, ARISING OUT OF OR IN ANY WAY CONNECTED\nWITH THE SPEEDO SOFTWARE OR THE BITSTREAM CHARTER OUTLINE FONT.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Speedo/out_bl2d.c ) [unpack/libXfont-1.2.8/src/Speedo/out_blk.c]=( typeset -a comments=( ' $Xorg: out_blk.c,v 1.3 2000/08/17 19:46:26 cpqbld Exp $ ' $'\n\nCopyright 1989-1991, Bitstream Inc., Cambridge, MA.\nYou are hereby granted permission under all Bitstream propriety rights to\nuse, copy, modify, sublicense, sell, and redistribute the Bitstream Speedo\nsoftware and the Bitstream Charter outline font for any purpose and without\nrestrictions; provided, that this notice is left intact on all copies of such\nsoftware or font and that Bitstream\'s trademark is acknowledged as shown below\non all unmodified copies of such font.\n\nBITSTREAM CHARTER is a registered trademark of Bitstream Inc.\n\n\nBITSTREAM INC. DISCLAIMS ANY AND ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING\nWITHOUT LIMITATION THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\nPARTICULAR PURPOSE. BITSTREAM SHALL NOT BE LIABLE FOR ANY DIRECT OR INDIRECT\nDAMAGES, INCLUDING BUT NOT LIMITED TO LOST PROFITS, LOST DATA, OR ANY OTHER\nINCIDENTAL OR CONSEQUENTIAL DAMAGES, ARISING OUT OF OR IN ANY WAY CONNECTED\nWITH THE SPEEDO SOFTWARE OR THE BITSTREAM CHARTER OUTLINE FONT.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Speedo/out_blk.c ) [unpack/libXfont-1.2.8/src/Speedo/out_outl.c]=( typeset -a comments=( ' $Xorg: out_outl.c,v 1.3 2000/08/17 19:46:26 cpqbld Exp $ ' $'\n\nCopyright 1989-1991, Bitstream Inc., Cambridge, MA.\nYou are hereby granted permission under all Bitstream propriety rights to\nuse, copy, modify, sublicense, sell, and redistribute the Bitstream Speedo\nsoftware and the Bitstream Charter outline font for any purpose and without\nrestrictions; provided, that this notice is left intact on all copies of such\nsoftware or font and that Bitstream\'s trademark is acknowledged as shown below\non all unmodified copies of such font.\n\nBITSTREAM CHARTER is a registered trademark of Bitstream Inc.\n\n\nBITSTREAM INC. DISCLAIMS ANY AND ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING\nWITHOUT LIMITATION THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\nPARTICULAR PURPOSE. BITSTREAM SHALL NOT BE LIABLE FOR ANY DIRECT OR INDIRECT\nDAMAGES, INCLUDING BUT NOT LIMITED TO LOST PROFITS, LOST DATA, OR ANY OTHER\nINCIDENTAL OR CONSEQUENTIAL DAMAGES, ARISING OUT OF OR IN ANY WAY CONNECTED\nWITH THE SPEEDO SOFTWARE OR THE BITSTREAM CHARTER OUTLINE FONT.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Speedo/out_outl.c ) [unpack/libXfont-1.2.8/src/Speedo/out_scrn.c]=( typeset -a comments=( ' $Xorg: out_scrn.c,v 1.3 2000/08/17 19:46:26 cpqbld Exp $ ' $'\n\nCopyright 1989-1991, Bitstream Inc., Cambridge, MA.\nYou are hereby granted permission under all Bitstream propriety rights to\nuse, copy, modify, sublicense, sell, and redistribute the Bitstream Speedo\nsoftware and the Bitstream Charter outline font for any purpose and without\nrestrictions; provided, that this notice is left intact on all copies of such\nsoftware or font and that Bitstream\'s trademark is acknowledged as shown below\non all unmodified copies of such font.\n\nBITSTREAM CHARTER is a registered trademark of Bitstream Inc.\n\n\nBITSTREAM INC. DISCLAIMS ANY AND ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING\nWITHOUT LIMITATION THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\nPARTICULAR PURPOSE. BITSTREAM SHALL NOT BE LIABLE FOR ANY DIRECT OR INDIRECT\nDAMAGES, INCLUDING BUT NOT LIMITED TO LOST PROFITS, LOST DATA, OR ANY OTHER\nINCIDENTAL OR CONSEQUENTIAL DAMAGES, ARISING OUT OF OR IN ANY WAY CONNECTED\nWITH THE SPEEDO SOFTWARE OR THE BITSTREAM CHARTER OUTLINE FONT.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Speedo/out_scrn.c ) [unpack/libXfont-1.2.8/src/Speedo/out_util.c]=( typeset -a comments=( ' $Xorg: out_util.c,v 1.3 2000/08/17 19:46:26 cpqbld Exp $ ' $'\n\nCopyright 1989-1991, Bitstream Inc., Cambridge, MA.\nYou are hereby granted permission under all Bitstream propriety rights to\nuse, copy, modify, sublicense, sell, and redistribute the Bitstream Speedo\nsoftware and the Bitstream Charter outline font for any purpose and without\nrestrictions; provided, that this notice is left intact on all copies of such\nsoftware or font and that Bitstream\'s trademark is acknowledged as shown below\non all unmodified copies of such font.\n\nBITSTREAM CHARTER is a registered trademark of Bitstream Inc.\n\n\nBITSTREAM INC. DISCLAIMS ANY AND ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING\nWITHOUT LIMITATION THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\nPARTICULAR PURPOSE. BITSTREAM SHALL NOT BE LIABLE FOR ANY DIRECT OR INDIRECT\nDAMAGES, INCLUDING BUT NOT LIMITED TO LOST PROFITS, LOST DATA, OR ANY OTHER\nINCIDENTAL OR CONSEQUENTIAL DAMAGES, ARISING OUT OF OR IN ANY WAY CONNECTED\nWITH THE SPEEDO SOFTWARE OR THE BITSTREAM CHARTER OUTLINE FONT.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Speedo/out_util.c ) [unpack/libXfont-1.2.8/src/Speedo/reset.c]=( typeset -a comments=( ' $Xorg: reset.c,v 1.3 2000/08/17 19:46:26 cpqbld Exp $ ' $'\n\nCopyright 1989-1991, Bitstream Inc., Cambridge, MA.\nYou are hereby granted permission under all Bitstream propriety rights to\nuse, copy, modify, sublicense, sell, and redistribute the Bitstream Speedo\nsoftware and the Bitstream Charter outline font for any purpose and without\nrestrictions; provided, that this notice is left intact on all copies of such\nsoftware or font and that Bitstream\'s trademark is acknowledged as shown below\non all unmodified copies of such font.\n\nBITSTREAM CHARTER is a registered trademark of Bitstream Inc.\n\n\nBITSTREAM INC. DISCLAIMS ANY AND ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING\nWITHOUT LIMITATION THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\nPARTICULAR PURPOSE. BITSTREAM SHALL NOT BE LIABLE FOR ANY DIRECT OR INDIRECT\nDAMAGES, INCLUDING BUT NOT LIMITED TO LOST PROFITS, LOST DATA, OR ANY OTHER\nINCIDENTAL OR CONSEQUENTIAL DAMAGES, ARISING OUT OF OR IN ANY WAY CONNECTED\nWITH THE SPEEDO SOFTWARE OR THE BITSTREAM CHARTER OUTLINE FONT.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Speedo/reset.c ) [unpack/libXfont-1.2.8/src/Speedo/set_spcs.c]=( typeset -a comments=( ' $Xorg: set_spcs.c,v 1.3 2000/08/17 19:46:26 cpqbld Exp $ ' $'\n\nCopyright 1989-1991, Bitstream Inc., Cambridge, MA.\nYou are hereby granted permission under all Bitstream propriety rights to\nuse, copy, modify, sublicense, sell, and redistribute the Bitstream Speedo\nsoftware and the Bitstream Charter outline font for any purpose and without\nrestrictions; provided, that this notice is left intact on all copies of such\nsoftware or font and that Bitstream\'s trademark is acknowledged as shown below\non all unmodified copies of such font.\n\nBITSTREAM CHARTER is a registered trademark of Bitstream Inc.\n\n\nBITSTREAM INC. DISCLAIMS ANY AND ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING\nWITHOUT LIMITATION THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\nPARTICULAR PURPOSE. BITSTREAM SHALL NOT BE LIABLE FOR ANY DIRECT OR INDIRECT\nDAMAGES, INCLUDING BUT NOT LIMITED TO LOST PROFITS, LOST DATA, OR ANY OTHER\nINCIDENTAL OR CONSEQUENTIAL DAMAGES, ARISING OUT OF OR IN ANY WAY CONNECTED\nWITH THE SPEEDO SOFTWARE OR THE BITSTREAM CHARTER OUTLINE FONT.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Speedo/set_spcs.c ) [unpack/libXfont-1.2.8/src/Speedo/set_trns.c]=( typeset -a comments=( ' $Xorg: set_trns.c,v 1.3 2000/08/17 19:46:27 cpqbld Exp $ ' $'\n\nCopyright 1989-1991, Bitstream Inc., Cambridge, MA.\nYou are hereby granted permission under all Bitstream propriety rights to\nuse, copy, modify, sublicense, sell, and redistribute the Bitstream Speedo\nsoftware and the Bitstream Charter outline font for any purpose and without\nrestrictions; provided, that this notice is left intact on all copies of such\nsoftware or font and that Bitstream\'s trademark is acknowledged as shown below\non all unmodified copies of such font.\n\nBITSTREAM CHARTER is a registered trademark of Bitstream Inc.\n\n\nBITSTREAM INC. DISCLAIMS ANY AND ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING\nWITHOUT LIMITATION THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\nPARTICULAR PURPOSE. BITSTREAM SHALL NOT BE LIABLE FOR ANY DIRECT OR INDIRECT\nDAMAGES, INCLUDING BUT NOT LIMITED TO LOST PROFITS, LOST DATA, OR ANY OTHER\nINCIDENTAL OR CONSEQUENTIAL DAMAGES, ARISING OUT OF OR IN ANY WAY CONNECTED\nWITH THE SPEEDO SOFTWARE OR THE BITSTREAM CHARTER OUTLINE FONT.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Speedo/set_trns.c ) [unpack/libXfont-1.2.8/src/Speedo/spdo_prv.h]=( typeset -a comments=( ' $Xorg: spdo_prv.h,v 1.3 2000/08/17 19:46:27 cpqbld Exp $ ' $'\n\nCopyright 1989-1991, Bitstream Inc., Cambridge, MA.\nYou are hereby granted permission under all Bitstream propriety rights to\nuse, copy, modify, sublicense, sell, and redistribute the Bitstream Speedo\nsoftware and the Bitstream Charter outline font for any purpose and without\nrestrictions; provided, that this notice is left intact on all copies of such\nsoftware or font and that Bitstream\'s trademark is acknowledged as shown below\non all unmodified copies of such font.\n\nBITSTREAM CHARTER is a registered trademark of Bitstream Inc.\n\n\nBITSTREAM INC. DISCLAIMS ANY AND ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING\nWITHOUT LIMITATION THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\nPARTICULAR PURPOSE. BITSTREAM SHALL NOT BE LIABLE FOR ANY DIRECT OR INDIRECT\nDAMAGES, INCLUDING BUT NOT LIMITED TO LOST PROFITS, LOST DATA, OR ANY OTHER\nINCIDENTAL OR CONSEQUENTIAL DAMAGES, ARISING OUT OF OR IN ANY WAY CONNECTED\nWITH THE SPEEDO SOFTWARE OR THE BITSTREAM CHARTER OUTLINE FONT.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Speedo/spdo_prv.h ) [unpack/libXfont-1.2.8/src/Speedo/speedo.h]=( typeset -a comments=( ' $Xorg: speedo.h,v 1.3 2000/08/17 19:46:27 cpqbld Exp $ ' $'\n\nCopyright 1989-1991, Bitstream Inc., Cambridge, MA.\nYou are hereby granted permission under all Bitstream propriety rights to\nuse, copy, modify, sublicense, sell, and redistribute the Bitstream Speedo\nsoftware and the Bitstream Charter outline font for any purpose and without\nrestrictions; provided, that this notice is left intact on all copies of such\nsoftware or font and that Bitstream\'s trademark is acknowledged as shown below\non all unmodified copies of such font.\n\nBITSTREAM CHARTER is a registered trademark of Bitstream Inc.\n\n\nBITSTREAM INC. DISCLAIMS ANY AND ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING\nWITHOUT LIMITATION THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\nPARTICULAR PURPOSE. BITSTREAM SHALL NOT BE LIABLE FOR ANY DIRECT OR INDIRECT\nDAMAGES, INCLUDING BUT NOT LIMITED TO LOST PROFITS, LOST DATA, OR ANY OTHER\nINCIDENTAL OR CONSEQUENTIAL DAMAGES, ARISING OUT OF OR IN ANY WAY CONNECTED\nWITH THE SPEEDO SOFTWARE OR THE BITSTREAM CHARTER OUTLINE FONT.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Speedo/speedo.h ) [unpack/libXfont-1.2.8/src/Speedo/spencode.c]=( typeset -a comments=( ' $Xorg: spencode.c,v 1.4 2001/02/09 02:04:00 xorgcvs Exp $ ' $'\n * Copyright 1990, 1991 Network Computing Devices;\n * Portions Copyright 1987 by Digital Equipment Corporation\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of Network Computing Devices or Digital\n * not be used in advertising or publicity pertaining to distribution of\n * the software without specific, written prior permission.\n *\n * NETWORK COMPUTING DEVICES AND DIGITAL DISCLAIM ALL WARRANTIES WITH\n * REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n * AND FITNESS, IN NO EVENT SHALL NETWORK COMPUTING DEVICES OR DIGITAL BE\n * LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Speedo/spencode.c ) [unpack/libXfont-1.2.8/src/Speedo/sperr.c]=( typeset -a comments=( ' $Xorg: sperr.c,v 1.4 2001/02/09 02:04:00 xorgcvs Exp $ ' $'\n * Copyright 1990, 1991 Network Computing Devices;\n * Portions Copyright 1987 by Digital Equipment Corporation\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of M.I.T., Network Computing Devices,\n * or Digital not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. M.I.T. Network Computing Devices, or Digital\n * make no representations about the\n * suitability of this software for any purpose. It is provided "as is"\n * without express or implied warranty.\n *\n * NETWORK COMPUTING DEVICES, DIGITAL AND MIT DISCLAIM ALL WARRANTIES WITH\n * REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n * AND FITNESS, IN NO EVENT SHALL NETWORK COMPUTING DEVICES, DIGITAL OR MIT BE\n * LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Speedo/sperr.c ) [unpack/libXfont-1.2.8/src/Speedo/spfile.c]=( typeset -a comments=( ' $Xorg: spfile.c,v 1.4 2001/02/09 02:04:00 xorgcvs Exp $ ' $'\n * Copyright 1990, 1991 Network Computing Devices;\n * Portions Copyright 1987 by Digital Equipment Corporation\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of Network Computing Devices or Digital\n * not be used in advertising or publicity pertaining to distribution of\n * the software without specific, written prior permission.\n *\n * NETWORK COMPUTING DEVICES AND DIGITAL DISCLAIM ALL WARRANTIES WITH\n * REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n * AND FITNESS, IN NO EVENT SHALL NETWORK COMPUTING DEVICES OR DIGITAL \n * LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Dave Lemke, Network Computing Devices Inc\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Speedo/spfile.c ) [unpack/libXfont-1.2.8/src/Speedo/spfont.c]=( typeset -a comments=( ' $Xorg: spfont.c,v 1.4 2001/02/09 02:04:00 xorgcvs Exp $ ' $'\n * Copyright 1990, 1991 Network Computing Devices;\n * Portions Copyright 1987 by Digital Equipment Corporation\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of Network Computing Devices or Digital\n * not be used in advertising or publicity pertaining to distribution of\n * the software without specific, written prior permission.\n *\n * NETWORK COMPUTING DEVICES AND DIGITAL DISCLAIM ALL WARRANTIES WITH\n * REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n * AND FITNESS, IN NO EVENT SHALL NETWORK COMPUTING DEVICES OR DIGITAL BE\n * LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Dave Lemke, Network Computing Devices Inc\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Speedo/spfont.c ) [unpack/libXfont-1.2.8/src/Speedo/spfuncs.c]=( typeset -a comments=( ' $Xorg: spfuncs.c,v 1.4 2001/02/09 02:04:00 xorgcvs Exp $ ' $'\n * Copyright 1990, 1991 Network Computing Devices;\n * Portions Copyright 1987 by Digital Equipment Corporation\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of Network Computing Devices or Digital\n * not be used in advertising or publicity pertaining to distribution of\n * the software without specific, written prior permission.\n *\n * NETWORK COMPUTING DEVICES AND DIGITAL DISCLAIM ALL WARRANTIES WITH\n * REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n * AND FITNESS, IN NO EVENT SHALL NETWORK COMPUTING DEVICES OR DIGITAL BE\n * LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Dave Lemke, Network Computing Devices, Inc\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Speedo/spfuncs.c ) [unpack/libXfont-1.2.8/src/Speedo/spglyph.c]=( typeset -a comments=( ' $Xorg: spglyph.c,v 1.4 2001/02/09 02:04:00 xorgcvs Exp $ ' $'\n * Copyright 1990, 1991 Network Computing Devices;\n * Portions Copyright 1987 by Digital Equipment Corporation\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of Network Computing Devices or Digital\n * not be used in advertising or publicity pertaining to distribution of\n * the software without specific, written prior permission.\n *\n * NETWORK COMPUTING DEVICES AND DIGITAL DISCLAIM ALL WARRANTIES WITH\n * REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n * AND FITNESS, IN NO EVENT SHALL NETWORK COMPUTING DEVICES OR DIGITAL BE\n * LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Dave Lemke, Network Computing Devices Inc\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Speedo/spglyph.c ) [unpack/libXfont-1.2.8/src/Speedo/spinfo.c]=( typeset -a comments=( ' $Xorg: spinfo.c,v 1.4 2001/02/09 02:04:00 xorgcvs Exp $ ' $'\n * Copyright 1990, 1991 Network Computing Devices;\n * Portions Copyright 1987 by Digital Equipment Corporation\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of Network Computing Devices or Digital\n * not be used in advertising or publicity pertaining to distribution of\n * the software without specific, written prior permission.\n *\n * NETWORK COMPUTING DEVICES AND DIGITAL DISCLAIM ALL WARRANTIES WITH\n * REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n * AND FITNESS, IN NO EVENT SHALL NETWORK COMPUTING DEVICES OR DIGITAL BE\n * LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Dave Lemke, Network Computing Devices, Inc\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Speedo/spinfo.c ) [unpack/libXfont-1.2.8/src/Speedo/spint.h]=( typeset -a comments=( ' $Xorg: spint.h,v 1.4 2001/02/09 02:04:00 xorgcvs Exp $ ' $'\n * Copyright 1990, 1991 Network Computing Devices;\n * Portions Copyright 1987 by Digital Equipment Corporation\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of Network Computing Devices or Digital\n * not be used in advertising or publicity pertaining to distribution of\n * the software without specific, written prior permission.\n *\n * NETWORK COMPUTING DEVICES AND DIGITAL DISCLAIM ALL WARRANTIES WITH\n * REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n * AND FITNESS, IN NO EVENT SHALL NETWORK COMPUTING DEVICES OR DIGITAL BE\n * LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Speedo/spint.h ) [unpack/libXfont-1.2.8/src/Speedo/useropt.h]=( typeset -a comments=( ' $Xorg: useropt.h,v 1.4 2001/02/09 02:04:00 xorgcvs Exp $ ' $'\n\nCopyright 1993, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Speedo/useropt.h ) [unpack/libXfont-1.2.8/src/Type1/arith.c]=( typeset -a comments=( ' $Xorg: arith.c,v 1.3 2000/08/17 19:46:29 cpqbld Exp $ ' $' Copyright International Business Machines, Corp. 1991\n * All Rights Reserved\n * Copyright Lexmark International, Inc. 1991\n * All Rights Reserved\n *\n * License to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that\n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of IBM or Lexmark not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission.\n *\n * IBM AND LEXMARK PROVIDE THIS SOFTWARE "AS IS", WITHOUT ANY WARRANTIES OF\n * ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO ANY\n * IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE,\n * AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE ENTIRE RISK AS TO THE\n * QUALITY AND PERFORMANCE OF THE SOFTWARE, INCLUDING ANY DUTY TO SUPPORT\n * OR MAINTAIN, BELONGS TO THE LICENSEE. SHOULD ANY PORTION OF THE\n * SOFTWARE PROVE DEFECTIVE, THE LICENSEE (NOT IBM OR LEXMARK) ASSUMES THE\n * ENTIRE COST OF ALL SERVICING, REPAIR AND CORRECTION. IN NO EVENT SHALL\n * IBM OR LEXMARK BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL\n * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR\n * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS\n * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF\n * THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/arith.c ) [unpack/libXfont-1.2.8/src/Type1/arith.h]=( typeset -a comments=( ' $Xorg: arith.h,v 1.3 2000/08/17 19:46:29 cpqbld Exp $ ' $' Copyright International Business Machines, Corp. 1991\n * All Rights Reserved\n * Copyright Lexmark International, Inc. 1991\n * All Rights Reserved\n *\n * License to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that\n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of IBM or Lexmark not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission.\n *\n * IBM AND LEXMARK PROVIDE THIS SOFTWARE "AS IS", WITHOUT ANY WARRANTIES OF\n * ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO ANY\n * IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE,\n * AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE ENTIRE RISK AS TO THE\n * QUALITY AND PERFORMANCE OF THE SOFTWARE, INCLUDING ANY DUTY TO SUPPORT\n * OR MAINTAIN, BELONGS TO THE LICENSEE. SHOULD ANY PORTION OF THE\n * SOFTWARE PROVE DEFECTIVE, THE LICENSEE (NOT IBM OR LEXMARK) ASSUMES THE\n * ENTIRE COST OF ALL SERVICING, REPAIR AND CORRECTION. IN NO EVENT SHALL\n * IBM OR LEXMARK BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL\n * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR\n * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS\n * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF\n * THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/arith.h ) [unpack/libXfont-1.2.8/src/Type1/blues.h]=( typeset -a comments=( ' $Xorg: blues.h,v 1.3 2000/08/17 19:46:29 cpqbld Exp $ ' $' Copyright International Business Machines, Corp. 1991\n * All Rights Reserved\n * Copyright Lexmark International, Inc. 1991\n * All Rights Reserved\n * Portions Copyright (c) 1990 Adobe Systems Incorporated.\n * All Rights Reserved\n *\n * License to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that\n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of IBM or Lexmark or Adobe\n * not be used in advertising or publicity pertaining to distribution of\n * the software without specific, written prior permission.\n *\n * IBM, LEXMARK, AND ADOBE PROVIDE THIS SOFTWARE "AS IS", WITHOUT ANY\n * WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT\n * LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A\n * PARTICULAR PURPOSE, AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE\n * ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE, INCLUDING\n * ANY DUTY TO SUPPORT OR MAINTAIN, BELONGS TO THE LICENSEE. SHOULD ANY\n * PORTION OF THE SOFTWARE PROVE DEFECTIVE, THE LICENSEE (NOT IBM,\n * LEXMARK, OR ADOBE) ASSUMES THE ENTIRE COST OF ALL SERVICING, REPAIR AND\n * CORRECTION. IN NO EVENT SHALL IBM, LEXMARK, OR ADOBE BE LIABLE FOR ANY\n * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER\n * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\n * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/blues.h ) [unpack/libXfont-1.2.8/src/Type1/cluts.h]=( typeset -a comments=( ' $Xorg: cluts.h,v 1.3 2000/08/17 19:46:29 cpqbld Exp $ ' $' Copyright International Business Machines,Corp. 1991\n * All Rights Reserved\n *\n * License to use, copy, modify, and distribute this software\n * and its documentation for any purpose and without fee is\n * hereby granted, provided that the above copyright notice\n * appear in all copies and that both that copyright notice and\n * this permission notice appear in supporting documentation,\n * and that the name of IBM not be used in advertising or\n * publicity pertaining to distribution of the software without\n * specific, written prior permission.\n *\n * IBM PROVIDES THIS SOFTWARE "AS IS", WITHOUT ANY WARRANTIES\n * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT\n * LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT OF\n * THIRD PARTY RIGHTS. THE ENTIRE RISK AS TO THE QUALITY AND\n * PERFORMANCE OF THE SOFTWARE, INCLUDING ANY DUTY TO SUPPORT\n * OR MAINTAIN, BELONGS TO THE LICENSEE. SHOULD ANY PORTION OF\n * THE SOFTWARE PROVE DEFECTIVE, THE LICENSEE (NOT IBM) ASSUMES\n * THE ENTIRE COST OF ALL SERVICING, REPAIR AND CORRECTION. IN\n * NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING\n * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\n * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT\n * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/cluts.h ) [unpack/libXfont-1.2.8/src/Type1/curves.c]=( typeset -a comments=( ' $Xorg: curves.c,v 1.3 2000/08/17 19:46:29 cpqbld Exp $ ' ' Copyright International Business Machines,Corp. 1991 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/curves.c ) [unpack/libXfont-1.2.8/src/Type1/curves.h]=( typeset -a comments=( ' $Xorg: curves.h,v 1.3 2000/08/17 19:46:29 cpqbld Exp $ ' $' Copyright International Business Machines, Corp. 1991\n * All Rights Reserved\n * Copyright Lexmark International, Inc. 1991\n * All Rights Reserved\n *\n * License to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that\n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of IBM or Lexmark not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission.\n *\n * IBM AND LEXMARK PROVIDE THIS SOFTWARE "AS IS", WITHOUT ANY WARRANTIES OF\n * ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO ANY\n * IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE,\n * AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE ENTIRE RISK AS TO THE\n * QUALITY AND PERFORMANCE OF THE SOFTWARE, INCLUDING ANY DUTY TO SUPPORT\n * OR MAINTAIN, BELONGS TO THE LICENSEE. SHOULD ANY PORTION OF THE\n * SOFTWARE PROVE DEFECTIVE, THE LICENSEE (NOT IBM OR LEXMARK) ASSUMES THE\n * ENTIRE COST OF ALL SERVICING, REPAIR AND CORRECTION. IN NO EVENT SHALL\n * IBM OR LEXMARK BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL\n * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR\n * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS\n * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF\n * THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/curves.h ) [unpack/libXfont-1.2.8/src/Type1/digit.h]=( typeset -a comments=( ' $Xorg: digit.h,v 1.3 2000/08/17 19:46:29 cpqbld Exp $ ' $' Copyright International Business Machines,Corp. 1991\n * All Rights Reserved\n *\n * License to use, copy, modify, and distribute this software\n * and its documentation for any purpose and without fee is\n * hereby granted, provided that the above copyright notice\n * appear in all copies and that both that copyright notice and\n * this permission notice appear in supporting documentation,\n * and that the name of IBM not be used in advertising or\n * publicity pertaining to distribution of the software without\n * specific, written prior permission.\n *\n * IBM PROVIDES THIS SOFTWARE "AS IS", WITHOUT ANY WARRANTIES\n * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT\n * LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT OF\n * THIRD PARTY RIGHTS. THE ENTIRE RISK AS TO THE QUALITY AND\n * PERFORMANCE OF THE SOFTWARE, INCLUDING ANY DUTY TO SUPPORT\n * OR MAINTAIN, BELONGS TO THE LICENSEE. SHOULD ANY PORTION OF\n * THE SOFTWARE PROVE DEFECTIVE, THE LICENSEE (NOT IBM) ASSUMES\n * THE ENTIRE COST OF ALL SERVICING, REPAIR AND CORRECTION. IN\n * NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING\n * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\n * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT\n * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/digit.h ) [unpack/libXfont-1.2.8/src/Type1/fontfcn.c]=( typeset -a comments=( ' $Xorg: fontfcn.c,v 1.4 2000/08/17 19:46:30 cpqbld Exp $ ' $' Copyright International Business Machines,Corp. 1991\n * All Rights Reserved\n *\n * License to use, copy, modify, and distribute this software\n * and its documentation for any purpose and without fee is\n * hereby granted, provided that the above copyright notice\n * appear in all copies and that both that copyright notice and\n * this permission notice appear in supporting documentation,\n * and that the name of IBM not be used in advertising or\n * publicity pertaining to distribution of the software without\n * specific, written prior permission.\n *\n * IBM PROVIDES THIS SOFTWARE "AS IS", WITHOUT ANY WARRANTIES\n * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT\n * LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT OF\n * THIRD PARTY RIGHTS. THE ENTIRE RISK AS TO THE QUALITY AND\n * PERFORMANCE OF THE SOFTWARE, INCLUDING ANY DUTY TO SUPPORT\n * OR MAINTAIN, BELONGS TO THE LICENSEE. SHOULD ANY PORTION OF\n * THE SOFTWARE PROVE DEFECTIVE, THE LICENSEE (NOT IBM) ASSUMES\n * THE ENTIRE COST OF ALL SERVICING, REPAIR AND CORRECTION. IN\n * NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING\n * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\n * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT\n * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/fontfcn.c ) [unpack/libXfont-1.2.8/src/Type1/fontfcn.h]=( typeset -a comments=( ' $Xorg: fontfcn.h,v 1.3 2000/08/17 19:46:30 cpqbld Exp $ ' $' Copyright International Business Machines,Corp. 1991\n * All Rights Reserved\n *\n * License to use, copy, modify, and distribute this software\n * and its documentation for any purpose and without fee is\n * hereby granted, provided that the above copyright notice\n * appear in all copies and that both that copyright notice and\n * this permission notice appear in supporting documentation,\n * and that the name of IBM not be used in advertising or\n * publicity pertaining to distribution of the software without\n * specific, written prior permission.\n *\n * IBM PROVIDES THIS SOFTWARE "AS IS", WITHOUT ANY WARRANTIES\n * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT\n * LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT OF\n * THIRD PARTY RIGHTS. THE ENTIRE RISK AS TO THE QUALITY AND\n * PERFORMANCE OF THE SOFTWARE, INCLUDING ANY DUTY TO SUPPORT\n * OR MAINTAIN, BELONGS TO THE LICENSEE. SHOULD ANY PORTION OF\n * THE SOFTWARE PROVE DEFECTIVE, THE LICENSEE (NOT IBM) ASSUMES\n * THE ENTIRE COST OF ALL SERVICING, REPAIR AND CORRECTION. IN\n * NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING\n * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\n * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT\n * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/fontfcn.h ) [unpack/libXfont-1.2.8/src/Type1/fonts.h]=( typeset -a comments=( ' $Xorg: fonts.h,v 1.3 2000/08/17 19:46:30 cpqbld Exp $ ' $' Copyright International Business Machines,Corp. 1991\n * All Rights Reserved\n *\n * License to use, copy, modify, and distribute this software\n * and its documentation for any purpose and without fee is\n * hereby granted, provided that the above copyright notice\n * appear in all copies and that both that copyright notice and\n * this permission notice appear in supporting documentation,\n * and that the name of IBM not be used in advertising or\n * publicity pertaining to distribution of the software without\n * specific, written prior permission.\n *\n * IBM PROVIDES THIS SOFTWARE "AS IS", WITHOUT ANY WARRANTIES\n * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT\n * LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT OF\n * THIRD PARTY RIGHTS. THE ENTIRE RISK AS TO THE QUALITY AND\n * PERFORMANCE OF THE SOFTWARE, INCLUDING ANY DUTY TO SUPPORT\n * OR MAINTAIN, BELONGS TO THE LICENSEE. SHOULD ANY PORTION OF\n * THE SOFTWARE PROVE DEFECTIVE, THE LICENSEE (NOT IBM) ASSUMES\n * THE ENTIRE COST OF ALL SERVICING, REPAIR AND CORRECTION. IN\n * NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING\n * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\n * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT\n * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/fonts.h ) [unpack/libXfont-1.2.8/src/Type1/hdigit.h]=( typeset -a comments=( ' $Xorg: hdigit.h,v 1.3 2000/08/17 19:46:30 cpqbld Exp $ ' $' Copyright International Business Machines,Corp. 1991\n * All Rights Reserved\n *\n * License to use, copy, modify, and distribute this software\n * and its documentation for any purpose and without fee is\n * hereby granted, provided that the above copyright notice\n * appear in all copies and that both that copyright notice and\n * this permission notice appear in supporting documentation,\n * and that the name of IBM not be used in advertising or\n * publicity pertaining to distribution of the software without\n * specific, written prior permission.\n *\n * IBM PROVIDES THIS SOFTWARE "AS IS", WITHOUT ANY WARRANTIES\n * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT\n * LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT OF\n * THIRD PARTY RIGHTS. THE ENTIRE RISK AS TO THE QUALITY AND\n * PERFORMANCE OF THE SOFTWARE, INCLUDING ANY DUTY TO SUPPORT\n * OR MAINTAIN, BELONGS TO THE LICENSEE. SHOULD ANY PORTION OF\n * THE SOFTWARE PROVE DEFECTIVE, THE LICENSEE (NOT IBM) ASSUMES\n * THE ENTIRE COST OF ALL SERVICING, REPAIR AND CORRECTION. IN\n * NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING\n * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\n * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT\n * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/hdigit.h ) [unpack/libXfont-1.2.8/src/Type1/hints.c]=( typeset -a comments=( ' $Xorg: hints.c,v 1.3 2000/08/17 19:46:30 cpqbld Exp $ ' $' Copyright International Business Machines, Corp. 1991\n * All Rights Reserved\n * Copyright Lexmark International, Inc. 1991\n * All Rights Reserved\n *\n * License to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that\n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of IBM or Lexmark not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission.\n *\n * IBM AND LEXMARK PROVIDE THIS SOFTWARE "AS IS", WITHOUT ANY WARRANTIES OF\n * ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO ANY\n * IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE,\n * AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE ENTIRE RISK AS TO THE\n * QUALITY AND PERFORMANCE OF THE SOFTWARE, INCLUDING ANY DUTY TO SUPPORT\n * OR MAINTAIN, BELONGS TO THE LICENSEE. SHOULD ANY PORTION OF THE\n * SOFTWARE PROVE DEFECTIVE, THE LICENSEE (NOT IBM OR LEXMARK) ASSUMES THE\n * ENTIRE COST OF ALL SERVICING, REPAIR AND CORRECTION. IN NO EVENT SHALL\n * IBM OR LEXMARK BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL\n * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR\n * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS\n * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF\n * THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/hints.c ) [unpack/libXfont-1.2.8/src/Type1/hints.h]=( typeset -a comments=( ' $Xorg: hints.h,v 1.3 2000/08/17 19:46:30 cpqbld Exp $ ' $' Copyright International Business Machines, Corp. 1991\n * All Rights Reserved\n * Copyright Lexmark International, Inc. 1991\n * All Rights Reserved\n *\n * License to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that\n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of IBM or Lexmark not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission.\n *\n * IBM AND LEXMARK PROVIDE THIS SOFTWARE "AS IS", WITHOUT ANY WARRANTIES OF\n * ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO ANY\n * IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE,\n * AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE ENTIRE RISK AS TO THE\n * QUALITY AND PERFORMANCE OF THE SOFTWARE, INCLUDING ANY DUTY TO SUPPORT\n * OR MAINTAIN, BELONGS TO THE LICENSEE. SHOULD ANY PORTION OF THE\n * SOFTWARE PROVE DEFECTIVE, THE LICENSEE (NOT IBM OR LEXMARK) ASSUMES THE\n * ENTIRE COST OF ALL SERVICING, REPAIR AND CORRECTION. IN NO EVENT SHALL\n * IBM OR LEXMARK BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL\n * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR\n * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS\n * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF\n * THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/hints.h ) [unpack/libXfont-1.2.8/src/Type1/lines.c]=( typeset -a comments=( ' $Xorg: lines.c,v 1.3 2000/08/17 19:46:30 cpqbld Exp $ ' $' Copyright International Business Machines, Corp. 1991\n * All Rights Reserved\n * Copyright Lexmark International, Inc. 1991\n * All Rights Reserved\n *\n * License to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that\n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of IBM or Lexmark not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission.\n *\n * IBM AND LEXMARK PROVIDE THIS SOFTWARE "AS IS", WITHOUT ANY WARRANTIES OF\n * ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO ANY\n * IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE,\n * AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE ENTIRE RISK AS TO THE\n * QUALITY AND PERFORMANCE OF THE SOFTWARE, INCLUDING ANY DUTY TO SUPPORT\n * OR MAINTAIN, BELONGS TO THE LICENSEE. SHOULD ANY PORTION OF THE\n * SOFTWARE PROVE DEFECTIVE, THE LICENSEE (NOT IBM OR LEXMARK) ASSUMES THE\n * ENTIRE COST OF ALL SERVICING, REPAIR AND CORRECTION. IN NO EVENT SHALL\n * IBM OR LEXMARK BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL\n * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR\n * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS\n * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF\n * THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/lines.c ) [unpack/libXfont-1.2.8/src/Type1/lines.h]=( typeset -a comments=( ' $Xorg: lines.h,v 1.3 2000/08/17 19:46:30 cpqbld Exp $ ' $' Copyright International Business Machines, Corp. 1991\n * All Rights Reserved\n * Copyright Lexmark International, Inc. 1991\n * All Rights Reserved\n *\n * License to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that\n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of IBM or Lexmark not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission.\n *\n * IBM AND LEXMARK PROVIDE THIS SOFTWARE "AS IS", WITHOUT ANY WARRANTIES OF\n * ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO ANY\n * IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE,\n * AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE ENTIRE RISK AS TO THE\n * QUALITY AND PERFORMANCE OF THE SOFTWARE, INCLUDING ANY DUTY TO SUPPORT\n * OR MAINTAIN, BELONGS TO THE LICENSEE. SHOULD ANY PORTION OF THE\n * SOFTWARE PROVE DEFECTIVE, THE LICENSEE (NOT IBM OR LEXMARK) ASSUMES THE\n * ENTIRE COST OF ALL SERVICING, REPAIR AND CORRECTION. IN NO EVENT SHALL\n * IBM OR LEXMARK BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL\n * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR\n * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS\n * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF\n * THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/lines.h ) [unpack/libXfont-1.2.8/src/Type1/objects.c]=( typeset -a comments=( ' $Xorg: objects.c,v 1.3 2000/08/17 19:46:30 cpqbld Exp $ ' $' Copyright International Business Machines, Corp. 1991\n * All Rights Reserved\n * Copyright Lexmark International, Inc. 1991\n * All Rights Reserved\n *\n * License to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that\n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of IBM or Lexmark not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission.\n *\n * IBM AND LEXMARK PROVIDE THIS SOFTWARE "AS IS", WITHOUT ANY WARRANTIES OF\n * ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO ANY\n * IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE,\n * AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE ENTIRE RISK AS TO THE\n * QUALITY AND PERFORMANCE OF THE SOFTWARE, INCLUDING ANY DUTY TO SUPPORT\n * OR MAINTAIN, BELONGS TO THE LICENSEE. SHOULD ANY PORTION OF THE\n * SOFTWARE PROVE DEFECTIVE, THE LICENSEE (NOT IBM OR LEXMARK) ASSUMES THE\n * ENTIRE COST OF ALL SERVICING, REPAIR AND CORRECTION. IN NO EVENT SHALL\n * IBM OR LEXMARK BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL\n * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR\n * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS\n * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF\n * THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/objects.c ) [unpack/libXfont-1.2.8/src/Type1/objects.h]=( typeset -a comments=( ' $Xorg: objects.h,v 1.3 2000/08/17 19:46:31 cpqbld Exp $ ' $' Copyright International Business Machines, Corp. 1991\n * All Rights Reserved\n * Copyright Lexmark International, Inc. 1991\n * All Rights Reserved\n *\n * License to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that\n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of IBM or Lexmark not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission.\n *\n * IBM AND LEXMARK PROVIDE THIS SOFTWARE "AS IS", WITHOUT ANY WARRANTIES OF\n * ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO ANY\n * IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE,\n * AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE ENTIRE RISK AS TO THE\n * QUALITY AND PERFORMANCE OF THE SOFTWARE, INCLUDING ANY DUTY TO SUPPORT\n * OR MAINTAIN, BELONGS TO THE LICENSEE. SHOULD ANY PORTION OF THE\n * SOFTWARE PROVE DEFECTIVE, THE LICENSEE (NOT IBM OR LEXMARK) ASSUMES THE\n * ENTIRE COST OF ALL SERVICING, REPAIR AND CORRECTION. IN NO EVENT SHALL\n * IBM OR LEXMARK BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL\n * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR\n * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS\n * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF\n * THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/objects.h ) [unpack/libXfont-1.2.8/src/Type1/paths.c]=( typeset -a comments=( ' $Xorg: paths.c,v 1.3 2000/08/17 19:46:31 cpqbld Exp $ ' $' Copyright International Business Machines, Corp. 1991\n * All Rights Reserved\n * Copyright Lexmark International, Inc. 1991\n * All Rights Reserved\n *\n * License to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that\n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of IBM or Lexmark not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission.\n *\n * IBM AND LEXMARK PROVIDE THIS SOFTWARE "AS IS", WITHOUT ANY WARRANTIES OF\n * ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO ANY\n * IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE,\n * AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE ENTIRE RISK AS TO THE\n * QUALITY AND PERFORMANCE OF THE SOFTWARE, INCLUDING ANY DUTY TO SUPPORT\n * OR MAINTAIN, BELONGS TO THE LICENSEE. SHOULD ANY PORTION OF THE\n * SOFTWARE PROVE DEFECTIVE, THE LICENSEE (NOT IBM OR LEXMARK) ASSUMES THE\n * ENTIRE COST OF ALL SERVICING, REPAIR AND CORRECTION. IN NO EVENT SHALL\n * IBM OR LEXMARK BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL\n * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR\n * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS\n * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF\n * THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/paths.c ) [unpack/libXfont-1.2.8/src/Type1/paths.h]=( typeset -a comments=( ' $Xorg: paths.h,v 1.3 2000/08/17 19:46:31 cpqbld Exp $ ' $' Copyright International Business Machines, Corp. 1991\n * All Rights Reserved\n * Copyright Lexmark International, Inc. 1991\n * All Rights Reserved\n *\n * License to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that\n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of IBM or Lexmark not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission.\n *\n * IBM AND LEXMARK PROVIDE THIS SOFTWARE "AS IS", WITHOUT ANY WARRANTIES OF\n * ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO ANY\n * IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE,\n * AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE ENTIRE RISK AS TO THE\n * QUALITY AND PERFORMANCE OF THE SOFTWARE, INCLUDING ANY DUTY TO SUPPORT\n * OR MAINTAIN, BELONGS TO THE LICENSEE. SHOULD ANY PORTION OF THE\n * SOFTWARE PROVE DEFECTIVE, THE LICENSEE (NOT IBM OR LEXMARK) ASSUMES THE\n * ENTIRE COST OF ALL SERVICING, REPAIR AND CORRECTION. IN NO EVENT SHALL\n * IBM OR LEXMARK BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL\n * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR\n * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS\n * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF\n * THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/paths.h ) [unpack/libXfont-1.2.8/src/Type1/pictures.h]=( typeset -a comments=( ' $Xorg: pictures.h,v 1.3 2000/08/17 19:46:31 cpqbld Exp $ ' $' Copyright International Business Machines,Corp. 1991\n * All Rights Reserved\n *\n * License to use, copy, modify, and distribute this software\n * and its documentation for any purpose and without fee is\n * hereby granted, provided that the above copyright notice\n * appear in all copies and that both that copyright notice and\n * this permission notice appear in supporting documentation,\n * and that the name of IBM not be used in advertising or\n * publicity pertaining to distribution of the software without\n * specific, written prior permission.\n *\n * IBM PROVIDES THIS SOFTWARE "AS IS", WITHOUT ANY WARRANTIES\n * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT\n * LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT OF\n * THIRD PARTY RIGHTS. THE ENTIRE RISK AS TO THE QUALITY AND\n * PERFORMANCE OF THE SOFTWARE, INCLUDING ANY DUTY TO SUPPORT\n * OR MAINTAIN, BELONGS TO THE LICENSEE. SHOULD ANY PORTION OF\n * THE SOFTWARE PROVE DEFECTIVE, THE LICENSEE (NOT IBM) ASSUMES\n * THE ENTIRE COST OF ALL SERVICING, REPAIR AND CORRECTION. IN\n * NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING\n * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\n * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT\n * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/pictures.h ) [unpack/libXfont-1.2.8/src/Type1/regions.c]=( typeset -a comments=( ' $Xorg: regions.c,v 1.3 2000/08/17 19:46:31 cpqbld Exp $ ' $' Copyright International Business Machines, Corp. 1991\n * All Rights Reserved\n * Copyright Lexmark International, Inc. 1991\n * All Rights Reserved\n *\n * License to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that\n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of IBM or Lexmark not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission.\n *\n * IBM AND LEXMARK PROVIDE THIS SOFTWARE "AS IS", WITHOUT ANY WARRANTIES OF\n * ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO ANY\n * IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE,\n * AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE ENTIRE RISK AS TO THE\n * QUALITY AND PERFORMANCE OF THE SOFTWARE, INCLUDING ANY DUTY TO SUPPORT\n * OR MAINTAIN, BELONGS TO THE LICENSEE. SHOULD ANY PORTION OF THE\n * SOFTWARE PROVE DEFECTIVE, THE LICENSEE (NOT IBM OR LEXMARK) ASSUMES THE\n * ENTIRE COST OF ALL SERVICING, REPAIR AND CORRECTION. IN NO EVENT SHALL\n * IBM OR LEXMARK BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL\n * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR\n * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS\n * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF\n * THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/regions.c ) [unpack/libXfont-1.2.8/src/Type1/regions.h]=( typeset -a comments=( ' $Xorg: regions.h,v 1.3 2000/08/17 19:46:32 cpqbld Exp $ ' $' Copyright International Business Machines, Corp. 1991\n * All Rights Reserved\n * Copyright Lexmark International, Inc. 1991\n * All Rights Reserved\n *\n * License to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that\n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of IBM or Lexmark not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission.\n *\n * IBM AND LEXMARK PROVIDE THIS SOFTWARE "AS IS", WITHOUT ANY WARRANTIES OF\n * ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO ANY\n * IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE,\n * AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE ENTIRE RISK AS TO THE\n * QUALITY AND PERFORMANCE OF THE SOFTWARE, INCLUDING ANY DUTY TO SUPPORT\n * OR MAINTAIN, BELONGS TO THE LICENSEE. SHOULD ANY PORTION OF THE\n * SOFTWARE PROVE DEFECTIVE, THE LICENSEE (NOT IBM OR LEXMARK) ASSUMES THE\n * ENTIRE COST OF ALL SERVICING, REPAIR AND CORRECTION. IN NO EVENT SHALL\n * IBM OR LEXMARK BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL\n * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR\n * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS\n * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF\n * THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/regions.h ) [unpack/libXfont-1.2.8/src/Type1/scanfont.c]=( typeset -a comments=( ' $XdotOrg: xc/lib/font/Type1/scanfont.c,v 1.5 2005/07/09 23:18:27 keithp Exp $ ' ' $Xorg: scanfont.c,v 1.3 2000/08/17 19:46:32 cpqbld Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/scanfont.c ) [unpack/libXfont-1.2.8/src/Type1/spaces.c]=( typeset -a comments=( ' $Xorg: spaces.c,v 1.4 2000/08/17 19:46:32 cpqbld Exp $ ' $' Copyright International Business Machines, Corp. 1991\n * All Rights Reserved\n * Copyright Lexmark International, Inc. 1991\n * All Rights Reserved\n *\n * License to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that\n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of IBM or Lexmark not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission.\n *\n * IBM AND LEXMARK PROVIDE THIS SOFTWARE "AS IS", WITHOUT ANY WARRANTIES OF\n * ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO ANY\n * IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE,\n * AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE ENTIRE RISK AS TO THE\n * QUALITY AND PERFORMANCE OF THE SOFTWARE, INCLUDING ANY DUTY TO SUPPORT\n * OR MAINTAIN, BELONGS TO THE LICENSEE. SHOULD ANY PORTION OF THE\n * SOFTWARE PROVE DEFECTIVE, THE LICENSEE (NOT IBM OR LEXMARK) ASSUMES THE\n * ENTIRE COST OF ALL SERVICING, REPAIR AND CORRECTION. IN NO EVENT SHALL\n * IBM OR LEXMARK BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL\n * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR\n * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS\n * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF\n * THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/spaces.c ) [unpack/libXfont-1.2.8/src/Type1/spaces.h]=( typeset -a comments=( ' $Xorg: spaces.h,v 1.3 2000/08/17 19:46:32 cpqbld Exp $ ' $' Copyright International Business Machines, Corp. 1991\n * All Rights Reserved\n * Copyright Lexmark International, Inc. 1991\n * All Rights Reserved\n *\n * License to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that\n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of IBM or Lexmark not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission.\n *\n * IBM AND LEXMARK PROVIDE THIS SOFTWARE "AS IS", WITHOUT ANY WARRANTIES OF\n * ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO ANY\n * IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE,\n * AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE ENTIRE RISK AS TO THE\n * QUALITY AND PERFORMANCE OF THE SOFTWARE, INCLUDING ANY DUTY TO SUPPORT\n * OR MAINTAIN, BELONGS TO THE LICENSEE. SHOULD ANY PORTION OF THE\n * SOFTWARE PROVE DEFECTIVE, THE LICENSEE (NOT IBM OR LEXMARK) ASSUMES THE\n * ENTIRE COST OF ALL SERVICING, REPAIR AND CORRECTION. IN NO EVENT SHALL\n * IBM OR LEXMARK BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL\n * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR\n * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS\n * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF\n * THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/spaces.h ) [unpack/libXfont-1.2.8/src/Type1/strokes.h]=( typeset -a comments=( ' $Xorg: strokes.h,v 1.3 2000/08/17 19:46:32 cpqbld Exp $ ' $' Copyright International Business Machines,Corp. 1991\n * All Rights Reserved\n *\n * License to use, copy, modify, and distribute this software\n * and its documentation for any purpose and without fee is\n * hereby granted, provided that the above copyright notice\n * appear in all copies and that both that copyright notice and\n * this permission notice appear in supporting documentation,\n * and that the name of IBM not be used in advertising or\n * publicity pertaining to distribution of the software without\n * specific, written prior permission.\n *\n * IBM PROVIDES THIS SOFTWARE "AS IS", WITHOUT ANY WARRANTIES\n * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT\n * LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT OF\n * THIRD PARTY RIGHTS. THE ENTIRE RISK AS TO THE QUALITY AND\n * PERFORMANCE OF THE SOFTWARE, INCLUDING ANY DUTY TO SUPPORT\n * OR MAINTAIN, BELONGS TO THE LICENSEE. SHOULD ANY PORTION OF\n * THE SOFTWARE PROVE DEFECTIVE, THE LICENSEE (NOT IBM) ASSUMES\n * THE ENTIRE COST OF ALL SERVICING, REPAIR AND CORRECTION. IN\n * NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING\n * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\n * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT\n * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/strokes.h ) [unpack/libXfont-1.2.8/src/Type1/t1funcs.c]=( typeset -a comments=( ' $Xorg: t1funcs.c,v 1.5 2001/02/09 02:04:01 xorgcvs Exp $ ' $' Copyright International Business Machines,Corp. 1991\n * All Rights Reserved\n *\n * License, subject to the license given below, to use,\n * copy, modify, and distribute this software * and its\n * documentation for any purpose and without fee is hereby\n * granted, provided that the above copyright notice appear\n * in all copies and that both that copyright notice and\n * this permission notice appear in supporting documentation,\n * and that the name of IBM not be used in advertising or\n * publicity pertaining to distribution of the software\n * without specific, written prior permission.\n *\n * IBM PROVIDES THIS SOFTWARE "AS IS", WITHOUT ANY WARRANTIES\n * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT\n * LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT OF\n * THIRD PARTY RIGHTS. THE ENTIRE RISK AS TO THE QUALITY AND\n * PERFORMANCE OF THE SOFTWARE, INCLUDING ANY DUTY TO SUPPORT\n * OR MAINTAIN, BELONGS TO THE LICENSEE. SHOULD ANY PORTION OF\n * THE SOFTWARE PROVE DEFECTIVE, THE LICENSEE (NOT IBM) ASSUMES\n * THE ENTIRE COST OF ALL SERVICING, REPAIR AND CORRECTION. IN\n * NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING\n * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\n * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT\n * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n *\n * Author: Jeffrey B. Lotspiech, IBM Almaden Research Center\n * Modeled on spfuncs.c by Dave Lemke, Network Computing Devices, Inc\n * which contains the following copyright and permission notices:\n *\n * Copyright 1990, 1991 Network Computing Devices;\n * Portions Copyright 1987 by Digital Equipment Corporation\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of Network Computing Devices\n * or Digital not be used in advertising or publicity pertaining to \n * distribution of the software without specific, written prior permission. \n * Network Computing Devices or Digital make no representations about the\n * suitability of this software for any purpose. It is provided "as is"\n * without express or implied warranty.\n *\n * NETWORK COMPUTING DEVICES AND DIGITAL DISCLAIM ALL WARRANTIES WITH\n * REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n * AND FITNESS, IN NO EVENT SHALL NETWORK COMPUTING DEVICES OR DIGITAL BE\n * LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/t1funcs.c ) [unpack/libXfont-1.2.8/src/Type1/t1hdigit.h]=( typeset -a comments=( ' $Xorg: t1hdigit.h,v 1.3 2000/08/17 19:46:33 cpqbld Exp $ ' $' Copyright International Business Machines,Corp. 1991\n * All Rights Reserved\n *\n * License to use, copy, modify, and distribute this software\n * and its documentation for any purpose and without fee is\n * hereby granted, provided that the above copyright notice\n * appear in all copies and that both that copyright notice and\n * this permission notice appear in supporting documentation,\n * and that the name of IBM not be used in advertising or\n * publicity pertaining to distribution of the software without\n * specific, written prior permission.\n *\n * IBM PROVIDES THIS SOFTWARE "AS IS", WITHOUT ANY WARRANTIES\n * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT\n * LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT OF\n * THIRD PARTY RIGHTS. THE ENTIRE RISK AS TO THE QUALITY AND\n * PERFORMANCE OF THE SOFTWARE, INCLUDING ANY DUTY TO SUPPORT\n * OR MAINTAIN, BELONGS TO THE LICENSEE. SHOULD ANY PORTION OF\n * THE SOFTWARE PROVE DEFECTIVE, THE LICENSEE (NOT IBM) ASSUMES\n * THE ENTIRE COST OF ALL SERVICING, REPAIR AND CORRECTION. IN\n * NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING\n * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\n * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT\n * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/t1hdigit.h ) [unpack/libXfont-1.2.8/src/Type1/t1imager.h]=( typeset -a comments=( ' $Xorg: t1imager.h,v 1.3 2000/08/17 19:46:33 cpqbld Exp $ ' $' Copyright International Business Machines,Corp. 1991\n * All Rights Reserved\n *\n * License to use, copy, modify, and distribute this software\n * and its documentation for any purpose and without fee is\n * hereby granted, provided that the above copyright notice\n * appear in all copies and that both that copyright notice and\n * this permission notice appear in supporting documentation,\n * and that the name of IBM not be used in advertising or\n * publicity pertaining to distribution of the software without\n * specific, written prior permission.\n *\n * IBM PROVIDES THIS SOFTWARE "AS IS", WITHOUT ANY WARRANTIES\n * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT\n * LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT OF\n * THIRD PARTY RIGHTS. THE ENTIRE RISK AS TO THE QUALITY AND\n * PERFORMANCE OF THE SOFTWARE, INCLUDING ANY DUTY TO SUPPORT\n * OR MAINTAIN, BELONGS TO THE LICENSEE. SHOULD ANY PORTION OF\n * THE SOFTWARE PROVE DEFECTIVE, THE LICENSEE (NOT IBM) ASSUMES\n * THE ENTIRE COST OF ALL SERVICING, REPAIR AND CORRECTION. IN\n * NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING\n * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\n * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT\n * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/t1imager.h ) [unpack/libXfont-1.2.8/src/Type1/t1info.c]=( typeset -a comments=( ' $Xorg: t1info.c,v 1.4 2001/02/09 02:04:01 xorgcvs Exp $ ' $' Copyright International Business Machines,Corp. 1991\n * All Rights Reserved\n *\n * License, subject to the license given below, to use,\n * copy, modify, and distribute this software * and its\n * documentation for any purpose and without fee is hereby\n * granted, provided that the above copyright notice appear\n * in all copies and that both that copyright notice and\n * this permission notice appear in supporting documentation,\n * and that the name of IBM not be used in advertising or\n * publicity pertaining to distribution of the software\n * without specific, written prior permission.\n *\n * IBM PROVIDES THIS SOFTWARE "AS IS", WITHOUT ANY WARRANTIES\n * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT\n * LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT OF\n * THIRD PARTY RIGHTS. THE ENTIRE RISK AS TO THE QUALITY AND\n * PERFORMANCE OF THE SOFTWARE, INCLUDING ANY DUTY TO SUPPORT\n * OR MAINTAIN, BELONGS TO THE LICENSEE. SHOULD ANY PORTION OF\n * THE SOFTWARE PROVE DEFECTIVE, THE LICENSEE (NOT IBM) ASSUMES\n * THE ENTIRE COST OF ALL SERVICING, REPAIR AND CORRECTION. IN\n * NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING\n * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\n * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT\n * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n *\n * Author: Carol H. Thompson IBM Almaden Research Center\n * Modeled on spinfo.c by Dave Lemke, Network Computing Devices, Inc\n * which contains the following copyright and permission notices:\n *\n * Copyright 1990, 1991 Network Computing Devices;\n * Portions Copyright 1987 by Digital Equipment Corporation\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of Network Computing Devices or Digital \n * not be used in advertising or publicity pertaining to distribution of the \n * software without specific, written prior permission. Network Computing \n * Devices and Digital make no representations about the suitability of this \n * software for any purpose. It is provided "as is" without express or \n * implied warranty.\n *\n * NETWORK COMPUTING DEVICES AND DIGITAL DISCLAIM ALL WARRANTIES WITH\n * REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n * AND FITNESS, IN NO EVENT SHALL NETWORK COMPUTING DEVICES OR DIGITAL BE\n * LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/t1info.c ) [unpack/libXfont-1.2.8/src/Type1/t1intf.h]=( typeset -a comments=( ' $Xorg: t1intf.h,v 1.3 2000/08/17 19:46:33 cpqbld Exp $ ' $' Copyright International Business Machines,Corp. 1991\n * All Rights Reserved\n *\n * License to use, copy, modify, and distribute this software\n * and its documentation for any purpose and without fee is\n * hereby granted, provided that the above copyright notice\n * appear in all copies and that both that copyright notice and\n * this permission notice appear in supporting documentation,\n * and that the name of IBM not be used in advertising or\n * publicity pertaining to distribution of the software without\n * specific, written prior permission.\n *\n * IBM PROVIDES THIS SOFTWARE "AS IS", WITHOUT ANY WARRANTIES\n * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT\n * LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT OF\n * THIRD PARTY RIGHTS. THE ENTIRE RISK AS TO THE QUALITY AND\n * PERFORMANCE OF THE SOFTWARE, INCLUDING ANY DUTY TO SUPPORT\n * OR MAINTAIN, BELONGS TO THE LICENSEE. SHOULD ANY PORTION OF\n * THE SOFTWARE PROVE DEFECTIVE, THE LICENSEE (NOT IBM) ASSUMES\n * THE ENTIRE COST OF ALL SERVICING, REPAIR AND CORRECTION. IN\n * NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING\n * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\n * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT\n * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/t1intf.h ) [unpack/libXfont-1.2.8/src/Type1/t1io.c]=( typeset -a comments=( ' $Xorg: t1io.c,v 1.3 2000/08/17 19:46:33 cpqbld Exp $ ' $' Copyright International Business Machines,Corp. 1991\n * All Rights Reserved\n *\n * License to use, copy, modify, and distribute this software\n * and its documentation for any purpose and without fee is\n * hereby granted, provided that the above copyright notice\n * appear in all copies and that both that copyright notice and\n * this permission notice appear in supporting documentation,\n * and that the name of IBM not be used in advertising or\n * publicity pertaining to distribution of the software without\n * specific, written prior permission.\n *\n * IBM PROVIDES THIS SOFTWARE "AS IS", WITHOUT ANY WARRANTIES\n * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT\n * LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT OF\n * THIRD PARTY RIGHTS. THE ENTIRE RISK AS TO THE QUALITY AND\n * PERFORMANCE OF THE SOFTWARE, INCLUDING ANY DUTY TO SUPPORT\n * OR MAINTAIN, BELONGS TO THE LICENSEE. SHOULD ANY PORTION OF\n * THE SOFTWARE PROVE DEFECTIVE, THE LICENSEE (NOT IBM) ASSUMES\n * THE ENTIRE COST OF ALL SERVICING, REPAIR AND CORRECTION. IN\n * NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING\n * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\n * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT\n * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n * Author: Carol H. Thompson IBM Almaden Research Center\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/t1io.c ) [unpack/libXfont-1.2.8/src/Type1/t1malloc.c]=( typeset -a comments=( ' $Xorg: t1malloc.c,v 1.3 2000/08/17 19:46:34 cpqbld Exp $ ' $' Copyright International Business Machines, Corp. 1991\n * All Rights Reserved\n * Copyright Lexmark International, Inc. 1991\n * All Rights Reserved\n *\n * License to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that\n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of IBM or Lexmark not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission.\n *\n * IBM AND LEXMARK PROVIDE THIS SOFTWARE "AS IS", WITHOUT ANY WARRANTIES OF\n * ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO ANY\n * IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE,\n * AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE ENTIRE RISK AS TO THE\n * QUALITY AND PERFORMANCE OF THE SOFTWARE, INCLUDING ANY DUTY TO SUPPORT\n * OR MAINTAIN, BELONGS TO THE LICENSEE. SHOULD ANY PORTION OF THE\n * SOFTWARE PROVE DEFECTIVE, THE LICENSEE (NOT IBM OR LEXMARK) ASSUMES THE\n * ENTIRE COST OF ALL SERVICING, REPAIR AND CORRECTION. IN NO EVENT SHALL\n * IBM OR LEXMARK BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL\n * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR\n * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS\n * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF\n * THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/t1malloc.c ) [unpack/libXfont-1.2.8/src/Type1/t1snap.c]=( typeset -a comments=( ' $Xorg: t1snap.c,v 1.3 2000/08/17 19:46:34 cpqbld Exp $ ' $' Copyright International Business Machines,Corp. 1991\n * All Rights Reserved\n *\n * License to use, copy, modify, and distribute this software\n * and its documentation for any purpose and without fee is\n * hereby granted, provided that the above copyright notice\n * appear in all copies and that both that copyright notice and\n * this permission notice appear in supporting documentation,\n * and that the name of IBM not be used in advertising or\n * publicity pertaining to distribution of the software without\n * specific, written prior permission.\n *\n * IBM PROVIDES THIS SOFTWARE "AS IS", WITHOUT ANY WARRANTIES\n * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT\n * LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT OF\n * THIRD PARTY RIGHTS. THE ENTIRE RISK AS TO THE QUALITY AND\n * PERFORMANCE OF THE SOFTWARE, INCLUDING ANY DUTY TO SUPPORT\n * OR MAINTAIN, BELONGS TO THE LICENSEE. SHOULD ANY PORTION OF\n * THE SOFTWARE PROVE DEFECTIVE, THE LICENSEE (NOT IBM) ASSUMES\n * THE ENTIRE COST OF ALL SERVICING, REPAIR AND CORRECTION. IN\n * NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING\n * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\n * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT\n * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/t1snap.c ) [unpack/libXfont-1.2.8/src/Type1/t1stdio.h]=( typeset -a comments=( ' $Xorg: t1stdio.h,v 1.3 2000/08/17 19:46:34 cpqbld Exp $ ' $' Copyright International Business Machines,Corp. 1991\n * All Rights Reserved\n *\n * License to use, copy, modify, and distribute this software\n * and its documentation for any purpose and without fee is\n * hereby granted, provided that the above copyright notice\n * appear in all copies and that both that copyright notice and\n * this permission notice appear in supporting documentation,\n * and that the name of IBM not be used in advertising or\n * publicity pertaining to distribution of the software without\n * specific, written prior permission.\n *\n * IBM PROVIDES THIS SOFTWARE "AS IS", WITHOUT ANY WARRANTIES\n * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT\n * LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT OF\n * THIRD PARTY RIGHTS. THE ENTIRE RISK AS TO THE QUALITY AND\n * PERFORMANCE OF THE SOFTWARE, INCLUDING ANY DUTY TO SUPPORT\n * OR MAINTAIN, BELONGS TO THE LICENSEE. SHOULD ANY PORTION OF\n * THE SOFTWARE PROVE DEFECTIVE, THE LICENSEE (NOT IBM) ASSUMES\n * THE ENTIRE COST OF ALL SERVICING, REPAIR AND CORRECTION. IN\n * NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING\n * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\n * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT\n * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/t1stdio.h ) [unpack/libXfont-1.2.8/src/Type1/t1stub.c]=( typeset -a comments=( ' $Xorg: t1stub.c,v 1.3 2000/08/17 19:46:34 cpqbld Exp $ ' $' Copyright International Business Machines,Corp. 1991\n * All Rights Reserved\n *\n * License to use, copy, modify, and distribute this software\n * and its documentation for any purpose and without fee is\n * hereby granted, provided that the above copyright notice\n * appear in all copies and that both that copyright notice and\n * this permission notice appear in supporting documentation,\n * and that the name of IBM not be used in advertising or\n * publicity pertaining to distribution of the software without\n * specific, written prior permission.\n *\n * IBM PROVIDES THIS SOFTWARE "AS IS", WITHOUT ANY WARRANTIES\n * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT\n * LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT OF\n * THIRD PARTY RIGHTS. THE ENTIRE RISK AS TO THE QUALITY AND\n * PERFORMANCE OF THE SOFTWARE, INCLUDING ANY DUTY TO SUPPORT\n * OR MAINTAIN, BELONGS TO THE LICENSEE. SHOULD ANY PORTION OF\n * THE SOFTWARE PROVE DEFECTIVE, THE LICENSEE (NOT IBM) ASSUMES\n * THE ENTIRE COST OF ALL SERVICING, REPAIR AND CORRECTION. IN\n * NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING\n * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\n * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT\n * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/t1stub.c ) [unpack/libXfont-1.2.8/src/Type1/t1unicode.c]=( typeset -a comments=( $'\nCopyright (c) 1998 by Juliusz Chroboczek\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n' ' $XFree86$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/t1unicode.c ) [unpack/libXfont-1.2.8/src/Type1/t1unicode.h]=( typeset -a comments=( $'\nCopyright (c) 1998 by Juliusz Chroboczek\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n' ' $XFree86$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/t1unicode.h ) [unpack/libXfont-1.2.8/src/Type1/token.c]=( typeset -a comments=( ' $Xorg: token.c,v 1.4 2000/08/17 19:46:34 cpqbld Exp $ ' $' Copyright International Business Machines,Corp. 1991\n * All Rights Reserved\n *\n * License to use, copy, modify, and distribute this software\n * and its documentation for any purpose and without fee is\n * hereby granted, provided that the above copyright notice\n * appear in all copies and that both that copyright notice and\n * this permission notice appear in supporting documentation,\n * and that the name of IBM not be used in advertising or\n * publicity pertaining to distribution of the software without\n * specific, written prior permission.\n *\n * IBM PROVIDES THIS SOFTWARE "AS IS", WITHOUT ANY WARRANTIES\n * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT\n * LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT OF\n * THIRD PARTY RIGHTS. THE ENTIRE RISK AS TO THE QUALITY AND\n * PERFORMANCE OF THE SOFTWARE, INCLUDING ANY DUTY TO SUPPORT\n * OR MAINTAIN, BELONGS TO THE LICENSEE. SHOULD ANY PORTION OF\n * THE SOFTWARE PROVE DEFECTIVE, THE LICENSEE (NOT IBM) ASSUMES\n * THE ENTIRE COST OF ALL SERVICING, REPAIR AND CORRECTION. IN\n * NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING\n * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\n * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT\n * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/token.c ) [unpack/libXfont-1.2.8/src/Type1/token.h]=( typeset -a comments=( ' $Xorg: token.h,v 1.3 2000/08/17 19:46:34 cpqbld Exp $ ' $' Copyright International Business Machines,Corp. 1991\n * All Rights Reserved\n *\n * License to use, copy, modify, and distribute this software\n * and its documentation for any purpose and without fee is\n * hereby granted, provided that the above copyright notice\n * appear in all copies and that both that copyright notice and\n * this permission notice appear in supporting documentation,\n * and that the name of IBM not be used in advertising or\n * publicity pertaining to distribution of the software without\n * specific, written prior permission.\n *\n * IBM PROVIDES THIS SOFTWARE "AS IS", WITHOUT ANY WARRANTIES\n * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT\n * LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT OF\n * THIRD PARTY RIGHTS. THE ENTIRE RISK AS TO THE QUALITY AND\n * PERFORMANCE OF THE SOFTWARE, INCLUDING ANY DUTY TO SUPPORT\n * OR MAINTAIN, BELONGS TO THE LICENSEE. SHOULD ANY PORTION OF\n * THE SOFTWARE PROVE DEFECTIVE, THE LICENSEE (NOT IBM) ASSUMES\n * THE ENTIRE COST OF ALL SERVICING, REPAIR AND CORRECTION. IN\n * NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING\n * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\n * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT\n * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/token.h ) [unpack/libXfont-1.2.8/src/Type1/tokst.h]=( typeset -a comments=( ' $Xorg: tokst.h,v 1.3 2000/08/17 19:46:34 cpqbld Exp $ ' $' Copyright International Business Machines,Corp. 1991\n * All Rights Reserved\n *\n * License to use, copy, modify, and distribute this software\n * and its documentation for any purpose and without fee is\n * hereby granted, provided that the above copyright notice\n * appear in all copies and that both that copyright notice and\n * this permission notice appear in supporting documentation,\n * and that the name of IBM not be used in advertising or\n * publicity pertaining to distribution of the software without\n * specific, written prior permission.\n *\n * IBM PROVIDES THIS SOFTWARE "AS IS", WITHOUT ANY WARRANTIES\n * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT\n * LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT OF\n * THIRD PARTY RIGHTS. THE ENTIRE RISK AS TO THE QUALITY AND\n * PERFORMANCE OF THE SOFTWARE, INCLUDING ANY DUTY TO SUPPORT\n * OR MAINTAIN, BELONGS TO THE LICENSEE. SHOULD ANY PORTION OF\n * THE SOFTWARE PROVE DEFECTIVE, THE LICENSEE (NOT IBM) ASSUMES\n * THE ENTIRE COST OF ALL SERVICING, REPAIR AND CORRECTION. IN\n * NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING\n * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\n * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT\n * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/tokst.h ) [unpack/libXfont-1.2.8/src/Type1/trig.h]=( typeset -a comments=( ' $Xorg: trig.h,v 1.3 2000/08/17 19:46:34 cpqbld Exp $ ' $' Copyright International Business Machines,Corp. 1991\n * All Rights Reserved\n *\n * License to use, copy, modify, and distribute this software\n * and its documentation for any purpose and without fee is\n * hereby granted, provided that the above copyright notice\n * appear in all copies and that both that copyright notice and\n * this permission notice appear in supporting documentation,\n * and that the name of IBM not be used in advertising or\n * publicity pertaining to distribution of the software without\n * specific, written prior permission.\n *\n * IBM PROVIDES THIS SOFTWARE "AS IS", WITHOUT ANY WARRANTIES\n * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT\n * LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT OF\n * THIRD PARTY RIGHTS. THE ENTIRE RISK AS TO THE QUALITY AND\n * PERFORMANCE OF THE SOFTWARE, INCLUDING ANY DUTY TO SUPPORT\n * OR MAINTAIN, BELONGS TO THE LICENSEE. SHOULD ANY PORTION OF\n * THE SOFTWARE PROVE DEFECTIVE, THE LICENSEE (NOT IBM) ASSUMES\n * THE ENTIRE COST OF ALL SERVICING, REPAIR AND CORRECTION. IN\n * NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING\n * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\n * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT\n * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/trig.h ) [unpack/libXfont-1.2.8/src/Type1/type1.c]=( typeset -a comments=( ' $Xorg: type1.c,v 1.4 2000/08/17 19:46:34 cpqbld Exp $ ' $' Copyright International Business Machines, Corp. 1991\n * All Rights Reserved\n * Copyright Lexmark International, Inc. 1991\n * All Rights Reserved\n * Portions Copyright (c) 1990 Adobe Systems Incorporated.\n * All Rights Reserved\n *\n * License to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that\n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of IBM or Lexmark or Adobe\n * not be used in advertising or publicity pertaining to distribution of\n * the software without specific, written prior permission.\n *\n * IBM, LEXMARK, AND ADOBE PROVIDE THIS SOFTWARE "AS IS", WITHOUT ANY\n * WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT\n * LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A\n * PARTICULAR PURPOSE, AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE\n * ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE, INCLUDING\n * ANY DUTY TO SUPPORT OR MAINTAIN, BELONGS TO THE LICENSEE. SHOULD ANY\n * PORTION OF THE SOFTWARE PROVE DEFECTIVE, THE LICENSEE (NOT IBM,\n * LEXMARK, OR ADOBE) ASSUMES THE ENTIRE COST OF ALL SERVICING, REPAIR AND\n * CORRECTION. IN NO EVENT SHALL IBM, LEXMARK, OR ADOBE BE LIABLE FOR ANY\n * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER\n * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\n * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/type1.c ) [unpack/libXfont-1.2.8/src/Type1/util.c]=( typeset -a comments=( ' $Xorg: util.c,v 1.3 2000/08/17 19:46:34 cpqbld Exp $ ' $' Copyright International Business Machines,Corp. 1991\n * All Rights Reserved\n *\n * License to use, copy, modify, and distribute this software\n * and its documentation for any purpose and without fee is\n * hereby granted, provided that the above copyright notice\n * appear in all copies and that both that copyright notice and\n * this permission notice appear in supporting documentation,\n * and that the name of IBM not be used in advertising or\n * publicity pertaining to distribution of the software without\n * specific, written prior permission.\n *\n * IBM PROVIDES THIS SOFTWARE "AS IS", WITHOUT ANY WARRANTIES\n * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT\n * LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT OF\n * THIRD PARTY RIGHTS. THE ENTIRE RISK AS TO THE QUALITY AND\n * PERFORMANCE OF THE SOFTWARE, INCLUDING ANY DUTY TO SUPPORT\n * OR MAINTAIN, BELONGS TO THE LICENSEE. SHOULD ANY PORTION OF\n * THE SOFTWARE PROVE DEFECTIVE, THE LICENSEE (NOT IBM) ASSUMES\n * THE ENTIRE COST OF ALL SERVICING, REPAIR AND CORRECTION. IN\n * NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING\n * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\n * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT\n * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/util.c ) [unpack/libXfont-1.2.8/src/Type1/util.h]=( typeset -a comments=( ' $Xorg: util.h,v 1.3 2000/08/17 19:46:34 cpqbld Exp $ ' $' Copyright International Business Machines,Corp. 1991\n * All Rights Reserved\n *\n * License to use, copy, modify, and distribute this software\n * and its documentation for any purpose and without fee is\n * hereby granted, provided that the above copyright notice\n * appear in all copies and that both that copyright notice and\n * this permission notice appear in supporting documentation,\n * and that the name of IBM not be used in advertising or\n * publicity pertaining to distribution of the software without\n * specific, written prior permission.\n *\n * IBM PROVIDES THIS SOFTWARE "AS IS", WITHOUT ANY WARRANTIES\n * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT\n * LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT OF\n * THIRD PARTY RIGHTS. THE ENTIRE RISK AS TO THE QUALITY AND\n * PERFORMANCE OF THE SOFTWARE, INCLUDING ANY DUTY TO SUPPORT\n * OR MAINTAIN, BELONGS TO THE LICENSEE. SHOULD ANY PORTION OF\n * THE SOFTWARE PROVE DEFECTIVE, THE LICENSEE (NOT IBM) ASSUMES\n * THE ENTIRE COST OF ALL SERVICING, REPAIR AND CORRECTION. IN\n * NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING\n * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\n * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT\n * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/Type1/util.h ) [unpack/libXfont-1.2.8/src/bitmap/bdfread.c]=( typeset -a comments=( ' $Xorg: bdfread.c,v 1.5 2001/02/09 02:04:01 xorgcvs Exp $ ' $'***********************************************************************\nCopyright 1989 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n***********************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/bitmap/bdfread.c ) [unpack/libXfont-1.2.8/src/bitmap/bdfutils.c]=( typeset -a comments=( ' $Xorg: bdfutils.c,v 1.5 2001/02/09 02:04:02 xorgcvs Exp $ ' $'***********************************************************************\nCopyright 1989 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n***********************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/bitmap/bdfutils.c ) [unpack/libXfont-1.2.8/src/bitmap/bitmap.c]=( typeset -a comments=( ' $Xorg: bitmap.c,v 1.4 2001/02/09 02:04:02 xorgcvs Exp $ ' $'\n\nCopyright 1991, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/bitmap/bitmap.c ) [unpack/libXfont-1.2.8/src/bitmap/bitmapfunc.c]=( typeset -a comments=( ' $Xorg: bitmapfunc.c,v 1.5 2001/02/09 02:04:02 xorgcvs Exp $ ' $'\n\nCopyright 1991, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/bitmap/bitmapfunc.c ) [unpack/libXfont-1.2.8/src/bitmap/bitmaputil.c]=( typeset -a comments=( ' $Xorg: bitmaputil.c,v 1.5 2001/02/09 02:04:02 xorgcvs Exp $ ' $'\n\nCopyright 1990, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/bitmap/bitmaputil.c ) [unpack/libXfont-1.2.8/src/bitmap/bitscale.c]=( typeset -a comments=( ' $Xorg: bitscale.c,v 1.5 2001/02/09 02:04:02 xorgcvs Exp $ ' $'\n\nCopyright 1991, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/bitmap/bitscale.c ) [unpack/libXfont-1.2.8/src/bitmap/fontink.c]=( typeset -a comments=( ' $Xorg: fontink.c,v 1.4 2001/02/09 02:04:02 xorgcvs Exp $ ' $'\n\nCopyright 1990, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/bitmap/fontink.c ) [unpack/libXfont-1.2.8/src/bitmap/pcfread.c]=( typeset -a comments=( ' $Xorg: pcfread.c,v 1.5 2001/02/09 02:04:02 xorgcvs Exp $ ' $'\n\nCopyright 1990, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/bitmap/pcfread.c ) [unpack/libXfont-1.2.8/src/bitmap/pcfwrite.c]=( typeset -a comments=( ' $Xorg: pcfwrite.c,v 1.5 2001/02/09 02:04:02 xorgcvs Exp $ ' $'\n\nCopyright 1990, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/bitmap/pcfwrite.c ) [unpack/libXfont-1.2.8/src/bitmap/snfread.c]=( typeset -a comments=( ' $Xorg: snfread.c,v 1.5 2001/02/09 02:04:02 xorgcvs Exp $ ' $'***********************************************************************\nCopyright 1989 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n***********************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/bitmap/snfread.c ) [unpack/libXfont-1.2.8/src/bitmap/snfstr.h]=( typeset -a comments=( ' $Xorg: snfstr.h,v 1.4 2001/02/09 02:04:02 xorgcvs Exp $ ' $'**********************************************************\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/bitmap/snfstr.h ) [unpack/libXfont-1.2.8/src/builtins/builtin.h]=( typeset -a comments=( $'\n * Id: builtin.h,v 1.2 1999/11/02 06:16:47 keithp Exp $\n *\n * Copyright 1999 SuSE, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of SuSE not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. SuSE makes no representations about the\n * suitability of this software for any purpose. It is provided "as is"\n * without express or implied warranty.\n *\n * SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE\n * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN \n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Keith Packard, SuSE, Inc.\n ' ' $XFree86: xc/lib/font/builtins/builtin.h,v 1.3 1999/12/30 02:29:49 robin Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/builtins/builtin.h ) [unpack/libXfont-1.2.8/src/builtins/dir.c]=( typeset -a comments=( $'\n * Id: dir.c,v 1.2 1999/11/02 06:16:47 keithp Exp $\n *\n * Copyright 1999 SuSE, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of SuSE not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. SuSE makes no representations about the\n * suitability of this software for any purpose. It is provided "as is"\n * without express or implied warranty.\n *\n * SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE\n * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN \n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Keith Packard, SuSE, Inc.\n ' ' $XFree86: xc/lib/font/builtins/dir.c,v 1.3 1999/12/30 02:29:49 robin Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/builtins/dir.c ) [unpack/libXfont-1.2.8/src/builtins/file.c]=( typeset -a comments=( $'\n * Id: file.c,v 1.2 1999/11/02 06:16:47 keithp Exp $\n *\n * Copyright 1999 SuSE, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of SuSE not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. SuSE makes no representations about the\n * suitability of this software for any purpose. It is provided "as is"\n * without express or implied warranty.\n *\n * SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE\n * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN \n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Keith Packard, SuSE, Inc.\n ' ' $XFree86: xc/lib/font/builtins/file.c,v 1.3 1999/12/30 02:29:49 robin Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/builtins/file.c ) [unpack/libXfont-1.2.8/src/builtins/fonts.c]=( typeset -a comments=( $'\n * Id: fonts.c,v 1.2 1999/11/02 06:16:47 keithp Exp $\n *\n * Copyright 1999 SuSE, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of SuSE not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. SuSE makes no representations about the\n * suitability of this software for any purpose. It is provided "as is"\n * without express or implied warranty.\n *\n * SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE\n * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN \n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Keith Packard, SuSE, Inc.\n ' ' $XFree86: xc/lib/font/builtins/fonts.c,v 1.3 1999/12/30 02:29:49 robin Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/builtins/fonts.c ) [unpack/libXfont-1.2.8/src/builtins/fpe.c]=( typeset -a comments=( ' $XdotOrg: $ ' $'\n * Id: fpe.c,v 1.2 1999/11/02 06:16:48 keithp Exp $\n *\n * Copyright 1999 SuSE, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of SuSE not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. SuSE makes no representations about the\n * suitability of this software for any purpose. It is provided "as is"\n * without express or implied warranty.\n *\n * SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE\n * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN \n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Keith Packard, SuSE, Inc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/builtins/fpe.c ) [unpack/libXfont-1.2.8/src/builtins/render.c]=( typeset -a comments=( ' $XdotOrg: $ ' $'\n * Id: render.c,v 1.2 1999/11/02 06:16:48 keithp Exp $\n *\n * Copyright 1999 SuSE, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of SuSE not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. SuSE makes no representations about the\n * suitability of this software for any purpose. It is provided "as is"\n * without express or implied warranty.\n *\n * SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE\n * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN \n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Keith Packard, SuSE, Inc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/builtins/render.c ) [unpack/libXfont-1.2.8/src/dummy.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/dummy.c ) [unpack/libXfont-1.2.8/src/fc/fsconvert.c]=( typeset -a comments=( ' $Xorg: fsconvert.c,v 1.3 2000/08/17 19:46:36 cpqbld Exp $ ' $'\n * Copyright 1990 Network Computing Devices\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Network Computing Devices not be used\n * in advertising or publicity pertaining to distribution of the software\n * without specific, written prior permission. Network Computing Devices\n * makes no representations about the suitability of this software for any\n * purpose. It is provided "as is" without express or implied warranty.\n *\n * NETWORK COMPUTING DEVICES DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS\n * SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,\n * IN NO EVENT SHALL NETWORK COMPUTING DEVICES BE LIABLE FOR ANY SPECIAL,\n * INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\n * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE\n * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE\n * OR PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: \tDave Lemke, Network Computing Devices, Inc\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/fc/fsconvert.c ) [unpack/libXfont-1.2.8/src/fc/fserve.c]=( typeset -a comments=( ' $XdotOrg: lib/Xfont/src/fc/fserve.c,v 1.8 2005/07/09 06:36:12 keithp Exp $ ' ' $Xorg: fserve.c,v 1.4 2001/02/09 02:04:02 xorgcvs Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/fc/fserve.c ) [unpack/libXfont-1.2.8/src/fc/fserve.h]=( typeset -a comments=( ' $Xorg: fserve.h,v 1.3 2000/08/17 19:46:36 cpqbld Exp $ ' $'\n * Copyright 1990 Network Computing Devices\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Network Computing Devices not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission. Network Computing\n * Devices makes no representations about the suitability of this software\n * for any purpose. It is provided "as is" without express or implied\n * warranty.\n *\n * NETWORK COMPUTING DEVICES DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS\n * SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,\n * IN NO EVENT SHALL NETWORK COMPUTING DEVICES BE LIABLE FOR ANY SPECIAL,\n * INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\n * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE\n * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE\n * OR PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: \tDave Lemke, Network Computing Devices, Inc\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/fc/fserve.h ) [unpack/libXfont-1.2.8/src/fc/fservestr.h]=( typeset -a comments=( ' $Xorg: fservestr.h,v 1.3 2000/08/17 19:46:36 cpqbld Exp $ ' $'\n * Copyright 1990 Network Computing Devices\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Network Computing Devices not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission. Network Computing\n * Devices makes no representations about the suitability of this software\n * for any purpose. It is provided "as is" without express or implied\n * warranty.\n *\n * NETWORK COMPUTING DEVICES DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS\n * SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,\n * IN NO EVENT SHALL NETWORK COMPUTING DEVICES BE LIABLE FOR ANY SPECIAL,\n * INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\n * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE\n * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE\n * OR PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: \tDave Lemke, Network Computing Devices, Inc\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/fc/fservestr.h ) [unpack/libXfont-1.2.8/src/fc/fsio.c]=( typeset -a comments=( ' $Xorg: fsio.c,v 1.3 2000/08/17 19:46:36 cpqbld Exp $ ' $'\n * Copyright 1990 Network Computing Devices\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Network Computing Devices not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission. Network Computing\n * Devices makes no representations about the suitability of this software\n * for any purpose. It is provided "as is" without express or implied\n * warranty.\n *\n * NETWORK COMPUTING DEVICES DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS\n * SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,\n * IN NO EVENT SHALL NETWORK COMPUTING DEVICES BE LIABLE FOR ANY SPECIAL,\n * INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\n * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE\n * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE\n * OR PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: \tDave Lemke, Network Computing Devices, Inc\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/fc/fsio.c ) [unpack/libXfont-1.2.8/src/fc/fsio.h]=( typeset -a comments=( ' $Xorg: fsio.h,v 1.3 2000/08/17 19:46:36 cpqbld Exp $ ' $'\n * Copyright 1990 Network Computing Devices\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Network Computing Devices not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission. Network Computing\n * Devices makes no representations about the suitability of this software\n * for any purpose. It is provided "as is" without express or implied\n * warranty.\n *\n * NETWORK COMPUTING DEVICES DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS\n * SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,\n * IN NO EVENT SHALL NETWORK COMPUTING DEVICES BE LIABLE FOR ANY SPECIAL,\n * INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\n * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE\n * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE\n * OR PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: \tDave Lemke, Network Computing Devices, Inc\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/fc/fsio.h ) [unpack/libXfont-1.2.8/src/fc/fslibos.h]=( typeset -a comments=( ' $Xorg: fslibos.h,v 1.4 2001/02/09 02:04:03 xorgcvs Exp $ ' $'\n * Copyright 1990 Network Computing Devices;\n * Portions Copyright 1987 by Digital Equipment Corporation\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/fc/fslibos.h ) [unpack/libXfont-1.2.8/src/fc/fstrans.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2004 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/fc/fstrans.c ) [unpack/libXfont-1.2.8/src/fontcache/fcqueue.h]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1993\n *\tThe Regents of the University of California. All rights reserved.\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions\n * are met:\n * 1. Redistributions of source code must retain the above copyright\n * notice, this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n * notice, this list of conditions and the following disclaimer in the\n * documentation and/or other materials provided with the distribution.\n * 3. All advertising materials mentioning features or use of this software\n * must display the following acknowledgement:\n *\tThis product includes software developed by the University of\n *\tCalifornia, Berkeley and its contributors.\n * 4. Neither the name of the University nor the names of its contributors\n * may be used to endorse or promote products derived from this software\n * without specific prior written permission.\n *\n * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS\'\' AND\n * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\n * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\n * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\n * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\n * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n * SUCH DAMAGE.\n *\n *\t@(#)queue.h\t8.5 (Berkeley) 8/20/94\n * $_Id_: queue.h,v 1.10.2.4 1998/05/12 16:35:25 bde Exp $\n *\n * ----------------------------------------------------------------------\n *\n * Note:\n * This header file derived from FreeBSD-2.2.7\n * /usr/include/sys/queue.h, modified for X-TrueType Server by\n * Shunsuke Akiyama .\n *\n *\tId: fcqueue.h,v 1.1 1999/01/06 13:36:42 akiyama Exp $\n ' $'\n * Tail queue definitions.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/fontcache/fcqueue.h ) [unpack/libXfont-1.2.8/src/fontcache/fontcache.c]=( typeset -a comments=( $'-\n * Copyright (c) 1998-1999 Shunsuke Akiyama .\n * All rights reserved.\n * Copyright (c) 1998-1999 X-TrueType Server Project, All rights reserved.\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions\n * are met:\n * 1. Redistributions of source code must retain the above copyright\n * notice, this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n * notice, this list of conditions and the following disclaimer in the\n * documentation and/or other materials provided with the distribution.\n *\n * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS\'\' AND\n * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\n * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\n * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\n * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\n * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n * SUCH DAMAGE.\n *\n *\tId: fontcache.c,v 1.19 1999/01/31 13:06:00 akiyama Exp $\n ' ' $XFree86: xc/lib/font/fontcache/fontcache.c,v 1.4 2001/04/05 17:42:28 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/fontcache/fontcache.c ) [unpack/libXfont-1.2.8/src/fontcache/fontcache.h]=( typeset -a comments=( $'-\n * Copyright (c) 1998-1999 Shunsuke Akiyama .\n * All rights reserved.\n * Copyright (c) 1998-1999 X-TrueType Server Project, All rights reserved.\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions\n * are met:\n * 1. Redistributions of source code must retain the above copyright\n * notice, this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n * notice, this list of conditions and the following disclaimer in the\n * documentation and/or other materials provided with the distribution.\n *\n * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS\'\' AND\n * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\n * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\n * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\n * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\n * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n * SUCH DAMAGE.\n *\n *\tId: fontcache.h,v 1.12 1999/01/09 06:24:30 akiyama Exp $\n ' ' $XFree86: xc/lib/font/fontcache/fontcache.h,v 1.6 2002/11/08 00:46:27 alanh Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/fontcache/fontcache.h ) [unpack/libXfont-1.2.8/src/fontfile/bitsource.c]=( typeset -a comments=( ' $Xorg: bitsource.c,v 1.4 2001/02/09 02:04:03 xorgcvs Exp $ ' $'\n\nCopyright 1991, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/fontfile/bitsource.c ) [unpack/libXfont-1.2.8/src/fontfile/bufio.c]=( typeset -a comments=( ' $Xorg: bufio.c,v 1.4 2001/02/09 02:04:03 xorgcvs Exp $ ' $'\n\nCopyright 1991, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/fontfile/bufio.c ) [unpack/libXfont-1.2.8/src/fontfile/decompress.c]=( typeset -a comments=( ' $Xorg: decompress.c,v 1.4 2001/02/09 02:04:03 xorgcvs Exp $ ' $'\n * Copyright 1985, 1986 The Regents of the University of California.\n * All rights reserved.\n *\n * This code is derived from software contributed to Berkeley by\n * James A. Woods, derived from original work by Spencer Thomas\n * and Joseph Orost.\n *\n * Redistribution and use in source and binary forms are permitted\n * provided that the above copyright notice and this paragraph are\n * duplicated in all such forms and that any documentation,\n * advertising materials, and other materials related to such\n * distribution and use acknowledge that the software was developed\n * by the University of California, Berkeley. The name of the\n * University may not be used to endorse or promote products derived\n * from this software without specific prior written permission.\n * THIS SOFTWARE IS PROVIDED ``AS IS\'\' AND WITHOUT ANY EXPRESS OR\n * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED\n * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/fontfile/decompress.c ) [unpack/libXfont-1.2.8/src/fontfile/defaults.c]=( typeset -a comments=( ' $Xorg: defaults.c,v 1.4 2001/02/09 02:04:03 xorgcvs Exp $ ' $'\n\nCopyright 1990, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/fontfile/defaults.c ) [unpack/libXfont-1.2.8/src/fontfile/dirfile.c]=( typeset -a comments=( ' $Xorg: dirfile.c,v 1.4 2001/02/09 02:04:03 xorgcvs Exp $ ' $'\n\nCopyright 1991, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/fontfile/dirfile.c ) [unpack/libXfont-1.2.8/src/fontfile/ffcheck.c]=( typeset -a comments=( ' $Xorg: ffcheck.c,v 1.4 2001/02/09 02:04:03 xorgcvs Exp $ ' $'\n\nCopyright 1991, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/fontfile/ffcheck.c ) [unpack/libXfont-1.2.8/src/fontfile/fileio.c]=( typeset -a comments=( ' $Xorg: fileio.c,v 1.4 2001/02/09 02:04:03 xorgcvs Exp $ ' $'\n\nCopyright 1991, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/fontfile/fileio.c ) [unpack/libXfont-1.2.8/src/fontfile/filewr.c]=( typeset -a comments=( ' $Xorg: filewr.c,v 1.4 2001/02/09 02:04:03 xorgcvs Exp $ ' $'\n\nCopyright 1991, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/fontfile/filewr.c ) [unpack/libXfont-1.2.8/src/fontfile/fontdir.c]=( typeset -a comments=( ' $XdotOrg: xc/lib/font/fontfile/fontdir.c,v 1.4 2005/07/03 07:01:00 daniels Exp $ ' ' $Xorg: fontdir.c,v 1.4 2001/02/09 02:04:03 xorgcvs Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/fontfile/fontdir.c ) [unpack/libXfont-1.2.8/src/fontfile/fontencc.c]=( typeset -a comments=( $'\nCopyright (c) 1998-2001 by Juliusz Chroboczek\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n' ' $XFree86: xc/lib/font/fontfile/fontencc.c,v 1.1 2001/08/13 21:46:47 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/fontfile/fontencc.c ) [unpack/libXfont-1.2.8/src/fontfile/fontfile.c]=( typeset -a comments=( ' $XdotOrg: xc/lib/font/fontfile/fontfile.c,v 1.4 2005/07/03 07:01:00 daniels Exp $ ' ' $Xorg: fontfile.c,v 1.4 2001/02/09 02:04:03 xorgcvs Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/fontfile/fontfile.c ) [unpack/libXfont-1.2.8/src/fontfile/fontscale.c]=( typeset -a comments=( ' $Xorg: fontscale.c,v 1.5 2001/02/09 02:04:03 xorgcvs Exp $ ' $'\n\nCopyright 1991, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/fontfile/fontscale.c ) [unpack/libXfont-1.2.8/src/fontfile/gunzip.c]=( typeset -a comments=( ' $Xorg: gunzip.c,v 1.3 2000/08/17 19:46:37 cpqbld Exp $ ' $' lib/font/fontfile/gunzip.c\n written by Mark Eichin September 1996.\n intended for inclusion in X11 public releases. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/fontfile/gunzip.c ) [unpack/libXfont-1.2.8/src/fontfile/printerfont.c]=( typeset -a comments=( ' $Xorg: printerfont.c,v 1.4 2001/02/09 02:04:03 xorgcvs Exp $ ' $'\n\nCopyright 1991, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/fontfile/printerfont.c ) [unpack/libXfont-1.2.8/src/fontfile/register.c]=( typeset -a comments=( ' $Xorg: register.c,v 1.4 2001/02/09 02:04:03 xorgcvs Exp $ ' $'\n\nCopyright 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/fontfile/register.c ) [unpack/libXfont-1.2.8/src/fontfile/renderers.c]=( typeset -a comments=( ' $Xorg: renderers.c,v 1.4 2001/02/09 02:04:03 xorgcvs Exp $ ' $'\n\nCopyright 1991, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/fontfile/renderers.c ) [unpack/libXfont-1.2.8/src/stubs/cauthgen.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/stubs/cauthgen.c ) [unpack/libXfont-1.2.8/src/stubs/csignal.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/stubs/csignal.c ) [unpack/libXfont-1.2.8/src/stubs/delfntcid.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/stubs/delfntcid.c ) [unpack/libXfont-1.2.8/src/stubs/errorf.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/stubs/errorf.c ) [unpack/libXfont-1.2.8/src/stubs/fatalerror.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/stubs/fatalerror.c ) [unpack/libXfont-1.2.8/src/stubs/findoldfnt.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/stubs/findoldfnt.c ) [unpack/libXfont-1.2.8/src/stubs/fontmod.c]=( typeset -a comments=( ' LOADABLEFONTS ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/stubs/fontmod.c ) [unpack/libXfont-1.2.8/src/stubs/getcres.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/stubs/getcres.c ) [unpack/libXfont-1.2.8/src/stubs/getdefptsize.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/stubs/getdefptsize.c ) [unpack/libXfont-1.2.8/src/stubs/getnewfntcid.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/stubs/getnewfntcid.c ) [unpack/libXfont-1.2.8/src/stubs/gettime.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/stubs/gettime.c ) [unpack/libXfont-1.2.8/src/stubs/initfshdl.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/stubs/initfshdl.c ) [unpack/libXfont-1.2.8/src/stubs/regfpefunc.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/stubs/regfpefunc.c ) [unpack/libXfont-1.2.8/src/stubs/rmfshdl.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/stubs/rmfshdl.c ) [unpack/libXfont-1.2.8/src/stubs/servclient.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/stubs/servclient.c ) [unpack/libXfont-1.2.8/src/stubs/setfntauth.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/stubs/setfntauth.c ) [unpack/libXfont-1.2.8/src/stubs/stfntcfnt.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/stubs/stfntcfnt.c ) [unpack/libXfont-1.2.8/src/stubs/stubs.h]=( typeset -a comments=( ' $XFree86: xc/lib/font/stubs/stubs.h,v 1.3 1999/12/15 01:14:36 robin Exp $ ' ' this probably works for Mach-O too, but probably not for PE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/stubs/stubs.h ) [unpack/libXfont-1.2.8/src/stubs/xpstubs.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/stubs/xpstubs.c ) [unpack/libXfont-1.2.8/src/util/atom.c]=( typeset -a comments=( ' $Xorg: atom.c,v 1.5 2001/02/09 02:04:04 xorgcvs Exp $ ' $'\n\nCopyright 1990, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/util/atom.c ) [unpack/libXfont-1.2.8/src/util/fontaccel.c]=( typeset -a comments=( ' $Xorg: fontaccel.c,v 1.4 2001/02/09 02:04:04 xorgcvs Exp $ ' $'\n\nCopyright 1990, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/util/fontaccel.c ) [unpack/libXfont-1.2.8/src/util/fontnames.c]=( typeset -a comments=( ' $Xorg: fontnames.c,v 1.4 2001/02/09 02:04:04 xorgcvs Exp $ ' $'\n\nCopyright 1991, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/util/fontnames.c ) [unpack/libXfont-1.2.8/src/util/fontutil.c]=( typeset -a comments=( ' $Xorg: fontutil.c,v 1.4 2001/02/09 02:04:04 xorgcvs Exp $ ' $'\n\nCopyright 1991, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/util/fontutil.c ) [unpack/libXfont-1.2.8/src/util/fontxlfd.c]=( typeset -a comments=( ' $Xorg: fontxlfd.c,v 1.4 2001/02/09 02:04:04 xorgcvs Exp $ ' $'\n\nCopyright 1990, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/util/fontxlfd.c ) [unpack/libXfont-1.2.8/src/util/format.c]=( typeset -a comments=( ' $Xorg: format.c,v 1.4 2001/02/09 02:04:04 xorgcvs Exp $ ' $'\n * Copyright 1990, 1991 Network Computing Devices;\n * Portions Copyright 1987 by Digital Equipment Corporation\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of Network Computing Devices or Digital \n * not be used in advertising or publicity pertaining to distribution of the \n * software without specific, written prior permission. Network Computing \n * Devices and Digital make no representations about the suitability of \n * this software for any purpose. It is provided "as is" without express \n * or implied warranty.\n *\n * NETWORK COMPUTING DEVICES AND DIGITAL DISCLAIM ALL WARRANTIES WITH\n * REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n * AND FITNESS, IN NO EVENT SHALL NETWORK COMPUTING DEVICES OR DIGITAL BE\n * LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/util/format.c ) [unpack/libXfont-1.2.8/src/util/miscutil.c]=( typeset -a comments=( ' $Xorg: miscutil.c,v 1.4 2001/02/09 02:04:04 xorgcvs Exp $ ' $'\n\nCopyright 1991, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/util/miscutil.c ) [unpack/libXfont-1.2.8/src/util/patcache.c]=( typeset -a comments=( ' $Xorg: patcache.c,v 1.4 2001/02/09 02:04:04 xorgcvs Exp $ ' $'\n\nCopyright 1991, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/util/patcache.c ) [unpack/libXfont-1.2.8/src/util/private.c]=( typeset -a comments=( ' $Xorg: private.c,v 1.4 2001/02/09 02:04:04 xorgcvs Exp $ ' $'\n\nCopyright 1991, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/util/private.c ) [unpack/libXfont-1.2.8/src/util/utilbitmap.c]=( typeset -a comments=( ' $Xorg: utilbitmap.c,v 1.4 2001/02/09 02:04:04 xorgcvs Exp $ ' $'\n\nCopyright 1990, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXfont-1.2.8/src/util/utilbitmap.c ) [unpack/libXft-2.1.12/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/libXft-2.1.12/autogen.sh ) [unpack/libXft-2.1.12/include/X11/Xft/Xft.h]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2000 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * Current Xft version number. This same number\n * must appear in the Xft configure.ac file. Yes,\n * it\'a a pain to synchronize version numbers like this.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXft-2.1.12/include/X11/Xft/Xft.h ) [unpack/libXft-2.1.12/include/X11/Xft/XftCompat.h]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2001 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * Compatibility definitions -- map Fc names to Xft names\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXft-2.1.12/include/X11/Xft/XftCompat.h ) [unpack/libXft-2.1.12/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/libXft-2.1.12/ltmain.sh ) [unpack/libXft-2.1.12/src/xftcolor.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2000 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' XXX stick standard colormap stuff here ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXft-2.1.12/src/xftcolor.c ) [unpack/libXft-2.1.12/src/xftcore.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2000 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * Use the core protocol to draw the glyphs\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXft-2.1.12/src/xftcore.c ) [unpack/libXft-2.1.12/src/xftdbg.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2000 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXft-2.1.12/src/xftdbg.c ) [unpack/libXft-2.1.12/src/xftdpy.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2000 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * Get rid of any dangling unreferenced fonts\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXft-2.1.12/src/xftdpy.c ) [unpack/libXft-2.1.12/src/xftdraw.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2000 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * Ok, this is a pain. To share source pictures across multiple destinations,\n * the screen for each drawable must be discovered.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXft-2.1.12/src/xftdraw.c ) [unpack/libXft-2.1.12/src/xftextent.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2000 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXft-2.1.12/src/xftextent.c ) [unpack/libXft-2.1.12/src/xftfont.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2000 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXft-2.1.12/src/xftfont.c ) [unpack/libXft-2.1.12/src/xftfreetype.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2000 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * List of all open files (each face in a file is managed separately)\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXft-2.1.12/src/xftfreetype.c ) [unpack/libXft-2.1.12/src/xftglyphs.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2000 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' red ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXft-2.1.12/src/xftglyphs.c ) [unpack/libXft-2.1.12/src/xftinit.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2000 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXft-2.1.12/src/xftinit.c ) [unpack/libXft-2.1.12/src/xftint.h]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2000 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * These definitions are solely for use by the implementation of Xft\n * and constitute no kind of standard. If you need any of these functions,\n * please drop me a note. Either the library needs new functionality,\n * or there\'s a way to do what you need using the existing published\n * interfaces. keithp@freedesktop.org\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXft-2.1.12/src/xftint.h ) [unpack/libXft-2.1.12/src/xftlist.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2000 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXft-2.1.12/src/xftlist.c ) [unpack/libXft-2.1.12/src/xftname.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2000 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXft-2.1.12/src/xftname.c ) [unpack/libXft-2.1.12/src/xftrender.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2000 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * Use the Render extension to draw the glyphs\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXft-2.1.12/src/xftrender.c ) [unpack/libXft-2.1.12/src/xftstr.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2000 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXft-2.1.12/src/xftstr.c ) [unpack/libXft-2.1.12/src/xftswap.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2002 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' byte swap a 32-bit value ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXft-2.1.12/src/xftswap.c ) [unpack/libXft-2.1.12/src/xftxlfd.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2000 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * Cut out one XLFD field, placing it in \'save\' and return\n * the start of \'save\'\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXft-2.1.12/src/xftxlfd.c ) [unpack/libXinerama-1.0.2/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/libXinerama-1.0.2/autogen.sh ) [unpack/libXinerama-1.0.2/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/libXinerama-1.0.2/ltmain.sh ) [unpack/libXinerama-1.0.2/src/Xinerama.c]=( typeset -a comments=( ' $Xorg: XPanoramiX.c,v 1.4 2000/08/17 19:45:51 cpqbld Exp $ ' $'****************************************************************\nCopyright (c) 1991, 1997 Digital Equipment Corporation, Maynard, Massachusetts.\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\nDIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING,\nBUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY,\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR\nIN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of Digital Equipment Corporation\nshall not be used in advertising or otherwise to promote the sale, use or other\ndealings in this Software without prior written authorization from Digital\nEquipment Corporation.\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXinerama-1.0.2/src/Xinerama.c ) [unpack/libXlg3d-5.0/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/libXlg3d-5.0/autogen.sh ) [unpack/libXlg3d-5.0/include/X11/extensions/Xlge.h]=( typeset -a comments=( $'\n * $XFree86: xc/lib/Xlg3d/Xlge.h,v 1.1 2002/11/30 06:21:45 deronj Exp $\n\nCopyright (c) 2004, Sun Microsystems, Inc. \n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n ' $'\n * This revision number also appears in configure.ac, they have\n * to be manually synchronized\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXlg3d-5.0/include/X11/extensions/Xlge.h ) [unpack/libXlg3d-5.0/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Check that we have a working $echo.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/libXlg3d-5.0/ltmain.sh ) [unpack/libXlg3d-5.0/src/Xlge.c]=( typeset -a comments=( $'***********************************************************\n\n$RCSfile: Xlge.c,v $\n\nCopyright (c) 2004, Sun Microsystems, Inc. \n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n$Revision: 1.1.2.2.6.2.4.1 $\n$Date: 2005/12/16 18:58:14 $\n$State: Exp $\n\n*******************************************************' ' create_gc ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXlg3d-5.0/src/Xlge.c ) [unpack/libXpm-3.5.6/cxpm/cxpm.c]=( typeset -a comments=( $'\n * Copyright (C) 1998 Arnaud LE HORS\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * Arnaud LE HORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of Arnaud LE HORS shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Arnaud LE HORS.\n ' ' $XFree86: xc/extras/Xpm/cxpm/cxpm.c,v 1.2 2001/08/01 00:44:34 tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXpm-3.5.6/cxpm/cxpm.c ) [unpack/libXpm-3.5.6/include/X11/xpm.h]=( typeset -a comments=( $'\n * Copyright (C) 1989-95 GROUPE BULL\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of GROUPE BULL shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from GROUPE BULL.\n ' ' $XFree86: xc/extras/Xpm/lib/xpm.h,v 1.2 2001/08/22 23:36:44 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXpm-3.5.6/include/X11/xpm.h ) [unpack/libXpm-3.5.6/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/libXpm-3.5.6/ltmain.sh ) [unpack/libXpm-3.5.6/src/Attrib.c]=( typeset -a comments=( $'\n * Copyright (C) 1989-95 GROUPE BULL\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of GROUPE BULL shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from GROUPE BULL.\n ' $'****************************************************************************\\\n* Attrib.c: *\n* *\n* XPM library *\n* Functions related to the XpmAttributes structure *\n* *\n* Developed by Arnaud Le Hors *\n\\****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXpm-3.5.6/src/Attrib.c ) [unpack/libXpm-3.5.6/src/CrBufFrI.c]=( typeset -a comments=( $'\n * Copyright (C) 1989-95 GROUPE BULL\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of GROUPE BULL shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from GROUPE BULL.\n ' $'****************************************************************************\\\n* CrBufFrI.c: *\n* *\n* XPM library *\n* Scan an image and possibly its mask and create an XPM buffer *\n* *\n* Developed by Arnaud Le Hors *\n\\****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXpm-3.5.6/src/CrBufFrI.c ) [unpack/libXpm-3.5.6/src/CrBufFrP.c]=( typeset -a comments=( $'\n * Copyright (C) 1989-95 GROUPE BULL\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of GROUPE BULL shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from GROUPE BULL.\n ' $'****************************************************************************\\\n* CrBufFrP.c: *\n* *\n* XPM library *\n* Scan a pixmap and possibly its mask and create an XPM buffer *\n* *\n* Developed by Arnaud Le Hors *\n\\****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXpm-3.5.6/src/CrBufFrP.c ) [unpack/libXpm-3.5.6/src/CrDatFrI.c]=( typeset -a comments=( $'\n * Copyright (C) 1989-95 GROUPE BULL\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of GROUPE BULL shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from GROUPE BULL.\n ' $'****************************************************************************\\\n* CrDataFI.c: *\n* *\n* XPM library *\n* Scan an image and possibly its mask and create an XPM array *\n* *\n* Developed by Arnaud Le Hors *\n\\****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXpm-3.5.6/src/CrDatFrI.c ) [unpack/libXpm-3.5.6/src/CrDatFrP.c]=( typeset -a comments=( $'\n * Copyright (C) 1989-95 GROUPE BULL\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of GROUPE BULL shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from GROUPE BULL.\n ' $'****************************************************************************\\\n* CrDataFP.c: *\n* *\n* XPM library *\n* Scan a pixmap and possibly its mask and create an XPM array *\n* *\n* Developed by Arnaud Le Hors *\n\\****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXpm-3.5.6/src/CrDatFrP.c ) [unpack/libXpm-3.5.6/src/CrIFrBuf.c]=( typeset -a comments=( $'\n * Copyright (C) 1989-95 GROUPE BULL\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of GROUPE BULL shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from GROUPE BULL.\n ' $'****************************************************************************\\\n* CrIFrBuf.c: *\n* *\n* XPM library *\n* Parse an Xpm buffer (file in memory) and create the image and possibly its *\n* mask *\n* Developed by Arnaud Le Hors *\n\\****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXpm-3.5.6/src/CrIFrBuf.c ) [unpack/libXpm-3.5.6/src/CrIFrDat.c]=( typeset -a comments=( $'\n * Copyright (C) 1989-95 GROUPE BULL\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of GROUPE BULL shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from GROUPE BULL.\n ' $'****************************************************************************\\\n* CrIFrData.c: *\n* *\n* XPM library *\n* Parse an Xpm array and create the image and possibly its mask *\n* *\n* Developed by Arnaud Le Hors *\n\\****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXpm-3.5.6/src/CrIFrDat.c ) [unpack/libXpm-3.5.6/src/CrIFrP.c]=( typeset -a comments=( $'\n * Copyright (C) 1989-95 GROUPE BULL\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of GROUPE BULL shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from GROUPE BULL.\n ' $'****************************************************************************\\\n* CrIFrP.c: *\n* *\n* XPM library *\n* Create the XImage related to the given Pixmap. *\n* *\n* Developed by Arnaud Le Hors *\n\\****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXpm-3.5.6/src/CrIFrP.c ) [unpack/libXpm-3.5.6/src/CrPFrBuf.c]=( typeset -a comments=( $'\n * Copyright (C) 1989-95 GROUPE BULL\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of GROUPE BULL shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from GROUPE BULL.\n ' $'****************************************************************************\\\n* CrPFrBuf.c: *\n* *\n* XPM library *\n* Parse an Xpm buffer and create the pixmap and possibly its mask *\n* *\n* Developed by Arnaud Le Hors *\n\\****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXpm-3.5.6/src/CrPFrBuf.c ) [unpack/libXpm-3.5.6/src/CrPFrDat.c]=( typeset -a comments=( $'\n * Copyright (C) 1989-95 GROUPE BULL\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of GROUPE BULL shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from GROUPE BULL.\n ' $'****************************************************************************\\\n* CrPFrData.c: *\n* *\n* XPM library *\n* Parse an Xpm array and create the pixmap and possibly its mask *\n* *\n* Developed by Arnaud Le Hors *\n\\****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXpm-3.5.6/src/CrPFrDat.c ) [unpack/libXpm-3.5.6/src/CrPFrI.c]=( typeset -a comments=( $'\n * Copyright (C) 1989-95 GROUPE BULL\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of GROUPE BULL shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from GROUPE BULL.\n ' $'****************************************************************************\\\n* CrPFrI.c: *\n* *\n* XPM library *\n* Create the Pixmap related to the given XImage. *\n* *\n* Developed by Arnaud Le Hors *\n\\****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXpm-3.5.6/src/CrPFrI.c ) [unpack/libXpm-3.5.6/src/Image.c]=( typeset -a comments=( $'\n * Copyright (C) 1989-95 GROUPE BULL\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of GROUPE BULL shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from GROUPE BULL.\n ' $'****************************************************************************\\\n* Image.c: *\n* *\n* XPM library *\n* Functions to init and free the XpmImage structure. *\n* *\n* Developed by Arnaud Le Hors *\n\\****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXpm-3.5.6/src/Image.c ) [unpack/libXpm-3.5.6/src/Info.c]=( typeset -a comments=( $'\n * Copyright (C) 1989-95 GROUPE BULL\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of GROUPE BULL shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from GROUPE BULL.\n ' $'****************************************************************************\\\n* Info.c: *\n* *\n* XPM library *\n* Functions related to the XpmInfo structure. *\n* *\n* Developed by Arnaud Le Hors *\n\\****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXpm-3.5.6/src/Info.c ) [unpack/libXpm-3.5.6/src/RdFToBuf.c]=( typeset -a comments=( $'\n * Copyright (C) 1989-95 GROUPE BULL\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of GROUPE BULL shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from GROUPE BULL.\n ' $'****************************************************************************\\\n* RdFToBuf.c: *\n* *\n* XPM library *\n* Copy a file to a malloc\'ed buffer, provided as a convenience. *\n* *\n* Developed by Arnaud Le Hors *\n\\****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXpm-3.5.6/src/RdFToBuf.c ) [unpack/libXpm-3.5.6/src/RdFToDat.c]=( typeset -a comments=( $'\n * Copyright (C) 1989-95 GROUPE BULL\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of GROUPE BULL shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from GROUPE BULL.\n ' $'****************************************************************************\\\n* RdFToDat.c: *\n* *\n* XPM library *\n* Parse an XPM file and create an array of strings corresponding to it. *\n* *\n* Developed by Dan Greening dgreen@cs.ucla.edu / dgreen@sti.com *\n\\****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXpm-3.5.6/src/RdFToDat.c ) [unpack/libXpm-3.5.6/src/RdFToI.c]=( typeset -a comments=( $'\n * Copyright (C) 1989-95 GROUPE BULL\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of GROUPE BULL shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from GROUPE BULL.\n ' $'****************************************************************************\\\n* RdFToI.c: *\n* *\n* XPM library *\n* Parse an XPM file and create the image and possibly its mask *\n* *\n* Developed by Arnaud Le Hors *\n\\****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXpm-3.5.6/src/RdFToI.c ) [unpack/libXpm-3.5.6/src/RdFToP.c]=( typeset -a comments=( $'\n * Copyright (C) 1989-95 GROUPE BULL\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of GROUPE BULL shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from GROUPE BULL.\n ' $'****************************************************************************\\\n* RdFToP.c: *\n* *\n* XPM library *\n* Parse an XPM file and create the pixmap and possibly its mask *\n* *\n* Developed by Arnaud Le Hors *\n\\****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXpm-3.5.6/src/RdFToP.c ) [unpack/libXpm-3.5.6/src/WrFFrBuf.c]=( typeset -a comments=( $'\n * Copyright (C) 1989-95 GROUPE BULL\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of GROUPE BULL shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from GROUPE BULL.\n ' $'****************************************************************************\\\n* WrFFrBuf.c: *\n* *\n* XPM library *\n* Write a memory buffer to a file, provided as a convenience. *\n* *\n* Developed by Arnaud Le Hors *\n\\****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXpm-3.5.6/src/WrFFrBuf.c ) [unpack/libXpm-3.5.6/src/WrFFrDat.c]=( typeset -a comments=( $'\n * Copyright (C) 1989-95 GROUPE BULL\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of GROUPE BULL shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from GROUPE BULL.\n ' $'****************************************************************************\\\n* WrFFrData.c: *\n* *\n* XPM library *\n* Parse an Xpm array and write a file that corresponds to it. *\n* *\n* Developed by Dan Greening dgreen@cs.ucla.edu / dgreen@sti.com *\n\\****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXpm-3.5.6/src/WrFFrDat.c ) [unpack/libXpm-3.5.6/src/WrFFrI.c]=( typeset -a comments=( $'\n * Copyright (C) 1989-95 GROUPE BULL\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of GROUPE BULL shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from GROUPE BULL.\n ' $'****************************************************************************\\\n* WrFFrI.c: *\n* *\n* XPM library *\n* Write an image and possibly its mask to an XPM file *\n* *\n* Developed by Arnaud Le Hors *\n\\****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXpm-3.5.6/src/WrFFrI.c ) [unpack/libXpm-3.5.6/src/WrFFrP.c]=( typeset -a comments=( $'\n * Copyright (C) 1989-95 GROUPE BULL\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of GROUPE BULL shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from GROUPE BULL.\n ' $'****************************************************************************\\\n* WrFFrP.c: *\n* *\n* XPM library *\n* Write a pixmap and possibly its mask to an XPM file *\n* *\n* Developed by Arnaud Le Hors *\n\\****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXpm-3.5.6/src/WrFFrP.c ) [unpack/libXpm-3.5.6/src/XpmI.h]=( typeset -a comments=( $'\n * Copyright (C) 1989-95 GROUPE BULL\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of GROUPE BULL shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from GROUPE BULL.\n ' ' $XFree86: xc/extras/Xpm/lib/XpmI.h,v 1.7 2001/11/01 23:35:25 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXpm-3.5.6/src/XpmI.h ) [unpack/libXpm-3.5.6/src/amigax.c]=( typeset -a comments=( $'\n * Copyright (C) 19896 Lorens Younes\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * Lorens Younes BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of Lorens Younes shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Lorens Younes.\n ' $'****************************************************************************\\\n* amigax.c: *\n* *\n* XPM library *\n* Emulates some Xlib functionality for Amiga. *\n* *\n* Developed by Lorens Younes (d93-hyo@nada.kth.se) 7/95 *\n* Revised 4/96 *\n\\****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXpm-3.5.6/src/amigax.c ) [unpack/libXpm-3.5.6/src/amigax.h]=( typeset -a comments=( $'\n * Copyright (C) 1996 Lorens Younes\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * Lorens Younes BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of Lorens Younes shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Lorens Younes.\n ' $'****************************************************************************\\\n* amigax.h: *\n* *\n* XPM library *\n* Emulates some Xlib functionality for Amiga. *\n* *\n* Developed by Lorens Younes (d93-hyo@nada.kth.se) 7/95 *\n* Revised 4/96 *\n\\****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXpm-3.5.6/src/amigax.h ) [unpack/libXpm-3.5.6/src/create.c]=( typeset -a comments=( ' $XdotOrg: lib/Xpm/src/create.c,v 1.6 2005/05/19 15:02:48 sandmann Exp $ ' $'\n * Copyright (C) 1989-95 GROUPE BULL\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of GROUPE BULL shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from GROUPE BULL.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXpm-3.5.6/src/create.c ) [unpack/libXpm-3.5.6/src/data.c]=( typeset -a comments=( $'\n * Copyright (C) 1989-95 GROUPE BULL\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of GROUPE BULL shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from GROUPE BULL.\n ' $'****************************************************************************\\\n* data.c: *\n* *\n* XPM library *\n* IO utilities *\n* *\n* Developed by Arnaud Le Hors *\n\\****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXpm-3.5.6/src/data.c ) [unpack/libXpm-3.5.6/src/hashtab.c]=( typeset -a comments=( $'\n * Copyright (C) 1989-95 GROUPE BULL\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of GROUPE BULL shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from GROUPE BULL.\n ' $'****************************************************************************\\\n* hashtab.c: *\n* *\n* XPM library *\n* *\n* Developed by Arnaud Le Hors *\n* this originaly comes from Colas Nahaboo as a part of Wool *\n* *\n\\****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXpm-3.5.6/src/hashtab.c ) [unpack/libXpm-3.5.6/src/misc.c]=( typeset -a comments=( $'\n * Copyright (C) 1989-95 GROUPE BULL\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of GROUPE BULL shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from GROUPE BULL.\n ' $'****************************************************************************\\\n* misc.c: *\n* *\n* XPM library *\n* Miscellaneous utilities *\n* *\n* Developed by Arnaud Le Hors *\n\\****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXpm-3.5.6/src/misc.c ) [unpack/libXpm-3.5.6/src/parse.c]=( typeset -a comments=( ' $XdotOrg: lib/Xpm/src/parse.c,v 1.6 2005/07/16 21:11:25 alanc Exp $ ' $'\n * Copyright (C) 1989-95 GROUPE BULL\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of GROUPE BULL shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from GROUPE BULL.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXpm-3.5.6/src/parse.c ) [unpack/libXpm-3.5.6/src/rgb.c]=( typeset -a comments=( $'\n * Copyright (C) 1989-95 GROUPE BULL\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of GROUPE BULL shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from GROUPE BULL.\n ' $'****************************************************************************\\\n* rgb.c: *\n* *\n* XPM library *\n* Rgb file utilities *\n* *\n* Developed by Arnaud Le Hors *\n\\****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXpm-3.5.6/src/rgb.c ) [unpack/libXpm-3.5.6/src/rgbtab.h]=( typeset -a comments=( $'\n * Copyright (C) 1989-95 GROUPE BULL\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of GROUPE BULL shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from GROUPE BULL.\n ' $'****************************************************************************\\\n* rgbtab.h *\n* *\n* A hard coded rgb.txt. To keep it short I removed all colornames with *\n* trailing numbers, Blue3 etc, except the GrayXX. Sorry Grey-lovers I prefer *\n* Gray ;-). But Grey is recognized on lookups, only on save Gray will be *\n* used, maybe you want to do some substitue there too. *\n* *\n* To save memory the RGBs are coded in one long value, as done by the RGB *\n* macro. *\n* *\n* Developed by HeDu 3/94 (hedu@cul-ipn.uni-kiel.de) *\n\\****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXpm-3.5.6/src/rgbtab.h ) [unpack/libXpm-3.5.6/src/scan.c]=( typeset -a comments=( $'\n * Copyright (C) 1989-95 GROUPE BULL\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of GROUPE BULL shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from GROUPE BULL.\n ' $'****************************************************************************\\\n* scan.c: *\n* *\n* XPM library *\n* Scanning utility for XPM file format *\n* *\n* Developed by Arnaud Le Hors *\n\\****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXpm-3.5.6/src/scan.c ) [unpack/libXpm-3.5.6/src/simx.c]=( typeset -a comments=( $'\n * Copyright (C) 1989-95 GROUPE BULL\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of GROUPE BULL shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from GROUPE BULL.\n ' $'****************************************************************************\\\n* simx.c: 0.1a *\n* *\n* This emulates some Xlib functionality for MSW. It\'s not a general solution, *\n* it is close related to XPM-lib. It is only intended to satisfy what is need *\n* there. Thus allowing to read XPM files under MS windows. *\n* *\n* Developed by HeDu 3/94 (hedu@cul-ipn.uni-kiel.de) *\n\\****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXpm-3.5.6/src/simx.c ) [unpack/libXpm-3.5.6/src/simx.h]=( typeset -a comments=( $'\n * Copyright (C) 1989-95 GROUPE BULL\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of GROUPE BULL shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from GROUPE BULL.\n ' $'****************************************************************************\\\n* simx.h: 0.1a *\n* *\n* This emulates some Xlib functionality for MSW. It\'s not a general solution, *\n* it is close related to XPM-lib. It is only intended to satisfy what is need *\n* there. Thus allowing to read XPM files under MS windows. *\n* *\n* Developed by HeDu 3/94 (hedu@cul-ipn.uni-kiel.de) *\n\\****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXpm-3.5.6/src/simx.h ) [unpack/libXpm-3.5.6/sxpm/sxpm.c]=( typeset -a comments=( $'\n * Copyright (C) 1989-95 GROUPE BULL\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of GROUPE BULL shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from GROUPE BULL.\n ' ' $XFree86: xc/extras/Xpm/sxpm/sxpm.c,v 1.2 2001/08/01 00:44:34 tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXpm-3.5.6/sxpm/sxpm.c ) [unpack/libXrandr-1.2.1/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/libXrandr-1.2.1/autogen.sh ) [unpack/libXrandr-1.2.1/include/X11/extensions/Xrandr.h]=( typeset -a comments=( $'\n * Copyright \302\251 2000 Compaq Computer Corporation, Inc.\n * Copyright \302\251 2002 Hewlett-Packard Company, Inc.\n * Copyright \302\251 2006 Intel Corporation\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of the copyright holders not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. The copyright holders make no representations\n * about the suitability of this software for any purpose. It is provided "as\n * is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n *\n * Author: Jim Gettys, HP Labs, Hewlett-Packard, Inc.\n *\t Keith Packard, Intel Corporation\n ' $'\n * Events.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXrandr-1.2.1/include/X11/extensions/Xrandr.h ) [unpack/libXrandr-1.2.1/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/libXrandr-1.2.1/ltmain.sh ) [unpack/libXrandr-1.2.1/src/Xrandr.c]=( typeset -a comments=( $'\n * $XFree86: xc/lib/Xrandr/Xrandr.c,v 1.13tsi Exp $\n *\n * Copyright \302\251 2000 Compaq Computer Corporation, Inc.\n * Copyright \302\251 2002 Hewlett Packard Company, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Compaq or HP not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. HP makes no representations about the\n * suitability of this software for any purpose. It is provided "as is"\n * without express or implied warranty.\n *\n * HP DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL COMPAQ\n * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN \n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Jim Gettys, HP Labs, HP.\n ' ' we need to be able to manipulate the Display structure on events ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXrandr-1.2.1/src/Xrandr.c ) [unpack/libXrandr-1.2.1/src/Xrandrint.h]=( typeset -a comments=( $'\n * $XFree86: xc/lib/Xrandr/Xrandrint.h,v 1.2 2001/06/07 15:33:43 keithp Exp $\n *\n *\n * Copyright \302\251 2000, Compaq Computer Corporation, \n * Copyright \302\251 2002, Hewlett Packard, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Compaq or HP not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. HP makes no representations about the\n * suitability of this software for any purpose. It is provided "as is"\n * without express or implied warranty.\n *\n * HP DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL HP\n * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN \n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Jim Gettys, HP Labs, Hewlett-Packard, Inc.\n ' $' deliberately opaque internal data structure; can be extended, \n but not reordered ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXrandr-1.2.1/src/Xrandrint.h ) [unpack/libXrandr-1.2.1/src/XrrConfig.c]=( typeset -a comments=( $'\n * Copyright \302\251 2000 Compaq Computer Corporation, Inc.\n * Copyright \302\251 2002 Hewlett Packard Company, Inc.\n * Copyright \302\251 2006 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of the copyright holders not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. The copyright holders make no representations\n * about the suitability of this software for any purpose. It is provided "as\n * is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n *\n * Author: Jim Gettys, HP Labs, HP.\n * Author: Keith Packard, Intel Corporation\n ' ' we need to be able to manipulate the Display structure on events ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXrandr-1.2.1/src/XrrConfig.c ) [unpack/libXrandr-1.2.1/src/XrrCrtc.c]=( typeset -a comments=( $'\n * Copyright \302\251 2006 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of the copyright holders not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. The copyright holders make no representations\n * about the suitability of this software for any purpose. It is provided "as\n * is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ' we need to be able to manipulate the Display structure on events ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXrandr-1.2.1/src/XrrCrtc.c ) [unpack/libXrandr-1.2.1/src/XrrMode.c]=( typeset -a comments=( $'\n * Copyright \302\251 2006 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of the copyright holders not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. The copyright holders make no representations\n * about the suitability of this software for any purpose. It is provided "as\n * is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ' we need to be able to manipulate the Display structure on events ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXrandr-1.2.1/src/XrrMode.c ) [unpack/libXrandr-1.2.1/src/XrrOutput.c]=( typeset -a comments=( $'\n * Copyright \302\251 2006 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of the copyright holders not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. The copyright holders make no representations\n * about the suitability of this software for any purpose. It is provided "as\n * is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ' we need to be able to manipulate the Display structure on events ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXrandr-1.2.1/src/XrrOutput.c ) [unpack/libXrandr-1.2.1/src/XrrProperty.c]=( typeset -a comments=( $'\n * Copyright \302\251 2006 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of the copyright holders not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. The copyright holders make no representations\n * about the suitability of this software for any purpose. It is provided "as\n * is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ' we need to be able to manipulate the Display structure on events ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXrandr-1.2.1/src/XrrProperty.c ) [unpack/libXrandr-1.2.1/src/XrrScreen.c]=( typeset -a comments=( $'\n * Copyright \302\251 2006 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of the copyright holders not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. The copyright holders make no representations\n * about the suitability of this software for any purpose. It is provided "as\n * is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ' we need to be able to manipulate the Display structure on events ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXrandr-1.2.1/src/XrrScreen.c ) [unpack/libXrender-0.9.2/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/libXrender-0.9.2/autogen.sh ) [unpack/libXrender-0.9.2/include/X11/extensions/Xrender.h]=( typeset -a comments=( $'\n *\n * Copyright \302\251 2000 SuSE, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of SuSE not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. SuSE makes no representations about the\n * suitability of this software for any purpose. It is provided "as is"\n * without express or implied warranty.\n *\n * SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE\n * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN \n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Keith Packard, SuSE, Inc.\n ' ' in degrees ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXrender-0.9.2/include/X11/extensions/Xrender.h ) [unpack/libXrender-0.9.2/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/libXrender-0.9.2/ltmain.sh ) [unpack/libXrender-0.9.2/src/AddTrap.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2004 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXrender-0.9.2/src/AddTrap.c ) [unpack/libXrender-0.9.2/src/Color.c]=( typeset -a comments=( $'\n *\n * Copyright \302\251 2002 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n\t * Attempt to parse the value portion.\n\t ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXrender-0.9.2/src/Color.c ) [unpack/libXrender-0.9.2/src/Composite.c]=( typeset -a comments=( $'\n *\n * Copyright \302\251 2000 SuSE, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of SuSE not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. SuSE makes no representations about the\n * suitability of this software for any purpose. It is provided "as is"\n * without express or implied warranty.\n *\n * SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE\n * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN \n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Keith Packard, SuSE, Inc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXrender-0.9.2/src/Composite.c ) [unpack/libXrender-0.9.2/src/Cursor.c]=( typeset -a comments=( $'\n *\n * Copyright \302\251 2002 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXrender-0.9.2/src/Cursor.c ) [unpack/libXrender-0.9.2/src/FillRect.c]=( typeset -a comments=( $'\n *\n * Copyright \302\251 2000 SuSE, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of SuSE not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. SuSE makes no representations about the\n * suitability of this software for any purpose. It is provided "as is"\n * without express or implied warranty.\n *\n * SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE\n * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN \n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Keith Packard, SuSE, Inc.\n ' ' precompute the maximum size of batching request allowed ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXrender-0.9.2/src/FillRect.c ) [unpack/libXrender-0.9.2/src/FillRects.c]=( typeset -a comments=( $'\n *\n * Copyright \302\251 2000 SuSE, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of SuSE not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. SuSE makes no representations about the\n * suitability of this software for any purpose. It is provided "as is"\n * without express or implied warranty.\n *\n * SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE\n * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN \n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Keith Packard, SuSE, Inc.\n ' ' precompute the maximum size of batching request allowed ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXrender-0.9.2/src/FillRects.c ) [unpack/libXrender-0.9.2/src/Filter.c]=( typeset -a comments=( $'\n *\n * Copyright \302\251 2002 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * Compute total number of bytes for filter names\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXrender-0.9.2/src/Filter.c ) [unpack/libXrender-0.9.2/src/Glyph.c]=( typeset -a comments=( $'\n *\n * Copyright \302\251 2000 SuSE, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of SuSE not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. SuSE makes no representations about the\n * suitability of this software for any purpose. It is provided "as is"\n * without express or implied warranty.\n *\n * SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE\n * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN \n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Keith Packard, SuSE, Inc.\n ' $'\n * xGlyphElt must be aligned on a 32-bit boundary; this is\n * easily done by filling no more than 252 glyphs in each\n * bucket\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXrender-0.9.2/src/Glyph.c ) [unpack/libXrender-0.9.2/src/Picture.c]=( typeset -a comments=( $'\n *\n * Copyright \302\251 2000 SuSE, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of SuSE not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. SuSE makes no representations about the\n * suitability of this software for any purpose. It is provided "as is"\n * without express or implied warranty.\n *\n * SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE\n * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN \n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Keith Packard, SuSE, Inc.\n ' ' watch out for macros... ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXrender-0.9.2/src/Picture.c ) [unpack/libXrender-0.9.2/src/Poly.c]=( typeset -a comments=( $'\n *\n * Copyright \302\251 2002 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * x = m1y + b1\n * x = m2y + b2\n * m1y + b1 = m2y + b2\n * y * (m1 - m2) = b2 - b1\n * y = (b2 - b1) / (m1 - m2)\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXrender-0.9.2/src/Poly.c ) [unpack/libXrender-0.9.2/src/Trap.c]=( typeset -a comments=( $'\n *\n * Copyright \302\251 2002 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXrender-0.9.2/src/Trap.c ) [unpack/libXrender-0.9.2/src/Tri.c]=( typeset -a comments=( $'\n *\n * Copyright \302\251 2002 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXrender-0.9.2/src/Tri.c ) [unpack/libXrender-0.9.2/src/Xrender.c]=( typeset -a comments=( $'\n *\n * Copyright \302\251 2000 SuSE, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of SuSE not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. SuSE makes no representations about the\n * suitability of this software for any purpose. It is provided "as is"\n * without express or implied warranty.\n *\n * SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE\n * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN \n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Keith Packard, SuSE, Inc.\n ' $'\n * XRenderExtFindDisplay - look for a display in this extension; keeps a\n * cache of the most-recently used for efficiency. (Replaces\n * XextFindDisplay.)\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXrender-0.9.2/src/Xrender.c ) [unpack/libXrender-0.9.2/src/Xrenderint.h]=( typeset -a comments=( $'\n *\n * Copyright \302\251 2000 SuSE, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of SuSE not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. SuSE makes no representations about the\n * suitability of this software for any purpose. It is provided "as is"\n * without express or implied warranty.\n *\n * SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE\n * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN \n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Keith Packard, SuSE, Inc.\n ' ' replaces XRenderExtDisplayInfo ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXrender-0.9.2/src/Xrenderint.h ) [unpack/libXtst-1.0.2/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/libXtst-1.0.2/autogen.sh ) [unpack/libXtst-1.0.2/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/libXtst-1.0.2/ltmain.sh ) [unpack/libXtst-1.0.2/src/XRecord.c]=( typeset -a comments=( $'\n$Xorg: XRecord.c,v 1.4 2001/02/09 02:04:00 xorgcvs Exp $\n\nXRecord.c - client-side library for RECORD extension\n\nCopyright 1995, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom The Open Group.\n\n' $'**************************************************************************\n * Copyright 1995 Network Computing Devices\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Network Computing Devices\n * not be used in advertising or publicity pertaining to distribution\n * of the software without specific, written prior permission.\n *\n * NETWORK COMPUTING DEVICES DISCLAIMs ALL WARRANTIES WITH REGARD TO\n * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n * AND FITNESS, IN NO EVENT SHALL NETWORK COMPUTING DEVICES BE LIABLE\n * FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN\n * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING\n * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXtst-1.0.2/src/XRecord.c ) [unpack/libXtst-1.0.2/src/XTest.c]=( typeset -a comments=( ' $Xorg: XTest.c,v 1.5 2001/02/09 02:04:00 xorgcvs Exp $ ' $'\nCopyright 1990, 1991 by UniSoft Group Limited\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXtst-1.0.2/src/XTest.c ) [unpack/libXv-1.0.2/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/libXv-1.0.2/autogen.sh ) [unpack/libXv-1.0.2/include/X11/extensions/Xvlib.h]=( typeset -a comments=( $'**********************************************************\nCopyright 1991 by Digital Equipment Corporation, Maynard, Massachusetts,\nand the Massachusetts Institute of Technology, Cambridge, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the names of Digital or MIT not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ' $XFree86: xc/include/extensions/Xvlib.h,v 1.3 1999/12/11 19:28:48 mvojkovi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXv-1.0.2/include/X11/extensions/Xvlib.h ) [unpack/libXv-1.0.2/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/libXv-1.0.2/ltmain.sh ) [unpack/libXv-1.0.2/src/Xv.c]=( typeset -a comments=( $'**********************************************************\nCopyright 1991 by Digital Equipment Corporation, Maynard, Massachusetts,\nand the Massachusetts Institute of Technology, Cambridge, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the names of Digital or MIT not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ' $XFree86: xc/lib/Xv/Xv.c,v 1.17 2003/04/28 16:56:27 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXv-1.0.2/src/Xv.c ) [unpack/libXv-1.0.2/src/Xvlibint.h]=( typeset -a comments=( $'**********************************************************\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts,\nand the Massachusetts Institute of Technology, Cambridge, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the names of Digital or MIT not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ' $XFree86: xc/lib/Xv/Xvlibint.h,v 1.5 2001/07/25 15:04:53 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXv-1.0.2/src/Xvlibint.h ) [unpack/libXvMC-1.0.3/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/libXvMC-1.0.3/autogen.sh ) [unpack/libXvMC-1.0.3/include/X11/extensions/XvMClib.h]=( typeset -a comments=( ' $XdotOrg: xc/include/extensions/XvMClib.h,v 1.2 2004/04/23 18:43:06 eich Exp $ ' ' $XFree86: xc/include/extensions/XvMClib.h,v 1.6 2001/11/14 21:54:37 mvojkovi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXvMC-1.0.3/include/X11/extensions/XvMClib.h ) [unpack/libXvMC-1.0.3/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/libXvMC-1.0.3/ltmain.sh ) [unpack/libXvMC-1.0.3/src/XvMC.c]=( typeset -a comments=( ' $XFree86: xc/lib/XvMC/XvMC.c,v 1.4 2001/11/14 21:54:38 mvojkovi Exp $ ' ' Lynx ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXvMC-1.0.3/src/XvMC.c ) [unpack/libXvMC-1.0.3/src/XvMCWrapper.c]=( typeset -a comments=( $'****************************************************************************\n * XvMC Wrapper including the Nonstandard VLD extension.\n *\n * Copyright (c) 2004 The Unichrome project. All rights reserved.\n *\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHOR(S) OR COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Author: Thomas Hellstr\303\266m (2004)\n ' $'\n * BUGS: The wrapper really should maintain one symbol table per port. This \n * could possibly be impemented, To do that, the port-independent symbols need to be lifted out,\n * and one would have to create a number of mapping tables:\n *\n * port -> symbol table\n * context -> port\n * surface -> port\n * subpicture -> port\n *\n * and reference the right table when needed. \n * This needs to be done only if there is a player that wants to access two displays with different\n * hardware simultaneously. Not likely as of today.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXvMC-1.0.3/src/XvMCWrapper.c ) [unpack/libXvMC-1.0.3/src/XvMClibint.h]=( typeset -a comments=( ' $XFree86: xc/lib/XvMC/XvMClibint.h,v 1.4 2001/07/25 15:04:54 dawes Exp $ ' '' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXvMC-1.0.3/src/XvMClibint.h ) [unpack/libXxf86misc-1.0.1/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/libXxf86misc-1.0.1/autogen.sh ) [unpack/libXxf86misc-1.0.1/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/libXxf86misc-1.0.1/ltmain.sh ) [unpack/libXxf86misc-1.0.1/src/XF86Misc.c]=( typeset -a comments=( ' $XFree86: xc/lib/Xxf86misc/XF86Misc.c,v 3.12 2002/11/20 04:04:57 dawes Exp $ ' $'\n * Copyright (c) 1995, 1996 The XFree86 Project, Inc\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXxf86misc-1.0.1/src/XF86Misc.c ) [unpack/libXxf86vm-1.0.1/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/libXxf86vm-1.0.1/autogen.sh ) [unpack/libXxf86vm-1.0.1/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/libXxf86vm-1.0.1/ltmain.sh ) [unpack/libXxf86vm-1.0.1/src/XF86VMode.c]=( typeset -a comments=( ' $XConsortium: XF86VMode.c /main/2 1995/11/14 18:17:58 kaleb $ ' ' $XFree86: xc/lib/Xxf86vm/XF86VMode.c,v 3.33 2002/10/16 00:37:34 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libXxf86vm-1.0.1/src/XF86VMode.c ) [unpack/libdrm-2.3.0/libdrm/xf86drm.c]=( typeset -a comments=( $'*\n * \\file xf86drm.c \n * User-level interface to DRM device\n *\n * \\author Rickard E. (Rik) Faith \n * \\author Kevin E. Martin \n ' $'\n * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.\n * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libdrm-2.3.0/libdrm/xf86drm.c ) [unpack/libdrm-2.3.0/libdrm/xf86drm.h]=( typeset -a comments=( $'*\n * \\file xf86drm.h \n * OS-independent header for DRM user-level library interface.\n *\n * \\author Rickard E. (Rik) Faith \n ' $'\n * Copyright 1999, 2000 Precision Insight, Inc., Cedar Park, Texas.\n * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libdrm-2.3.0/libdrm/xf86drm.h ) [unpack/libdrm-2.3.0/libdrm/xf86drmHash.c]=( typeset -a comments=( $' xf86drmHash.c -- Small hash table support for integer -> integer mapping\n * Created: Sun Apr 18 09:35:45 1999 by faith@precisioninsight.com\n *\n * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Authors: Rickard E. (Rik) Faith \n *\n * $XFree86: xc/programs/Xserver/hw/xfree86/os-support/linux/drm/xf86drmHash.c,v 1.4 2001/03/21 18:08:54 dawes Exp $\n *\n * DESCRIPTION\n *\n * This file contains a straightforward implementation of a fixed-sized\n * hash table using self-organizing linked lists [Knuth73, pp. 398-399] for\n * collision resolution. There are two potentially interesting things\n * about this implementation:\n *\n * 1) The table is power-of-two sized. Prime sized tables are more\n * traditional, but do not have a significant advantage over power-of-two\n * sized table, especially when double hashing is not used for collision\n * resolution.\n *\n * 2) The hash computation uses a table of random integers [Hanson97,\n * pp. 39-41].\n *\n * FUTURE ENHANCEMENTS\n *\n * With a table size of 512, the current implementation is sufficient for a\n * few hundred keys. Since this is well above the expected size of the\n * tables for which this implementation was designed, the implementation of\n * dynamic hash tables was postponed until the need arises. A common (and\n * naive) approach to dynamic hash table implementation simply creates a\n * new hash table when necessary, rehashes all the data into the new table,\n * and destroys the old table. The approach in [Larson88] is superior in\n * two ways: 1) only a portion of the table is expanded when needed,\n * distributing the expansion cost over several insertions, and 2) portions\n * of the table can be locked, enabling a scalable thread-safe\n * implementation.\n *\n * REFERENCES\n *\n * [Hanson97] David R. Hanson. C Interfaces and Implementations:\n * Techniques for Creating Reusable Software. Reading, Massachusetts:\n * Addison-Wesley, 1997.\n *\n * [Knuth73] Donald E. Knuth. The Art of Computer Programming. Volume 3:\n * Sorting and Searching. Reading, Massachusetts: Addison-Wesley, 1973.\n *\n * [Larson88] Per-Ake Larson. "Dynamic Hash Tables". CACM 31(4), April\n * 1988, pp. 446-457.\n *\n ' ' Good for about 100 entries ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libdrm-2.3.0/libdrm/xf86drmHash.c ) [unpack/libdrm-2.3.0/libdrm/xf86drmRandom.c]=( typeset -a comments=( $' xf86drmRandom.c -- "Minimal Standard" PRNG Implementation\n * Created: Mon Apr 19 08:28:13 1999 by faith@precisioninsight.com\n *\n * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n * \n * Authors: Rickard E. (Rik) Faith \n *\n * $XFree86: xc/programs/Xserver/hw/xfree86/os-support/linux/drm/xf86drmRandom.c,v 1.4 2000/06/17 00:03:34 martin Exp $\n *\n * DESCRIPTION\n *\n * This file contains a simple, straightforward implementation of the Park\n * & Miller "Minimal Standard" PRNG [PM88, PMS93], which is a Lehmer\n * multiplicative linear congruential generator (MLCG) with a period of\n * 2^31-1.\n *\n * This implementation is intended to provide a reliable, portable PRNG\n * that is suitable for testing a hash table implementation and for\n * implementing skip lists.\n *\n * FUTURE ENHANCEMENTS\n *\n * If initial seeds are not selected randomly, two instances of the PRNG\n * can be correlated. [Knuth81, pp. 32-33] describes a shuffling technique\n * that can eliminate this problem.\n *\n * If PRNGs are used for simulation, the period of the current\n * implementation may be too short. [LE88] discusses methods of combining\n * MLCGs to produce much longer periods, and suggests some alternative\n * values for A and M. [LE90 and Sch92] also provide information on\n * long-period PRNGs.\n *\n * REFERENCES\n *\n * [Knuth81] Donald E. Knuth. The Art of Computer Programming. Volume 2:\n * Seminumerical Algorithms. Reading, Massachusetts: Addison-Wesley, 1981.\n *\n * [LE88] Pierre L\'Ecuyer. "Efficient and Portable Combined Random Number\n * Generators". CACM 31(6), June 1988, pp. 742-774.\n *\n * [LE90] Pierre L\'Ecuyer. "Random Numbers for Simulation". CACM 33(10,\n * October 1990, pp. 85-97.\n *\n * [PM88] Stephen K. Park and Keith W. Miller. "Random Number Generators:\n * Good Ones are Hard to Find". CACM 31(10), October 1988, pp. 1192-1201.\n *\n * [Sch92] Bruce Schneier. "Pseudo-Ransom Sequence Generator for 32-Bit\n * CPUs". Dr. Dobb\'s Journal 17(2), February 1992, pp. 34, 37-38, 40.\n *\n * [PMS93] Stephen K. Park, Keith W. Miller, and Paul K. Stockmeyer. In\n * "Technical Correspondence: Remarks on Choosing and Implementing Random\n * Number Generators". CACM 36(7), July 1993, pp. 105-110.\n *\n ' ' m div a ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libdrm-2.3.0/libdrm/xf86drmRandom.c ) [unpack/libdrm-2.3.0/libdrm/xf86drmSL.c]=( typeset -a comments=( $' xf86drmSL.c -- Skip list support\n * Created: Mon May 10 09:28:13 1999 by faith@precisioninsight.com\n *\n * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n * \n * Authors: Rickard E. (Rik) Faith \n *\n * $XFree86: xc/programs/Xserver/hw/xfree86/os-support/linux/drm/xf86drmSL.c,v 1.3 2000/06/17 00:03:34 martin Exp $\n *\n * DESCRIPTION\n *\n * This file contains a straightforward skip list implementation.n\n *\n * FUTURE ENHANCEMENTS\n *\n * REFERENCES\n *\n * [Pugh90] William Pugh. Skip Lists: A Probabilistic Alternative to\n * Balanced Trees. CACM 33(6), June 1990, pp. 668-676.\n *\n ' ' SL_ENTRY_MAGIC ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libdrm-2.3.0/libdrm/xf86drmSL.c ) [unpack/libdrm-2.3.0/libdrm/xf86mm.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2006 Tungsten Graphics, Inc., Bismarck, ND. USA.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDERS, AUTHORS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, \n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR \n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE \n * USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * \n *************************************************************************' $'\n * Note on multithreaded applications using this interface.\n * Libdrm is not threadsafe, so common buffer, TTM, and fence objects need to\n * be protected using an external mutex.\n *\n * Note: Don\'t protect the following functions, as it may lead to deadlocks:\n * drmBOUnmap(), drmFenceBuffers().\n * The kernel is synchronizing and refcounting buffer maps. \n * User space only needs to refcount object usage within the same application.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libdrm-2.3.0/libdrm/xf86mm.h ) [unpack/libdrm-2.3.0/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/libdrm-2.3.0/ltmain.sh ) [unpack/libdrm-2.3.0/shared-core/drm.h]=( typeset -a comments=( $'*\n * \\file drm.h\n * Header for the Direct Rendering Manager\n *\n * \\author Rickard E. (Rik) Faith \n *\n * \\par Acknowledgments:\n * Dec 1999, Richard Henderson , move to generic \\c cmpxchg.\n ' $'\n * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.\n * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.\n * All rights reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libdrm-2.3.0/shared-core/drm.h ) [unpack/libdrm-2.3.0/shared-core/drm_sarea.h]=( typeset -a comments=( $'*\n * \\file drm_sarea.h\n * \\brief SAREA definitions\n *\n * \\author Michel D\357\277\275zer \n ' $'\n * Copyright 2002 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libdrm-2.3.0/shared-core/drm_sarea.h ) [unpack/libdrm-2.3.0/shared-core/i915_drm.h]=( typeset -a comments=( $'\n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n ' $' Please note that modifications to all structs defined here are\n * subject to backwards-compatibility constraints.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libdrm-2.3.0/shared-core/i915_drm.h ) [unpack/libdrm-2.3.0/shared-core/mach64_drm.h]=( typeset -a comments=( $' mach64_drm.h -- Public header for the mach64 driver -*- linux-c -*-\n * Created: Thu Nov 30 20:04:32 2000 by gareth@valinux.com\n ' $'\n * Copyright 2000 Gareth Hughes\n * Copyright 2002 Frank C. Earl\n * Copyright 2002-2003 Leif Delgass\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT OWNER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Gareth Hughes \n * Frank C. Earl \n * Leif Delgass \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libdrm-2.3.0/shared-core/mach64_drm.h ) [unpack/libdrm-2.3.0/shared-core/mga_drm.h]=( typeset -a comments=( $' mga_drm.h -- Public header for the Matrox g200/g400 driver -*- linux-c -*-\n * Created: Tue Jan 25 01:50:01 1999 by jhartmann@precisioninsight.com\n *\n * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.\n * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.\n * All rights reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Jeff Hartmann \n * Keith Whitwell \n *\n * Rewritten by:\n * Gareth Hughes \n ' $' WARNING: If you change any of these defines, make sure to change the\n * defines in the Xserver file (mga_sarea.h)\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libdrm-2.3.0/shared-core/mga_drm.h ) [unpack/libdrm-2.3.0/shared-core/r128_drm.h]=( typeset -a comments=( $' r128_drm.h -- Public header for the r128 driver -*- linux-c -*-\n * Created: Wed Apr 5 19:24:19 2000 by kevin@precisioninsight.com\n ' $'\n * Copyright 2000 Precision Insight, Inc., Cedar Park, Texas.\n * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.\n * All rights reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Gareth Hughes \n * Kevin E. Martin \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libdrm-2.3.0/shared-core/r128_drm.h ) [unpack/libdrm-2.3.0/shared-core/r300_reg.h]=( typeset -a comments=( $'*************************************************************************\n\nCopyright (C) 2004-2005 Nicolai Haehnle et al.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nTHE AUTHOR(S) AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\nThis file contains registers and constants for the R300. They have been\nfound mostly by examining command buffers captured using glxtest, as well\nas by extrapolating some known registers and constants from the R200.\n\nI am fairly certain that they are correct unless stated otherwise in comments.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libdrm-2.3.0/shared-core/r300_reg.h ) [unpack/libdrm-2.3.0/shared-core/radeon_drm.h]=( typeset -a comments=( $' radeon_drm.h -- Public header for the radeon driver -*- linux-c -*-\n *\n * Copyright 2000 Precision Insight, Inc., Cedar Park, Texas.\n * Copyright 2000 VA Linux Systems, Inc., Fremont, California.\n * Copyright 2002 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All rights reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Kevin E. Martin \n * Gareth Hughes \n * Keith Whitwell \n ' $' WARNING: If you change any of these defines, make sure to change the\n * defines in the X server file (radeon_sarea.h)\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libdrm-2.3.0/shared-core/radeon_drm.h ) [unpack/libdrm-2.3.0/shared-core/savage_drm.h]=( typeset -a comments=( $' savage_drm.h -- Public header for the savage driver\n *\n * Copyright 2004 Felix Kuehling\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL FELIX KUEHLING BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF\n * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $' 2 heaps (1 for card, 1 for agp), each divided into upto 128\n * regions, subject to a minimum region size of (1<<16) == 64k.\n *\n * Clients may subdivide regions internally, but when sharing between\n * clients, the region size is the minimum granularity.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libdrm-2.3.0/shared-core/savage_drm.h ) [unpack/libdrm-2.3.0/shared-core/sis_drm.h]=( typeset -a comments=( ' sis_drv.h -- Private header for sis driver -*- linux-c -*- ' $'\n * Copyright 2005 Eric Anholt\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libdrm-2.3.0/shared-core/sis_drm.h ) [unpack/libdrm-2.3.0/shared-core/via_3d_reg.h]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $' Transmission Setting\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libdrm-2.3.0/shared-core/via_3d_reg.h ) [unpack/libdrm-2.3.0/shared-core/via_drm.h]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $' WARNING: These defines must be the same as what the Xserver uses.\n * if you change them, you must change the defines in the Xserver.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libdrm-2.3.0/shared-core/via_drm.h ) [unpack/libfontenc-1.0.4/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/libfontenc-1.0.4/autogen.sh ) [unpack/libfontenc-1.0.4/include/X11/fonts/fontenc.h]=( typeset -a comments=( $'\nCopyright (c) 1998-2001 by Juliusz Chroboczek\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n' ' $XFree86: xc/lib/font/include/fontenc.h,v 1.7 2000/11/14 16:54:45 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libfontenc-1.0.4/include/X11/fonts/fontenc.h ) [unpack/libfontenc-1.0.4/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/libfontenc-1.0.4/ltmain.sh ) [unpack/libfontenc-1.0.4/src/encparse.c]=( typeset -a comments=( ' $XdotOrg: lib/fontenc/src/encparse.c,v 1.6 2006/04/10 16:15:12 alanc Exp $ ' $'\nCopyright (c) 1998-2001 by Juliusz Chroboczek\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libfontenc-1.0.4/src/encparse.c ) [unpack/libfontenc-1.0.4/src/fontenc.c]=( typeset -a comments=( $'\nCopyright (c) 1998-2001 by Juliusz Chroboczek\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n' ' $XdotOrg: xc/lib/font/fontfile/fontenc.c,v 1.3 2005/07/03 07:01:00 daniels Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libfontenc-1.0.4/src/fontenc.c ) [unpack/libfontenc-1.0.4/src/fontencI.h]=( typeset -a comments=( $'\nCopyright (c) 1998-2001 by Juliusz Chroboczek\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n' ' $XFree86: xc/lib/font/fontfile/fontencI.h,v 1.3 1999/04/25 10:01:43 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libfontenc-1.0.4/src/fontencI.h ) [unpack/libxkbfile-1.0.3/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/libxkbfile-1.0.3/autogen.sh ) [unpack/libxkbfile-1.0.3/include/X11/extensions/XKBbells.h]=( typeset -a comments=( ' $Xorg: XKBbells.h,v 1.3 2000/08/17 19:46:42 cpqbld Exp $ ' $'***********************************************************\n Copyright (c) 1995 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libxkbfile-1.0.3/include/X11/extensions/XKBbells.h ) [unpack/libxkbfile-1.0.3/include/X11/extensions/XKBconfig.h]=( typeset -a comments=( ' $Xorg: XKBconfig.h,v 1.3 2000/08/17 19:46:42 cpqbld Exp $ ' $'***********************************************************\n Copyright (c) 1995 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libxkbfile-1.0.3/include/X11/extensions/XKBconfig.h ) [unpack/libxkbfile-1.0.3/include/X11/extensions/XKBfile.h]=( typeset -a comments=( ' $XFree86: xc/lib/xkbfile/XKBfile.h,v 3.6 2003/10/24 16:33:09 tsi Exp $ ' ' $Xorg: XKBfile.h,v 1.3 2000/08/17 19:46:43 cpqbld Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libxkbfile-1.0.3/include/X11/extensions/XKBfile.h ) [unpack/libxkbfile-1.0.3/include/X11/extensions/XKBrules.h]=( typeset -a comments=( ' $Xorg: XKBrules.h,v 1.3 2000/08/17 19:46:43 cpqbld Exp $ ' $'***********************************************************\n Copyright (c) 1996 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libxkbfile-1.0.3/include/X11/extensions/XKBrules.h ) [unpack/libxkbfile-1.0.3/include/X11/extensions/XKM.h]=( typeset -a comments=( ' $Xorg: XKM.h,v 1.3 2000/08/17 19:46:43 cpqbld Exp $ ' $'***********************************************************\n Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libxkbfile-1.0.3/include/X11/extensions/XKM.h ) [unpack/libxkbfile-1.0.3/include/X11/extensions/XKMformat.h]=( typeset -a comments=( ' $Xorg: XKMformat.h,v 1.3 2000/08/17 19:46:43 cpqbld Exp $ ' $'***********************************************************\n Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libxkbfile-1.0.3/include/X11/extensions/XKMformat.h ) [unpack/libxkbfile-1.0.3/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/libxkbfile-1.0.3/ltmain.sh ) [unpack/libxkbfile-1.0.3/src/XKBfileInt.h]=( typeset -a comments=( ' $Xorg: XKBfileInt.h,v 1.3 2000/08/17 19:46:43 cpqbld Exp $ ' $'***********************************************************\n Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libxkbfile-1.0.3/src/XKBfileInt.h ) [unpack/libxkbfile-1.0.3/src/cout.c]=( typeset -a comments=( ' $Xorg: cout.c,v 1.3 2000/08/17 19:46:43 cpqbld Exp $ ' $'***********************************************************\n Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libxkbfile-1.0.3/src/cout.c ) [unpack/libxkbfile-1.0.3/src/maprules.c]=( typeset -a comments=( ' $Xorg: maprules.c,v 1.4 2000/08/17 19:46:43 cpqbld Exp $ ' $'***********************************************************\n Copyright (c) 1996 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libxkbfile-1.0.3/src/maprules.c ) [unpack/libxkbfile-1.0.3/src/srvmisc.c]=( typeset -a comments=( ' $Xorg: srvmisc.c,v 1.3 2000/08/17 19:46:43 cpqbld Exp $ ' $'***********************************************************\n Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libxkbfile-1.0.3/src/srvmisc.c ) [unpack/libxkbfile-1.0.3/src/xkbatom.c]=( typeset -a comments=( ' $Xorg: xkbatom.c,v 1.4 2001/02/09 02:04:05 xorgcvs Exp $ ' $'**********************************************************\n\nCopyright 1987, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libxkbfile-1.0.3/src/xkbatom.c ) [unpack/libxkbfile-1.0.3/src/xkbbells.c]=( typeset -a comments=( ' $Xorg: xkbbells.c,v 1.3 2000/08/17 19:46:43 cpqbld Exp $ ' $'***********************************************************\n Copyright (c) 1995 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be\n used in advertising or publicity pertaining to distribution\n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability\n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n\n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS\n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL\n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE\n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libxkbfile-1.0.3/src/xkbbells.c ) [unpack/libxkbfile-1.0.3/src/xkbconfig.c]=( typeset -a comments=( ' $Xorg: xkbconfig.c,v 1.4 2000/08/17 19:46:43 cpqbld Exp $ ' $'***********************************************************\n Copyright (c) 1995 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libxkbfile-1.0.3/src/xkbconfig.c ) [unpack/libxkbfile-1.0.3/src/xkbdraw.c]=( typeset -a comments=( ' $Xorg: xkbdraw.c,v 1.3 2000/08/17 19:46:43 cpqbld Exp $ ' $'***********************************************************\n Copyright (c) 1995 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libxkbfile-1.0.3/src/xkbdraw.c ) [unpack/libxkbfile-1.0.3/src/xkberrs.c]=( typeset -a comments=( ' $Xorg: xkberrs.c,v 1.3 2000/08/17 19:46:44 cpqbld Exp $ ' $'***********************************************************\n Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be\n used in advertising or publicity pertaining to distribution\n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability\n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n\n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS\n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL\n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE\n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libxkbfile-1.0.3/src/xkberrs.c ) [unpack/libxkbfile-1.0.3/src/xkbmisc.c]=( typeset -a comments=( ' $Xorg: xkbmisc.c,v 1.4 2000/08/17 19:46:44 cpqbld Exp $ ' $'***********************************************************\n Copyright (c) 1995 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libxkbfile-1.0.3/src/xkbmisc.c ) [unpack/libxkbfile-1.0.3/src/xkbout.c]=( typeset -a comments=( ' $Xorg: xkbout.c,v 1.3 2000/08/17 19:46:44 cpqbld Exp $ ' $'***********************************************************\n Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libxkbfile-1.0.3/src/xkbout.c ) [unpack/libxkbfile-1.0.3/src/xkbtext.c]=( typeset -a comments=( ' $Xorg: xkbtext.c,v 1.3 2000/08/17 19:46:44 cpqbld Exp $ ' $'***********************************************************\n Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libxkbfile-1.0.3/src/xkbtext.c ) [unpack/libxkbfile-1.0.3/src/xkmout.c]=( typeset -a comments=( ' $Xorg: xkmout.c,v 1.3 2000/08/17 19:46:44 cpqbld Exp $ ' $'***********************************************************\n Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libxkbfile-1.0.3/src/xkmout.c ) [unpack/libxkbfile-1.0.3/src/xkmread.c]=( typeset -a comments=( ' $Xorg: xkmread.c,v 1.3 2000/08/17 19:46:44 cpqbld Exp $ ' $'***********************************************************\n Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libxkbfile-1.0.3/src/xkmread.c ) [unpack/libxkbui-1.0.2/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/libxkbui-1.0.2/autogen.sh ) [unpack/libxkbui-1.0.2/include/X11/extensions/XKBui.h]=( typeset -a comments=( ' $XConsortium: XKBui.h /main/2 1995/12/07 21:18:19 kaleb $ ' $'***********************************************************\n Copyright (c) 1996 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libxkbui-1.0.2/include/X11/extensions/XKBui.h ) [unpack/libxkbui-1.0.2/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/libxkbui-1.0.2/ltmain.sh ) [unpack/libxkbui-1.0.2/src/XKBui.c]=( typeset -a comments=( ' $XConsortium: XKBui.c /main/2 1995/12/07 21:18:19 kaleb $ ' $'***********************************************************\n Copyright (c) 1996 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libxkbui-1.0.2/src/XKBui.c ) [unpack/libxkbui-1.0.2/src/XKBuiPriv.h]=( typeset -a comments=( ' $XConsortium: XKBuiPriv.h /main/2 1995/12/07 21:18:19 kaleb $ ' $'***********************************************************\n Copyright (c) 1996 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/libxkbui-1.0.2/src/XKBuiPriv.h ) [unpack/lndir-1.0.1/lndir.c]=( typeset -a comments=( ' $Xorg: lndir.c,v 1.5 2001/02/09 02:03:17 xorgcvs Exp $ ' $' Create shadow link tree (after X11R4 script of the same name)\n Mark Reinhold (mbr@lcs.mit.edu)/3 January 1990 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/lndir-1.0.1/lndir.c ) [unpack/mkfontscale-1.0.3/data.h]=( typeset -a comments=( $'\n Copyright (c) 2002 by Juliusz Chroboczek\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the "Software"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n THE SOFTWARE.\n' ' $XFree86: xc/programs/mkfontscale/data.h,v 1.3 2003/04/30 20:39:43 herrb Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/mkfontscale-1.0.3/data.h ) [unpack/mkfontscale-1.0.3/hash.c]=( typeset -a comments=( $'\n Copyright (c) 2003 by Juliusz Chroboczek\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the "Software"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n THE SOFTWARE.\n' ' $XFree86$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/mkfontscale-1.0.3/hash.c ) [unpack/mkfontscale-1.0.3/hash.h]=( typeset -a comments=( $'\n Copyright (c) 2003 by Juliusz Chroboczek\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the "Software"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n THE SOFTWARE.\n' ' $XFree86$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/mkfontscale-1.0.3/hash.h ) [unpack/mkfontscale-1.0.3/ident.c]=( typeset -a comments=( $'\n Copyright (c) 2003 by Juliusz Chroboczek\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the "Software"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n THE SOFTWARE.\n' ' $XFree86: xc/programs/mkfontscale/ident.c,v 1.3tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/mkfontscale-1.0.3/ident.c ) [unpack/mkfontscale-1.0.3/ident.h]=( typeset -a comments=( $'\n Copyright (c) 2003 by Juliusz Chroboczek\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the "Software"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n THE SOFTWARE.\n' ' $XFree86$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/mkfontscale-1.0.3/ident.h ) [unpack/mkfontscale-1.0.3/list.c]=( typeset -a comments=( $'\n Copyright (c) 2002-2003 by Juliusz Chroboczek\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the "Software"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n THE SOFTWARE.\n' ' $XFree86: xc/programs/mkfontscale/list.c,v 1.5 2003/07/04 16:24:30 eich Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/mkfontscale-1.0.3/list.c ) [unpack/mkfontscale-1.0.3/list.h]=( typeset -a comments=( $'\n Copyright (c) 2002 by Juliusz Chroboczek\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the "Software"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n THE SOFTWARE.\n' ' $XFree86: xc/programs/mkfontscale/list.h,v 1.2 2003/06/20 15:49:52 eich Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/mkfontscale-1.0.3/list.h ) [unpack/mkfontscale-1.0.3/mkfontscale.c]=( typeset -a comments=( $'\n Copyright (c) 2002-2003 by Juliusz Chroboczek\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the "Software"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n THE SOFTWARE.\n' ' $XdotOrg: xc/programs/mkfontscale/mkfontscale.c,v 1.2 2004/04/23 19:54:36 eich Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/mkfontscale-1.0.3/mkfontscale.c ) [unpack/randrproto-1.2.1/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/randrproto-1.2.1/autogen.sh ) [unpack/randrproto-1.2.1/randr.h]=( typeset -a comments=( $'\n * Copyright \302\251 2000 Compaq Computer Corporation\n * Copyright \302\251 2002 Hewlett Packard Company\n * Copyright \302\251 2006 Intel Corporation\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of the copyright holders not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. The copyright holders make no representations\n * about the suitability of this software for any purpose. It is provided "as\n * is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n *\n * Author: Jim Gettys, HP Labs, Hewlett-Packard, Inc.\n *\t Keith Packard, Intel Corporation\n ' ' we skip 1 to make old clients fail pretty immediately ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/randrproto-1.2.1/randr.h ) [unpack/randrproto-1.2.1/randrproto.h]=( typeset -a comments=( $'\n * Copyright \302\251 2000 Compaq Computer Corporation\n * Copyright \302\251 2002 Hewlett-Packard Company\n * Copyright \302\251 2006 Intel Corporation\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of the copyright holders not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. The copyright holders make no representations\n * about the suitability of this software for any purpose. It is provided "as\n * is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n *\n * Author: Jim Gettys, Hewlett-Packard Company, Inc.\n *\t Keith Packard, Intel Corporation\n ' ' note that RANDR 1.0 is incompatible with version 0.0, or 0.1 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/randrproto-1.2.1/randrproto.h ) [unpack/recordproto-1.13.2/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/recordproto-1.13.2/autogen.sh ) [unpack/recordproto-1.13.2/record.h]=( typeset -a comments=( $' \n$Xorg: record.h,v 1.3 2000/08/18 04:05:46 coskrey Exp $\n' $'**************************************************************************\n * Copyright 1995 Network Computing Devices\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Network Computing Devices \n * not be used in advertising or publicity pertaining to distribution\n * of the software without specific, written prior permission.\n *\n * NETWORK COMPUTING DEVICES DISCLAIMs ALL WARRANTIES WITH REGARD TO \n * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n * AND FITNESS, IN NO EVENT SHALL NETWORK COMPUTING DEVICES BE LIABLE \n * FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES \n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN \n * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING \n * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/recordproto-1.13.2/record.h ) [unpack/recordproto-1.13.2/recordstr.h]=( typeset -a comments=( $'\n#ifndef lint\n$Xorg: recordstr.h,v 1.3 2000/08/18 04:05:46 coskrey Exp $\nstatic char sccsid[ ] = "@(#) recordstr.h 1.5 6/5/95 12:37:44";\n#endif\n' $'**************************************************************************\n * Copyright 1995 Network Computing Devices\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Network Computing Devices\n * not be used in advertising or publicity pertaining to distribution\n * of the software without specific, written prior permission.\n *\n * NETWORK COMPUTING DEVICES DISCLAIMs ALL WARRANTIES WITH REGARD TO\n * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n * AND FITNESS, IN NO EVENT SHALL NETWORK COMPUTING DEVICES BE LIABLE\n * FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN\n * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING\n * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/recordproto-1.13.2/recordstr.h ) [unpack/renderproto-0.9.2/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/renderproto-0.9.2/autogen.sh ) [unpack/renderproto-0.9.2/render.h]=( typeset -a comments=( $'\n * $XFree86: xc/include/extensions/render.h,v 1.10 2002/11/06 22:47:49 keithp Exp $\n *\n * Copyright \302\251 2000 SuSE, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of SuSE not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. SuSE makes no representations about the\n * suitability of this software for any purpose. It is provided "as is"\n * without express or implied warranty.\n *\n * SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE\n * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Keith Packard, SuSE, Inc.\n ' ' 0.7 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/renderproto-0.9.2/render.h ) [unpack/renderproto-0.9.2/renderproto.h]=( typeset -a comments=( $'\n * $XFree86: xc/include/extensions/renderproto.h,v 1.12 2002/09/26 02:56:48 keithp Exp $\n *\n * Copyright \302\251 2000 SuSE, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of SuSE not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. SuSE makes no representations about the\n * suitability of this software for any purpose. It is provided "as is"\n * without express or implied warranty.\n *\n * SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE\n * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Keith Packard, SuSE, Inc.\n ' $'\n * data structures\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/renderproto-0.9.2/renderproto.h ) [unpack/resourceproto-1.0.2/XResproto.h]=( typeset -a comments=( $'\n Copyright (c) 2002 XFree86 Inc\n' ' $XFree86: xc/include/extensions/XResproto.h,v 1.1 2002/03/04 19:31:35 mvojkovi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/resourceproto-1.0.2/XResproto.h ) [unpack/resourceproto-1.0.2/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/resourceproto-1.0.2/autogen.sh ) [unpack/scrnsaverproto-1.1.0/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/scrnsaverproto-1.1.0/autogen.sh ) [unpack/scrnsaverproto-1.1.0/saver.h]=( typeset -a comments=( $'\n * $XConsortium: saver.h,v 1.5 94/04/17 20:59:33 rws Exp $\n *\nCopyright (c) 1992 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the X Consortium.\n *\n * Author: Keith Packard, MIT X Consortium\n ' ' _SAVER_H_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/scrnsaverproto-1.1.0/saver.h ) [unpack/scrnsaverproto-1.1.0/saverproto.h]=( typeset -a comments=( $'\n * $XConsortium: saverproto.h,v 1.5 94/04/17 20:59:33 keith Exp $\n *\nCopyright (c) 1992 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the X Consortium.\n *\n * Author: Keith Packard, MIT X Consortium\n ' ' $XFree86$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/scrnsaverproto-1.1.0/saverproto.h ) [unpack/scrnsaverproto-1.1.0/scrnsaver.h]=( typeset -a comments=( $'\n * $XConsortium: scrnsaver.h,v 1.6 94/04/17 20:59:34 keith Exp $\n *\nCopyright (c) 1992 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the X Consortium.\n *\n * Author: Keith Packard, MIT X Consortium\n ' ' $XFree86$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/scrnsaverproto-1.1.0/scrnsaver.h ) [unpack/trapproto-3.4.3/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/trapproto-3.4.3/autogen.sh ) [unpack/trapproto-3.4.3/xtrapbits.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * This include file is designed to be a portable way for systems to define\n * bit field manipulation of arrays of bits.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/trapproto-3.4.3/xtrapbits.h ) [unpack/trapproto-3.4.3/xtrapddmi.h]=( typeset -a comments=( ' $XFree86$ ' $'****************************************************************************\nCopyright 1987, 1988, 1989, 1990, 1991 by Digital Equipment Corp., Maynard, MA\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/trapproto-3.4.3/xtrapddmi.h ) [unpack/trapproto-3.4.3/xtrapdi.h]=( typeset -a comments=( ' $XFree86$ ' $'****************************************************************************\nCopyright 1987, 1988, 1989, 1990, 1991, 1992, 1994 by Digital Equipment Corp., \nMaynard, MA\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/trapproto-3.4.3/xtrapdi.h ) [unpack/trapproto-3.4.3/xtrapemacros.h]=( typeset -a comments=( ' $XFree86: xc/include/extensions/xtrapemacros.h,v 1.1 2001/11/02 23:29:26 dawes Exp $ ' $'****************************************************************************\nCopyright 1987, 1988, 1989, 1990, 1991, 1994 by Digital Equipment Corp., \nMaynard, MA\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/trapproto-3.4.3/xtrapemacros.h ) [unpack/trapproto-3.4.3/xtraplib.h]=( typeset -a comments=( ' $XFree86$ ' $'****************************************************************************\nCopyright 1987, 1988, 1989, 1990, 1991, 1994 by Digital Equipment Corp., \nMaynard, MA\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/trapproto-3.4.3/xtraplib.h ) [unpack/trapproto-3.4.3/xtraplibp.h]=( typeset -a comments=( ' $XFree86$ ' $'****************************************************************************\nCopyright 1987, 1988, 1989, 1990, 1991, 1994 by Digital Equipment Corp., \nMaynard, MA\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/trapproto-3.4.3/xtraplibp.h ) [unpack/trapproto-3.4.3/xtrapproto.h]=( typeset -a comments=( ' $XFree86: xc/include/extensions/xtrapproto.h,v 1.1 2001/11/02 23:29:26 dawes Exp $ ' $'****************************************************************************\nCopyright 1987, 1988, 1989, 1990, 1991 by Digital Equipment Corp., Maynard, MA\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/trapproto-3.4.3/xtrapproto.h ) [unpack/videoproto-2.2.2/Xv.h]=( typeset -a comments=( $'**********************************************************\nCopyright 1991 by Digital Equipment Corporation, Maynard, Massachusetts,\nand the Massachusetts Institute of Technology, Cambridge, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the names of Digital or MIT not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ' $XFree86: xc/include/extensions/Xv.h,v 1.3 1999/05/23 06:33:22 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/videoproto-2.2.2/Xv.h ) [unpack/videoproto-2.2.2/XvMC.h]=( typeset -a comments=( ' $XFree86: xc/include/extensions/XvMC.h,v 1.7 2001/11/14 21:54:37 mvojkovi Exp $ ' ' Chroma formats ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/videoproto-2.2.2/XvMC.h ) [unpack/videoproto-2.2.2/XvMCproto.h]=( typeset -a comments=( ' $XFree86: xc/include/extensions/XvMCproto.h,v 1.4 2001/04/10 00:28:24 mvojkovi Exp $ ' ' X_Reply ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/videoproto-2.2.2/XvMCproto.h ) [unpack/videoproto-2.2.2/Xvproto.h]=( typeset -a comments=( $'**********************************************************\nCopyright 1991 by Digital Equipment Corporation, Maynard, Massachusetts,\nand the Massachusetts Institute of Technology, Cambridge, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the names of Digital or MIT not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ' $XFree86: xc/include/extensions/Xvproto.h,v 1.5 2000/01/25 00:08:07 mvojkovi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/videoproto-2.2.2/Xvproto.h ) [unpack/videoproto-2.2.2/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/videoproto-2.2.2/autogen.sh ) [unpack/videoproto-2.2.2/vldXvMC.h]=( typeset -a comments=( $'****************************************************************************\n * VLD XvMC Nonstandard extension API.\n *\n * Copyright (c) 2004 The Unichrome Project. All rights reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHOR(S) OR COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n * \n * Author: Thomas Hellstr\303\266m, 2004.\n ' $' \n * New "Motion compensation type".\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/videoproto-2.2.2/vldXvMC.h ) [unpack/xcmiscproto-1.1.2/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xcmiscproto-1.1.2/autogen.sh ) [unpack/xcmiscproto-1.1.2/xcmiscstr.h]=( typeset -a comments=( ' $Xorg: xcmiscstr.h,v 1.4 2001/02/09 02:03:24 xorgcvs Exp $ ' $'\n\nCopyright 1993, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xcmiscproto-1.1.2/xcmiscstr.h ) [unpack/xcursor-themes-1.0.1/genmakefile.sh]=( typeset -a comments=( $'!/bin/sh\n this script written by daniel stone , placed in the\n public domain.\n' $' the lack of space is intentional.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xcursor-themes-1.0.1/genmakefile.sh ) [unpack/xcursorgen-1.0.2/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xcursorgen-1.0.2/autogen.sh ) [unpack/xcursorgen-1.0.2/xcursorgen.c]=( typeset -a comments=( ' $XFree86: xc/programs/xcursorgen/xcursorgen.c,v 1.8 2002/11/23 02:33:20 keithp Exp $ ' $'\n * xcursorgen.c\n *\n * Copyright (C) 2002 Manish Singh\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Manish Singh not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Manish Singh makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * MANISH SINGH DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL MANISH SINGH BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xcursorgen-1.0.2/xcursorgen.c ) [unpack/xdpyinfo-1.0.2/xdpyinfo.c]=( typeset -a comments=( $'\n * $Xorg: xdpyinfo.c,v 1.5 2001/02/09 02:05:41 xorgcvs Exp $\n * \n * xdpyinfo - print information about X display connection\n *\n * \nCopyright 1988, 1998 The Open Group\nCopyright 2005 Hitachi, Ltd.\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n *\n * Author: Jim Fulton, MIT X Consortium\n ' ' $XFree86: xc/programs/xdpyinfo/xdpyinfo.c,v 3.29 2003/04/14 20:38:10 herrb Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xdpyinfo-1.0.2/xdpyinfo.c ) [unpack/xextproto-7.0.2/MITMisc.h]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n*******************************************************' ' RANDOM CRUFT! THIS HAS NO OFFICIAL X CONSORTIUM OR X PROJECT TEAM BLESSING ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xextproto-7.0.2/MITMisc.h ) [unpack/xextproto-7.0.2/XEVI.h]=( typeset -a comments=( ' $Xorg: XEVI.h,v 1.3 2000/08/18 04:05:44 coskrey Exp $ ' $'***********************************************************\nCopyright (c) 1997 by Silicon Graphics Computer Systems, Inc.\nPermission to use, copy, modify, and distribute this\nsoftware and its documentation for any purpose and without\nfee is hereby granted, provided that the above copyright\nnotice appear in all copies and that both that copyright\nnotice and this permission notice appear in supporting\ndocumentation, and that the name of Silicon Graphics not be\nused in advertising or publicity pertaining to distribution\nof the software without specific prior written permission.\nSilicon Graphics makes no representation about the suitability\nof this software for any purpose. It is provided "as is"\nwithout any express or implied warranty.\nSILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS\nSOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\nGRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL\nDAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\nDATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE\nOR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\nTHE USE OR PERFORMANCE OF THIS SOFTWARE.\n*******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xextproto-7.0.2/XEVI.h ) [unpack/xextproto-7.0.2/XEVIstr.h]=( typeset -a comments=( ' $Xorg: XEVIstr.h,v 1.3 2000/08/18 04:05:44 coskrey Exp $ ' $'***********************************************************\nCopyright (c) 1997 by Silicon Graphics Computer Systems, Inc.\nPermission to use, copy, modify, and distribute this\nsoftware and its documentation for any purpose and without\nfee is hereby granted, provided that the above copyright\nnotice appear in all copies and that both that copyright\nnotice and this permission notice appear in supporting\ndocumentation, and that the name of Silicon Graphics not be\nused in advertising or publicity pertaining to distribution\nof the software without specific prior written permission.\nSilicon Graphics makes no representation about the suitability\nof this software for any purpose. It is provided "as is"\nwithout any express or implied warranty.\nSILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS\nSOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\nGRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL\nDAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\nDATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE\nOR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\nTHE USE OR PERFORMANCE OF THIS SOFTWARE.\n*******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xextproto-7.0.2/XEVIstr.h ) [unpack/xextproto-7.0.2/XLbx.h]=( typeset -a comments=( ' $Xorg: XLbx.h,v 1.3 2000/08/18 04:05:45 coskrey Exp $ ' $'\n * Copyright 1992 Network Computing Devices\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of NCD. not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. NCD. makes no representations about the\n * suitability of this software for any purpose. It is provided "as is"\n * without express or implied warranty.\n *\n * NCD. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NCD.\n * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN \n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xextproto-7.0.2/XLbx.h ) [unpack/xextproto-7.0.2/XShm.h]=( typeset -a comments=( ' $XFree86: xc/include/extensions/XShm.h,v 1.11 2003/04/03 15:11:07 dawes Exp $ ' $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n*******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xextproto-7.0.2/XShm.h ) [unpack/xextproto-7.0.2/XTest.h]=( typeset -a comments=( ' $Xorg: XTest.h,v 1.5 2001/02/09 02:03:24 xorgcvs Exp $ ' $'\n\nCopyright 1992, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xextproto-7.0.2/XTest.h ) [unpack/xextproto-7.0.2/Xag.h]=( typeset -a comments=( ' $XFree86: xc/include/extensions/Xag.h,v 1.5 2001/12/17 20:52:24 dawes Exp $ ' $'\nCopyright 1996, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom The Open Group.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xextproto-7.0.2/Xag.h ) [unpack/xextproto-7.0.2/Xagsrv.h]=( typeset -a comments=( ' $XFree86: xc/include/extensions/Xagsrv.h,v 1.5 2003/07/16 01:38:24 dawes Exp $ ' $'\nCopyright 1996, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom The Open Group.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xextproto-7.0.2/Xagsrv.h ) [unpack/xextproto-7.0.2/Xagstr.h]=( typeset -a comments=( ' $XFree86: xc/include/extensions/Xagstr.h,v 1.4 2001/12/14 19:53:28 dawes Exp $ ' $'\nCopyright 1996, 1998, 2001 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom The Open Group.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xextproto-7.0.2/Xagstr.h ) [unpack/xextproto-7.0.2/Xcup.h]=( typeset -a comments=( ' $Xorg: Xcup.h,v 1.4 2001/02/09 02:03:24 xorgcvs Exp $ ' $'\n\nCopyright 1987, 1988, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xextproto-7.0.2/Xcup.h ) [unpack/xextproto-7.0.2/Xcupstr.h]=( typeset -a comments=( ' $Xorg: Xcupstr.h,v 1.4 2001/02/09 02:03:24 xorgcvs Exp $ ' $'\n\nCopyright 1987, 1988, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xextproto-7.0.2/Xcupstr.h ) [unpack/xextproto-7.0.2/Xdbe.h]=( typeset -a comments=( ' $Xorg: Xdbe.h,v 1.3 2000/08/18 04:05:45 coskrey Exp $ ' $'*****************************************************************************\n * \n * Copyright (c) 1994, 1995 Hewlett-Packard Company\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sublicense, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n * IN NO EVENT SHALL HEWLETT-PACKARD COMPANY BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR\n * THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n * Except as contained in this notice, the name of the Hewlett-Packard\n * Company shall not be used in advertising or otherwise to promote the\n * sale, use or other dealings in this Software without prior written\n * authorization from the Hewlett-Packard Company.\n * \n * Header file for Xlib-related DBE\n *\n ****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xextproto-7.0.2/Xdbe.h ) [unpack/xextproto-7.0.2/Xdbeproto.h]=( typeset -a comments=( ' $Xorg: Xdbeproto.h,v 1.3 2000/08/18 04:05:45 coskrey Exp $ ' $'*****************************************************************************\n * \n * Copyright (c) 1994, 1995 Hewlett-Packard Company\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sublicense, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n * IN NO EVENT SHALL HEWLETT-PACKARD COMPANY BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR\n * THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n * Except as contained in this notice, the name of the Hewlett-Packard\n * Company shall not be used in advertising or otherwise to promote the\n * sale, use or other dealings in this Software without prior written\n * authorization from the Hewlett-Packard Company.\n * \n * Header file for Xlib-related DBE\n *\n ****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xextproto-7.0.2/Xdbeproto.h ) [unpack/xextproto-7.0.2/Xext.h]=( typeset -a comments=( $'\n * $Xorg: Xext.h,v 1.4 2001/02/09 02:03:24 xorgcvs Exp $\n *\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n ' ' $XFree86: xc/include/extensions/Xext.h,v 1.4 2001/12/14 19:53:28 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xextproto-7.0.2/Xext.h ) [unpack/xextproto-7.0.2/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xextproto-7.0.2/autogen.sh ) [unpack/xextproto-7.0.2/dpms.h]=( typeset -a comments=( ' $Xorg: dpms.h,v 1.3 2000/08/18 04:05:45 coskrey Exp $ ' $'****************************************************************\n\nCopyright (c) 1996 Digital Equipment Corporation, Maynard, Massachusetts.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\nDIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING, \nBUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY, \nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR \nIN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of Digital Equipment Corporation \nshall not be used in advertising or otherwise to promote the sale, use or other\ndealings in this Software without prior written authorization from Digital \nEquipment Corporation.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xextproto-7.0.2/dpms.h ) [unpack/xextproto-7.0.2/dpmsstr.h]=( typeset -a comments=( ' $Xorg: dpmsstr.h,v 1.3 2000/08/18 04:05:45 coskrey Exp $ ' $'****************************************************************\n\nCopyright (c) 1996 Digital Equipment Corporation, Maynard, Massachusetts.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\nDIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING, \nBUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY, \nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR \nIN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of Digital Equipment Corporation \nshall not be used in advertising or otherwise to promote the sale, use or other\ndealings in this Software without prior written authorization from Digital \nEquipment Corporation.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xextproto-7.0.2/dpmsstr.h ) [unpack/xextproto-7.0.2/extutil.h]=( typeset -a comments=( $'\n * $Xorg: extutil.h,v 1.4 2001/02/09 02:03:24 xorgcvs Exp $\n *\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n *\n * Author: Jim Fulton, MIT The Open Group\n * \n * Xlib Extension-Writing Utilities\n *\n * This package contains utilities for writing the client API for various\n * protocol extensions. THESE INTERFACES ARE NOT PART OF THE X STANDARD AND\n * ARE SUBJECT TO CHANGE!\n ' ' $XFree86: xc/include/extensions/extutil.h,v 1.9 2001/12/14 19:53:28 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xextproto-7.0.2/extutil.h ) [unpack/xextproto-7.0.2/lbxbuf.h]=( typeset -a comments=( ' $Xorg: lbxbuf.h,v 1.3 2000/08/18 04:05:45 coskrey Exp $ ' $'\n * Copyright 1988, 1989, 1990, 1994 Network Computing Devices, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name Network Computing Devices, Inc. not be\n * used in advertising or publicity pertaining to distribution of this \n * software without specific, written prior permission.\n * \n * THIS SOFTWARE IS PROVIDED `AS-IS\'. NETWORK COMPUTING DEVICES, INC.,\n * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING WITHOUT\n * LIMITATION ALL IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A\n * PARTICULAR PURPOSE, OR NONINFRINGEMENT. IN NO EVENT SHALL NETWORK\n * COMPUTING DEVICES, INC., BE LIABLE FOR ANY DAMAGES WHATSOEVER, INCLUDING\n * SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES, INCLUDING LOSS OF USE,\n * DATA, OR PROFITS, EVEN IF ADVISED OF THE POSSIBILITY THEREOF, AND\n * REGARDLESS OF WHETHER IN AN ACTION IN CONTRACT, TORT OR NEGLIGENCE,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n * \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xextproto-7.0.2/lbxbuf.h ) [unpack/xextproto-7.0.2/lbxbufstr.h]=( typeset -a comments=( ' $Xorg: lbxbufstr.h,v 1.3 2000/08/18 04:05:45 coskrey Exp $ ' $'\n * Copyright 1988, 1989, 1990, 1994 Network Computing Devices, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name Network Computing Devices, Inc. not be\n * used in advertising or publicity pertaining to distribution of this \n * software without specific, written prior permission.\n * \n * THIS SOFTWARE IS PROVIDED `AS-IS\'. NETWORK COMPUTING DEVICES, INC.,\n * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING WITHOUT\n * LIMITATION ALL IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A\n * PARTICULAR PURPOSE, OR NONINFRINGEMENT. IN NO EVENT SHALL NETWORK\n * COMPUTING DEVICES, INC., BE LIABLE FOR ANY DAMAGES WHATSOEVER, INCLUDING\n * SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES, INCLUDING LOSS OF USE,\n * DATA, OR PROFITS, EVEN IF ADVISED OF THE POSSIBILITY THEREOF, AND\n * REGARDLESS OF WHETHER IN AN ACTION IN CONTRACT, TORT OR NEGLIGENCE,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n * \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xextproto-7.0.2/lbxbufstr.h ) [unpack/xextproto-7.0.2/lbxdeltastr.h]=( typeset -a comments=( ' $Xorg: lbxdeltastr.h,v 1.3 2000/08/18 04:05:45 coskrey Exp $ ' $'\n * Copyright 1993 Network Computing Devices\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of NCD. not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. NCD. makes no representations about the\n * suitability of this software for any purpose. It is provided "as is"\n * without express or implied warranty.\n *\n * NCD. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NCD.\n * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN \n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xextproto-7.0.2/lbxdeltastr.h ) [unpack/xextproto-7.0.2/lbximage.h]=( typeset -a comments=( ' $Xorg: lbximage.h,v 1.4 2001/02/09 02:03:24 xorgcvs Exp $ ' $'*****************************************************************************\n\nCopyright 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n*****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xextproto-7.0.2/lbximage.h ) [unpack/xextproto-7.0.2/lbxopts.h]=( typeset -a comments=( ' $Xorg: lbxopts.h,v 1.3 2000/08/18 04:05:45 coskrey Exp $ ' $'\n * Copyright 1994 Network Computing Devices, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name Network Computing Devices, Inc. not be\n * used in advertising or publicity pertaining to distribution of this\n * software without specific, written prior permission.\n *\n * THIS SOFTWARE IS PROVIDED `AS-IS\'. NETWORK COMPUTING DEVICES, INC.,\n * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING WITHOUT\n * LIMITATION ALL IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A\n * PARTICULAR PURPOSE, OR NONINFRINGEMENT. IN NO EVENT SHALL NETWORK\n * COMPUTING DEVICES, INC., BE LIABLE FOR ANY DAMAGES WHATSOEVER, INCLUDING\n * SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES, INCLUDING LOSS OF USE, DATA,\n * OR PROFITS, EVEN IF ADVISED OF THE POSSIBILITY THEREOF, AND REGARDLESS OF\n * WHETHER IN AN ACTION IN CONTRACT, TORT OR NEGLIGENCE, ARISING OUT OF OR IN\n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xextproto-7.0.2/lbxopts.h ) [unpack/xextproto-7.0.2/lbxstr.h]=( typeset -a comments=( ' $Xorg: lbxstr.h,v 1.4 2001/02/13 20:14:04 pookie Exp $ ' $'\n * Copyright 1992 Network Computing Devices\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of NCD. not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. NCD. makes no representations about the\n * suitability of this software for any purpose. It is provided "as is"\n * without express or implied warranty.\n *\n * NCD. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NCD.\n * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN \n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xextproto-7.0.2/lbxstr.h ) [unpack/xextproto-7.0.2/lbxzlib.h]=( typeset -a comments=( ' $Xorg: lbxzlib.h,v 1.3 2000/08/18 04:05:45 coskrey Exp $ ' $'\n * Copyright 1993 Network Computing Devices\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of NCD. not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. NCD. makes no representations about the\n * suitability of this software for any purpose. It is provided "as is"\n * without express or implied warranty.\n *\n * NCD. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NCD.\n * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN \n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Dale Tonogai, Network Computing Devices\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xextproto-7.0.2/lbxzlib.h ) [unpack/xextproto-7.0.2/mitmiscstr.h]=( typeset -a comments=( ' $XFree86$ ' $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n*******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xextproto-7.0.2/mitmiscstr.h ) [unpack/xextproto-7.0.2/multibuf.h]=( typeset -a comments=( $'\n * $Xorg: multibuf.h,v 1.4 2001/02/09 02:03:24 xorgcvs Exp $\n *\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n ' ' $XFree86: xc/include/extensions/multibuf.h,v 3.4 2001/12/14 19:53:28 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xextproto-7.0.2/multibuf.h ) [unpack/xextproto-7.0.2/multibufst.h]=( typeset -a comments=( $'\n * $Xorg: multibufst.h,v 1.4 2001/02/09 02:03:24 xorgcvs Exp $\n *\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n ' ' $XFree86: xc/include/extensions/multibufst.h,v 3.8 2001/12/19 21:37:29 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xextproto-7.0.2/multibufst.h ) [unpack/xextproto-7.0.2/security.h]=( typeset -a comments=( ' $Xorg: security.h,v 1.4 2001/02/09 02:03:24 xorgcvs Exp $ ' $'\nCopyright 1996, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom The Open Group.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xextproto-7.0.2/security.h ) [unpack/xextproto-7.0.2/securstr.h]=( typeset -a comments=( ' $Xorg: securstr.h,v 1.4 2001/02/09 02:03:24 xorgcvs Exp $ ' $'\nCopyright 1996, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom The Open Group.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xextproto-7.0.2/securstr.h ) [unpack/xextproto-7.0.2/shape.h]=( typeset -a comments=( ' $XFree86: xc/include/extensions/shape.h,v 1.3 2001/12/14 19:53:29 dawes Exp $ ' $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n*******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xextproto-7.0.2/shape.h ) [unpack/xextproto-7.0.2/shapestr.h]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n*******************************************************' ' $Xorg: shapestr.h,v 1.4 2001/02/09 02:03:24 xorgcvs Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xextproto-7.0.2/shapestr.h ) [unpack/xextproto-7.0.2/shmstr.h]=( typeset -a comments=( ' $XFree86: xc/include/extensions/shmstr.h,v 3.3 2001/12/14 19:53:29 dawes Exp $ ' $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n*******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xextproto-7.0.2/shmstr.h ) [unpack/xextproto-7.0.2/sync.h]=( typeset -a comments=( ' $Xorg: sync.h,v 1.4 2001/02/09 02:03:24 xorgcvs Exp $ ' $'\n\nCopyright 1991, 1993, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xextproto-7.0.2/sync.h ) [unpack/xextproto-7.0.2/syncstr.h]=( typeset -a comments=( ' $Xorg: syncstr.h,v 1.4 2001/02/09 02:03:24 xorgcvs Exp $ ' $'\n\nCopyright 1991, 1993, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xextproto-7.0.2/syncstr.h ) [unpack/xextproto-7.0.2/xtestext1.h]=( typeset -a comments=( ' $Xorg: xtestext1.h,v 1.4 2001/02/09 02:03:24 xorgcvs Exp $ ' $'\n * xtestext1.h\n *\n * X11 Input Synthesis Extension include file\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xextproto-7.0.2/xtestext1.h ) [unpack/xextproto-7.0.2/xteststr.h]=( typeset -a comments=( ' $Xorg: xteststr.h,v 1.4 2001/02/09 02:03:24 xorgcvs Exp $ ' $'\n\nCopyright 1992, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xextproto-7.0.2/xteststr.h ) [unpack/xf86-input-acecad-1.1.0/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-input-acecad-1.1.0/ltmain.sh ) [unpack/xf86-input-acecad-1.1.0/src/acecad.c]=( typeset -a comments=( $' \n * Copyright (c) 2001 Edouard TISSERANT \n * Parts inspired from Shane Watts XFree86 3 Acecad Driver\n * Thanks to Emily, from AceCad, For giving me documents.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n *\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/input/acecad/acecad.c,v 1.4 2003/10/30 00:40:45 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-input-acecad-1.1.0/src/acecad.c ) [unpack/xf86-input-acecad-1.1.0/src/acecad.h]=( typeset -a comments=( $' \n * Copyright (c) 2001 Edouard TISSERANT \n * Parts inspired from Shane Watts Xfree 3 Acecad Driver\n * Thanks to Emily, from AceCad, For giving me documents.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n *\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/input/acecad/acecad.h,v 1.2tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-input-acecad-1.1.0/src/acecad.h ) [unpack/xf86-input-calcomp-1.1.0/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-input-calcomp-1.1.0/ltmain.sh ) [unpack/xf86-input-calcomp-1.1.0/src/xf86Calcomp.c]=( typeset -a comments=( $' \n * Copyright (c) 2000,2001 Martin Kroeker (mk@daveg.com)\n * sample driver used :\n * Copyright (c) 1998 Metro Link Incorporated\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Except as contained in this notice, the name of the Metro Link shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Metro Link.\n *\n * Except as contained in this notice, the names of Martin Kroeker and/or\n * Daveg GmbH shall not be used in advertising or otherwise to promote the \n * sale, use or other dealings in this Software without prior written \n * authorization from Martin Kroeker or Daveg GmbH.\n *\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/input/calcomp/xf86Calcomp.c,v 1.7 2003/01/12 03:55:50 tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-input-calcomp-1.1.0/src/xf86Calcomp.c ) [unpack/xf86-input-calcomp-1.1.0/src/xf86Calcomp.h]=( typeset -a comments=( $' \n * Copyright (c) 2000-2001 Martin Kroeker (mk@daveg.com)\n * code derived from sample driver\n * Copyright (c) 1998 Metro Link Incorporated\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Except as contained in this notice, the name of the Metro Link shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Metro Link.\n *\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/input/calcomp/xf86Calcomp.h,v 1.1 2001/08/12 22:48:43 alanh Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-input-calcomp-1.1.0/src/xf86Calcomp.h ) [unpack/xf86-input-citron-2.2.0/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-input-citron-2.2.0/ltmain.sh ) [unpack/xf86-input-citron-2.2.0/src/citron.c]=( typeset -a comments=( $' $Id: citron.c,v 1.7 2005/07/11 02:37:58 ajax Exp $\n * Copyright (c) 1998 Metro Link Incorporated\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, cpy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Except as contained in this notice, the name of the Metro Link shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Metro Link.\n *\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/input/citron/citron.c,v 1.4 2000/11/03 13:13:31 tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-input-citron-2.2.0/src/citron.c ) [unpack/xf86-input-citron-2.2.0/src/citron.h]=( typeset -a comments=( $' $Id: citron.h,v 1.3 2005/07/01 22:43:22 daniels Exp $\n * Copyright (c) 1998 Metro Link Incorporated\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Except as contained in this notice, the name of the Metro Link shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Metro Link.\n *\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/input/citron/citron.h,v 1.1 2000/11/02 02:51:21 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-input-citron-2.2.0/src/citron.h ) [unpack/xf86-input-digitaledge-1.1.0/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-input-digitaledge-1.1.0/ltmain.sh ) [unpack/xf86-input-digitaledge-1.1.0/src/DigitalEdge.c]=( typeset -a comments=( $'\n * Copyright 1996 by Steven Lang \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Steven Lang not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. Steven Lang makes no representations about the\n * suitability of this software for any purpose. It is provided "as is"\n * without express or implied warranty.\n *\n * STEVEN LANG DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL STEVEN LANG BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTIONS, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * Steve Harris , 2000-02-23\n * Southampton, UK\n *\n * Based on the xf86Summa driver, exensively hacked. Most of the bad\n * indenting is not my fault, dammit!\n *\n * Probably buggy as hell, no idea what the initialisation strings are,\n * no idea how to ack it. If the tablet stops responding power cycle it.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-input-digitaledge-1.1.0/src/DigitalEdge.c ) [unpack/xf86-input-dmc-1.1.0/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-input-dmc-1.1.0/ltmain.sh ) [unpack/xf86-input-dmc-1.1.0/src/xf86DMC.c]=( typeset -a comments=( $' \n * Copyright (c) 1999 Machine Vision Holdings Incorporated\n * Author: Mayk Langer \n *\n * Template driver used: Copyright (c) 1998 Metro Link Incorporated\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, cpy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Except as contained in this notice, the name of the Metro Link shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Metro Link.\n *\n ' $'\n * Changes :\n * 25-Jul-2003 Andreas Kies ( a.kies(at)gppag.de )\n * - Make driver work again ; Pen-up is one byte in size\n * - Change extremly missleading error messages\n * - Make dectection work after restart of X\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-input-dmc-1.1.0/src/xf86DMC.c ) [unpack/xf86-input-dmc-1.1.0/src/xf86DMC.h]=( typeset -a comments=( $' \n * Copyright (c) 1999 Machine Vision Holdings Incorporated\n * Author: Mayk Langer \n *\n * Template driver used: Copyright (c) 1998 Metro Link Incorporated\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Except as contained in this notice, the name of the Metro Link shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Metro Link.\n *\n ' ' $XFree86$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-input-dmc-1.1.0/src/xf86DMC.h ) [unpack/xf86-input-dynapro-1.1.0/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-input-dynapro-1.1.0/ltmain.sh ) [unpack/xf86-input-dynapro-1.1.0/src/xf86Dyna.c]=( typeset -a comments=( $' \n * Copyright (c) 1999 Machine Vision Holdings Incorporated\n * Author: David Woodhouse \n *\n * Template driver used: Copyright (c) 1998 Metro Link Incorporated\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, cpy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Except as contained in this notice, the name of the Metro Link shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Metro Link.\n *\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/input/dynapro/xf86Dyna.c,v 1.3 2000/08/11 19:10:43 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-input-dynapro-1.1.0/src/xf86Dyna.c ) [unpack/xf86-input-dynapro-1.1.0/src/xf86Dyna.h]=( typeset -a comments=( $' \n * Copyright (c) 1999 Machine Vision Holdings Incorporated\n * Author: David Woodhouse \n *\n * Template driver used: Copyright (c) 1998 Metro Link Incorporated\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Except as contained in this notice, the name of the Metro Link shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Metro Link.\n *\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/input/dynapro/xf86Dyna.h,v 1.1 1999/06/12 15:37:10 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-input-dynapro-1.1.0/src/xf86Dyna.h ) [unpack/xf86-input-elographics-1.1.0/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-input-elographics-1.1.0/ltmain.sh ) [unpack/xf86-input-elographics-1.1.0/src/xf86Elo.c]=( typeset -a comments=( ' $XConsortium: xf86Elo.c /main/13 1996/10/25 14:11:31 kaleb $ ' $'\n * Copyright 1995, 1999 by Patrick Lecoanet, France. \n * \n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Patrick Lecoanet not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Patrick Lecoanet makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty. \n * \n * PATRICK LECOANET DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL PATRICK LECOANET BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-input-elographics-1.1.0/src/xf86Elo.c ) [unpack/xf86-input-fpit-1.1.0/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-input-fpit-1.1.0/ltmain.sh ) [unpack/xf86-input-fpit-1.1.0/src/xf86Fpit.c]=( typeset -a comments=( $'\n * Copyright 1995, 1999 by Patrick Lecoanet, France. \n * Copyright 2002, Red Hat \n *\n * This driver is a merge of the Elographics driver (from Patrick Lecoanet) and\n * the driver for Fujitsu Pen Computers from Rob Tsuk and John Apfelbaum.\n * \n * Modified for Stylistic 3400 passive pen support by David Clay\n * Fixed processing of all packets\n * Detangled and simplified if-statement logic\n * Fixed hover-mode pointer movement\n * Added Passive parameter for passive displays\n * Added switch 3 for "right" mouse button\n * I might have broken active pen support. I can\'t test it.\n * January 2005 \n *\n * Stylistic 500, 1000, 1200, 2300 Support fixed by John Apfelbaum\n * June 2001 \n *\n * Richard Miller-Smith \n *\n * Fixed up for XFree86 4.2, cleaned up the junk, cured crash on pointer\n * setting.\n * \n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Patrick Lecoanet not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. The Authors make no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty. \n * \n * PATRICK LECOANET DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL PATRICK LECOANET BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/input/fpit/xf86Fpit.c,v 1.6 2004/04/26 22:48:21 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-input-fpit-1.1.0/src/xf86Fpit.c ) [unpack/xf86-input-hyperpen-1.1.0/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-input-hyperpen-1.1.0/ltmain.sh ) [unpack/xf86-input-hyperpen-1.1.0/src/xf86HyperPen.c]=( typeset -a comments=( $'\n * xf86HyperPen\n *\n * Based on the xf86Summa driver.\n * \n * Modified for the Aiptek HyperPen 6000 / Tevion MD 9310\n * (c) 2000 Roland Jansen \n * \n * \n * \n * added button and 19200 bps stuff from the DigitalEdge driver on sourceforge\n * (c) 2000 Christian Herzog \n * \n * \n ' $' xf86Summa\n * Copyright 1996 by Steven Lang \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Steven Lang not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. Steven Lang makes no representations about the\n * suitability of this software for any purpose. It is provided "as is"\n * without express or implied warranty.\n *\n * STEVEN LANG DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL STEVEN LANG BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTIONS, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-input-hyperpen-1.1.0/src/xf86HyperPen.c ) [unpack/xf86-input-jamstudio-1.1.0/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-input-jamstudio-1.1.0/ltmain.sh ) [unpack/xf86-input-jamstudio-1.1.0/src/js_x.c]=( typeset -a comments=( $'\n * Copyright 2002 by Brian Goines (bgoines78@comcast.net)\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Brian Goines not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Brian Goines makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty. \n * \n * BRIAN GOINES DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL FREDERIC LEPIED BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/input/jamstudio/js_x.c,v 1.3tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-input-jamstudio-1.1.0/src/js_x.c ) [unpack/xf86-input-keyboard-1.1.1/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-input-keyboard-1.1.1/ltmain.sh ) [unpack/xf86-input-keyboard-1.1.1/src/kbd.c]=( typeset -a comments=( ' $XdotOrg: driver/xf86-input-keyboard/src/kbd.c,v 1.19 2005/11/09 21:31:23 kem Exp $ ' ' $XFree86: xc/programs/Xserver/hw/xfree86/input/keyboard/kbd.c,v 1.8 2003/11/03 05:11:47 tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-input-keyboard-1.1.1/src/kbd.c ) [unpack/xf86-input-magellan-1.1.0/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-input-magellan-1.1.0/ltmain.sh ) [unpack/xf86-input-magellan-1.1.0/src/magellan.c]=( typeset -a comments=( $' \n * Copyright (c) 1998 Metro Link Incorporated\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, cpy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Except as contained in this notice, the name of the Metro Link shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Metro Link.\n *\n ' $'\n * port to XFree4.2.0 Copyright (c) 2002 Christoph Koulen\n * chris@real-aix.de\n *\n * port based on pre-XFree4.2.0 driver code v1.10 and XFree4.2.0 SpaceOrb driver code\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-input-magellan-1.1.0/src/magellan.c ) [unpack/xf86-input-magellan-1.1.0/src/magellan.h]=( typeset -a comments=( $' \n * Copyright (c) 1998 Metro Link Incorporated\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Except as contained in this notice, the name of the Metro Link shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Metro Link.\n *\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/input/magellan/magellan.h,v 1.3 1999/05/15 12:10:30 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-input-magellan-1.1.0/src/magellan.h ) [unpack/xf86-input-microtouch-1.1.0/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-input-microtouch-1.1.0/ltmain.sh ) [unpack/xf86-input-microtouch-1.1.0/src/microtouch.c]=( typeset -a comments=( $' \n * Copyright (c) 1998 Metro Link Incorporated\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, cpy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Except as contained in this notice, the name of the Metro Link shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Metro Link.\n *\n ' $' \n * Based, in part, on code with the following copyright notice:\n *\n * Copyright 1996 by Patrick Lecoanet, France. \n * \n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Patrick Lecoanet not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Patrick Lecoanet makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty. \n * \n * PATRICK LECOANET DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL PATRICK LECOANET BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-input-microtouch-1.1.0/src/microtouch.c ) [unpack/xf86-input-microtouch-1.1.0/src/microtouch.h]=( typeset -a comments=( $' \n * Copyright (c) 1998 Metro Link Incorporated\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Except as contained in this notice, the name of the Metro Link shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Metro Link.\n *\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/input/microtouch/microtouch.h,v 1.3 1999/08/28 09:01:17 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-input-microtouch-1.1.0/src/microtouch.h ) [unpack/xf86-input-mouse-1.1.2/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-input-mouse-1.1.2/ltmain.sh ) [unpack/xf86-input-mouse-1.1.2/src/mouse.c]=( typeset -a comments=( ' $XdotOrg: driver/xf86-input-mouse/src/mouse.c,v 1.29 2006/04/21 11:15:23 mhopf Exp $ ' ' $XFree86: xc/programs/Xserver/hw/xfree86/input/mouse/mouse.c,v 1.79 2003/11/03 05:11:48 tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-input-mouse-1.1.2/src/mouse.c ) [unpack/xf86-input-mouse-1.1.2/src/mouse.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/input/mouse/mouse.h,v 1.13 2003/11/03 05:11:49 tsi Exp $ ' $'\n * Copyright (c) 1997-1999 by The XFree86 Project, Inc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-input-mouse-1.1.2/src/mouse.h ) [unpack/xf86-input-mouse-1.1.2/src/mousePriv.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/input/mouse/mousePriv.h,v 1.11 2003/11/03 05:11:49 tsi Exp $ ' $'\n * Copyright (c) 1997-1999 by The XFree86 Project, Inc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-input-mouse-1.1.2/src/mousePriv.h ) [unpack/xf86-input-mouse-1.1.2/src/pnp.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/input/mouse/pnp.c,v 1.20tsi Exp $ ' $'\n * Copyright 1998 by Kazutaka YOKOTA \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Kazutaka YOKOTA not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Kazutaka YOKOTA makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * KAZUTAKA YOKOTA DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KAZUTAKA YOKOTA BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-input-mouse-1.1.2/src/pnp.c ) [unpack/xf86-input-mutouch-1.1.0/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-input-mutouch-1.1.0/ltmain.sh ) [unpack/xf86-input-mutouch-1.1.0/src/xf86MuTouch.c]=( typeset -a comments=( $'\n * Copyright 1996, 1999 by Patrick Lecoanet, France. \n * \n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Patrick Lecoanet not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Patrick Lecoanet makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty. \n * \n * PATRICK LECOANET DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL PATRICK LECOANET BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/input/mutouch/xf86MuTouch.c,v 1.13 2001/04/01 14:00:13 tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-input-mutouch-1.1.0/src/xf86MuTouch.c ) [unpack/xf86-input-palmax-1.1.0/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-input-palmax-1.1.0/ltmain.sh ) [unpack/xf86-input-palmax-1.1.0/src/xf86Palmax.c]=( typeset -a comments=( ' $XFree86$ ' $'\n ***************************************************************************\n *\n * Default constants.\n *\n ***************************************************************************\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-input-palmax-1.1.0/src/xf86Palmax.c ) [unpack/xf86-input-penmount-1.2.0/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-input-penmount-1.2.0/ltmain.sh ) [unpack/xf86-input-penmount-1.2.0/src/xf86PM.c]=( typeset -a comments=( $' \n * Copyright (c) 1999 Machine Vision Holdings Incorporated\n * Author: David Woodhouse \n * CoAuthor: Mayk Langer \n * \n * History:\n * 09/16/2005: Jaya Kumar \n * - Added DMC9000 controller protocol support\n * - DMC9000 support work was sponsored by CIS(M) Sdn Bhd\n * 09/15/2005: Original code from David and Mark\n *\n * Template driver used: Copyright (c) 1998 Metro Link Incorporated\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, cpy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Except as contained in this notice, the name of the Metro Link shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Metro Link.\n *\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/input/penmount/xf86PM.c,v 1.2 2000/08/11 19:10:46 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-input-penmount-1.2.0/src/xf86PM.c ) [unpack/xf86-input-penmount-1.2.0/src/xf86PM.h]=( typeset -a comments=( $' \n * Copyright (c) 1999 Machine Vision Holdings Incorporated\n * Author: David Woodhouse \n *\n * Template driver used: Copyright (c) 1998 Metro Link Incorporated\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Except as contained in this notice, the name of the Metro Link shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Metro Link.\n *\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/input/penmount/xf86PM.h,v 1.2 1999/08/22 05:57:37 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-input-penmount-1.2.0/src/xf86PM.h ) [unpack/xf86-input-spaceorb-1.1.0/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-input-spaceorb-1.1.0/ltmain.sh ) [unpack/xf86-input-spaceorb-1.1.0/src/spaceorb.c]=( typeset -a comments=( $' \n * Copyright (c) 1998 Metro Link Incorporated\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, cpy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Except as contained in this notice, the name of the Metro Link shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Metro Link.\n *\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/input/spaceorb/spaceorb.c,v 1.12 2001/10/28 03:33:58 tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-input-spaceorb-1.1.0/src/spaceorb.c ) [unpack/xf86-input-spaceorb-1.1.0/src/spaceorb.h]=( typeset -a comments=( $' \n * Author: Guido Heumer \n *\n * Template driver used: Copyright (c) 1998 Metro Link Incorporated\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Except as contained in this notice, the name of the Metro Link shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Metro Link.\n *\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/input/spaceorb/spaceorb.h,v 1.3 2000/08/11 19:10:47 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-input-spaceorb-1.1.0/src/spaceorb.h ) [unpack/xf86-input-summa-1.1.0/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-input-summa-1.1.0/ltmain.sh ) [unpack/xf86-input-summa-1.1.0/src/xf86Summa.c]=( typeset -a comments=( $'\n * Copyright 1996 by Steven Lang \n *\n * AceCad tablet support ported by Arpad Gereoffy \n * originally written by Shane Watts \n * and Fredrik Chabot \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Steven Lang not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. Steven Lang makes no representations about the\n * suitability of this software for any purpose. It is provided "as is"\n * without express or implied warranty.\n *\n * STEVEN LANG DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL STEVEN LANG BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTIONS, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/input/summa/xf86Summa.c,v 1.16 2003/11/03 05:11:49 tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-input-summa-1.1.0/src/xf86Summa.c ) [unpack/xf86-input-tek4957-1.1.0/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-input-tek4957-1.1.0/ltmain.sh ) [unpack/xf86-input-tek4957-1.1.0/src/xf86Tek4957.c]=( typeset -a comments=( ' $XdotOrg: driver/xf86-input-tek4957/src/xf86Tek4957.c,v 1.9 2005/07/13 02:18:12 kem Exp $ ' $'\n * Copyright 2002 by Olivier DANET \n *\n * Designed for XFree86 version >= 4.0\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of O. DANET may not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. O.DANET makes no representations about the\n * suitability of this software for any purpose. It is provided "as is"\n * without express or implied warranty.\n *\n * O. DANET DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL O. DANET BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTIONS, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-input-tek4957-1.1.0/src/xf86Tek4957.c ) [unpack/xf86-input-vmmouse-12.4.1/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-input-vmmouse-12.4.1/ltmain.sh ) [unpack/xf86-input-vmmouse-12.4.1/src/vmmouse.c]=( typeset -a comments=( $'\n * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.\n * Copyright 1993 by David Dawes \n * Copyright 2002 by SuSE Linux AG, Author: Egbert Eich\n * Copyright 1994-2002 by The XFree86 Project, Inc.\n * Copyright 2002 by Paul Elliott\n * Copyright 2002-2006 by VMware, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of copyright holders not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission. The copyright holders\n * make no representations about the suitability of this\n * software for any purpose. It is provided "as is" without express or\n * implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS\n * SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND\n * FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY\n * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER\n * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\n * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n ' $'\n * vmmouse.c --\n *\n * \tThis is a modified version of the mouse input driver\n * \tprovided in Xserver/hw/xfree86/input/mouse/mouse.c\n * \n * Although all data is read using the vmmouse protocol, notification\n * is still done through the PS/2 port, so all the basic code for\n * interacting with the port is retained.\n * \t\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-input-vmmouse-12.4.1/src/vmmouse.c ) [unpack/xf86-input-vmmouse-12.4.1/src/vmmouse_client.c]=( typeset -a comments=( $'\n * Copyright 2002-2006 by VMware, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'\n * vmmouse_client.c --\n *\n * VMware Virtual Mouse Client\n *\n * This module provides functions to enable, operate and process\n * packets via the VMMouse module hosted in the VMX.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-input-vmmouse-12.4.1/src/vmmouse_client.c ) [unpack/xf86-input-vmmouse-12.4.1/src/vmmouse_client.h]=( typeset -a comments=( $'\n * Copyright 2002-2006 by VMware, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'\n * vmmouse_client.h --\n *\n * VMware Virtual Mouse Client\n *\n * This module provides functions to enable/disable, operate and\n * process packets via the VMMouse absolute positioning module\n * hosted in the VMX.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-input-vmmouse-12.4.1/src/vmmouse_client.h ) [unpack/xf86-input-vmmouse-12.4.1/src/vmmouse_defs.h]=( typeset -a comments=( $'\n * Copyright 2002-2006 by VMware, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'\n * vmmouse_defs.h --\n *\n * VMware Virtual Mouse Protocol definitions. These constants\n * are shared by the host-side VMMouse module and\n * the guest tools/drivers.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-input-vmmouse-12.4.1/src/vmmouse_defs.h ) [unpack/xf86-input-vmmouse-12.4.1/src/vmmouse_proto.c]=( typeset -a comments=( $'\n * Copyright 1999-2006 by VMware, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'\n * vmmouse_proto.c --\n *\n * The communication protocol between the guest and the vmmouse\n * virtual device.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-input-vmmouse-12.4.1/src/vmmouse_proto.c ) [unpack/xf86-input-vmmouse-12.4.1/src/vmmouse_proto.h]=( typeset -a comments=( $'\n * Copyright 1999-2006 by VMware, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'\n * vmmouse_proto.h --\n *\n * The communication protocol between the guest and the vmmouse\n * virtual device.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-input-vmmouse-12.4.1/src/vmmouse_proto.h ) [unpack/xf86-input-void-1.1.0/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-input-void-1.1.0/ltmain.sh ) [unpack/xf86-input-void-1.1.0/src/void.c]=( typeset -a comments=( $'\n * Copyright 1999 by Frederic Lepied, France. \n * \n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Frederic Lepied not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Frederic Lepied makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty. \n * \n * FREDERIC LEPIED DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL FREDERIC LEPIED BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/input/void/void.c,v 1.1 1999/11/19 13:54:57 hohndel Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-input-void-1.1.0/src/void.c ) [unpack/xf86-video-apm-1.1.1/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-video-apm-1.1.1/ltmain.sh ) [unpack/xf86-video-apm-1.1.1/src/apm.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/apm/apm.h,v 1.19tsi Exp $ ' ' All drivers should typically include these ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-apm-1.1.1/src/apm.h ) [unpack/xf86-video-apm-1.1.1/src/apm_accel.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/apm/apm_accel.c,v 1.20tsi Exp $ ' ' Defines ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-apm-1.1.1/src/apm_accel.c ) [unpack/xf86-video-apm-1.1.1/src/apm_cursor.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/apm/apm_cursor.c,v 1.14 2000/06/30 18:27:02 dawes Exp $ ' ' Inline functions ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-apm-1.1.1/src/apm_cursor.c ) [unpack/xf86-video-apm-1.1.1/src/apm_dga.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/apm/apm_dga.c,v 1.9 2001/01/06 21:29:11 tsi Exp $ ' $'\n * file: apm_dga.c\n * ported from s3virge, ported from mga\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-apm-1.1.1/src/apm_dga.c ) [unpack/xf86-video-apm-1.1.1/src/apm_driver.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/apm/apm_driver.c,v 1.65 2003/10/30 17:36:57 tsi Exp $ ' ' bytes to save for text/font data ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-apm-1.1.1/src/apm_driver.c ) [unpack/xf86-video-apm-1.1.1/src/apm_funcs.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/apm/apm_funcs.c,v 1.18tsi Exp $ ' ' Defines ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-apm-1.1.1/src/apm_funcs.c ) [unpack/xf86-video-apm-1.1.1/src/apm_i2c.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/apm/apm_i2c.c,v 1.6.4.1 2001/11/28 22:35:13 tsi Exp $ ' ' Inline functions ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-apm-1.1.1/src/apm_i2c.c ) [unpack/xf86-video-apm-1.1.1/src/apm_regs.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/apm/apm_regs.h,v 1.7 2000/02/29 03:09:18 dawes Exp $ ' ' Memory mapped access to extended registers ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-apm-1.1.1/src/apm_regs.h ) [unpack/xf86-video-apm-1.1.1/src/apm_rush.c]=( typeset -a comments=( ' $XdotOrg: driver/xf86-video-apm/src/apm_rush.c,v 1.7 2005/07/11 02:29:44 ajax Exp $ ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/apm/apm_rush.c,v 1.11tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-apm-1.1.1/src/apm_rush.c ) [unpack/xf86-video-apm-1.1.1/src/apm_video.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/apm/apm_video.c,v 1.11tsi Exp $ ' $'\n * Ported from mga_video.c by Lo\303\257c Greni\303\251\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-apm-1.1.1/src/apm_video.c ) [unpack/xf86-video-ark-0.6.0/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-video-ark-0.6.0/ltmain.sh ) [unpack/xf86-video-ark-0.6.0/src/ark.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ark/ark.h,v 1.2 2001/01/29 15:15:44 keithp Exp $ ' $'\n * ark\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ark-0.6.0/src/ark.h ) [unpack/xf86-video-ark-0.6.0/src/ark_accel.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ark/ark_accel.c,v 1.6 2002/01/25 21:55:56 tsi Exp $ ' $'\n * Copyright 2000 Ani Joshi \n *\n * XFree86 4.x driver for ARK Logic chipset\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation and\n * that the name of Ani Joshi not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Ani Joshi makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * ANI JOSHI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ANI JOSHI BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n *\n * Based on the 3.3.x driver by:\n * Harm Hanemaayer \n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ark-0.6.0/src/ark_accel.c ) [unpack/xf86-video-ark-0.6.0/src/ark_driver.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ark/ark_driver.c,v 1.22 2003/08/23 15:02:53 dawes Exp $ ' $'\n *\tCopyright 2000\tAni Joshi \n *\n *\tXFree86 4.x driver for ARK Logic chipset\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation and \n * that the name of Ani Joshi not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Ani Joshi makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * ANI JOSHI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ANI JOSHI BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n *\n *\tBased on the 3.3.x driver by:\n *\t\tHarm Hanemaayer \n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ark-0.6.0/src/ark_driver.c ) [unpack/xf86-video-ark-0.6.0/src/ark_reg.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ark/ark_reg.h,v 1.1 2000/11/14 17:28:13 dawes Exp $ ' $' and let there be no \'u\' in color ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ark-0.6.0/src/ark_reg.h ) [unpack/xf86-video-ast-0.81.0/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-video-ast-0.81.0/ltmain.sh ) [unpack/xf86-video-ast-0.81.0/src/ast.h]=( typeset -a comments=( $'\n * Copyright (c) 2005 ASPEED Technology Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of the authors not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. The authors makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' Compiler Options ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ast-0.81.0/src/ast.h ) [unpack/xf86-video-ast-0.81.0/src/ast_2dtool.c]=( typeset -a comments=( $'\n * Copyright (c) 2005 ASPEED Technology Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of the authors not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. The authors makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' framebuffer offscreen manager ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ast-0.81.0/src/ast_2dtool.c ) [unpack/xf86-video-ast-0.81.0/src/ast_2dtool.h]=( typeset -a comments=( $'\n * Copyright (c) 2005 ASPEED Technology Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of the authors not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. The authors makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' Eng Capability Definition ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ast-0.81.0/src/ast_2dtool.h ) [unpack/xf86-video-ast-0.81.0/src/ast_accel.c]=( typeset -a comments=( $'\n * Copyright (c) 2005 ASPEED Technology Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of the authors not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. The authors makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' framebuffer offscreen manager ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ast-0.81.0/src/ast_accel.c ) [unpack/xf86-video-ast-0.81.0/src/ast_cursor.c]=( typeset -a comments=( $'\n * Copyright (c) 2005 ASPEED Technology Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of the authors not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. The authors makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' framebuffer offscreen manager ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ast-0.81.0/src/ast_cursor.c ) [unpack/xf86-video-ast-0.81.0/src/ast_cursor.h]=( typeset -a comments=( $'\n * Copyright (c) 2005 ASPEED Technology Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of the authors not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. The authors makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' define for signature structure ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ast-0.81.0/src/ast_cursor.h ) [unpack/xf86-video-ast-0.81.0/src/ast_driver.c]=( typeset -a comments=( $'\n * Copyright (c) 2005 ASPEED Technology Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of the authors not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. The authors makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' framebuffer offscreen manager ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ast-0.81.0/src/ast_driver.c ) [unpack/xf86-video-ast-0.81.0/src/ast_mode.c]=( typeset -a comments=( $'\n * Copyright (c) 2005 ASPEED Technology Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of the authors not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. The authors makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' framebuffer offscreen manager ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ast-0.81.0/src/ast_mode.c ) [unpack/xf86-video-ast-0.81.0/src/ast_mode.h]=( typeset -a comments=( $'\n * Copyright (c) 2005 ASPEED Technology Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of the authors not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. The authors makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' Mode Limitation ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ast-0.81.0/src/ast_mode.h ) [unpack/xf86-video-ast-0.81.0/src/ast_tool.c]=( typeset -a comments=( $'\n * Copyright (c) 2005 ASPEED Technology Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of the authors not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. The authors makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' framebuffer offscreen manager ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ast-0.81.0/src/ast_tool.c ) [unpack/xf86-video-ast-0.81.0/src/ast_vgatool.c]=( typeset -a comments=( $'\n * Copyright (c) 2005 ASPEED Technology Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of the authors not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. The authors makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' framebuffer offscreen manager ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ast-0.81.0/src/ast_vgatool.c ) [unpack/xf86-video-ast-0.81.0/src/ast_vgatool.h]=( typeset -a comments=( $'\n * Copyright (c) 2005 ASPEED Technology Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of the authors not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. The authors makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' VRAM Size Definition ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ast-0.81.0/src/ast_vgatool.h ) [unpack/xf86-video-ati-6.6.3/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/ltmain.sh ) [unpack/xf86-video-ati-6.6.3/src/ati.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/ati.c,v 1.23 2003/04/25 14:37:35 tsi Exp $ ' $'\n * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/ati.c ) [unpack/xf86-video-ati-6.6.3/src/ati.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/ati.h,v 1.9 2003/01/01 19:16:30 tsi Exp $ ' $'\n * Copyright 1999 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/ati.h ) [unpack/xf86-video-ati-6.6.3/src/atiaccel.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atiaccel.c,v 1.13 2003/04/24 21:19:22 tsi Exp $ ' $'\n * Copyright 2001 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * DRI support by:\n * Leif Delgass \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atiaccel.c ) [unpack/xf86-video-ati-6.6.3/src/atiaccel.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atiaccel.h,v 1.5 2003/04/23 21:51:27 tsi Exp $ ' $'\n * Copyright 2001 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atiaccel.h ) [unpack/xf86-video-ati-6.6.3/src/atiadapter.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atiadapter.c,v 1.17 2003/01/01 19:16:30 tsi Exp $ ' $'\n * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atiadapter.c ) [unpack/xf86-video-ati-6.6.3/src/atiadapter.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atiadapter.h,v 1.10 2003/01/01 19:16:30 tsi Exp $ ' $'\n * Copyright 1997 through 2003 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atiadapter.h ) [unpack/xf86-video-ati-6.6.3/src/atiadjust.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atiadjust.c,v 1.15 2003/04/23 21:51:27 tsi Exp $ ' $'\n * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atiadjust.c ) [unpack/xf86-video-ati-6.6.3/src/atiadjust.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atiadjust.h,v 1.8 2003/01/01 19:16:30 tsi Exp $ ' $'\n * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atiadjust.h ) [unpack/xf86-video-ati-6.6.3/src/atiaudio.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atiaudio.c,v 1.1 2003/07/24 22:08:27 tsi Exp $ ' $'\n * Copyright 2003 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atiaudio.c ) [unpack/xf86-video-ati-6.6.3/src/atiaudio.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atiaudio.h,v 1.1 2003/07/24 22:08:27 tsi Exp $ ' $'\n * Copyright 2003 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atiaudio.h ) [unpack/xf86-video-ati-6.6.3/src/atibank.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atibank.c,v 1.12 2003/01/01 19:16:30 tsi Exp $ ' $'\n * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atibank.c ) [unpack/xf86-video-ati-6.6.3/src/atibank.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atibank.h,v 1.8 2003/01/01 19:16:30 tsi Exp $ ' $'\n * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atibank.h ) [unpack/xf86-video-ati-6.6.3/src/atibus.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atibus.c,v 1.18 2003/01/22 21:44:10 tsi Exp $ ' $'\n * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atibus.c ) [unpack/xf86-video-ati-6.6.3/src/atibus.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atibus.h,v 1.11 2003/01/01 19:16:30 tsi Exp $ ' $'\n * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atibus.h ) [unpack/xf86-video-ati-6.6.3/src/atichip.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atichip.c,v 1.38tsi Exp $ ' $'\n * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atichip.c ) [unpack/xf86-video-ati-6.6.3/src/atichip.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atichip.h,v 1.26tsi Exp $ ' $'\n * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atichip.h ) [unpack/xf86-video-ati-6.6.3/src/aticlock.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/aticlock.c,v 1.21 2003/04/23 21:51:27 tsi Exp $ ' $'\n * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/aticlock.c ) [unpack/xf86-video-ati-6.6.3/src/aticlock.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/aticlock.h,v 1.8 2003/01/01 19:16:31 tsi Exp $ ' $'\n * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/aticlock.h ) [unpack/xf86-video-ati-6.6.3/src/aticonfig.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/aticonfig.c,v 1.15tsi Exp $' $'\n * Copyright 2000 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * DRI support by:\n * Leif Delgass \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/aticonfig.c ) [unpack/xf86-video-ati-6.6.3/src/aticonfig.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/aticonfig.h,v 1.5 2003/01/01 19:16:31 tsi Exp $ ' $'\n * Copyright 2000 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/aticonfig.h ) [unpack/xf86-video-ati-6.6.3/src/aticonsole.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/aticonsole.c,v 1.22 2003/11/13 18:42:47 tsi Exp $ ' $'\n * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * DRI support by:\n * Manuel Teira\n * Leif Delgass \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/aticonsole.c ) [unpack/xf86-video-ati-6.6.3/src/aticonsole.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/aticonsole.h,v 1.9 2003/01/01 19:16:31 tsi Exp $ ' $'\n * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/aticonsole.h ) [unpack/xf86-video-ati-6.6.3/src/aticrtc.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/aticrtc.h,v 1.8 2003/01/01 19:16:31 tsi Exp $ ' $'\n * Copyright 1997 through 2003 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/aticrtc.h ) [unpack/xf86-video-ati-6.6.3/src/aticursor.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/aticursor.c,v 1.4 2003/04/23 21:51:27 tsi Exp $ ' $'\n * Copyright 2001 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/aticursor.c ) [unpack/xf86-video-ati-6.6.3/src/aticursor.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/aticursor.h,v 1.3 2003/01/01 19:16:31 tsi Exp $ ' $'\n * Copyright 2001 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/aticursor.h ) [unpack/xf86-video-ati-6.6.3/src/atidac.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atidac.c,v 1.18 2003/02/25 17:58:13 tsi Exp $ ' $'\n * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atidac.c ) [unpack/xf86-video-ati-6.6.3/src/atidac.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atidac.h,v 1.15 2003/01/01 19:16:31 tsi Exp $ ' $'\n * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atidac.h ) [unpack/xf86-video-ati-6.6.3/src/atidecoder.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atidecoder.c,v 1.1 2003/07/24 22:08:28 tsi Exp $ ' $'\n * Copyright 2003 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atidecoder.c ) [unpack/xf86-video-ati-6.6.3/src/atidecoder.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atidecoder.h,v 1.1 2003/07/24 22:08:28 tsi Exp $ ' $'\n * Copyright 2003 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atidecoder.h ) [unpack/xf86-video-ati-6.6.3/src/atidga.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atidga.c,v 1.10 2003/04/23 21:51:27 tsi Exp $ ' $'\n * Copyright 2000 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atidga.c ) [unpack/xf86-video-ati-6.6.3/src/atidga.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atidga.h,v 1.7 2003/04/23 21:51:28 tsi Exp $ ' $'\n * Copyright 2000 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atidga.h ) [unpack/xf86-video-ati-6.6.3/src/atidri.c]=( typeset -a comments=( ' $XFree86$ ' ' -*- mode: c; c-basic-offset: 3 -*- ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atidri.c ) [unpack/xf86-video-ati-6.6.3/src/atidri.h]=( typeset -a comments=( ' $XFree86$ ' ' -*- mode: c; c-basic-offset: 3 -*- ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atidri.h ) [unpack/xf86-video-ati-6.6.3/src/atidripriv.h]=( typeset -a comments=( ' $XFree86$ ' ' -*- mode: c; c-basic-offset: 3 -*- ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atidripriv.h ) [unpack/xf86-video-ati-6.6.3/src/atidsp.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atidsp.c,v 1.21 2003/09/24 02:43:18 dawes Exp $ ' $'\n * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atidsp.c ) [unpack/xf86-video-ati-6.6.3/src/atidsp.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atidsp.h,v 1.10 2003/01/01 19:16:32 tsi Exp $ ' $'\n * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atidsp.h ) [unpack/xf86-video-ati-6.6.3/src/atifillin.c]=( typeset -a comments=( $'\n * Copyright 2004 Adam Jackson.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * atifillin.c: fill in a ScrnInfoPtr with the relevant information for\n * atimisc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atifillin.c ) [unpack/xf86-video-ati-6.6.3/src/atifillin.h]=( typeset -a comments=( $'\n * Copyright 2004 Adam Jackson.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * atifillin.h: header for atifillin.c.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atifillin.h ) [unpack/xf86-video-ati-6.6.3/src/atii2c.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atii2c.c,v 1.3 2003/11/10 18:41:20 tsi Exp $ ' $'\n * Copyright 2003 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atii2c.c ) [unpack/xf86-video-ati-6.6.3/src/atii2c.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atii2c.h,v 1.1 2003/07/24 22:08:28 tsi Exp $ ' $'\n * Copyright 2003 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atii2c.h ) [unpack/xf86-video-ati-6.6.3/src/atiident.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atiident.c,v 1.11 2003/01/01 19:16:32 tsi Exp $ ' $'\n * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atiident.c ) [unpack/xf86-video-ati-6.6.3/src/atiident.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atiident.h,v 1.10 2003/01/01 19:16:32 tsi Exp $ ' $'\n * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atiident.h ) [unpack/xf86-video-ati-6.6.3/src/atiio.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atiio.h,v 1.14 2003/01/01 19:16:32 tsi Exp $ ' $'\n * Copyright 1997 through 2003 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atiio.h ) [unpack/xf86-video-ati-6.6.3/src/atiload.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atiload.c,v 1.15 2003/08/29 21:07:57 tsi Exp $ ' $'\n * Copyright 2000 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * DRI support by:\n * Leif Delgass \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atiload.c ) [unpack/xf86-video-ati-6.6.3/src/atiload.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atiload.h,v 1.6 2003/07/24 22:08:28 tsi Exp $ ' $'\n * Copyright 2000 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * DRI support by:\n * Leif Delgass \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atiload.h ) [unpack/xf86-video-ati-6.6.3/src/atilock.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atilock.c,v 1.20tsi Exp $ ' $'\n * Copyright 1999 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atilock.c ) [unpack/xf86-video-ati-6.6.3/src/atilock.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atilock.h,v 1.5 2003/01/01 19:16:32 tsi Exp $ ' $'\n * Copyright 1999 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atilock.h ) [unpack/xf86-video-ati-6.6.3/src/atimach64.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atimach64.c,v 1.52 2003/04/23 21:51:28 tsi Exp $ ' $'\n * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atimach64.c ) [unpack/xf86-video-ati-6.6.3/src/atimach64.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atimach64.h,v 1.17 2003/04/23 21:51:28 tsi Exp $ ' $'\n * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atimach64.h ) [unpack/xf86-video-ati-6.6.3/src/atimach64accel.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atimach64accel.c,v 1.1 2003/04/23 21:51:28 tsi Exp $ ' $'\n * Copyright 2003 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atimach64accel.c ) [unpack/xf86-video-ati-6.6.3/src/atimach64accel.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atimach64accel.h,v 1.1 2003/04/23 21:51:29 tsi Exp $ ' $'\n * Copyright 2003 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atimach64accel.h ) [unpack/xf86-video-ati-6.6.3/src/atimach64cursor.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atimach64cursor.c,v 1.1 2003/04/23 21:51:29 tsi Exp $ ' $'\n * Copyright 2003 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atimach64cursor.c ) [unpack/xf86-video-ati-6.6.3/src/atimach64cursor.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atimach64cursor.h,v 1.1 2003/04/23 21:51:29 tsi Exp $ ' $'\n * Copyright 2003 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atimach64cursor.h ) [unpack/xf86-video-ati-6.6.3/src/atimach64exa.c]=( typeset -a comments=( $'\n * Copyright 2003 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * Copyright 1999-2000 Precision Insight, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atimach64exa.c ) [unpack/xf86-video-ati-6.6.3/src/atimach64i2c.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atimach64i2c.c,v 1.1 2003/07/24 22:08:28 tsi Exp $ ' $'\n * Copyright 2003 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atimach64i2c.c ) [unpack/xf86-video-ati-6.6.3/src/atimach64i2c.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atimach64i2c.h,v 1.1 2003/07/24 22:08:28 tsi Exp $ ' $'\n * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atimach64i2c.h ) [unpack/xf86-video-ati-6.6.3/src/atimach64io.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atimach64io.c,v 1.6 2003/04/23 21:51:29 tsi Exp $ ' $'\n * Copyright 2000 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atimach64io.c ) [unpack/xf86-video-ati-6.6.3/src/atimach64io.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atimach64io.h,v 1.15 2003/04/23 21:51:29 tsi Exp $ ' $'\n * Copyright 2000 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * DRI support by:\n * Manuel Teira\n * Leif Delgass \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atimach64io.h ) [unpack/xf86-video-ati-6.6.3/src/atimach64render.c]=( typeset -a comments=( $'\n * Copyright 2006 George Sapountzis\n * All Rights Reserved.\n *\n * Based on the mach64 DRI and DRM drivers:\n * Copyright 2000 Gareth Hughes\n * Copyright 2002-2003 Leif Delgass\n * All Rights Reserved.\n *\n * Based on the ati hw/kdrive driver:\n * Copyright 2003 Eric Anholt, Anders Carlsson\n *\n * Based on the via hw/xfree86 driver:\n * Copyright 2006 Thomas Hellstrom. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Authors:\n * George Sapountzis \n ' $'\n * Interesting cases for RENDER acceleration:\n *\n * cursor : ARGB8888 (24x24) Over\n * RGB565\n *\n * glyph : A8 (9x10) Add\n * A8 (420x13)\n * glyph set : ARGB8888 (1x1 R) In\n * A8 (420x13) Over\n * RGB565\n *\n * shadow : ARGB8888 (1x1 R) In\n * A8 (670x362) Over\n * RGB565\n * translucent : RGB565 (652x344) In\n * A8 (1x1 R) Over\n * RGB565\n *\n * In all interesting cases one of src/mask is "1x1 R".\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atimach64render.c ) [unpack/xf86-video-ati-6.6.3/src/atimach64xv.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atimach64xv.c,v 1.7 2003/11/10 18:22:18 tsi Exp $ ' $'\n * Copyright 2003 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atimach64xv.c ) [unpack/xf86-video-ati-6.6.3/src/atimach64xv.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atimach64xv.h,v 1.1 2003/04/23 21:51:29 tsi Exp $ ' $'\n * Copyright 2003 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atimach64xv.h ) [unpack/xf86-video-ati-6.6.3/src/atimisc.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atimisc.c,v 1.8tsi Exp $ ' $'\n * Copyright 2000 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * DRI support by:\n * Leif Delgass \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atimisc.c ) [unpack/xf86-video-ati-6.6.3/src/atimode.c]=( typeset -a comments=( $'\n * Copyright 2000 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' TV_OUT ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atimode.c ) [unpack/xf86-video-ati-6.6.3/src/atimode.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atimode.h,v 1.5 2003/01/01 19:16:32 tsi Exp $ ' $'\n * Copyright 2000 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atimode.h ) [unpack/xf86-video-ati-6.6.3/src/atimodule.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atimodule.c,v 1.16 2003/05/28 14:08:03 tsi Exp $ ' $'\n * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atimodule.c ) [unpack/xf86-video-ati-6.6.3/src/atimodule.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atimodule.h,v 1.9 2003/01/01 19:16:32 tsi Exp $ ' $'\n * Copyright 1997 through 2003 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atimodule.h ) [unpack/xf86-video-ati-6.6.3/src/atimono.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atimono.h,v 1.7 2003/01/01 19:16:33 tsi Exp $ ' $'\n * Copyright 1997 through 2003 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atimono.h ) [unpack/xf86-video-ati-6.6.3/src/atioption.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atioption.c,v 1.22 2003/04/23 21:51:29 tsi Exp $ ' $'\n * Copyright 1999 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * DRI support by:\n * Leif Delgass \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atioption.c ) [unpack/xf86-video-ati-6.6.3/src/atioption.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atioption.h,v 1.12 2003/04/23 21:51:29 tsi Exp $ ' $'\n * Copyright 1999 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * DRI support by:\n * Leif Delgass \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atioption.h ) [unpack/xf86-video-ati-6.6.3/src/atipciids.h]=( typeset -a comments=( ' $XdotOrg: driver/xf86-video-ati/src/atipciids.c, Exp $ ' $'\n * Copyright (c) 1995-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atipciids.h ) [unpack/xf86-video-ati-6.6.3/src/atipreinit.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atipreinit.c,v 1.74 2003/12/22 17:48:09 tsi Exp $ ' ' $XdotOrg: driver/xf86-video-ati/src/atipreinit.c,v 1.9 2005/08/28 18:10:34 ajax Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atipreinit.c ) [unpack/xf86-video-ati-6.6.3/src/atipreinit.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atipreinit.h,v 1.6 2003/01/01 19:16:33 tsi Exp $ ' $'\n * Copyright 1999 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atipreinit.h ) [unpack/xf86-video-ati-6.6.3/src/atiprint.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atiprint.c,v 1.28 2003/11/07 13:45:26 tsi Exp $ ' $'\n * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atiprint.c ) [unpack/xf86-video-ati-6.6.3/src/atiprint.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atiprint.h,v 1.10 2003/01/01 19:16:33 tsi Exp $ ' $'\n * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atiprint.h ) [unpack/xf86-video-ati-6.6.3/src/atipriv.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atipriv.h,v 1.5 2003/01/01 19:16:33 tsi Exp $ ' $'\n * Copyright 1999 through 2003 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atipriv.h ) [unpack/xf86-video-ati-6.6.3/src/atiprobe.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atiprobe.c,v 1.62tsi Exp $ ' $'\n * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atiprobe.c ) [unpack/xf86-video-ati-6.6.3/src/atiprobe.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atiprobe.h,v 1.8 2003/01/01 19:16:33 tsi Exp $ ' $'\n * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atiprobe.h ) [unpack/xf86-video-ati-6.6.3/src/atiregs.h]=( typeset -a comments=( $'\n * Copyright 1994 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Acknowledgements:\n * Jake Richter, Panacea Inc., Londonderry, New Hampshire, U.S.A.\n * Kevin E. Martin, martin@cs.unc.edu\n * Tiago Gons, tiago@comosjn.hobby.nl\n * Rickard E. Faith, faith@cs.unc.edu\n * Scott Laird, lair@kimbark.uchicago.edu\n *\n * The intent here is to list all I/O ports for VGA (and its predecessors),\n * ATI VGA Wonder, 8514/A, ATI Mach8, ATI Mach32 and ATI Mach64 video adapters,\n * not just the ones in use by the ATI driver.\n ' ' I/O decoding definitions ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atiregs.h ) [unpack/xf86-video-ati-6.6.3/src/atirgb514.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atirgb514.c,v 1.4 2003/01/01 19:16:34 tsi Exp $ ' $'\n * Copyright 2001 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atirgb514.c ) [unpack/xf86-video-ati-6.6.3/src/atirgb514.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atirgb514.h,v 1.3 2003/01/01 19:16:34 tsi Exp $ ' $'\n * Copyright 2001 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atirgb514.h ) [unpack/xf86-video-ati-6.6.3/src/atiscreen.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atiscreen.c,v 1.30 2003/04/23 21:51:30 tsi Exp $ ' $'\n * Copyright 1999 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * DRI support by:\n * Gareth Hughes \n * Jos\303\251 Fonseca \n * Leif Delgass \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atiscreen.c ) [unpack/xf86-video-ati-6.6.3/src/atiscreen.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atiscreen.h,v 1.6 2003/01/01 19:16:34 tsi Exp $ ' $'\n * Copyright 1999 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atiscreen.h ) [unpack/xf86-video-ati-6.6.3/src/atistruct.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atistruct.h,v 1.41tsi Exp $ ' $'\n * Copyright 1999 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * DRI support by:\n * Gareth Hughes \n * Leif Delgass \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atistruct.h ) [unpack/xf86-video-ati-6.6.3/src/atituner.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atituner.c,v 1.1 2003/07/24 22:08:28 tsi Exp $ ' $'\n * Copyright 2003 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atituner.c ) [unpack/xf86-video-ati-6.6.3/src/atituner.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atituner.h,v 1.1 2003/07/24 22:08:28 tsi Exp $ ' $'\n * Copyright 2003 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atituner.h ) [unpack/xf86-video-ati-6.6.3/src/atiutil.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atiutil.c,v 1.8 2003/01/01 19:16:34 tsi Exp $ ' $'\n * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atiutil.c ) [unpack/xf86-video-ati-6.6.3/src/atiutil.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atiutil.h,v 1.8 2003/01/01 19:16:34 tsi Exp $ ' $'\n * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atiutil.h ) [unpack/xf86-video-ati-6.6.3/src/ativalid.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/ativalid.c,v 1.17 2003/10/30 17:36:58 tsi Exp $ ' $'\n * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/ativalid.c ) [unpack/xf86-video-ati-6.6.3/src/ativalid.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/ativalid.h,v 1.9 2003/10/30 17:36:58 tsi Exp $ ' $'\n * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/ativalid.h ) [unpack/xf86-video-ati-6.6.3/src/ativersion.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/ativersion.h,v 1.65tsi Exp $ ' $'\n * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/ativersion.h ) [unpack/xf86-video-ati-6.6.3/src/ativga.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/ativga.c,v 1.20 2003/04/23 21:51:31 tsi Exp $ ' ' $XdotOrg: xc/programs/Xserver/hw/xfree86/drivers/ati/ativga.c,v 1.4 2005/06/04 20:26:28 alanc Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/ativga.c ) [unpack/xf86-video-ati-6.6.3/src/ativga.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/ativga.h,v 1.10 2003/01/01 19:16:34 tsi Exp $ ' $'\n * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/ativga.h ) [unpack/xf86-video-ati-6.6.3/src/ativgaio.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/ativgaio.c,v 1.4 2003/01/01 19:16:34 tsi Exp $ ' $'\n * Copyright 2000 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/ativgaio.c ) [unpack/xf86-video-ati-6.6.3/src/ativgaio.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/ativgaio.h,v 1.5 2003/01/01 19:16:34 tsi Exp $ ' $'\n * Copyright 2000 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/ativgaio.h ) [unpack/xf86-video-ati-6.6.3/src/atividmem.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atividmem.c,v 1.15 2003/04/23 21:51:31 tsi Exp $ ' $'\n * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atividmem.c ) [unpack/xf86-video-ati-6.6.3/src/atividmem.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atividmem.h,v 1.9 2003/01/01 19:16:35 tsi Exp $ ' $'\n * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atividmem.h ) [unpack/xf86-video-ati-6.6.3/src/atiwonder.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atiwonder.c,v 1.14 2003/01/01 19:16:35 tsi Exp $ ' $'\n * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atiwonder.c ) [unpack/xf86-video-ati-6.6.3/src/atiwonder.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atiwonder.h,v 1.9 2003/01/01 19:16:35 tsi Exp $ ' $'\n * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atiwonder.h ) [unpack/xf86-video-ati-6.6.3/src/atiwonderio.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atiwonderio.c,v 1.4 2003/01/01 19:16:35 tsi Exp $ ' $'\n * Copyright 2000 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atiwonderio.c ) [unpack/xf86-video-ati-6.6.3/src/atiwonderio.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atiwonderio.h,v 1.4 2003/01/01 19:16:35 tsi Exp $ ' $'\n * Copyright 2000 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atiwonderio.h ) [unpack/xf86-video-ati-6.6.3/src/atixv.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atixv.c,v 1.5 2003/04/25 04:09:54 tsi Exp $ ' $'\n * Copyright 2001 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atixv.c ) [unpack/xf86-video-ati-6.6.3/src/atixv.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atixv.h,v 1.4 2003/04/23 21:51:31 tsi Exp $ ' $'\n * Copyright 2001 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/atixv.h ) [unpack/xf86-video-ati-6.6.3/src/generic_bus.h]=( typeset -a comments=( $' this is meant to be used for proprietary buses where abstraction is needed\n but they don\'t occur often enough to warrant a separate helper library ' $' third argument is size of the buffer, fourth argument is pointer\n\t to the buffer. Returns the name of the bus ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/generic_bus.h ) [unpack/xf86-video-ati-6.6.3/src/mach64_common.h]=( typeset -a comments=( ' $XFree86$ ' ' -*- mode: c; c-basic-offset: 3 -*- ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/mach64_common.h ) [unpack/xf86-video-ati-6.6.3/src/mach64_dri.h]=( typeset -a comments=( ' $XFree86$ ' ' -*- mode: c; c-basic-offset: 3 -*- ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/mach64_dri.h ) [unpack/xf86-video-ati-6.6.3/src/mach64_sarea.h]=( typeset -a comments=( ' $XFree86$ ' ' -*- mode: c; c-basic-offset: 3 -*- ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/mach64_sarea.h ) [unpack/xf86-video-ati-6.6.3/src/r128.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/r128.h,v 1.26 2003/11/06 18:37:58 tsi Exp $ ' $'\n * Copyright 1999, 2000 ATI Technologies Inc., Markham, Ontario,\n * Precision Insight, Inc., Cedar Park, Texas, and\n * VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL ATI, PRECISION INSIGHT, VA LINUX\n * SYSTEMS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/r128.h ) [unpack/xf86-video-ati-6.6.3/src/r128_accel.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/r128_accel.c,v 1.17 2003/10/03 20:11:11 herrb Exp $ ' $'\n * Copyright 1999, 2000 ATI Technologies Inc., Markham, Ontario,\n * Precision Insight, Inc., Cedar Park, Texas, and\n * VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL ATI, PRECISION INSIGHT, VA LINUX\n * SYSTEMS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/r128_accel.c ) [unpack/xf86-video-ati-6.6.3/src/r128_chipset.h]=( typeset -a comments=( $' FIXME: The chipsets with (PCI/AGP) are not known wether they are AGP or\n * PCI, so I\'ve labeled them as such in hopes users will submit\n * data if we\'re unable to gather it from official documentation\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/r128_chipset.h ) [unpack/xf86-video-ati-6.6.3/src/r128_common.h]=( typeset -a comments=( $' r128_common.h -- common header definitions for R128 2D/3D/DRM suite\n * Created: Sun Apr 9 18:16:28 2000 by kevin@precisioninsight.com\n *\n * Copyright 1999, 2000 Precision Insight, Inc., Cedar Park, Texas.\n * Copyright 2002 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Author:\n * Gareth Hughes \n * Kevin E. Martin \n *\n * Converted to common header format:\n * Jens Owen \n *\n * $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/r128_common.h,v 1.2 2002/12/16 16:19:10 dawes Exp $\n *\n ' $'\n * WARNING: If you change any of these defines, make sure to change\n * the kernel include file as well (r128_drm.h)\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/r128_common.h ) [unpack/xf86-video-ati-6.6.3/src/r128_cursor.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/r128_cursor.c,v 1.5tsi Exp $ ' $'\n * Copyright 1999, 2000 ATI Technologies Inc., Markham, Ontario,\n * Precision Insight, Inc., Cedar Park, Texas, and\n * VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL ATI, PRECISION INSIGHT, VA LINUX\n * SYSTEMS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/r128_cursor.c ) [unpack/xf86-video-ati-6.6.3/src/r128_dga.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/r128_dga.c,v 1.9 2002/10/30 12:52:12 alanh Exp $ ' $'\n * Authors:\n * Ove K\303\245ven ,\n * borrowing some code from the Chips and MGA drivers.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/r128_dga.c ) [unpack/xf86-video-ati-6.6.3/src/r128_dri.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/r128_dri.c,v 1.31 2003/09/28 20:15:53 alanh Exp $ ' $'\n * Copyright 1999, 2000 ATI Technologies Inc., Markham, Ontario,\n * Precision Insight, Inc., Cedar Park, Texas, and\n * VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL ATI, PRECISION INSIGHT, VA LINUX\n * SYSTEMS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/r128_dri.c ) [unpack/xf86-video-ati-6.6.3/src/r128_dri.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/r128_dri.h,v 1.6 2001/03/21 17:02:21 dawes Exp $ ' $'\n * Copyright 1999, 2000 ATI Technologies Inc., Markham, Ontario,\n * Precision Insight, Inc., Cedar Park, Texas, and\n * VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL ATI, PRECISION INSIGHT, VA LINUX\n * SYSTEMS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/r128_dri.h ) [unpack/xf86-video-ati-6.6.3/src/r128_dripriv.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/r128_dripriv.h,v 1.3 2000/11/18 19:37:11 tsi Exp $ ' $'\n * Copyright 1999, 2000 ATI Technologies Inc., Markham, Ontario,\n * Precision Insight, Inc., Cedar Park, Texas, and\n * VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL ATI, PRECISION INSIGHT, VA LINUX\n * SYSTEMS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/r128_dripriv.h ) [unpack/xf86-video-ati-6.6.3/src/r128_driver.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/r128_driver.c,v 1.88 2004/01/29 02:51:17 dawes Exp $ ' $'\n * Copyright 1999, 2000 ATI Technologies Inc., Markham, Ontario,\n * Precision Insight, Inc., Cedar Park, Texas, and\n * VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL ATI, PRECISION INSIGHT, VA LINUX\n * SYSTEMS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/r128_driver.c ) [unpack/xf86-video-ati-6.6.3/src/r128_misc.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/r128_misc.c,v 1.5 2003/01/01 19:16:35 tsi Exp $ ' $'\n * Copyright 2000 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/r128_misc.c ) [unpack/xf86-video-ati-6.6.3/src/r128_probe.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/r128_probe.c,v 1.17 2003/02/07 20:41:15 martin Exp $ ' $'\n * Copyright 1999, 2000 ATI Technologies Inc., Markham, Ontario,\n * Precision Insight, Inc., Cedar Park, Texas, and\n * VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL ATI, PRECISION INSIGHT, VA LINUX\n * SYSTEMS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/r128_probe.c ) [unpack/xf86-video-ati-6.6.3/src/r128_probe.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/r128_probe.h,v 1.6 2002/04/06 19:06:06 tsi Exp $ ' $'\n * Copyright 2000 ATI Technologies Inc., Markham, Ontario, and\n * VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL ATI, VA LINUX SYSTEMS AND/OR\n * THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/r128_probe.h ) [unpack/xf86-video-ati-6.6.3/src/r128_reg.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/r128_reg.h,v 1.16 2003/04/06 20:36:36 martin Exp $ ' $'\n * Copyright 1999, 2000 ATI Technologies Inc., Markham, Ontario,\n * Precision Insight, Inc., Cedar Park, Texas, and\n * VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL ATI, PRECISION INSIGHT, VA LINUX\n * SYSTEMS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/r128_reg.h ) [unpack/xf86-video-ati-6.6.3/src/r128_sarea.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/r128_sarea.h,v 1.8 2003/09/28 20:15:54 alanh Exp $ ' $'\n * Copyright 1999, 2000 ATI Technologies Inc., Markham, Ontario,\n * Precision Insight, Inc., Cedar Park, Texas, and\n * VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL ATI, PRECISION INSIGHT, VA LINUX\n * SYSTEMS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/r128_sarea.h ) [unpack/xf86-video-ati-6.6.3/src/r128_version.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/r128_version.h,v 1.6 2003/01/01 19:16:35 tsi Exp $ ' $'\n * Copyright 2000 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/r128_version.h ) [unpack/xf86-video-ati-6.6.3/src/r128_video.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/r128_video.c,v 1.30 2003/11/10 18:22:18 tsi Exp $ ' ' milliseconds ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/r128_video.c ) [unpack/xf86-video-ati-6.6.3/src/radeon.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/radeon.h,v 1.43 2003/11/06 18:38:00 tsi Exp $ ' $'\n * Copyright 2000 ATI Technologies Inc., Markham, Ontario, and\n * VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL ATI, VA LINUX SYSTEMS AND/OR\n * THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/radeon.h ) [unpack/xf86-video-ati-6.6.3/src/radeon_accel.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_accel.c,v 1.36 2003/11/10 18:41:22 tsi Exp $ ' $'\n * Copyright 2000 ATI Technologies Inc., Markham, Ontario, and\n * VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL ATI, VA LINUX SYSTEMS AND/OR\n * THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/radeon_accel.c ) [unpack/xf86-video-ati-6.6.3/src/radeon_accelfuncs.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_accelfuncs.c,v 1.7tsi Exp $ ' $'\n * Copyright 2000 ATI Technologies Inc., Markham, Ontario, and\n * VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL ATI, VA LINUX SYSTEMS AND/OR\n * THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/radeon_accelfuncs.c ) [unpack/xf86-video-ati-6.6.3/src/radeon_bios.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_bios.c,v 1.0 Exp $ ' $'\n * Copyright 2004 ATI Technologies Inc., Markham, Ontario\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL ATI, VA LINUX SYSTEMS AND/OR\n * THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/radeon_bios.c ) [unpack/xf86-video-ati-6.6.3/src/radeon_chipset.h]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/radeon_chipset.h ) [unpack/xf86-video-ati-6.6.3/src/radeon_common.h]=( typeset -a comments=( $' radeon_common.h -- common header definitions for Radeon 2D/3D/DRM suite\n *\n * Copyright 2000 VA Linux Systems, Inc., Fremont, California.\n * Copyright 2002 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Author:\n * Gareth Hughes \n * Kevin E. Martin \n * Keith Whitwell \n *\n * Converted to common header format:\n * Jens Owen \n *\n * $XdotOrg: driver/xf86-video-ati/src/radeon_common.h,v 1.7 2005/09/11 08:51:38 airlied Exp $\n * $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_common.h,v 1.8tsi Exp $\n *\n ' $' WARNING: If you change any of these defines, make sure to change\n * the kernel include file as well (radeon_drm.h)\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/radeon_common.h ) [unpack/xf86-video-ati-6.6.3/src/radeon_commonfuncs.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_accelfuncs.c,v 1.7tsi Exp $ ' $'\n * Copyright 2000 ATI Technologies Inc., Markham, Ontario, and\n * VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL ATI, VA LINUX SYSTEMS AND/OR\n * THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/radeon_commonfuncs.c ) [unpack/xf86-video-ati-6.6.3/src/radeon_cursor.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_cursor.c,v 1.25 2003/08/29 21:07:57 tsi Exp $ ' $'\n * Copyright 2000 ATI Technologies Inc., Markham, Ontario, and\n * VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL ATI, VA LINUX SYSTEMS AND/OR\n * THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/radeon_cursor.c ) [unpack/xf86-video-ati-6.6.3/src/radeon_dga.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_dga.c,v 1.11 2002/09/18 18:14:58 martin Exp $ ' $'\n * Copyright 2000 ATI Technologies Inc., Markham, Ontario, and\n * VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL ATI, VA LINUX SYSTEMS AND/OR\n * THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/radeon_dga.c ) [unpack/xf86-video-ati-6.6.3/src/radeon_dri.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_dri.c,v 1.39 2003/11/06 18:38:00 tsi Exp $ ' $'\n * Copyright 2000 ATI Technologies Inc., Markham, Ontario,\n * VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL ATI, VA LINUX SYSTEMS AND/OR\n * THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/radeon_dri.c ) [unpack/xf86-video-ati-6.6.3/src/radeon_dri.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_dri.h,v 1.4 2002/10/30 12:52:13 alanh Exp $ ' $'\n * Copyright 2000 ATI Technologies Inc., Markham, Ontario,\n * VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL ATI, VA LINUX SYSTEMS AND/OR\n * THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/radeon_dri.h ) [unpack/xf86-video-ati-6.6.3/src/radeon_dripriv.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_dripriv.h,v 1.3 2002/04/24 16:20:40 martin Exp $ ' $'\n * Copyright 2000 ATI Technologies Inc., Markham, Ontario,\n * VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL ATI, VA LINUX SYSTEMS AND/OR\n * THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/radeon_dripriv.h ) [unpack/xf86-video-ati-6.6.3/src/radeon_driver.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c,v 1.117 2004/02/19 22:38:12 tsi Exp $ ' ' $XdotOrg: driver/xf86-video-ati/src/radeon_driver.c,v 1.116 2006/04/29 21:30:23 daenzer Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/radeon_driver.c ) [unpack/xf86-video-ati-6.6.3/src/radeon_exa.c]=( typeset -a comments=( $'\n * Copyright 2005 Eric Anholt\n * Copyright 2005 Benjamin Herrenschmidt\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Authors:\n * Eric Anholt \n * Zack Rusin \n * Benjamin Herrenschmidt \n *\n ' '*********************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/radeon_exa.c ) [unpack/xf86-video-ati-6.6.3/src/radeon_exa_funcs.c]=( typeset -a comments=( $'\n * Copyright 2005 Eric Anholt\n * Copyright 2005 Benjamin Herrenschmidt\n * Copyright 2006 Tungsten Graphics, Inc.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Authors:\n * Eric Anholt \n * Zack Rusin \n * Benjamin Herrenschmidt \n * Michel D\303\244nzer \n *\n ' '' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/radeon_exa_funcs.c ) [unpack/xf86-video-ati-6.6.3/src/radeon_exa_render.c]=( typeset -a comments=( $'\n * Copyright 2005 Eric Anholt\n * Copyright 2005 Benjamin Herrenschmidt\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Authors:\n * Eric Anholt \n * Zack Rusin \n * Benjamin Herrenschmidt \n *\n ' '' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/radeon_exa_render.c ) [unpack/xf86-video-ati-6.6.3/src/radeon_macros.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_macros.h,v 1.2 2003/07/08 15:39:48 tsi Exp $ ' $'\n * Copyright 2000 ATI Technologies Inc., Markham, Ontario, and\n * VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL ATI, VA LINUX SYSTEMS AND/OR\n * THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/radeon_macros.h ) [unpack/xf86-video-ati-6.6.3/src/radeon_mergedfb.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2003 Alex Deucher.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL ALEX DEUCHER, OR ANY OTHER \n * CONTRIBUTORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/radeon_mergedfb.c ) [unpack/xf86-video-ati-6.6.3/src/radeon_mergedfb.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2003 Alex Deucher.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL ALEX DEUCHER, OR ANY OTHER\n * CONTRIBUTORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/radeon_mergedfb.h ) [unpack/xf86-video-ati-6.6.3/src/radeon_misc.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_misc.c,v 1.7 2003/01/01 19:16:35 tsi Exp $ ' $'\n * Copyright 2000 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/radeon_misc.c ) [unpack/xf86-video-ati-6.6.3/src/radeon_mm_i2c.c]=( typeset -a comments=( ' i2c stuff ' ' Wait for 10ms at the most for the I2C_GO register to drop. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/radeon_mm_i2c.c ) [unpack/xf86-video-ati-6.6.3/src/radeon_probe.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_probe.c,v 1.30 2003/10/07 22:47:12 martin Exp $ ' $'\n * Copyright 2000 ATI Technologies Inc., Markham, Ontario, and\n * VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL ATI, VA LINUX SYSTEMS AND/OR\n * THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/radeon_probe.c ) [unpack/xf86-video-ati-6.6.3/src/radeon_probe.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_probe.h,v 1.13 2003/10/30 17:37:00 tsi Exp $ ' $'\n * Copyright 2000 ATI Technologies Inc., Markham, Ontario, and\n * VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL ATI, VA LINUX SYSTEMS AND/OR\n * THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/radeon_probe.h ) [unpack/xf86-video-ati-6.6.3/src/radeon_reg.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_reg.h,v 1.31 2003/11/10 18:41:23 tsi Exp $ ' $'\n * Copyright 2000 ATI Technologies Inc., Markham, Ontario, and\n * VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL ATI, VA LINUX SYSTEMS AND/OR\n * THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/radeon_reg.h ) [unpack/xf86-video-ati-6.6.3/src/radeon_render.c]=( typeset -a comments=( $'\n * Copyright 2004 Eric Anholt\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Authors:\n * Eric Anholt \n * Hui Yu \n *\n ' $' The first part of blend_cntl corresponds to Fa from the render "protocol"\n * document, and the second part to Fb.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/radeon_render.c ) [unpack/xf86-video-ati-6.6.3/src/radeon_sarea.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_sarea.h,v 1.5 2002/10/30 12:52:14 alanh Exp $ ' $'\n * Copyright 2000 ATI Technologies Inc., Markham, Ontario,\n * VA Linux Systems Inc., Fremont, California.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL ATI, VA LINUX SYSTEMS AND/OR\n * THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/radeon_sarea.h ) [unpack/xf86-video-ati-6.6.3/src/radeon_version.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_version.h,v 1.10 2003/09/28 20:15:57 alanh Exp $ ' $'\n * Copyright 2000 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/radeon_version.h ) [unpack/xf86-video-ati-6.6.3/src/radeon_video.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_video.c,v 1.30 2003/11/10 18:22:18 tsi Exp $ ' ' milliseconds ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/radeon_video.c ) [unpack/xf86-video-ati-6.6.3/src/radeon_video.h]=( typeset -a comments=( ' Xvideo port struct ' ' gamma value x 1000 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/radeon_video.h ) [unpack/xf86-video-ati-6.6.3/src/radeon_vip.c]=( typeset -a comments=( ' Status defines ' ' lockup ?? ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/radeon_vip.c ) [unpack/xf86-video-ati-6.6.3/src/theatre.c]=( typeset -a comments=( ' already found one instance ' $' Rage Theatre\'s Register Mappings, including the default values: ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/theatre.c ) [unpack/xf86-video-ati-6.6.3/src/theatre.h]=( typeset -a comments=( ' DO NOT FORGET to setup constants before calling InitTheatre ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/theatre.h ) [unpack/xf86-video-ati-6.6.3/src/theatre200.c]=( typeset -a comments=( $'************************************************************************************\n * $Id$\n * \n * Copyright (C) 2005 Bogdan D. bogdand@users.sourceforge.net\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy of this \n * software and associated documentation files (the "Software"), to deal in the Software \n * without restriction, including without limitation the rights to use, copy, modify, \n * merge, publish, distribute, sublicense, and/or sell copies of the Software, \n * and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all copies or \n * substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, \n * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE \n * AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, \n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, \n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the author shall not be used in advertising or \n * otherwise to promote the sale, use or other dealings in this Software without prior written \n * authorization from the author.\n *\n * $Log$\n * Revision 1.6 2006/03/22 22:30:14 krh\n * 2006-03-22 Kristian H\303\270gsberg \n *\n * \t* src/theatre200.c: Convert use of xf86fopen() and other xf86\n * \twrapped libc symbols to use libc symbols directly. The xf86*\n * \tversions aren\'t supposed to be used directly.\n *\n * \t* src/ *.c: Drop libc wrapper; don\'t include xf86_ansic.h and add\n * \tincludes now missing.\n *\n * Revision 1.4 2005/08/28 18:00:23 bogdand\n * Modified the licens type from GPL to a X/MIT one\n *\n * Revision 1.3 2005/07/11 02:29:45 ajax\n * Prep for modular builds by adding guarded #include "config.h" everywhere.\n *\n * Revision 1.2 2005/07/01 22:43:11 daniels\n * Change all misc.h and os.h references to .\n *\n *\n ***********************************************************************************' ' Map FIFOD to DSP Port I/O port ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/theatre200.c ) [unpack/xf86-video-ati-6.6.3/src/theatre200.h]=( typeset -a comments=( $'************************************************************************************\n * $Id$\n * \n * Copyright (C) 2005 Bogdan D. bogdand@users.sourceforge.net\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy of this \n * software and associated documentation files (the "Software"), to deal in the Software \n * without restriction, including without limitation the rights to use, copy, modify, \n * merge, publish, distribute, sublicense, and/or sell copies of the Software, \n * and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all copies or \n * substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, \n * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE \n * AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, \n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, \n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the author shall not be used in advertising or \n * otherwise to promote the sale, use or other dealings in this Software without prior written \n * authorization from the author.\n *\n * $Log$\n * Revision 1.5 2005/12/08 17:54:40 kem\n * \tAllow hard-coded paths to be configurable.\n *\n * Revision 1.4 2005/11/07 19:28:40 bogdand\n * Replaced the variadic macros(gcc) by macros according to C99 standard\n *\n * Revision 1.3 2005/08/28 18:00:23 bogdand\n * Modified the licens type from GPL to a X/MIT one\n *\n * Revision 1.2 2005/07/01 22:43:11 daniels\n * Change all misc.h and os.h references to .\n *\n *\n ***********************************************************************************' ' #define ENABLE_DEBUG 1 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/theatre200.h ) [unpack/xf86-video-ati-6.6.3/src/theatre200_module.c]=( typeset -a comments=( ' This needs the video driver ABI ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/theatre200_module.c ) [unpack/xf86-video-ati-6.6.3/src/theatre_detect.c]=( typeset -a comments=( $'************************************************************************************\n * $Id$\n * \n * Copyright (C) 2005 Bogdan D. bogdand@users.sourceforge.net\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy of this \n * software and associated documentation files (the "Software"), to deal in the Software \n * without restriction, including without limitation the rights to use, copy, modify, \n * merge, publish, distribute, sublicense, and/or sell copies of the Software, \n * and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all copies or \n * substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, \n * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE \n * AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, \n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, \n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the author shall not be used in advertising or \n * otherwise to promote the sale, use or other dealings in this Software without prior written \n * authorization from the author.\n *\n * $Log$\n * Revision 1.4 2005/08/28 18:00:23 bogdand\n * Modified the licens type from GPL to a X/MIT one\n *\n * Revision 1.3 2005/07/11 02:29:45 ajax\n * Prep for modular builds by adding guarded #include "config.h" everywhere.\n *\n * Revision 1.2 2005/07/01 22:43:11 daniels\n * Change all misc.h and os.h references to .\n *\n *\n ***********************************************************************************' ' Unused code - reference ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/theatre_detect.c ) [unpack/xf86-video-ati-6.6.3/src/theatre_detect.h]=( typeset -a comments=( $'************************************************************************************\n * $Id$\n * \n * Copyright (C) 2005 Bogdan D. bogdand@users.sourceforge.net\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy of this \n * software and associated documentation files (the "Software"), to deal in the Software \n * without restriction, including without limitation the rights to use, copy, modify, \n * merge, publish, distribute, sublicense, and/or sell copies of the Software, \n * and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all copies or \n * substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, \n * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE \n * AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, \n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, \n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the author shall not be used in advertising or \n * otherwise to promote the sale, use or other dealings in this Software without prior written \n * authorization from the author.\n *\n * $Log$\n * Revision 1.3 2005/08/28 18:00:23 bogdand\n * Modified the licens type from GPL to a X/MIT one\n *\n * Revision 1.2 2005/07/01 22:43:11 daniels\n * Change all misc.h and os.h references to .\n *\n *\n ***********************************************************************************' $'\n * Created by Bogdan D. bogdand@users.sourceforge.net\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/theatre_detect.h ) [unpack/xf86-video-ati-6.6.3/src/theatre_detect_module.c]=( typeset -a comments=( $'\n * Created by Bogdan D. bogdand@users.sourceforge.net\n ' ' This needs the video driver ABI ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/theatre_detect_module.c ) [unpack/xf86-video-ati-6.6.3/src/theatre_module.c]=( typeset -a comments=( ' This needs the video driver ABI ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/theatre_module.c ) [unpack/xf86-video-ati-6.6.3/src/theatre_reg.h]=( typeset -a comments=( ' Address Space Rage Theatre Registers (VIP Access) ' ' RT200 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-ati-6.6.3/src/theatre_reg.h ) [unpack/xf86-video-chips-1.1.1/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-video-chips-1.1.1/ltmain.sh ) [unpack/xf86-video-chips-1.1.1/src/ct_BlitMM.h]=( typeset -a comments=( ' $XConsortium: ct_BlitMM.h /main/2 1996/10/25 10:28:31 kaleb $ ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/chips/ct_BlitMM.h,v 1.3 1998/08/20 08:55:56 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-chips-1.1.1/src/ct_BlitMM.h ) [unpack/xf86-video-chips-1.1.1/src/ct_Blitter.h]=( typeset -a comments=( ' $XConsortium: ct_Blitter.h /main/2 1996/10/25 10:28:37 kaleb $ ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/chips/ct_Blitter.h,v 1.3 1998/08/29 05:43:06 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-chips-1.1.1/src/ct_Blitter.h ) [unpack/xf86-video-chips-1.1.1/src/ct_BltHiQV.h]=( typeset -a comments=( ' $XConsortium: ct_BltHiQV.h /main/2 1996/10/25 10:28:43 kaleb $ ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/chips/ct_BltHiQV.h,v 1.10 2000/12/06 15:35:12 eich Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-chips-1.1.1/src/ct_BltHiQV.h ) [unpack/xf86-video-chips-1.1.1/src/ct_accel.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/chips/ct_accel.c,v 1.40tsi Exp $ ' $'\n * Copyright 1996, 1997, 1998 by David Bateman \n * Modified 1997, 1998 by Nozomi Ytow\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of the authors not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. The authors makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-chips-1.1.1/src/ct_accel.c ) [unpack/xf86-video-chips-1.1.1/src/ct_bank.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/chips/ct_bank.c,v 1.6 2002/01/25 21:55:58 tsi Exp $ ' $'\n * Copyright 1997\n * Digital Equipment Corporation. All rights reserved.\n * This software is furnished under license and may be used and copied only in \n * accordance with the following terms and conditions. Subject to these \n * conditions, you may download, copy, install, use, modify and distribute \n * this software in source and/or binary form. No title or ownership is \n * transferred hereby.\n * 1) Any source code used, modified or distributed must reproduce and retain \n * this copyright notice and list of conditions as they appear in the \n * source file.\n *\n * 2) No right is granted to use any trade name, trademark, or logo of Digital \n * Equipment Corporation. Neither the "Digital Equipment Corporation" name \n * nor any trademark or logo of Digital Equipment Corporation may be used \n * to endorse or promote products derived from this software without the \n * prior written permission of Digital Equipment Corporation.\n *\n * 3) This software is provided "AS-IS" and any express or implied warranties,\n * including but not limited to, any implied warranties of merchantability,\n * fitness for a particular purpose, or non-infringement are disclaimed. In\n * no event shall DIGITAL be liable for any damages whatsoever, and in \n * particular, DIGITAL shall not be liable for special, indirect, \n * consequential, or incidental damages or damages for lost profits, loss \n * of revenue or loss of use, whether such damages arise in contract, \n * negligence, tort, under statute, in equity, at law or otherwise, even if\n * advised of the possibility of such damage. \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-chips-1.1.1/src/ct_bank.c ) [unpack/xf86-video-chips-1.1.1/src/ct_cursor.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/chips/ct_cursor.c,v 1.24 2001/10/01 13:44:03 eich Exp $ ' $'\n * Copyright 1994 The XFree86 Project\n *\n * Permission is hereby granted, free of charge, to any person obtaining a \n * copy of this software and associated documentation files (the "Software"), \n * to deal in the Software without restriction, including without limitation \n * the rights to use, copy, modify, merge, publish, distribute, sublicense, \n * and/or sell copies of the Software, and to permit persons to whom the \n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL \n * DAVID WEXELBLAT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, \n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF \n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE \n * SOFTWARE.\n * \n * Hardware Cursor for Trident utilizing XAA Cursor code.\n * Written by Alan Hourihane \n * Modified for Chips and Technologies by David Bateman \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-chips-1.1.1/src/ct_cursor.c ) [unpack/xf86-video-chips-1.1.1/src/ct_ddc.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/chips/ct_ddc.c,v 1.8 2001/05/09 19:57:04 dbateman Exp $ ' ' All drivers should typically include these ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-chips-1.1.1/src/ct_ddc.c ) [unpack/xf86-video-chips-1.1.1/src/ct_dga.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/chips/ct_dga.c,v 1.3tsi Exp $ ' 'pScrn->displayWidth != pMode->HDisplay' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-chips-1.1.1/src/ct_dga.c ) [unpack/xf86-video-chips-1.1.1/src/ct_driver.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/chips/ct_driver.c,v 1.132tsi Exp $ ' $'\n * Copyright 1993 by Jon Block \n * Modified by Mike Hollick \n * Modified 1994 by R\303\251gis Cridlig \n *\n * Major Contributors to XFree86 3.2\n * Modified 1995/6 by Nozomi Ytow\n * Modified 1996 by Egbert Eich \n * Modified 1996 by David Bateman \n * Modified 1996 by Xavier Ducoin \n *\n * Contributors to XFree86 3.2\n * Modified 1995/6 by Ken Raeburn \n * Modified 1996 by Shigehiro Nomura \n * Modified 1996 by Marc de Courville \n * Modified 1996 by Adam Sulmicki \n * Modified 1996 by Jens Maurer \n *\n * Large parts rewritten for XFree86 4.0\n * Modified 1998 by David Bateman \n * Modified 1998 by Egbert Eich \n * Modified 1998 by Nozomi Ytow\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of the authors not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. The authors makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-chips-1.1.1/src/ct_driver.c ) [unpack/xf86-video-chips-1.1.1/src/ct_driver.h]=( typeset -a comments=( ' $XConsortium: ct_driver.h /main/3 1996/10/27 11:49:29 kaleb $ ' $'\n * Modified 1996 by Egbert Eich \n * Modified 1996 by David Bateman \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of the authors not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. The authors makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-chips-1.1.1/src/ct_driver.h ) [unpack/xf86-video-chips-1.1.1/src/ct_regs.c]=( typeset -a comments=( $'\n * Created 1998 by David Bateman \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of the authors not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. The authors makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/chips/ct_regs.c,v 1.8tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-chips-1.1.1/src/ct_regs.c ) [unpack/xf86-video-chips-1.1.1/src/ct_shadow.c]=( typeset -a comments=( ' $XFree86: Exp $ ' ' in dwords ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-chips-1.1.1/src/ct_shadow.c ) [unpack/xf86-video-chips-1.1.1/src/ct_video.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/chips/ct_video.c,v 1.16tsi Exp $ ' ' milliseconds ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-chips-1.1.1/src/ct_video.c ) [unpack/xf86-video-chips-1.1.1/util/AsmMacros.h]=( typeset -a comments=( ' $XConsortium: AsmMacros.h /main/13 1996/10/25 11:33:12 kaleb $ ' $'\n * (c) Copyright 1993,1994 by David Wexelblat \n *\n * Permission is hereby granted, free of charge, to any person obtaining a \n * copy of this software and associated documentation files (the "Software"), \n * to deal in the Software without restriction, including without limitation \n * the rights to use, copy, modify, merge, publish, distribute, sublicense, \n * and/or sell copies of the Software, and to permit persons to whom the \n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL \n * DAVID WEXELBLAT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, \n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF \n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE \n * SOFTWARE.\n * \n * Except as contained in this notice, the name of David Wexelblat shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from David Wexelblat.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-chips-1.1.1/util/AsmMacros.h ) [unpack/xf86-video-chips-1.1.1/util/dRegs.c]=( typeset -a comments=( ' $XConsortium: dRegs.c /main/2 1996/10/27 11:49:40 kaleb $ ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/chips/util/dRegs.c,v 1.8 2001/10/01 13:44:04 eich Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-chips-1.1.1/util/dRegs.c ) [unpack/xf86-video-chips-1.1.1/util/mRegs.c]=( typeset -a comments=( ' $XConsortium: mRegs.c /main/2 1996/10/27 11:49:43 kaleb $ ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/chips/util/mRegs.c,v 1.5 2000/10/23 12:10:13 alanh Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-chips-1.1.1/util/mRegs.c ) [unpack/xf86-video-chips-1.1.1/util/modClock.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/chips/util/modClock.c,v 1.5 2001/05/09 19:57:06 dbateman Exp $ ' ' broken NCR ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-chips-1.1.1/util/modClock.c ) [unpack/xf86-video-cirrus-1.1.0/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-video-cirrus-1.1.0/ltmain.sh ) [unpack/xf86-video-cirrus-1.1.0/src/CirrusClk.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/CirrusClk.c,v 1.8 1998/12/06 06:08:28 dawes Exp $ ' $'\n * Programming of the built-in Cirrus clock generator.\n * Harm Hanemaayer \n *\n * VCO stability criterion code added by Koen Gadeyne (koen.gadeyne@barco.com)\n * Max clock specification added by Harm Hanemaayer (H.Hanemaayer@inter.nl.net)\n *\n * Minor changes and cleanup Itai Nahshon.\n *\n * Made this completly chipset independent, and moved chipset dependent parts\n * into the specific sub-drivers. Derek Fawcus \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-cirrus-1.1.0/src/CirrusClk.c ) [unpack/xf86-video-cirrus-1.1.0/src/alp.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/alp.h,v 1.6 2001/02/15 17:39:28 eich Exp $ ' ' (c) Itai Nahshon ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-cirrus-1.1.0/src/alp.h ) [unpack/xf86-video-cirrus-1.1.0/src/alp_driver.c]=( typeset -a comments=( $'\n * Driver for CL-GD5480.\n * Itai Nahshon.\n *\n * Support for the CL-GD7548: David Monniaux\n *\n * This is mainly a cut & paste from the MGA driver.\n * Original autors and contributors list include:\n * Radoslaw Kapitan, Andrew Vanderstock, Dirk Hohndel,\n * David Dawes, Andrew E. Mileski, Leonard N. Zubkoff,\n * Guy DESBIEF\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/alp_driver.c,v 1.35 2003/11/03 05:11:09 tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-cirrus-1.1.0/src/alp_driver.c ) [unpack/xf86-video-cirrus-1.1.0/src/alp_hwcurs.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/alp_hwcurs.c,v 1.4 2000/12/06 15:35:15 eich Exp $ ' ' (c) Itai Nahshon ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-cirrus-1.1.0/src/alp_hwcurs.c ) [unpack/xf86-video-cirrus-1.1.0/src/alp_i2c.c]=( typeset -a comments=( ' (c) Itai Nahshon ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/alp_i2c.c,v 1.6 1999/02/28 11:19:38 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-cirrus-1.1.0/src/alp_i2c.c ) [unpack/xf86-video-cirrus-1.1.0/src/alp_xaa.c]=( typeset -a comments=( ' (c) Itai Nahshon ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/alp_xaa.c,v 1.7 2001/10/01 13:44:05 eich Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-cirrus-1.1.0/src/alp_xaa.c ) [unpack/xf86-video-cirrus-1.1.0/src/alp_xaam.c]=( typeset -a comments=( ' (c) Itai Nahshon ' ' #define DEBUG ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-cirrus-1.1.0/src/alp_xaam.c ) [unpack/xf86-video-cirrus-1.1.0/src/cir.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/cir.h,v 1.20 2002/01/04 21:26:54 tsi Exp $ ' ' (c) Itai Nahshon ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-cirrus-1.1.0/src/cir.h ) [unpack/xf86-video-cirrus-1.1.0/src/cir_dga.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/cir_dga.c,v 1.5 2001/02/15 17:39:27 eich Exp $ ' $'\n * Copyright 2000 by Egbert Eich\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * EGBERT EICH DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Adapted from: Alan Hourihane, \n * by: Egbert Eich\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-cirrus-1.1.0/src/cir_dga.c ) [unpack/xf86-video-cirrus-1.1.0/src/cir_driver.c]=( typeset -a comments=( $'\n * Driver for CL-GD5480.\n * Itai Nahshon.\n *\n * Support for the CL-GD7548: David Monniaux\n *\n * This is mainly a cut & paste from the MGA driver.\n * Original autors and contributors list include:\n *\tRadoslaw Kapitan, Andrew Vanderstock, Dirk Hohndel,\n *\tDavid Dawes, Andrew E. Mileski, Leonard N. Zubkoff,\n *\tGuy DESBIEF\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/cir_driver.c,v 1.67 2001/05/15 10:19:37 eich Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-cirrus-1.1.0/src/cir_driver.c ) [unpack/xf86-video-cirrus-1.1.0/src/cir_shadow.c]=( typeset -a comments=( ' $XFree86: Exp $ ' $'\n Copyright (c) 1999,2000 The XFree86 Project Inc. \n based on code written by Mark Vojkovich \n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-cirrus-1.1.0/src/cir_shadow.c ) [unpack/xf86-video-cirrus-1.1.0/src/lg.h]=( typeset -a comments=( $'\n * Common strutures and function for CL-GD546x -- The Laguna family\n *\n * lg.h\n *\n * (c) 1998 Corin Anderson.\n * corina@the4cs.com\n * Tukwila, WA\n *\n * Inspired by cir.h\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/lg.h,v 1.11 2000/12/06 15:35:16 eich Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-cirrus-1.1.0/src/lg.h ) [unpack/xf86-video-cirrus-1.1.0/src/lg_driver.c]=( typeset -a comments=( $'\n * Driver for CL-GD546x -- The Laguna family\n *\n * lg_driver.c\n *\n * (c) 1998 Corin Anderson.\n * corina@the4cs.com\n * Tukwila, WA\n *\n * This driver is derived from the cir_driver.c module.\n * Original authors and contributors list include:\n *\tRadoslaw Kapitan, Andrew Vanderstock, Dirk Hohndel,\n *\tDavid Dawes, Andrew E. Mileski, Leonard N. Zubkoff,\n *\tGuy DESBIEF, Itai Nahshon.\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/lg_driver.c,v 1.49 2003/11/03 05:11:09 tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-cirrus-1.1.0/src/lg_driver.c ) [unpack/xf86-video-cirrus-1.1.0/src/lg_hwcurs.c]=( typeset -a comments=( $'\n * Hardware cursor support for CL-GD546x -- The Laugna family\n *\n * lg_hwcurs.c\n *\n * (c) 1998 Corin Anderson.\n * corina@the4cs.com\n * Tukwila, WA\n *\n * Much of this code is inspired by the HW cursor code from XFree86\n * 3.3.3.\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/lg_hwcurs.c,v 1.4 2000/12/06 15:35:17 eich Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-cirrus-1.1.0/src/lg_hwcurs.c ) [unpack/xf86-video-cirrus-1.1.0/src/lg_i2c.c]=( typeset -a comments=( ' (c) Itai Nahshon ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/lg_i2c.c,v 1.1 1998/11/15 04:30:25 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-cirrus-1.1.0/src/lg_i2c.c ) [unpack/xf86-video-cirrus-1.1.0/src/lg_xaa.c]=( typeset -a comments=( $'\n * XAA acceleration for CL-GD546x -- The Laugna family\n *\n * lg_xaa.c\n *\n * (c) 1998 Corin Anderson.\n * corina@the4cs.com\n * Tukwila, WA\n *\n * Much of this code is inspired by the XAA acceleration from XFree86\n * 3.3.3, laguna_acl.c\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/lg_xaa.c,v 1.4 2000/12/06 15:35:17 eich Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-cirrus-1.1.0/src/lg_xaa.c ) [unpack/xf86-video-cirrus-1.1.0/src/lg_xaa.h]=( typeset -a comments=( $'\n * XAA acceleration for CL-GD546x -- The Laugna family\n *\n * lg_xaa.h\n *\n * (c) 1996,1998 Corin Anderson.\n * corina@the4cs.com\n * Tukwila, WA\n *\n * This header file draws much from the file cir_blitLG.h in version 3.3.3\n * of XFree86.\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/lg_xaa.h,v 1.1 1998/11/22 10:37:21 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-cirrus-1.1.0/src/lg_xaa.h ) [unpack/xf86-video-cyrix-1.1.0/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-video-cyrix-1.1.0/ltmain.sh ) [unpack/xf86-video-cyrix-1.1.0/src/cyrix.h]=( typeset -a comments=( $'\n * Copyright 2000 by Richard A. Hecker, California, United States\n * Copyright 2002 by Red Hat Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * RICHARD HECKER DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL RICHARD HECKER BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL RICHARD HECKER BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Richard Hecker, hecker@cat.dfrc.nasa.gov\n * Re-written for XFree86 v4.0\n * Chunks re-written again for XFree86 v4.2\n *\t Alan Cox \n * Previous driver (pre-XFree86 v4.0) by\n * Annius V. Groenink (A.V.Groenink@zfc.nl, avg@cwi.nl),\n * Dirk H. Hohndel (hohndel@suse.de),\n * Portions: the GGI project & confidential CYRIX databooks.\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cyrix/cyrix.h,v 1.2 2000/04/19 16:57:43 eich Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-cyrix-1.1.0/src/cyrix.h ) [unpack/xf86-video-cyrix-1.1.0/src/cyrix_accel.c]=( typeset -a comments=( $'\n * Copyright 2000 by Richard A. Hecker, California, United States\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Richard Hecker not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Richard Hecker makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * RICHARD HECKER DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL RICHARD HECKER BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Richard Hecker, hecker@cat.dfrc.nasa.gov\n * Re-written for XFree86 v4.0\n * Previous driver (pre-XFree86 v4.0) by\n * Annius V. Groenink (A.V.Groenink@zfc.nl, avg@cwi.nl),\n * Dirk H. Hohndel (hohndel@suse.de),\n * Portions: the GGI project & confidential CYRIX databooks.\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cyrix/cyrix_accel.c,v 1.3 2000/04/19 16:57:43 eich Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-cyrix-1.1.0/src/cyrix_accel.c ) [unpack/xf86-video-cyrix-1.1.0/src/cyrix_bank.c]=( typeset -a comments=( $'\n * Copyright 2000 by Richard A. Hecker, California, United States\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Richard Hecker not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Richard Hecker makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * RICHARD HECKER DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL RICHARD HECKER BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Richard Hecker, hecker@cat.dfrc.nasa.gov\n * Re-written for XFree86 v4.0\n * Previous driver (pre-XFree86 v4.0) by\n * Annius V. Groenink (A.V.Groenink@zfc.nl, avg@cwi.nl),\n * Dirk H. Hohndel (hohndel@suse.de),\n * Portions: the GGI project & confidential CYRIX databooks.\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cyrix/cyrix_bank.c,v 1.1 2000/02/13 00:56:10 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-cyrix-1.1.0/src/cyrix_bank.c ) [unpack/xf86-video-cyrix-1.1.0/src/cyrix_driver.c]=( typeset -a comments=( $'\n * Copyright 2000 by Richard A. Hecker, California, United States\n * Copyright 2002 by Red Hat Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Richard Hecker not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Richard Hecker makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * RICHARD HECKER DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL RICHARD HECKER BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL RICHARD HECKER BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Richard Hecker, hecker@cat.dfrc.nasa.gov\n * Re-written for XFree86 v4.0\n *\n * Chunks re-written again for XFree86 v4.2\n *\t Alan Cox \n *\t\t- Fixed cursor handling\n *\t\t- Rewrote parts of the broken mode switch code\n *\t\t- Added proper PCI detection\n *\t\t- Added ShadowFB support\n *\t\t- Added rotate support\n *\t\t- Fixed palette loading/restore\n *\t\t- Added "Nocompression" option\n *\t\t- Fixed line length loading\n *\t\t- Fixed panning logic\n *\n * Previous driver (pre-XFree86 v4.0) by\n * Annius V. Groenink (A.V.Groenink@zfc.nl, avg@cwi.nl),\n * Dirk H. Hohndel (hohndel@suse.de),\n * Portions: the GGI project & confidential CYRIX databooks.\n *\t\t(note that most of the data books have been released by\n *\t\t NatSemi and are downloadable for free as pdf files)\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cyrix/cyrix_driver.c,v 1.30tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-cyrix-1.1.0/src/cyrix_driver.c ) [unpack/xf86-video-cyrix-1.1.0/src/cyrix_helper.c]=( typeset -a comments=( $'\n * Copyright 2000 by Richard A. Hecker, California, United States\n * Copyright 2002 by Red Hat Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Richard Hecker not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Richard Hecker makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * RICHARD HECKER DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL RICHARD HECKER BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL RICHARD HECKER BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Richard Hecker, hecker@cat.dfrc.nasa.gov\n * Re-written for XFree86 v4.0\n *\n * Chunks re-written again for XFree86 v4.2\n *\t Alan Cox \n *\n * Previous driver (pre-XFree86 v4.0) by\n * Annius V. Groenink (A.V.Groenink@zfc.nl, avg@cwi.nl),\n * Dirk H. Hohndel (hohndel@suse.de),\n * Portions: the GGI project & confidential CYRIX databooks.\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cyrix/cyrix_helper.c,v 1.4 2002/11/06 11:38:59 alanh Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-cyrix-1.1.0/src/cyrix_helper.c ) [unpack/xf86-video-cyrix-1.1.0/src/cyrix_shadow.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/mga/mga_shadow.c,v 1.1 1999/08/14 10:49:48 dawes Exp $ ' $'\n Copyright (c) 1999, The XFree86 Project Inc. \n Written by Mark Vojkovich \n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-cyrix-1.1.0/src/cyrix_shadow.c ) [unpack/xf86-video-dummy-0.2.0/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-video-dummy-0.2.0/ltmain.sh ) [unpack/xf86-video-dummy-0.2.0/src/dummy.h]=( typeset -a comments=( ' $XFree86$ ' ' All drivers should typically include these ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-dummy-0.2.0/src/dummy.h ) [unpack/xf86-video-dummy-0.2.0/src/dummy_cursor.c]=( typeset -a comments=( ' All drivers should typically include these ' ' Driver specific headers ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-dummy-0.2.0/src/dummy_cursor.c ) [unpack/xf86-video-dummy-0.2.0/src/dummy_dga.c]=( typeset -a comments=( ' restore the original mode ' ' save the old parameters ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-dummy-0.2.0/src/dummy_dga.c ) [unpack/xf86-video-dummy-0.2.0/src/dummy_driver.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/dummy/dummy_driver.c,v 1.5tsi Exp $ ' $'\n * Copyright 2002, SuSE Linux AG, Author: Egbert Eich\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-dummy-0.2.0/src/dummy_driver.c ) [unpack/xf86-video-glint-1.1.1/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-video-glint-1.1.1/ltmain.sh ) [unpack/xf86-video-glint-1.1.1/src/IBMramdac.c]=( typeset -a comments=( $'\n * Copyright 1998 by Alan Hourihane, Wigan, England.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n *\n * glintOutIBMRGBIndReg() and glintInIBMRGBIndReg() are used to access \n * the indirect IBM RAMDAC registers only.\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/glint/IBMramdac.c,v 1.5 1998/08/29 14:34:34 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-glint-1.1.1/src/IBMramdac.c ) [unpack/xf86-video-glint-1.1.1/src/TIramdac.c]=( typeset -a comments=( $'\n * Copyright 1998-2001 by Alan Hourihane, Wigan, England.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n *\n * Modified from IBMramdac.c to support TI RAMDAC routines \n * by Jens Owen, .\n *\n * glintOutTIIndReg() and glintInTIIndReg() are used to access \n * the indirect TI RAMDAC registers only.\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/glint/TIramdac.c,v 1.4 2001/01/31 16:14:52 alanh Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-glint-1.1.1/src/TIramdac.c ) [unpack/xf86-video-glint-1.1.1/src/glint.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/glint/glint.h,v 1.58tsi Exp $ ' $'\n * Copyright 1997-2001 by Alan Hourihane \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n * Dirk Hohndel, \n *\t Stefan Dirsch, \n *\n * this work is sponsored by S.u.S.E. GmbH, Fuerth, Elsa GmbH, Aachen and\n * Siemens Nixdorf Informationssysteme\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-glint-1.1.1/src/glint.h ) [unpack/xf86-video-glint-1.1.1/src/glint_common.h]=( typeset -a comments=( $' glint_common.h -- common header definitions for Gamma 2D/3D/DRM suite\n *\n * Copyright 2002 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Converted to common header format:\n * Jens Owen \n *\n * $XFree86: xc/programs/Xserver/hw/xfree86/drivers/glint/glint_common.h,v 1.1 2002/10/30 12:52:15 alanh Exp $\n *\n ' $'\n * WARNING: If you change any of these defines, make sure to change\n * the kernel include file as well (gamma_drm.h)\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-glint-1.1.1/src/glint_common.h ) [unpack/xf86-video-glint-1.1.1/src/glint_dga.c]=( typeset -a comments=( $'\n * Copyright 2000-2001 by Alan Hourihane, Sychdyn, North Wales, UK.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/glint/glint_dga.c,v 1.3 2001/04/10 20:33:30 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-glint-1.1.1/src/glint_dga.c ) [unpack/xf86-video-glint-1.1.1/src/glint_dri.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/glint/glint_dri.c,v 1.37 2003/11/10 18:22:20 tsi Exp $ ' $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-glint-1.1.1/src/glint_dri.c ) [unpack/xf86-video-glint-1.1.1/src/glint_dri.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/glint/glint_dri.h,v 1.6 2002/02/22 21:45:16 dawes Exp $ ' $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-glint-1.1.1/src/glint_dri.h ) [unpack/xf86-video-glint-1.1.1/src/glint_dripriv.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/glint/glint_dripriv.h,v 1.5 2000/06/17 10:00:13 alanh Exp $ ' $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-glint-1.1.1/src/glint_dripriv.h ) [unpack/xf86-video-glint-1.1.1/src/glint_driver.c]=( typeset -a comments=( $'\n * Copyright 1997-2001 by Alan Hourihane, Wigan, England.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n * Dirk Hohndel, \n *\t Stefan Dirsch, \n *\t Michel D\303\244nzer, \n *\t Sven Luther, \n *\n * this work is sponsored by S.u.S.E. GmbH, Fuerth, Elsa GmbH, Aachen, \n * Siemens Nixdorf Informationssysteme and Appian Graphics.\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/glint/glint_driver.c,v 1.162 2003/11/03 05:11:11 tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-glint-1.1.1/src/glint_driver.c ) [unpack/xf86-video-glint-1.1.1/src/glint_regs.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/glint/glint_regs.h,v 1.36tsi Exp $ ' $'\n * glint register file \n *\n * Copyright by Stefan Dirsch, Dirk Hohndel, Alan Hourihane\n * Authors: Alan Hourihane, \n * Dirk Hohndel, \n * Stefan Dirsch, \n * Simon P., \n *\n * this work is sponsored by S.u.S.E. GmbH, Fuerth, Elsa GmbH, Aachen and\n * Siemens Nixdorf Informationssysteme\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-glint-1.1.1/src/glint_regs.h ) [unpack/xf86-video-glint-1.1.1/src/glint_shadow.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/glint/glint_shadow.c,v 1.0 1999/08/22 05:57:35 dawes Exp $ ' $'\n Copyright (c) 1999, The XFree86 Project Inc. \n Code adapted from mga/mga_shadow.c (Mark Vojkovich )\n by Michel D\303\244nzer \n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-glint-1.1.1/src/glint_shadow.c ) [unpack/xf86-video-glint-1.1.1/src/pm2_accel.c]=( typeset -a comments=( $'\n * Copyright 1997-2001 by Alan Hourihane, Wigan, England.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n * Dirk Hohndel, \n * Stefan Dirsch, \n * Mark Vojkovich, \n * Michel D\303\244nzer, \n *\n * this work is sponsored by S.u.S.E. GmbH, Fuerth, Elsa GmbH, Aachen and\n * Siemens Nixdorf Informationssysteme\n * \n * Permedia 2 accelerated options.\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/glint/pm2_accel.c,v 1.30 2001/05/30 11:41:53 alanh Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-glint-1.1.1/src/pm2_accel.c ) [unpack/xf86-video-glint-1.1.1/src/pm2_dac.c]=( typeset -a comments=( $'\n * Copyright 1997-2001 by Alan Hourihane \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n * Dirk Hohndel, \n *\t Stefan Dirsch, \n *\t Helmut Fahrion, \n *\t Michel D\303\244nzer, \n *\n * this work is sponsored by S.u.S.E. GmbH, Fuerth, Elsa GmbH, Aachen and\n * Siemens Nixdorf Informationssysteme\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/glint/pm2_dac.c,v 1.26tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-glint-1.1.1/src/pm2_dac.c ) [unpack/xf86-video-glint-1.1.1/src/pm2_video.c]=( typeset -a comments=( $'\n * Permedia 2 Xv Driver\n *\n * Copyright (C) 1998-2000 Michael H. Schimek \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to deal\n * in the Software without restriction, including without limitation the rights\n * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n * copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/glint/pm2_video.c,v 1.25tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-glint-1.1.1/src/pm2_video.c ) [unpack/xf86-video-glint-1.1.1/src/pm2ramdac.c]=( typeset -a comments=( $'\n * Copyright 1998 by Alan Hourihane, Wigan, England.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n *\n * Permedia2OutIndReg() and Permedia2InIndReg() are used to access \n * the indirect Permedia2 RAMDAC registers only.\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/glint/pm2ramdac.c,v 1.10 1999/07/18 03:26:57 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-glint-1.1.1/src/pm2ramdac.c ) [unpack/xf86-video-glint-1.1.1/src/pm2v_dac.c]=( typeset -a comments=( $'\n * Copyright 1997-2001 by Alan Hourihane \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n * Dirk Hohndel, \n *\t Stefan Dirsch, \n *\t Helmut Fahrion, \n *\n * this work is sponsored by S.u.S.E. GmbH, Fuerth, Elsa GmbH, Aachen and\n * Siemens Nixdorf Informationssysteme\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/glint/pm2v_dac.c,v 1.29tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-glint-1.1.1/src/pm2v_dac.c ) [unpack/xf86-video-glint-1.1.1/src/pm2vramdac.c]=( typeset -a comments=( $'\n * Copyright 1998 by Alan Hourihane, Wigan, England.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n *\n * Permedia2vOutIndReg() and Permedia2vInIndReg() are used to access \n * the indirect Permedia2v RAMDAC registers only.\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/glint/pm2vramdac.c,v 1.5 2001/01/30 10:06:35 alanh Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-glint-1.1.1/src/pm2vramdac.c ) [unpack/xf86-video-glint-1.1.1/src/pm3_accel.c]=( typeset -a comments=( ' $XdotOrg: driver/xf86-video-glint/src/pm3_accel.c,v 1.6 2006/04/07 19:07:59 ajax Exp $ ' $'\n * Copyright 2000-2001 by Sven Luther .\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Sven Luther not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Sven Luther makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * SVEN LUTHER DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL SVEN LUTHER BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Sven Luther, \n * Alan Hourihane, \n *\n * this work is sponsored by Appian Graphics.\n * \n * Permedia 3 accelerated options.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-glint-1.1.1/src/pm3_accel.c ) [unpack/xf86-video-glint-1.1.1/src/pm3_dac.c]=( typeset -a comments=( $'\n * Copyright 2000,2001 by Sven Luther .\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Sven Luther not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Sven Luther makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * SVEN LUTHER DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL SVEN LUTHER BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Sven Luther, \n * Thomas Witzel, \n * Alan Hourihane, \n *\n * this work is sponsored by Appian Graphics.\n * \n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/glint/pm3_dac.c,v 1.33tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-glint-1.1.1/src/pm3_dac.c ) [unpack/xf86-video-glint-1.1.1/src/pm3_regs.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/glint/pm3_regs.h,v 1.9tsi Exp $ ' $'\n * glint register file \n *\n * Copyright by Sven Luther\n * Authors: Sven Luther, \n * Thomas Witzel, \n *\n * this work is sponsored by Appian Graphics.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-glint-1.1.1/src/pm3_regs.h ) [unpack/xf86-video-glint-1.1.1/src/pm3_video.c]=( typeset -a comments=( $'\n * Copyright 2001 by Alan Hourihane, Sychdyn, North Wales.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, alanh@fairlite.demon.co.uk\n * Sven Luther \n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/glint/pm3_video.c,v 1.14tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-glint-1.1.1/src/pm3_video.c ) [unpack/xf86-video-glint-1.1.1/src/pm_accel.c]=( typeset -a comments=( $'\n * Copyright 1997-2001 by Alan Hourihane, Wigan, England.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n * Dirk Hohndel, \n * Stefan Dirsch, \n *\n * this work is sponsored by S.u.S.E. GmbH, Fuerth, Elsa GmbH, Aachen and\n * Siemens Nixdorf Informationssysteme\n * \n * Permedia accelerated options.\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/glint/pm_accel.c,v 1.24tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-glint-1.1.1/src/pm_accel.c ) [unpack/xf86-video-glint-1.1.1/src/pm_dac.c]=( typeset -a comments=( $'\n * Copyright 1997-2001 by Alan Hourihane \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n * Dirk Hohndel, \n *\t Stefan Dirsch, \n *\t Helmut Fahrion, \n *\n * this work is sponsored by S.u.S.E. GmbH, Fuerth, Elsa GmbH, Aachen and\n * Siemens Nixdorf Informationssysteme\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/glint/pm_dac.c,v 1.11tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-glint-1.1.1/src/pm_dac.c ) [unpack/xf86-video-glint-1.1.1/src/sx_accel.c]=( typeset -a comments=( $'\n * Copyright 1997-2001 by Alan Hourihane, Wigan, England.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n * Dirk Hohndel, \n * Stefan Dirsch, \n *\n * this work is sponsored by S.u.S.E. GmbH, Fuerth, Elsa GmbH, Aachen and\n * Siemens Nixdorf Informationssysteme\n * \n * GLINT 300SX accelerated options.\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/glint/sx_accel.c,v 1.7 2001/05/29 11:23:38 alanh Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-glint-1.1.1/src/sx_accel.c ) [unpack/xf86-video-glint-1.1.1/src/tx_accel.c]=( typeset -a comments=( $'\n * Copyright 1997-2001 by Alan Hourihane, Wigan, England.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n * Dirk Hohndel, \n * Stefan Dirsch, \n *\n * this work is sponsored by S.u.S.E. GmbH, Fuerth, Elsa GmbH, Aachen and\n * Siemens Nixdorf Informationssysteme\n * \n * GLINT 500TX / MX accelerated options.\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/glint/tx_accel.c,v 1.27 2001/05/29 11:23:38 alanh Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-glint-1.1.1/src/tx_accel.c ) [unpack/xf86-video-glint-1.1.1/src/tx_dac.c]=( typeset -a comments=( $'\n * Copyright 1997-2001 by Alan Hourihane \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n * Dirk Hohndel, \n *\t Stefan Dirsch, \n *\t Helmut Fahrion, \n *\n * this work is sponsored by S.u.S.E. GmbH, Fuerth, Elsa GmbH, Aachen and\n * Siemens Nixdorf Informationssysteme\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/glint/tx_dac.c,v 1.15tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-glint-1.1.1/src/tx_dac.c ) [unpack/xf86-video-i128-1.2.1/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-video-i128-1.2.1/ltmain.sh ) [unpack/xf86-video-i128-1.2.1/src/IBMRGB.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i128/IBMRGB.h,v 1.1 2000/10/04 23:34:58 robin Exp $ ' ' $XConsortium: $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-i128-1.2.1/src/IBMRGB.h ) [unpack/xf86-video-i128-1.2.1/src/Ti302X.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i128/Ti302X.h,v 1.2 2001/03/03 22:26:11 tsi Exp $ ' $'\n * Copyright 1994-2000 by Robin Cutshaw \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Robin Cutshaw not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Robin Cutshaw makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ROBIN CUTSHAW DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ROBIN CUTSHAW BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-i128-1.2.1/src/Ti302X.h ) [unpack/xf86-video-i128-1.2.1/src/i128.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i128/i128.h,v 1.5 2001/04/01 14:00:11 tsi Exp $ ' $'\n * Number Nine I128 functions\n *\n * Copyright 1996 The XFree86 Project, Inc.\n *\n * Author\n *\t\tRobin Cutshaw\n *\t\t\trobin@XFree86.Org\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-i128-1.2.1/src/i128.h ) [unpack/xf86-video-i128-1.2.1/src/i128IBMDAC.c]=( typeset -a comments=( $'\n * Copyright 1996-2000 by Robin Cutshaw \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Robin Cutshaw not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Robin Cutshaw makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ROBIN CUTSHAW DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ROBIN CUTSHAW BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i128/i128IBMDAC.c,v 1.3tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-i128-1.2.1/src/i128IBMDAC.c ) [unpack/xf86-video-i128-1.2.1/src/i128_driver.c]=( typeset -a comments=( $'\n * Copyright 1995-2000 by Robin Cutshaw \n * Copyright 1998 by Number Nine Visual Technology, Inc.\n * \n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Robin Cutshaw not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Robin Cutshaw and Number Nine make no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * ROBIN CUTSHAW AND NUMBER NINE DISCLAIM ALL WARRANTIES WITH REGARD TO THIS\n * SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND\n * FITNESS, IN NO EVENT SHALL ROBIN CUTSHAW OR NUMBER NINE BE LIABLE FOR\n * ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN\n * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING\n * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i128/i128_driver.c,v 1.34tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-i128-1.2.1/src/i128_driver.c ) [unpack/xf86-video-i128-1.2.1/src/i128accel.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i128/i128accel.c,v 1.7 2000/12/06 01:07:34 robin Exp $ ' $'\n * Copyright 1997-2000 by Robin Cutshaw \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Robin Cutshaw not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Robin Cutshaw makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ROBIN CUTSHAW DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ROBIN CUTSHAW BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-i128-1.2.1/src/i128accel.c ) [unpack/xf86-video-i128-1.2.1/src/i128dga.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i128/i128dga.c,v 1.3tsi Exp $ ' 'pScrn->displayWidth != pMode->HDisplay' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-i128-1.2.1/src/i128dga.c ) [unpack/xf86-video-i128-1.2.1/src/i128exa.c]=( typeset -a comments=( $'\n * Copyright 1997-2000 by Robin Cutshaw \n * Copyright 2005 Adam Jackson \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of the authors not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. The authors make no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * THE AUTHORS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' Solid and Copy support derived from the i128 XAA code ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-i128-1.2.1/src/i128exa.c ) [unpack/xf86-video-i128-1.2.1/src/i128init.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i128/i128init.c,v 1.5 2000/11/03 00:50:53 robin Exp $ ' $'\n * Copyright 1995-2000 by Robin Cutshaw \n * Copyright 1998 by Number Nine Visual Technology, Inc.\n * \n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Robin Cutshaw not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Robin Cutshaw and Number Nine make no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * ROBIN CUTSHAW AND NUMBER NINE DISCLAIM ALL WARRANTIES WITH REGARD TO THIS\n * SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND\n * FITNESS, IN NO EVENT SHALL ROBIN CUTSHAW OR NUMBER NINE BE LIABLE FOR\n * ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN\n * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING\n * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-i128-1.2.1/src/i128init.c ) [unpack/xf86-video-i128-1.2.1/src/i128reg.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i128/i128reg.h,v 1.2 2000/10/23 14:11:39 robin Exp $ ' $'\n * Copyright 1994 by Robin Cutshaw \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Robin Cutshaw not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Robin Cutshaw makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ROBIN CUTSHAW DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ROBIN CUTSHAW BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-i128-1.2.1/src/i128reg.h ) [unpack/xf86-video-i740-1.1.0/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-video-i740-1.1.0/ltmain.sh ) [unpack/xf86-video-i740-1.1.0/src/i740.h]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i740/i740.h,v 1.7 2002/10/23 16:08:36 tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-i740-1.1.0/src/i740.h ) [unpack/xf86-video-i740-1.1.0/src/i740_accel.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i740/i740_accel.c,v 1.6 2002/01/25 21:56:02 tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-i740-1.1.0/src/i740_accel.c ) [unpack/xf86-video-i740-1.1.0/src/i740_cursor.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i740/i740_cursor.c,v 1.4 2000/02/23 04:47:13 martin Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-i740-1.1.0/src/i740_cursor.c ) [unpack/xf86-video-i740-1.1.0/src/i740_dga.c]=( typeset -a comments=( $'\n * Copyright 2001 by Patrick LERDA\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Patrick LERDA not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Patrick LERDA makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * PATRICK LERDA DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL PATRICK LERDA BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Patrick LERDA\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i740/i740_dga.c,v 1.1tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-i740-1.1.0/src/i740_dga.c ) [unpack/xf86-video-i740-1.1.0/src/i740_dga.h]=( typeset -a comments=( $'\n * Copyright 2001 by Patrick LERDA\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Patrick LERDA not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Patrick LERDA makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * PATRICK LERDA DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL PATRICK LERDA BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Patrick LERDA\n ' ' $XFree86$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-i740-1.1.0/src/i740_dga.h ) [unpack/xf86-video-i740-1.1.0/src/i740_driver.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i740/i740_driver.c,v 1.49tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-i740-1.1.0/src/i740_driver.c ) [unpack/xf86-video-i740-1.1.0/src/i740_i2c.c]=( typeset -a comments=( $'\n * Copyright 2001 by Patrick LERDA\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Patrick LERDA not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Patrick LERDA makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * PATRICK LERDA DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL PATRICK LERDA BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Patrick LERDA\n ' ' $XFree86$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-i740-1.1.0/src/i740_i2c.c ) [unpack/xf86-video-i740-1.1.0/src/i740_io.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i740/i740_io.c,v 1.4 2002/01/25 21:56:03 tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-i740-1.1.0/src/i740_io.c ) [unpack/xf86-video-i740-1.1.0/src/i740_macros.h]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i740/i740_macros.h,v 1.3 2002/01/25 21:56:03 tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-i740-1.1.0/src/i740_macros.h ) [unpack/xf86-video-i740-1.1.0/src/i740_reg.h]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i740/i740_reg.h,v 1.1 1999/08/29 12:20:59 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-i740-1.1.0/src/i740_reg.h ) [unpack/xf86-video-i740-1.1.0/src/i740_video.c]=( typeset -a comments=( $'\n * Copyright 2001 by Patrick LERDA\n * Portions Copyright by Stephen Blackheath\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Patrick LERDA not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Patrick LERDA makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * PATRICK LERDA DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL PATRICK LERDA BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Patrick LERDA\n * with modifications by Stephen Blackheath (Aug 2002)\n * \n * REVISION HISTORY:\n * December 2001 - Patrick LERDA\'s original i740fb project on SourceForge.\n * 27 August 2002 - Patrick\'s version would run for an hour or two on my\n * machine, then the screen would go blank (no signal to monitor) and for\n * some reason I sometimes couldn\'t even log in through the network. I had\n * to re-boot my machine. This version fixes that and makes a few other\n * unnecessary tweaks. I am not certain, but I think the problem is that\n * Patrick\'s code was reading a value from XRX register 0xD0, and or\'ing\n * with 0x10. When I removed this from the main loop, it became reliable.\n * I suspect the hardware (whether just my cheap clone board only I\'m not\n * sure) was sometimes returning bogus values, which were then programmed\n * back in - but I never checked this. This register is related to\n * powering on or off certain subsystems of the i740 chip, so that might\n * explain the blank screen. - Stephen Blackheath\n * 3 September 2002 - Added software scaling in the situation where the\n * screen size is smaller than the original video size, since scaling down\n * is not supported by the hardware. The implementation of this is not\n * quite complete.\n * 12 September 2002 - Better software scaling with some averaging, giving a\n * nicer picture.\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i740/i740_video.c,v 1.5tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-i740-1.1.0/src/i740_video.c ) [unpack/xf86-video-intel-2.1.1/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006,\n 2007 Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/ltmain.sh ) [unpack/xf86-video-intel-2.1.1/src/bios_reader/bios_dumper.c]=( typeset -a comments=( $'\n * Copyright \302\251 2007 Intel Corporation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Eric Anholt \n *\n ' ' Grab the graphics card ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/bios_reader/bios_dumper.c ) [unpack/xf86-video-intel-2.1.1/src/bios_reader/bios_reader.c]=( typeset -a comments=( $'\n * Copyright \251 2006 Intel Corporation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Authors:\n * Eric Anholt \n *\n ' ' Make a fake pI830 so we can easily pull i830_bios.c code in here. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/bios_reader/bios_reader.c ) [unpack/xf86-video-intel-2.1.1/src/brw_defines.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2005 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $'\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/brw_defines.h ) [unpack/xf86-video-intel-2.1.1/src/brw_structs.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2005 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' $' Command packets:\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/brw_structs.h ) [unpack/xf86-video-intel-2.1.1/src/ch7017/ch7017.c]=( typeset -a comments=( $'\n * Copyright \302\251 2006 Intel Corporation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Eric Anholt \n *\n ' '* Probes for a CH7017 on the given bus and slave address. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/ch7017/ch7017.c ) [unpack/xf86-video-intel-2.1.1/src/ch7017/ch7017_module.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/ch7017/ch7017_module.c ) [unpack/xf86-video-intel-2.1.1/src/ch7017/ch7017_reg.h]=( typeset -a comments=( $'\n * Copyright \302\251 2006 Intel Corporation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Authors:\n * Eric Anholt \n *\n ' '* Enables the TV output path. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/ch7017/ch7017_reg.h ) [unpack/xf86-video-intel-2.1.1/src/ch7xxx/ch7xxx.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright \302\251 2006 Dave Airlie\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'* @file\n * driver for the Chrontel 7xxx DVI chip over DVO.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/ch7xxx/ch7xxx.c ) [unpack/xf86-video-intel-2.1.1/src/ch7xxx/ch7xxx.h]=( typeset -a comments=( $'*************************************************************************\n\n Copyright 2006 Dave Airlie \n \nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nTHE COPYRIGHT HOLDERS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/ch7xxx/ch7xxx.h ) [unpack/xf86-video-intel-2.1.1/src/ch7xxx/ch7xxx_module.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/ch7xxx/ch7xxx_module.c ) [unpack/xf86-video-intel-2.1.1/src/ch7xxx/ch7xxx_reg.h]=( typeset -a comments=( $'*************************************************************************\n\n Copyright 2006 Dave Airlie \n \nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nTHE COPYRIGHT HOLDERS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' 7010 as well ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/ch7xxx/ch7xxx_reg.h ) [unpack/xf86-video-intel-2.1.1/src/common.h]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nCopyright \302\251 2002 David Dawes\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/common.h,v 1.9 2003/09/24 02:43:23 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/common.h ) [unpack/xf86-video-intel-2.1.1/src/exa_sf_mask_prog.h]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/exa_sf_mask_prog.h ) [unpack/xf86-video-intel-2.1.1/src/exa_sf_prog.h]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/exa_sf_prog.h ) [unpack/xf86-video-intel-2.1.1/src/exa_sf_rotation_prog.h]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/exa_sf_rotation_prog.h ) [unpack/xf86-video-intel-2.1.1/src/exa_wm_maskca_prog.h]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/exa_wm_maskca_prog.h ) [unpack/xf86-video-intel-2.1.1/src/exa_wm_maskca_srcalpha_prog.h]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/exa_wm_maskca_srcalpha_prog.h ) [unpack/xf86-video-intel-2.1.1/src/exa_wm_masknoca_prog.h]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/exa_wm_masknoca_prog.h ) [unpack/xf86-video-intel-2.1.1/src/exa_wm_nomask_prog.h]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/exa_wm_nomask_prog.h ) [unpack/xf86-video-intel-2.1.1/src/exa_wm_rotation_prog.h]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/exa_wm_rotation_prog.h ) [unpack/xf86-video-intel-2.1.1/src/i2c_vid.h]=( typeset -a comments=( $'\n * Copyright \302\251 2006 Eric Anholt\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of the copyright holders not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. The copyright holders make no representations\n * about the suitability of this software for any purpose. It is provided "as\n * is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' $'*\n * Initialize the device at startup time.\n * Returns NULL if the device does not exist.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i2c_vid.h ) [unpack/xf86-video-intel-2.1.1/src/i810.h]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nCopyright \302\251 2002 David Dawes\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i810.h,v 1.41 2003/06/18 13:14:17 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i810.h ) [unpack/xf86-video-intel-2.1.1/src/i810_accel.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i810_accel.c,v 1.21 2004/01/02 20:22:17 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i810_accel.c ) [unpack/xf86-video-intel-2.1.1/src/i810_common.h]=( typeset -a comments=( $' i810_common.h -- common header definitions for I810 2D/3D/DRM suite\n *\n * Copyright 2002 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Converted to common header format:\n * Jens Owen \n *\n * $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i810_common.h,v 1.1 2002/09/11 00:29:31 dawes Exp $\n *\n ' $' WARNING: If you change any of these defines, make sure to change\n * the kernel include file as well (i810_drm.h)\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i810_common.h ) [unpack/xf86-video-intel-2.1.1/src/i810_cursor.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i810_cursor.c,v 1.6 2002/09/11 00:29:31 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i810_cursor.c ) [unpack/xf86-video-intel-2.1.1/src/i810_dga.c]=( typeset -a comments=( $'\n * Copyright 2000 by Alan Hourihane, Sychdyn, North Wales, UK.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n ' $'\n * Reformatted with GNU indent (2.2.8), using the following options:\n *\n * -bad -bap -c41 -cd0 -ncdb -ci6 -cli0 -cp0 -ncs -d0 -di3 -i3 -ip3 -l78\n * -lp -npcs -psl -sob -ss -br -ce -sc -hnl\n *\n * This provides a good match with the original i810 code and preferred\n * XFree86 formatting conventions.\n *\n * When editing this driver, please follow the existing formatting, and edit\n * with characters expanded at 8-column intervals.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i810_dga.c ) [unpack/xf86-video-intel-2.1.1/src/i810_dri.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i810_dri.c,v 1.41 2003/09/24 02:43:23 dawes Exp $ ' $'\n * Reformatted with GNU indent (2.2.8), using the following options:\n *\n * -bad -bap -c41 -cd0 -ncdb -ci6 -cli0 -cp0 -ncs -d0 -di3 -i3 -ip3 -l78\n * -lp -npcs -psl -sob -ss -br -ce -sc -hnl\n *\n * This provides a good match with the original i810 code and preferred\n * XFree86 formatting conventions.\n *\n * When editing this driver, please follow the existing formatting, and edit\n * with characters expanded at 8-column intervals.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i810_dri.c ) [unpack/xf86-video-intel-2.1.1/src/i810_dri.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i810_dri.h,v 1.10 2002/12/10 01:27:04 dawes Exp $ ' $' For non-dma direct rendering.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i810_dri.h ) [unpack/xf86-video-intel-2.1.1/src/i810_driver.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i810_driver.c,v 1.101 2004/01/02 20:15:47 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i810_driver.c ) [unpack/xf86-video-intel-2.1.1/src/i810_hwmc.c]=( typeset -a comments=( $'**************************************************************************\n\nCopyright 2000 Intel Corporation. All Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL INTEL, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR\nTHE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * i810_hwmc.c: i810 HWMC Driver\n *\n * Authors:\n * Matt Sottek \n *\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i810_hwmc.c ) [unpack/xf86-video-intel-2.1.1/src/i810_io.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i810_io.c,v 1.4 2002/01/25 21:56:04 tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i810_io.c ) [unpack/xf86-video-intel-2.1.1/src/i810_memory.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i810_memory.c,v 1.27 2002/12/10 01:27:05 dawes Exp $ ' $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i810_memory.c ) [unpack/xf86-video-intel-2.1.1/src/i810_reg.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i810_reg.h,v 1.13 2003/02/06 04:18:04 dawes Exp $ ' $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i810_reg.h ) [unpack/xf86-video-intel-2.1.1/src/i810_video.c]=( typeset -a comments=( $'**************************************************************************\n \nCopyright 2000 Intel Corporation. All Rights Reserved. \n\nPermission is hereby granted, free of charge, to any person obtaining a \ncopy of this software and associated documentation files (the \n"Software"), to deal in the Software without restriction, including \nwithout limitation the rights to use, copy, modify, merge, publish, \ndistribute, sub license, and/or sell copies of the Software, and to \npermit persons to whom the Software is furnished to do so, subject to \nthe following conditions: \n\nThe above copyright notice and this permission notice (including the \nnext paragraph) shall be included in all copies or substantial portions \nof the Software. \n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS \nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF \nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. \nIN NO EVENT SHALL INTEL, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, \nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR \nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR \nTHE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i810_video.c,v 1.26 2003/11/10 18:22:22 tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i810_video.c ) [unpack/xf86-video-intel-2.1.1/src/i810_wmark.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i810_wmark.c,v 1.7 2002/09/11 00:29:32 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i810_wmark.c ) [unpack/xf86-video-intel-2.1.1/src/i830.h]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nCopyright \302\251 2002 David Dawes\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i830.h,v 1.12 2004/01/07 03:43:19 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i830.h ) [unpack/xf86-video-intel-2.1.1/src/i830_3d.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ' 1.0 in IEEE float ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i830_3d.c ) [unpack/xf86-video-intel-2.1.1/src/i830_accel.c]=( typeset -a comments=( $'\n * XXX So far, for GXxor this is about 40% of the speed of SW, but CPU\n * utilisation falls from 95% to < 5%.\n ' $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i830_accel.c ) [unpack/xf86-video-intel-2.1.1/src/i830_bios.c]=( typeset -a comments=( $'\n * Copyright \251 2006 Intel Corporation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Authors:\n * Eric Anholt \n *\n ' ' XXX edid.h has a VERSION too ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i830_bios.c ) [unpack/xf86-video-intel-2.1.1/src/i830_bios.h]=( typeset -a comments=( $'\n * Copyright \251 2006 Intel Corporation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Authors:\n * Eric Anholt \n *\n ' $'*< Always starts with \'VBT$\' ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i830_bios.h ) [unpack/xf86-video-intel-2.1.1/src/i830_common.h]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 2001 VA Linux Systems Inc., Fremont, California.\nCopyright 2002 Tungsten Graphics Inc., Cedar Park, Texas.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nATI, VA LINUX SYSTEMS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i830_common.h,v 1.1 2002/09/11 00:29:32 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i830_common.h ) [unpack/xf86-video-intel-2.1.1/src/i830_crt.c]=( typeset -a comments=( $'\n * Copyright \302\251 2006 Intel Corporation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Eric Anholt \n *\n ' $'\n * Disable separate mode multiplier used when cloning SDVO to CRT\n * XXX this needs to be adjusted when we really are cloning\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i830_crt.c ) [unpack/xf86-video-intel-2.1.1/src/i830_cursor.c]=( typeset -a comments=( ' -*- c-basic-offset: 3 -*- ' $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nCopyright \302\251 2002 David Dawes\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i830_cursor.c ) [unpack/xf86-video-intel-2.1.1/src/i830_debug.c]=( typeset -a comments=( $'\n * Copyright \251 2006 Intel Corporation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Authors:\n * Eric Anholt \n *\n ' ' XXX: i9xx version ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i830_debug.c ) [unpack/xf86-video-intel-2.1.1/src/i830_debug.h]=( typeset -a comments=( $'\n * Copyright \251 2006 Intel Corporation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Authors:\n * Eric Anholt \n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i830_debug.h ) [unpack/xf86-video-intel-2.1.1/src/i830_display.c]=( typeset -a comments=( ' -*- c-basic-offset: 4 -*- ' $'\n * Copyright \251 2006 Intel Corporation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Authors:\n * Eric Anholt \n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i830_display.c ) [unpack/xf86-video-intel-2.1.1/src/i830_display.h]=( typeset -a comments=( $'\n * Copyright \251 2006 Intel Corporation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Authors:\n * Eric Anholt \n *\n ' ' i830_display.c ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i830_display.h ) [unpack/xf86-video-intel-2.1.1/src/i830_dri.c]=( typeset -a comments=( ' $xfree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i830_dri.c,v 1.15 2003/06/18 13:14:17 dawes Exp $ ' $'*************************************************************************\n\nCopyright 2001 VA Linux Systems Inc., Fremont, California.\nCopyright \302\251 2002 by David Dawes\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nATI, VA LINUX SYSTEMS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i830_dri.c ) [unpack/xf86-video-intel-2.1.1/src/i830_dri.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i830_dri.h,v 1.6 2003/09/28 20:15:59 alanh Exp $ ' ' backbufferSize ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i830_dri.h ) [unpack/xf86-video-intel-2.1.1/src/i830_driver.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i830_driver.c,v 1.50 2004/02/20 00:06:00 alanh Exp $ ' $'*************************************************************************\n\nCopyright 2001 VA Linux Systems Inc., Fremont, California.\nCopyright \302\251 2002 by David Dawes\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nTHE COPYRIGHT HOLDERS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i830_driver.c ) [unpack/xf86-video-intel-2.1.1/src/i830_dvo.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 2006 Dave Airlie \n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nTHE COPYRIGHT HOLDERS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n******\n*******************************************************************' ' driver list ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i830_dvo.c ) [unpack/xf86-video-intel-2.1.1/src/i830_exa.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\nCopyright (c) 2005 Jesse Barnes \n Based on code from i830_xaa.c.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' GXclear ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i830_exa.c ) [unpack/xf86-video-intel-2.1.1/src/i830_i2c.c]=( typeset -a comments=( $'*************************************************************************\n\n Copyright 2006 Dave Airlie \n \nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nTHE COPYRIGHT HOLDERS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' '(x)' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i830_i2c.c ) [unpack/xf86-video-intel-2.1.1/src/i830_io.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 2005 Red Hat, Inc.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL RED HAT, INC AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Kristian H\303\270gsberg \n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i830_io.c ) [unpack/xf86-video-intel-2.1.1/src/i830_lvds.c]=( typeset -a comments=( $'\n * Copyright \302\251 2006 Intel Corporation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Eric Anholt \n *\n ' $' The BIOS\'s fixed timings for the LVDS ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i830_lvds.c ) [unpack/xf86-video-intel-2.1.1/src/i830_memory.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i830_memory.c,v 1.9 2003/09/24 03:16:54 dawes Exp $ ' $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nCopyright \302\251 2002 by David Dawes.\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL THE COPYRIGHT HOLDERS AND/OR THEIR SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i830_memory.c ) [unpack/xf86-video-intel-2.1.1/src/i830_modes.c]=( typeset -a comments=( ' -*- c-basic-offset: 4 -*- ' $'\n * Copyright \251 2002 David Dawes\n * Copyright \251 2006 Intel Corporation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Except as contained in this notice, the name of the author(s) shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from\n * the author(s).\n *\n * Authors: David Dawes \n *\t Eric Anholt \n *\n * $XFree86: xc/programs/Xserver/hw/xfree86/os-support/vbe/vbeModes.c,v 1.6 2002/11/02 01:38:25 dawes Exp $\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i830_modes.c ) [unpack/xf86-video-intel-2.1.1/src/i830_quirks.c]=( typeset -a comments=( $'\n * Copyright \302\251 2007 Intel Corporation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Authors:\n * Zhenyu Wang \n *\n ' ' Lenovo T61 has no TV output ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i830_quirks.c ) [unpack/xf86-video-intel-2.1.1/src/i830_reg.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ' Dword 1 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i830_reg.h ) [unpack/xf86-video-intel-2.1.1/src/i830_render.c]=( typeset -a comments=( $'\n * Copyright \302\251 2006 Intel Corporation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Authors:\n * Wang Zhenyu \n * Eric Anholt \n *\n ' ' Clear ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i830_render.c ) [unpack/xf86-video-intel-2.1.1/src/i830_sdvo.c]=( typeset -a comments=( $'*************************************************************************\n\n Copyright 2006 Dave Airlie \n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nTHE COPYRIGHT HOLDERS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'* @file\n * SDVO support for i915 and newer chipsets.\n *\n * The SDVO outputs send digital display data out over the PCIE bus to display\n * cards implementing a defined interface. These cards may have DVI, TV, CRT,\n * or other outputs on them.\n *\n * The system has two SDVO channels, which may be used for SDVO chips on the\n * motherboard, or in the external cards. The two channels may also be used\n * in a ganged mode to provide higher bandwidth to a single output. Currently,\n * this code doesn\'t deal with either ganged mode or more than one SDVO output.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i830_sdvo.c ) [unpack/xf86-video-intel-2.1.1/src/i830_sdvo.h]=( typeset -a comments=( $'\n * Copyright \251 2006 Intel Corporation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Authors:\n * Eric Anholt \n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i830_sdvo.h ) [unpack/xf86-video-intel-2.1.1/src/i830_sdvo_regs.h]=( typeset -a comments=( $'\n * Copyright \251 2006 Intel Corporation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Authors:\n * Eric Anholt \n *\n ' $'*\n * @file SDVO command definitions and structures.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i830_sdvo_regs.h ) [unpack/xf86-video-intel-2.1.1/src/i830_tv.c]=( typeset -a comments=( $'\n * Copyright \302\251 2006 Intel Corporation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Eric Anholt \n *\n ' $'* @file\n * Integrated TV-out support for the 915GM and 945GM.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i830_tv.c ) [unpack/xf86-video-intel-2.1.1/src/i830_video.c]=( typeset -a comments=( $'**************************************************************************\n\n Copyright 2000 Intel Corporation. All Rights Reserved. \n\n Permission is hereby granted, free of charge, to any person obtaining a \n copy of this software and associated documentation files (the \n "Software"), to deal in the Software without restriction, including \n without limitation the rights to use, copy, modify, merge, publish, \n distribute, sub license, and/or sell copies of the Software, and to \n permit persons to whom the Software is furnished to do so, subject to \n the following conditions: \n\n The above copyright notice and this permission notice (including the \n next paragraph) shall be included in all copies or substantial portions \n of the Software. \n\n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS \n OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF \n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. \n IN NO EVENT SHALL INTEL, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, \n DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR \n OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR \n THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n *************************************************************************' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i830_video.c,v 1.11tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i830_video.c ) [unpack/xf86-video-intel-2.1.1/src/i830_video.h]=( typeset -a comments=( $'**************************************************************************\n \nCopyright 2000 Intel Corporation. All Rights Reserved. \n\nPermission is hereby granted, free of charge, to any person obtaining a \ncopy of this software and associated documentation files (the \n"Software"), to deal in the Software without restriction, including \nwithout limitation the rights to use, copy, modify, merge, publish, \ndistribute, sub license, and/or sell copies of the Software, and to \npermit persons to whom the Software is furnished to do so, subject to \nthe following conditions: \n\nThe above copyright notice and this permission notice (including the \nnext paragraph) shall be included in all copies or substantial portions \nof the Software. \n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS \nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF \nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. \nIN NO EVENT SHALL INTEL, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, \nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR \nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR \nTHE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $' Ugly mess to support the old XF86 allocator or EXA using the same code.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i830_video.h ) [unpack/xf86-video-intel-2.1.1/src/i830_xaa.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Reformatted with GNU indent (2.2.8), using the following options:\n *\n * -bad -bap -c41 -cd0 -ncdb -ci6 -cli0 -cp0 -ncs -d0 -di3 -i3 -ip3 -l78\n * -lp -npcs -psl -sob -ss -br -ce -sc -hnl\n *\n * This provides a good match with the original i810 code and preferred\n * XFree86 formatting conventions.\n *\n * When editing this driver, please follow the existing formatting, and edit\n * with characters expanded at 8-column intervals.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i830_xaa.c ) [unpack/xf86-video-intel-2.1.1/src/i915_3d.c]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ' Disable independent alpha blend ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i915_3d.c ) [unpack/xf86-video-intel-2.1.1/src/i915_3d.h]=( typeset -a comments=( ' -*- c-basic-offset: 4 -*- ' $'\n * Copyright \302\251 2006 Intel Corporation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Authors:\n * Eric Anholt \n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i915_3d.h ) [unpack/xf86-video-intel-2.1.1/src/i915_reg.h]=( typeset -a comments=( $'*************************************************************************\n * \n * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n *************************************************************************' ' p137 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i915_reg.h ) [unpack/xf86-video-intel-2.1.1/src/i915_render.c]=( typeset -a comments=( $'\n * Copyright \302\251 2006 Intel Corporation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Authors:\n * Wang Zhenyu \n * Eric Anholt \n *\n ' ' Clear ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i915_render.c ) [unpack/xf86-video-intel-2.1.1/src/i915_video.c]=( typeset -a comments=( $'\n * Copyright \302\251 2006 Intel Corporation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Authors:\n * Eric Anholt \n *\n ' ' flush map & render cache ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i915_video.c ) [unpack/xf86-video-intel-2.1.1/src/i965_render.c]=( typeset -a comments=( $'\n * Copyright \302\251 2006 Intel Corporation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Authors:\n * Wang Zhenyu \n * Eric Anholt \n *\n ' ' bring in brw structs ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i965_render.c ) [unpack/xf86-video-intel-2.1.1/src/i965_video.c]=( typeset -a comments=( $'\n * Copyright \251 2006 Intel Corporation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Eric Anholt \n * Keith Packard \n *\n ' ' Make assert() work. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/i965_video.c ) [unpack/xf86-video-intel-2.1.1/src/ivch/ivch.c]=( typeset -a comments=( $'\n * Copyright \302\251 2006 Intel Corporation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Eric Anholt \n *\n ' $'*\n * Reads a register on the ivch.\n *\n * Each of the 256 registers are 16 bits long.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/ivch/ivch.c ) [unpack/xf86-video-intel-2.1.1/src/ivch/ivch_module.c]=( typeset -a comments=( ' -*- c-basic-offset: 4 -*- ' $'\n * Copyright \302\251 2006 Intel Corporation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Eric Anholt \n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/ivch/ivch_module.c ) [unpack/xf86-video-intel-2.1.1/src/ivch/ivch_reg.h]=( typeset -a comments=( ' -*- c-basic-offset: 4 -*- ' $'\n * Copyright \302\251 2006 Intel Corporation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Eric Anholt \n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/ivch/ivch_reg.h ) [unpack/xf86-video-intel-2.1.1/src/local_xf86Rename.h]=( typeset -a comments=( $'\n * Copyright \302\251 2006 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of the copyright holders not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. The copyright holders make no representations\n * about the suitability of this software for any purpose. It is provided "as\n * is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/local_xf86Rename.h ) [unpack/xf86-video-intel-2.1.1/src/modes/xf86Crtc.c]=( typeset -a comments=( $'\n * Copyright \302\251 2006 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of the copyright holders not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. The copyright holders make no representations\n * about the suitability of this software for any purpose. It is provided "as\n * is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' $'\n * Initialize xf86CrtcConfig structure\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/modes/xf86Crtc.c ) [unpack/xf86-video-intel-2.1.1/src/modes/xf86Crtc.h]=( typeset -a comments=( $'\n * Copyright \302\251 2006 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of the copyright holders not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. The copyright holders make no representations\n * about the suitability of this software for any purpose. It is provided "as\n * is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ' Compat definitions for older X Servers. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/modes/xf86Crtc.h ) [unpack/xf86-video-intel-2.1.1/src/modes/xf86Cursors.c]=( typeset -a comments=( $'\n * Copyright \302\251 2007 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of the copyright holders not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. The copyright holders make no representations\n * about the suitability of this software for any purpose. It is provided "as\n * is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' $'\n * Given a screen coordinate, rotate back to a cursor source coordinate\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/modes/xf86Cursors.c ) [unpack/xf86-video-intel-2.1.1/src/modes/xf86DiDGA.c]=( typeset -a comments=( $'\n * Copyright \302\251 2006 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of the copyright holders not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. The copyright holders make no representations\n * about the suitability of this software for any purpose. It is provided "as\n * is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/modes/xf86DiDGA.c ) [unpack/xf86-video-intel-2.1.1/src/modes/xf86EdidModes.c]=( typeset -a comments=( $'\n * Copyright 2006 Luc Verhaegen.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $'*\n * @file This file covers code to convert a xf86MonPtr containing EDID-probed\n * information into a list of modes, including applying monitor-specific\n * quirks to fix broken EDID data.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/modes/xf86EdidModes.c ) [unpack/xf86-video-intel-2.1.1/src/modes/xf86Modes.c]=( typeset -a comments=( $'\n * Copyright (c) 1997-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'*\n * @file this file contains symbols from xf86Mode.c and friends that are static\n * there but we still want to use. We need to come up with better API here.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/modes/xf86Modes.c ) [unpack/xf86-video-intel-2.1.1/src/modes/xf86Modes.h]=( typeset -a comments=( $'\n * Copyright \251 2006 Intel Corporation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Authors:\n * Eric Anholt \n *\n ' ' _XF86MODES_H_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/modes/xf86Modes.h ) [unpack/xf86-video-intel-2.1.1/src/modes/xf86RandR12.c]=( typeset -a comments=( $'\n * Copyright \251 2002 Keith Packard, member of The XFree86 Project, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of the copyright holders not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. The copyright holders make no representations\n * about the suitability of this software for any purpose. It is provided "as\n * is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ' current mode ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/modes/xf86RandR12.c ) [unpack/xf86-video-intel-2.1.1/src/modes/xf86RandR12.h]=( typeset -a comments=( $'\n * Copyright \302\251 2006 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of the copyright holders not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. The copyright holders make no representations\n * about the suitability of this software for any purpose. It is provided "as\n * is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ' _XF86_RANDR_H_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/modes/xf86RandR12.h ) [unpack/xf86-video-intel-2.1.1/src/modes/xf86Rename.h]=( typeset -a comments=( $'\n * Copyright \302\251 2006 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of the copyright holders not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. The copyright holders make no representations\n * about the suitability of this software for any purpose. It is provided "as\n * is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ' _XF86RENAME_H_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/modes/xf86Rename.h ) [unpack/xf86-video-intel-2.1.1/src/modes/xf86Rotate.c]=( typeset -a comments=( $'\n * Copyright \302\251 2006 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of the copyright holders not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. The copyright holders make no representations\n * about the suitability of this software for any purpose. It is provided "as\n * is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ' borrowed from composite extension, move to Render and publish? ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/modes/xf86Rotate.c ) [unpack/xf86-video-intel-2.1.1/src/modes/xf86cvt.c]=( typeset -a comments=( $'\n * Copyright 2005-2006 Luc Verhaegen.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * @file This is a copy of xf86cvt.c from the X Server, for compatibility with\n * old servers (pre-1.2).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/modes/xf86cvt.c ) [unpack/xf86-video-intel-2.1.1/src/parser/xf86Optrec.h]=( typeset -a comments=( $' \n * \n * Copyright (c) 1997 Metro Link Incorporated\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"), \n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of the Metro Link shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Metro Link.\n * \n ' $'\n * Copyright (c) 1997-2001 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/parser/xf86Optrec.h ) [unpack/xf86-video-intel-2.1.1/src/parser/xf86Parser.h]=( typeset -a comments=( $' \n * \n * Copyright (c) 1997 Metro Link Incorporated\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"), \n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of the Metro Link shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Metro Link.\n * \n ' $'\n * Copyright (c) 1997-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/parser/xf86Parser.h ) [unpack/xf86-video-intel-2.1.1/src/reg_dumper/main.c]=( typeset -a comments=( $'\n * Copyright \302\251 2007 Intel Corporation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Eric Anholt \n *\n ' ' Grab the graphics card ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/reg_dumper/main.c ) [unpack/xf86-video-intel-2.1.1/src/reg_dumper/reg_dumper.h]=( typeset -a comments=( $'\n * Copyright \302\251 2007 Intel Corporation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Eric Anholt \n *\n ' $'* @file\n * This file defines the typedefs and stub structures necessary for us to\n * use i830_debug.c mostly unmodified.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/reg_dumper/reg_dumper.h ) [unpack/xf86-video-intel-2.1.1/src/reg_dumper/xprintf.c]=( typeset -a comments=( $'\n * Copyright (c) 2004 Alexander Gottwald\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name(s) of the above copyright\n * holders shall not be used in advertising or otherwise to promote the sale,\n * use or other dealings in this Software without prior written authorization.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/reg_dumper/xprintf.c ) [unpack/xf86-video-intel-2.1.1/src/sf_prog.h]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/sf_prog.h ) [unpack/xf86-video-intel-2.1.1/src/sil164/sil164.c]=( typeset -a comments=( ' -*- c-basic-offset: 4 -*- ' $'*************************************************************************\n\nCopyright \302\251 2006 Dave Airlie\n\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/sil164/sil164.c ) [unpack/xf86-video-intel-2.1.1/src/sil164/sil164.h]=( typeset -a comments=( $'*************************************************************************\n\n Copyright 2006 Dave Airlie \n \nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nTHE COPYRIGHT HOLDERS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/sil164/sil164.h ) [unpack/xf86-video-intel-2.1.1/src/sil164/sil164_module.c]=( typeset -a comments=( ' -*- c-basic-offset: 4 -*- ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/sil164/sil164_module.c ) [unpack/xf86-video-intel-2.1.1/src/sil164/sil164_reg.h]=( typeset -a comments=( ' -*- c-basic-offset: 4 -*- ' $'*************************************************************************\n\n Copyright 2006 Dave Airlie \n \nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the "Software"),\nto deal in the Software without restriction, including without limitation\non the rights to use, copy, modify, merge, publish, distribute, sub\nlicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nTHE COPYRIGHT HOLDERS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/sil164/sil164_reg.h ) [unpack/xf86-video-intel-2.1.1/src/tfp410/tfp410.c]=( typeset -a comments=( ' -*- c-basic-offset: 4 -*- ' $'\n * Copyright \302\251 2007 Dave Mueller\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n *\n * Authors:\n * Dave Mueller \n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/tfp410/tfp410.c ) [unpack/xf86-video-intel-2.1.1/src/tfp410/tfp410.h]=( typeset -a comments=( $'\n * Copyright \302\251 2007 Dave Mueller\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n *\n * Authors:\n * Dave Mueller \n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/tfp410/tfp410.h ) [unpack/xf86-video-intel-2.1.1/src/tfp410/tfp410_module.c]=( typeset -a comments=( ' -*- c-basic-offset: 4 -*- ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/tfp410/tfp410_module.c ) [unpack/xf86-video-intel-2.1.1/src/tfp410/tfp410_reg.h]=( typeset -a comments=( ' -*- c-basic-offset: 4 -*- ' $'\n * Copyright \302\251 2007 Dave Mueller\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n *\n * Authors:\n * Dave Mueller \n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/tfp410/tfp410_reg.h ) [unpack/xf86-video-intel-2.1.1/src/wm_prog.h]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/wm_prog.h ) [unpack/xf86-video-intel-2.1.1/src/xvmc/I810XvMC.c]=( typeset -a comments=( $'**************************************************************************\n\nCopyright 2001 Intel Corporation. All Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL INTEL, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR\nTHE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'************************************************************************\n** File libI810XvMC.c\n**\n** Authors:\n** Matt Sottek \n** Bob Paauwe \n**\n**\n**************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/xvmc/I810XvMC.c ) [unpack/xf86-video-intel-2.1.1/src/xvmc/I810XvMC.h]=( typeset -a comments=( $'**************************************************************************\n\nCopyright 2001 Intel Corporation. All Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL INTEL, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR\nTHE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'**************************************************************************\n * libI810XvMC.h: MC Driver i810 includes\n *\n * Authors:\n * Matt Sottek \n *\n *\n **************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-intel-2.1.1/src/xvmc/I810XvMC.h ) [unpack/xf86-video-mga-1.4.6.1/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-video-mga-1.4.6.1/ltmain.sh ) [unpack/xf86-video-mga-1.4.6.1/src/binding.h]=( typeset -a comments=( $'*************************************************************************************\n\n @doc MGA MGA_STRUCT\n\n @module MGA Structures | Structure of The MGA Layer\n @normal Copyright \302\251 1997, Matrox Graphics Inc.\n\n All Rights Reserved.\n\n @head3 MGA Structures | \n @index struct | MGA_STRUCT\n\n @end\n\n**************************************************************************************' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/mga/HALlib/binding.h,v 1.3 2000/10/24 22:45:08 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-mga-1.4.6.1/src/binding.h ) [unpack/xf86-video-mga-1.4.6.1/src/client.h]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-mga-1.4.6.1/src/client.h ) [unpack/xf86-video-mga-1.4.6.1/src/clientlx.c]=( typeset -a comments=( $'*****************************************************************************\\\n\n clientlx.c\n\n Copyright \302\251 1997, Matrox Graphics Inc.\n\n All Rights Reserved.\n\n\\*****************************************************************************' $'*****************************************************************************\\\n\n Function : ClientReadConfigSpaceByte\n\n Description : Read a Byte from the configuration space.\n\n I/O Desc. : LPBOARDHANDLE pBoard | Handle to the board structure\n containing all the information about a specifib board.\n ULONG ulOffset | Offset of the Byte to be read.\n UCHAR *pucByte | pointer to a byte that will receive\n the data\n\n Return Val : ULONG\n\n\\*****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-mga-1.4.6.1/src/clientlx.c ) [unpack/xf86-video-mga-1.4.6.1/src/mga.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/mga/mga.h,v 1.87tsi Exp $ ' $'\n * MGA Millennium (MGA2064W) functions\n *\n * Copyright 1996 The XFree86 Project, Inc.\n *\n * Authors\n *\t\tDirk Hohndel\n *\t\t\thohndel@XFree86.Org\n *\t\tDavid Dawes\n *\t\t\tdawes@XFree86.Org\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-mga-1.4.6.1/src/mga.h ) [unpack/xf86-video-mga-1.4.6.1/src/mga_arc.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n*******************************************************' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/mga/mga_arc.c,v 1.12tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-mga-1.4.6.1/src/mga_arc.c ) [unpack/xf86-video-mga-1.4.6.1/src/mga_bios.c]=( typeset -a comments=( $'\n * (C) Copyright IBM Corporation 2005\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file mga_bios.c\n * Routines for processing the PInS data stored in the MGA BIOS.\n *\n * The structure of this code was inspired by similar routines in the Linux\n * kernel matroxfb code. Specifically, the routines in matroxfb_misc.c. In\n * addition, that code was used in place of documentation about the structure\n * of the PInS data for non-G450 cards.\n *\n * \\author Ian Romanick \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-mga-1.4.6.1/src/mga_bios.c ) [unpack/xf86-video-mga-1.4.6.1/src/mga_common.h]=( typeset -a comments=( $' mga_common.h -- common header definitions for MGA 2D/3D/DRM suite\n *\n * Copyright 2002 Tungsten Graphics, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Converted to common header format:\n * Jens Owen \n *\n * $XFree86: xc/programs/Xserver/hw/xfree86/drivers/mga/mga_common.h,v 1.2 2002/12/16 16:19:18 dawes Exp $\n *\n ' $'\n * WARNING: If you change any of these defines, make sure to change\n * the kernel include file as well (mga_drm.h)\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-mga-1.4.6.1/src/mga_common.h ) [unpack/xf86-video-mga-1.4.6.1/src/mga_dac3026.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/mga/mga_dac3026.c,v 1.58tsi Exp $ ' $'\n * Copyright 1994 by Robin Cutshaw \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Robin Cutshaw not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Robin Cutshaw makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ROBIN CUTSHAW DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ROBIN CUTSHAW BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n *\n * Modified for TVP3026 by Harald Koenig \n * \n * Modified for MGA Millennium by Xavier Ducoin \n *\n * Doug Merritt \n * 24bpp: fixed high res stripe glitches, clock glitches on all res\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-mga-1.4.6.1/src/mga_dac3026.c ) [unpack/xf86-video-mga-1.4.6.1/src/mga_dacG.c]=( typeset -a comments=( $'\n * MGA-1064, MGA-G100, MGA-G200, MGA-G400, MGA-G550 RAMDAC driver\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/mga/mga_dacG.c,v 1.54tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-mga-1.4.6.1/src/mga_dacG.c ) [unpack/xf86-video-mga-1.4.6.1/src/mga_dga.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/mga/mga_dga.c,v 1.14 1999/11/02 23:12:00 mvojkovi Exp $ ' ' gonna need to fix that ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-mga-1.4.6.1/src/mga_dga.c ) [unpack/xf86-video-mga-1.4.6.1/src/mga_dh.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/mga/mga_dh.c,v 1.4tsi Exp $ ' $'********************************************************************\n* \tG450: This is for Dual Head. \n* Matrox Graphics\n* Author : Luugi Marsan\n*********************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-mga-1.4.6.1/src/mga_dh.c ) [unpack/xf86-video-mga-1.4.6.1/src/mga_dri.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/mga/mga_dri.c,v 1.31tsi Exp $ ' $'\n * Copyright 2000 VA Linux Systems Inc., Fremont, California.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES\n * OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n * Gareth Hughes \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-mga-1.4.6.1/src/mga_dri.c ) [unpack/xf86-video-mga-1.4.6.1/src/mga_dri.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/mga/mga_dri.h,v 1.6 2001/04/10 16:08:01 dawes Exp $ ' $'\n * Copyright 2000 VA Linux Systems Inc., Fremont, California.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES\n * OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Keith Whitwell \n * Gareth Hughes \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-mga-1.4.6.1/src/mga_dri.h ) [unpack/xf86-video-mga-1.4.6.1/src/mga_dripriv.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/mga/mga_dripriv.h,v 1.4 2001/04/10 16:08:01 dawes Exp $ ' $'\n * Copyright 2000 VA Linux Systems Inc., Fremont, California.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES\n * OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Gareth Hughes \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-mga-1.4.6.1/src/mga_dripriv.h ) [unpack/xf86-video-mga-1.4.6.1/src/mga_driver.c]=( typeset -a comments=( ' $XConsortium: mga_driver.c /main/12 1996/10/28 05:13:26 kaleb $ ' $'\n * MGA Millennium (MGA2064W) with Ti3026 RAMDAC driver v.1.1\n *\n * The driver is written without any chip documentation. All extended ports\n * and registers come from tracing the VESA-ROM functions.\n * The BitBlt Engine comes from tracing the windows BitBlt function.\n *\n * Author:\tRadoslaw Kapitan, Tarnow, Poland\n *\t\t\tkapitan@student.uci.agh.edu.pl\n *\t\toriginal source\n *\n * Now that MATROX has released documentation to the public, enhancing\n * this driver has become much easier. Nevertheless, this work continues\n * to be based on Radoslaw\'s original source\n *\n * Contributors:\n *\t\tAndrew van der Stock\n *\t\t\tajv@greebo.net\n *\t\tadditions, corrections, cleanups\n *\n *\t\tDirk Hohndel\n *\t\t\thohndel@XFree86.Org\n *\t\tintegrated into XFree86-3.1.2Gg\n *\t\tfixed some problems with PCI probing and mapping\n *\n *\t\tDavid Dawes\n *\t\t\tdawes@XFree86.Org\n *\t\tsome cleanups, and fixed some problems\n *\n *\t\tAndrew E. Mileski\n *\t\t\taem@ott.hookup.net\n *\t\tRAMDAC timing, and BIOS stuff\n *\n *\t\tLeonard N. Zubkoff\n *\t\t\tlnz@dandelion.com\n *\t\tSupport for 8MB boards, RGB Sync-on-Green, and DPMS.\n *\t\tGuy DESBIEF\n *\t\t\tg.desbief@aix.pacwan.net\n *\t\tRAMDAC MGA1064 timing,\n *\t\tDoug Merritt\n *\t\t\tdoug@netcom.com\n *\t\tFixed 32bpp hires 8MB horizontal line glitch at middle right\n *\t\tNiels Gram Jeppesen\n *\t\tAdded digital screen option for first head\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-mga-1.4.6.1/src/mga_driver.c ) [unpack/xf86-video-mga-1.4.6.1/src/mga_esc.c]=( typeset -a comments=( ' $XFree86$ ' $'***************************************************************************\n* mga_esc.c\n*\n* ESC call implementation\n*\n* (C) Matrox Graphics, Inc.\n****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-mga-1.4.6.1/src/mga_esc.c ) [unpack/xf86-video-mga-1.4.6.1/src/mga_exa.c]=( typeset -a comments=( $'\n * Copyright 2006 Red Hat, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software")\n * to deal in the software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * them Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTIBILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Adam Jackson \n * Tilman Sauerbeck \n ' $'\n * Sources:\n * - mga kdrive accel by Anders Carlsson\n * - mga g400 Render accel by Damien Ciabrini\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-mga-1.4.6.1/src/mga_exa.c ) [unpack/xf86-video-mga-1.4.6.1/src/mga_g450pll.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/mga/mga_g450pll.c,v 1.8tsi Exp $ ' ' All drivers should typically include these ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-mga-1.4.6.1/src/mga_g450pll.c ) [unpack/xf86-video-mga-1.4.6.1/src/mga_halmod.c]=( typeset -a comments=( ' $XFree86$ ' ' This is a video driver ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-mga-1.4.6.1/src/mga_halmod.c ) [unpack/xf86-video-mga-1.4.6.1/src/mga_hwcurs.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/mga/mga_hwcurs.c,v 1.8tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-mga-1.4.6.1/src/mga_hwcurs.c ) [unpack/xf86-video-mga-1.4.6.1/src/mga_macros.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/mga/mga_macros.h,v 1.21 2001/09/26 12:59:17 alanh Exp $ ' ' _MGA_MACROS_H_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-mga-1.4.6.1/src/mga_macros.h ) [unpack/xf86-video-mga-1.4.6.1/src/mga_maven.h]=( typeset -a comments=( ' Maven bus address ' ' MGA-TVO-C I2C (G200), Maven (G400) ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-mga-1.4.6.1/src/mga_maven.h ) [unpack/xf86-video-mga-1.4.6.1/src/mga_merge.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/mga/mga_merge.c,v 1.4 2003/09/24 02:43:24 dawes Exp $ ' ' All drivers should typically include these ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-mga-1.4.6.1/src/mga_merge.c ) [unpack/xf86-video-mga-1.4.6.1/src/mga_merge.h]=( typeset -a comments=( ' Merged mode stuff ' ' include file for mga_driver.c DO NOT try to generate a .o with this file.' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-mga-1.4.6.1/src/mga_merge.h ) [unpack/xf86-video-mga-1.4.6.1/src/mga_reg.h]=( typeset -a comments=( ' $XConsortium: mgareg.h /main/2 1996/10/25 10:33:21 kaleb $ ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/mga/mga_reg.h,v 1.18 2001/09/26 12:59:18 alanh Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-mga-1.4.6.1/src/mga_reg.h ) [unpack/xf86-video-mga-1.4.6.1/src/mga_sarea.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2000 Gareth Hughes\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * GARETH HUGHES BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Gareth Hughes \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-mga-1.4.6.1/src/mga_sarea.h ) [unpack/xf86-video-mga-1.4.6.1/src/mga_shadow.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/mga/mga_shadow.c,v 1.1 1999/08/14 10:49:48 dawes Exp $ ' $'\n Copyright (c) 1999, The XFree86 Project Inc. \n Written by Mark Vojkovich \n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-mga-1.4.6.1/src/mga_shadow.c ) [unpack/xf86-video-mga-1.4.6.1/src/mga_storm.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/mga/mga_storm.c,v 1.99tsi Exp $ ' ' All drivers should typically include these ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-mga-1.4.6.1/src/mga_storm.c ) [unpack/xf86-video-mga-1.4.6.1/src/mga_ucode.h]=( typeset -a comments=( $'\n * GLX Hardware Device Driver for Matrox G200/G400\n *\n * Warp Engine Microcode\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * MATROX GRAPHICS INC., OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM, \n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR \n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE \n * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n * (c) 1999 Matrox Graphics Inc.\n * \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-mga-1.4.6.1/src/mga_ucode.h ) [unpack/xf86-video-mga-1.4.6.1/src/mga_vga.c]=( typeset -a comments=( ' If nothing to do, return now ' ' save the registers that are needed here ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-mga-1.4.6.1/src/mga_vga.c ) [unpack/xf86-video-mga-1.4.6.1/src/mga_video.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/mga/mga_video.c,v 1.33tsi Exp $ ' ' milliseconds ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-mga-1.4.6.1/src/mga_video.c ) [unpack/xf86-video-mga-1.4.6.1/src/mgareg_flags.h]=( typeset -a comments=( ' author: stephen crowley, crow@debian.org ' $'\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * STEPHEN CROWLEY, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM, \n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR \n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE \n * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-mga-1.4.6.1/src/mgareg_flags.h ) [unpack/xf86-video-mga-1.4.6.1/util/stormdwg.c]=( typeset -a comments=( ' $XConsortium: dwg.c /main/2 1996/10/28 06:57:55 kaleb $ ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/mga/util/stormdwg.c,v 1.1 1997/04/12 14:11:29 hohndel Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-mga-1.4.6.1/util/stormdwg.c ) [unpack/xf86-video-neomagic-1.1.1/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-video-neomagic-1.1.1/ltmain.sh ) [unpack/xf86-video-neomagic-1.1.1/src/neo.h]=( typeset -a comments=( $'*********************************************************************\nCopyright 1998, 1999 by Precision Insight, Inc., Cedar Park, Texas.\n\n All Rights Reserved\n\nPermission to use, copy, modify, distribute, and sell this software and\nits documentation for any purpose is hereby granted without fee,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Precision Insight not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. Precision Insight\nand its suppliers make no representations about the suitability of this\nsoftware for any purpose. It is provided "as is" without express or \nimplied warranty.\n\nPRECISION INSIGHT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\nINCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\nEVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY\nSPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER\nRESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\nCONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\nCONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n*********************************************************************' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/neomagic/neo.h,v 1.23tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-neomagic-1.1.1/src/neo.h ) [unpack/xf86-video-neomagic-1.1.1/src/neo_2070.c]=( typeset -a comments=( $'*********************************************************************\nCopyright 1998, 1999 by Precision Insight, Inc., Cedar Park, Texas.\n\n All Rights Reserved\n\nPermission to use, copy, modify, distribute, and sell this software and\nits documentation for any purpose is hereby granted without fee,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Precision Insight not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. Precision Insight\nand its suppliers make no representations about the suitability of this\nsoftware for any purpose. It is provided "as is" without express or \nimplied warranty.\n\nPRECISION INSIGHT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\nINCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\nEVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY\nSPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER\nRESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\nCONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\nCONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n*********************************************************************' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/neomagic/neo_2070.c,v 1.4 2002/04/04 14:05:44 eich Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-neomagic-1.1.1/src/neo_2070.c ) [unpack/xf86-video-neomagic-1.1.1/src/neo_2090.c]=( typeset -a comments=( $'*********************************************************************\nCopyright 1998, 1999 by Precision Insight, Inc., Cedar Park, Texas.\n\n All Rights Reserved\n\nPermission to use, copy, modify, distribute, and sell this software and\nits documentation for any purpose is hereby granted without fee,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Precision Insight not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. Precision Insight\nand its suppliers make no representations about the suitability of this\nsoftware for any purpose. It is provided "as is" without express or \nimplied warranty.\n\nPRECISION INSIGHT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\nINCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\nEVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY\nSPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER\nRESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\nCONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\nCONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n*********************************************************************' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/neomagic/neo_2090.c,v 1.6 2002/04/04 14:05:44 eich Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-neomagic-1.1.1/src/neo_2090.c ) [unpack/xf86-video-neomagic-1.1.1/src/neo_2097.c]=( typeset -a comments=( $'*********************************************************************\nCopyright 1998, 1999 by Precision Insight, Inc., Cedar Park, Texas.\n\n All Rights Reserved\n\nPermission to use, copy, modify, distribute, and sell this software and\nits documentation for any purpose is hereby granted without fee,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Precision Insight not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. Precision Insight\nand its suppliers make no representations about the suitability of this\nsoftware for any purpose. It is provided "as is" without express or \nimplied warranty.\n\nPRECISION INSIGHT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\nINCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\nEVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY\nSPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER\nRESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\nCONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\nCONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n*********************************************************************' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/neomagic/neo_2097.c,v 1.11 2002/10/30 12:52:21 alanh Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-neomagic-1.1.1/src/neo_2097.c ) [unpack/xf86-video-neomagic-1.1.1/src/neo_2200.c]=( typeset -a comments=( $'*******************************************************************\nCopyright 1998, 1999 by Precision Insight, Inc., Cedar Park, Texas.\n\n All Rights Reserved\n\nPermission to use, copy, modify, distribute, and sell this software and\nits documentation for any purpose is hereby granted without fee,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Precision Insight not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. Precision Insight\nand its suppliers make no representations about the suitability of this\nsoftware for any purpose. It is provided "as is" without express or \nimplied warranty.\n\nPRECISION INSIGHT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\nINCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\nEVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY\nSPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER\nRESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\nCONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\nCONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n*********************************************************************' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/neomagic/neo_2200.c,v 1.19tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-neomagic-1.1.1/src/neo_2200.c ) [unpack/xf86-video-neomagic-1.1.1/src/neo_bank.c]=( typeset -a comments=( $'*********************************************************************\nCopyright 1998, 1999 by Precision Insight, Inc., Cedar Park, Texas.\n\n All Rights Reserved\n\nPermission to use, copy, modify, distribute, and sell this software and\nits documentation for any purpose is hereby granted without fee,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Precision Insight not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. Precision Insight\nand its suppliers make no representations about the suitability of this\nsoftware for any purpose. It is provided "as is" without express or\nimplied warranty.\n\nPRECISION INSIGHT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\nINCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\nEVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY\nSPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER\nRESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\nCONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\nCONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n*********************************************************************' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/neomagic/neo_bank.c,v 1.3 2002/01/25 21:56:05 tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-neomagic-1.1.1/src/neo_bank.c ) [unpack/xf86-video-neomagic-1.1.1/src/neo_cursor.c]=( typeset -a comments=( $'*********************************************************************\nCopyright 1998, 1999 by Precision Insight, Inc., Cedar Park, Texas.\n\n All Rights Reserved\n\nPermission to use, copy, modify, distribute, and sell this software and\nits documentation for any purpose is hereby granted without fee,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Precision Insight not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. Precision Insight\nand its suppliers make no representations about the suitability of this\nsoftware for any purpose. It is provided "as is" without express or \nimplied warranty.\n\nPRECISION INSIGHT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\nINCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\nEVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY\nSPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER\nRESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\nCONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\nCONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n*********************************************************************' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/neomagic/neo_cursor.c,v 1.8 2001/10/28 03:33:42 tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-neomagic-1.1.1/src/neo_cursor.c ) [unpack/xf86-video-neomagic-1.1.1/src/neo_dga.c]=( typeset -a comments=( $'\n * Copyright 2000 by Alan Hourihane, Sychdyn, North Wales, UK.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/neomagic/neo_dga.c,v 1.4 2001/10/01 13:44:07 eich Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-neomagic-1.1.1/src/neo_dga.c ) [unpack/xf86-video-neomagic-1.1.1/src/neo_driver.c]=( typeset -a comments=( $'*********************************************************************\nCopyright 1998, 1999 by Precision Insight, Inc., Cedar Park, Texas.\n\n All Rights Reserved\n\nPermission to use, copy, modify, distribute, and sell this software and\nits documentation for any purpose is hereby granted without fee,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Precision Insight not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. Precision Insight\nand its suppliers make no representations about the suitability of this\nsoftware for any purpose. It is provided "as is" without express or \nimplied warranty.\n\nPRECISION INSIGHT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\nINCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\nEVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY\nSPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER\nRESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\nCONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\nCONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n*********************************************************************' $'\n * Copyright 1998, 1999 Egbert Eich\n * Copyright 2000, 2001 SuSE GmbH, Author: Egbert Eich\n * Copyright 2002 SuSE Linux AG, Author: Egbert Eich\n * Copyright 2002 Shigehiro Nomura\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-neomagic-1.1.1/src/neo_driver.c ) [unpack/xf86-video-neomagic-1.1.1/src/neo_i2c.c]=( typeset -a comments=( $'*********************************************************************\nCopyright 1998, 1999 by Precision Insight, Inc., Cedar Park, Texas.\n\n All Rights Reserved\n\nPermission to use, copy, modify, distribute, and sell this software and\nits documentation for any purpose is hereby granted without fee,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Precision Insight not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. Precision Insight\nand its suppliers make no representations about the suitability of this\nsoftware for any purpose. It is provided "as is" without express or \nimplied warranty.\n\nPRECISION INSIGHT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\nINCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\nEVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY\nSPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER\nRESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\nCONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\nCONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n*********************************************************************' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/neomagic/neo_i2c.c,v 1.4 2002/09/16 18:05:58 eich Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-neomagic-1.1.1/src/neo_i2c.c ) [unpack/xf86-video-neomagic-1.1.1/src/neo_macros.h]=( typeset -a comments=( $'*********************************************************************\nCopyright 1998, 1999 by Precision Insight, Inc., Cedar Park, Texas.\n\n All Rights Reserved\n\nPermission to use, copy, modify, distribute, and sell this software and\nits documentation for any purpose is hereby granted without fee,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Precision Insight not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. Precision Insight\nand its suppliers make no representations about the suitability of this\nsoftware for any purpose. It is provided "as is" without express or \nimplied warranty.\n\nPRECISION INSIGHT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\nINCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\nEVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY\nSPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER\nRESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\nCONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\nCONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n*********************************************************************' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/neomagic/neo_macros.h,v 1.1 1999/04/17 07:06:27 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-neomagic-1.1.1/src/neo_macros.h ) [unpack/xf86-video-neomagic-1.1.1/src/neo_reg.h]=( typeset -a comments=( $'*********************************************************************\nCopyright 1998, 1999 by Precision Insight, Inc., Cedar Park, Texas.\n\n All Rights Reserved\n\nPermission to use, copy, modify, distribute, and sell this software and\nits documentation for any purpose is hereby granted without fee,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Precision Insight not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. Precision Insight\nand its suppliers make no representations about the suitability of this\nsoftware for any purpose. It is provided "as is" without express or \nimplied warranty.\n\nPRECISION INSIGHT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\nINCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\nEVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY\nSPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER\nRESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\nCONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\nCONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n*********************************************************************' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/neomagic/neo_reg.h,v 1.1 1999/04/17 07:06:29 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-neomagic-1.1.1/src/neo_reg.h ) [unpack/xf86-video-neomagic-1.1.1/src/neo_shadow.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/neomagic/neo_shadow.c,v 1.2 2000/11/03 18:46:11 eich Exp $ ' $'\n Copyright (c) 1999, 2000 The XFree86 Project Inc. \n based on code written by Mark Vojkovich \n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-neomagic-1.1.1/src/neo_shadow.c ) [unpack/xf86-video-neomagic-1.1.1/src/neo_video.c]=( typeset -a comments=( $'*********************************************************************\nCopyright 2002 by Shigehiro Nomura.\n\n All Rights Reserved\n\nPermission to use, copy, modify, distribute, and sell this software and\nits documentation for any purpose is hereby granted without fee,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Shigehiro Nomura not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. Shigehiro Nomura\nand its suppliers make no representations about the suitability of this\nsoftware for any purpose. It is provided "as is" without express or \nimplied warranty.\n\nSHIGEHIRO NOMURA DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\nINCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\nEVENT SHALL SHIGEHIRO NOMURA AND/OR ITS SUPPLIERS BE LIABLE FOR ANY\nSPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER\nRESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\nCONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\nCONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n*********************************************************************' $'\n * Copyright 2002 SuSE Linux AG, Author: Egbert Eich\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-neomagic-1.1.1/src/neo_video.c ) [unpack/xf86-video-neomagic-1.1.1/src/neo_video.h]=( typeset -a comments=( $'*********************************************************************\nCopyright 2002 by Shigehiro Nomura.\n\n All Rights Reserved\n\nPermission to use, copy, modify, distribute, and sell this software and\nits documentation for any purpose is hereby granted without fee,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Shigehiro Nomura not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. Shigehiro Nomura\nand its suppliers make no representations about the suitability of this\nsoftware for any purpose. It is provided "as is" without express or \nimplied warranty.\n\nSHIGEHIRO NOMURA DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\nINCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\nEVENT SHALL SHIGEHIRO NOMURA AND/OR ITS SUPPLIERS BE LIABLE FOR ANY\nSPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER\nRESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\nCONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\nCONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n*********************************************************************' ' $XFree86$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-neomagic-1.1.1/src/neo_video.h ) [unpack/xf86-video-nsc-2.8.2/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/ltmain.sh ) [unpack/xf86-video-nsc-2.8.2/src/durango.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/durango.c,v 1.4 2003/01/14 09:34:30 alanh Exp $ ' $'\n * $Workfile: durango.c $\n * $Revision$\n * $Author$\n *\n * This is the main file used to add Durango graphics support to a software \n * project. The main reason to have a single file include the other files\n * is that it centralizes the location of the compiler options. This file\n * should be tuned for a specific implementation, and then modified as needed\n * for new Durango releases. The releases.txt file indicates any updates to\n * this main file, such as a new definition for a new hardware platform. \n *\n * In other words, this file should be copied from the Durango source files\n * once when a software project starts, and then maintained as necessary. \n * It should not be recopied with new versions of Durango unless the \n * developer is willing to tune the file again for the specific project.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/durango.c ) [unpack/xf86-video-nsc-2.8.2/src/gfx/disp_gu1.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/gfx/disp_gu1.c,v 1.4 2003/02/06 17:46:02 alanh Exp $ ' $'\n * $Workfile: disp_gu1.c $\n *\n * This file contains routines for the first generation display controller. \n *\n * NSC_LIC_ALTERNATIVE_PREAMBLE\n *\n * Revision 1.0\n *\n * National Semiconductor Alternative GPL-BSD License\n *\n * National Semiconductor Corporation licenses this software \n * ("Software"):\n *\n * Durango\n *\n * under one of the two following licenses, depending on how the \n * Software is received by the Licensee.\n * \n * If this Software is received as part of the Linux Framebuffer or\n * other GPL licensed software, then the GPL license designated \n * NSC_LIC_GPL applies to this Software; in all other circumstances \n * then the BSD-style license designated NSC_LIC_BSD shall apply.\n *\n * END_NSC_LIC_ALTERNATIVE_PREAMBLE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/gfx/disp_gu1.c ) [unpack/xf86-video-nsc-2.8.2/src/gfx/disp_gu2.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/gfx/disp_gu2.c,v 1.4 2003/02/06 17:46:02 alanh Exp $ ' $'\n * $Workfile: disp_gu2.c $\n *\n * This file contains routines for the second generation display controller. \n *\n * NSC_LIC_ALTERNATIVE_PREAMBLE\n *\n * Revision 1.0\n *\n * National Semiconductor Alternative GPL-BSD License\n *\n * National Semiconductor Corporation licenses this software \n * ("Software"):\n *\n * Durango\n *\n * under one of the two following licenses, depending on how the \n * Software is received by the Licensee.\n * \n * If this Software is received as part of the Linux Framebuffer or\n * other GPL licensed software, then the GPL license designated \n * NSC_LIC_GPL applies to this Software; in all other circumstances \n * then the BSD-style license designated NSC_LIC_BSD shall apply.\n *\n * END_NSC_LIC_ALTERNATIVE_PREAMBLE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/gfx/disp_gu2.c ) [unpack/xf86-video-nsc-2.8.2/src/gfx/durango.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/gfx/durango.c,v 1.1 2002/12/10 15:12:25 alanh Exp $ ' $'\n * $Workfile: durango.c $\n *\n * This is the main file used to add Durango graphics support to a software \n * project. The main reason to have a single file include the other files\n * is that it centralizes the location of the compiler options. This file\n * should be tuned for a specific implementation, and then modified as needed\n * for new Durango releases. The releases.txt file indicates any updates to\n * this main file, such as a new definition for a new hardware platform. \n *\n * In other words, this file should be copied from the Durango source files\n * once when a software project starts, and then maintained as necessary. \n * It should not be recopied with new versions of Durango unless the \n * developer is willing to tune the file again for the specific project.\n *\n * NSC_LIC_ALTERNATIVE_PREAMBLE\n *\n * Revision 1.0\n *\n * National Semiconductor Alternative GPL-BSD License\n *\n * National Semiconductor Corporation licenses this software \n * ("Software"):\n *\n * Durango\n *\n * under one of the two following licenses, depending on how the \n * Software is received by the Licensee.\n * \n * If this Software is received as part of the Linux Framebuffer or\n * other GPL licensed software, then the GPL license designated \n * NSC_LIC_GPL applies to this Software; in all other circumstances \n * then the BSD-style license designated NSC_LIC_BSD shall apply.\n *\n * END_NSC_LIC_ALTERNATIVE_PREAMBLE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/gfx/durango.c ) [unpack/xf86-video-nsc-2.8.2/src/gfx/gfx_dcdr.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/gfx/gfx_dcdr.c,v 1.1 2002/12/10 15:12:25 alanh Exp $ ' $'\n * $Workfile: gfx_dcdr.c $\n *\n * This file contains routines to control the video decoder.\n * \n * gfx_set_decoder_defaults\n * gfx_set_decoder_analog_input\n * gfx_set_decoder_brightness\n * gfx_set_decoder_contrast\t\n * gfx_set_decoder_luminance_filter\n * gfx_set_decoder_hue\n * gfx_set_decoder_saturation\n * gfx_set_decoder_input_offset\n * gfx_set_decoder_input_size\n * gfx_set_decoder_output_size\n * gfx_set_decoder_scale\n * gfx_set_decoder_TV_standard\n * gfx_set_decoder_vbi_enable\n * gfx_set_decoder_vbi_format\n * gfx_set_decoder_vbi_upscale\n * gfx_decoder_software_reset\n * gfx_decoder_detect_macrovision\n * gfx_decoder_detect_video\n *\n * And the following routines if GFX_READ_ROUTINES is set:\n *\n * gfx_get_decoder_brightness\n * gfx_get_decoder_contrast\n * gfx_get_decoder_hue\n * gfx_get_decoder_saturation\n * gfx_get_decoder_input_offset\n * gfx_get_decoder_input_size\n * gfx_get_decoder_output_size\n * gfx_get_decoder_vbi_format\n *\n * NSC_LIC_ALTERNATIVE_PREAMBLE\n *\n * Revision 1.0\n *\n * National Semiconductor Alternative GPL-BSD License\n *\n * National Semiconductor Corporation licenses this software \n * ("Software"):\n *\n * Durango\n *\n * under one of the two following licenses, depending on how the \n * Software is received by the Licensee.\n * \n * If this Software is received as part of the Linux Framebuffer or\n * other GPL licensed software, then the GPL license designated \n * NSC_LIC_GPL applies to this Software; in all other circumstances \n * then the BSD-style license designated NSC_LIC_BSD shall apply.\n *\n * END_NSC_LIC_ALTERNATIVE_PREAMBLE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/gfx/gfx_dcdr.c ) [unpack/xf86-video-nsc-2.8.2/src/gfx/gfx_defs.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/gfx/gfx_defs.h,v 1.2 2002/12/11 22:51:01 dawes Exp $ ' $'\n * $Workfile: gfx_defs.h $\n *\n * This header file contains the macros used to access the hardware. These\n * macros assume that 32-bit access is possible, which is true for most \n * applications. Projects using 16-bit compilers (the Windows98 display\n * driver) and special purpose applications (such as Darwin) need to define \n * their own versions of these macros, which typically call a subroutine.\n *\n * NSC_LIC_ALTERNATIVE_PREAMBLE\n *\n * Revision 1.0\n *\n * National Semiconductor Alternative GPL-BSD License\n *\n * National Semiconductor Corporation licenses this software \n * ("Software"):\n *\n * Durango\n *\n * under one of the two following licenses, depending on how the \n * Software is received by the Licensee.\n * \n * If this Software is received as part of the Linux Framebuffer or\n * other GPL licensed software, then the GPL license designated \n * NSC_LIC_GPL applies to this Software; in all other circumstances \n * then the BSD-style license designated NSC_LIC_BSD shall apply.\n *\n * END_NSC_LIC_ALTERNATIVE_PREAMBLE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/gfx/gfx_defs.h ) [unpack/xf86-video-nsc-2.8.2/src/gfx/gfx_disp.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/gfx/gfx_disp.c,v 1.2 2003/01/14 09:34:34 alanh Exp $ ' $'\n * $Workfile: gfx_disp.c $\n *\n * This file contains routines to program the display controller. \n *\n * The "disp_gu1.c" and "disp_gu2.c" files implement the following routines:\n *\n * gfx_get_display_mode_count\n * gfx_get_display_mode\n * gfx_is_display_mode_supported\n * gfx_get_display_details\n * gfx_set_display_mode\n * gfx_set_display_bpp\n *\t gfx_set_display_timings\n * gfx_set_vtotal\n * gfx_get_display_pitch\n * gfx_set_display_pitch\n * gfx_set_display_offset\n * gfx_set_display_palette\n * gfx_set_display_palette_entry\n * gfx_set_cursor_enable\n * gfx_set_cursor_colors\n * gfx_set_cursor_position\n *\t gfx_set_cursor_shape32\n *\t gfx_set_cursor_shape64\n * gfx_set_icon_enable\n * gfx_set_icon_colors\n * gfx_set_icon_position\n * gfx_set_icon_shape64\n * gfx_set_compression_enable\n * gfx_set_compression_offset\n * gfx_set_compression_pitch\n * gfx_set_compression_size\n * gfx_set_display_priority_high\n * gfx_test_timing_active\n * gfx_test_vertical_active\n * gfx_wait_vertical_blank\n * gfx_reset_timing_lock\n *\n * And the following routines if GFX_READ_ROUTINES is set:\n *\t\n *\t gfx_get_hactive\n * gfx_get_hblank_start\n * gfx_get_hsync_start\n * gfx_get_hsync_end\n * gfx_get_hblank_end\n * gfx_get_htotal\n * gfx_get_vactive\n * gfx_get_vblank_start\n * gfx_get_vsync_start\n * gfx_get_vsync_end\n * gfx_get_vblank_end\n * gfx_get_vtotal\n * gfx_get_vline\n * gfx_get_display_bpp\n * gfx_get_display_offset\n * gfx_get_display_palette\n * gfx_get_cursor_enable\n * gfx_get_cursor_base\n * gfx_get_cursor_position\n * gfx_get_cursor_offset\n * gfx_get_cursor_color\n * gfx_get_icon_enable\n * gfx_get_icon_color\n * gfx_get_icon_offset\n * gfx_get_icon_position\n * gfx_get_compression_enable\n * gfx_get_compression_offset\n * gfx_get_compression_pitch\n * gfx_get_compression_size\n * gfx_get_display_priority_high\n * gfx_get_valid_bit\n *\n * NSC_LIC_ALTERNATIVE_PREAMBLE\n *\n * Revision 1.0\n *\n * National Semiconductor Alternative GPL-BSD License\n *\n * National Semiconductor Corporation licenses this software \n * ("Software"):\n *\n * Durango\n *\n * under one of the two following licenses, depending on how the \n * Software is received by the Licensee.\n * \n * If this Software is received as part of the Linux Framebuffer or\n * other GPL licensed software, then the GPL license designated \n * NSC_LIC_GPL applies to this Software; in all other circumstances \n * then the BSD-style license designated NSC_LIC_BSD shall apply.\n *\n * END_NSC_LIC_ALTERNATIVE_PREAMBLE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/gfx/gfx_disp.c ) [unpack/xf86-video-nsc-2.8.2/src/gfx/gfx_i2c.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/gfx/gfx_i2c.c,v 1.1 2002/12/10 15:12:25 alanh Exp $ ' $'\n * $Workfile: gfx_i2c.c $\n *\n * This file contains routines to write to and read from the I2C bus.\n *\n * NSC_LIC_ALTERNATIVE_PREAMBLE\n *\n * Revision 1.0\n *\n * National Semiconductor Alternative GPL-BSD License\n *\n * National Semiconductor Corporation licenses this software \n * ("Software"):\n *\n * Durango\n *\n * under one of the two following licenses, depending on how the \n * Software is received by the Licensee.\n * \n * If this Software is received as part of the Linux Framebuffer or\n * other GPL licensed software, then the GPL license designated \n * NSC_LIC_GPL applies to this Software; in all other circumstances \n * then the BSD-style license designated NSC_LIC_BSD shall apply.\n *\n * END_NSC_LIC_ALTERNATIVE_PREAMBLE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/gfx/gfx_i2c.c ) [unpack/xf86-video-nsc-2.8.2/src/gfx/gfx_init.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/gfx/gfx_init.c,v 1.1 2002/12/10 15:12:25 alanh Exp $ ' $'\n * $Workfile: gfx_init.c $\n *\n * This file contains routines typically used in driver initialization.\n *\n * Routines:\n * \n * gfx_pci_config_read\n * gfx_cpu_config_read\n * gfx_detect_cpu\n * gfx_detect_video\n * gfx_get_cpu_register_base\n * gfx_get_frame_buffer_base\n * gfx_get_frame_buffer_size\n * gfx_get_vid_register_base\n * gfx_get_vip_register_base\n *\n * NSC_LIC_ALTERNATIVE_PREAMBLE\n *\n * Revision 1.0\n *\n * National Semiconductor Alternative GPL-BSD License\n *\n * National Semiconductor Corporation licenses this software \n * ("Software"):\n *\n * Durango\n *\n * under one of the two following licenses, depending on how the \n * Software is received by the Licensee.\n * \n * If this Software is received as part of the Linux Framebuffer or\n * other GPL licensed software, then the GPL license designated \n * NSC_LIC_GPL applies to this Software; in all other circumstances \n * then the BSD-style license designated NSC_LIC_BSD shall apply.\n *\n * END_NSC_LIC_ALTERNATIVE_PREAMBLE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/gfx/gfx_init.c ) [unpack/xf86-video-nsc-2.8.2/src/gfx/gfx_mode.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/gfx/gfx_mode.h,v 1.1 2002/12/10 15:12:25 alanh Exp $ ' $'\n * $Workfile: gfx_mode.h $\n *\n * This header file contains the mode tables. It is used by the "gfx_disp.c" \n * file to set a display mode.\n *\n * NSC_LIC_ALTERNATIVE_PREAMBLE\n *\n * Revision 1.0\n *\n * National Semiconductor Alternative GPL-BSD License\n *\n * National Semiconductor Corporation licenses this software \n * ("Software"):\n *\n * Durango\n *\n * under one of the two following licenses, depending on how the \n * Software is received by the Licensee.\n * \n * If this Software is received as part of the Linux Framebuffer or\n * other GPL licensed software, then the GPL license designated \n * NSC_LIC_GPL applies to this Software; in all other circumstances \n * then the BSD-style license designated NSC_LIC_BSD shall apply.\n *\n * END_NSC_LIC_ALTERNATIVE_PREAMBLE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/gfx/gfx_mode.h ) [unpack/xf86-video-nsc-2.8.2/src/gfx/gfx_msr.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/gfx/gfx_msr.c,v 1.1 2002/12/10 15:12:25 alanh Exp $ ' $'\n * $Workfile: gfx_msr.c $\n *\n * This file contains routines to read machine-specific registers (MSRs)\n *\n * Routines:\n * \n * gfx_msr_init\n * gfx_id_msr_device\n * gfx_get_msr_dev_address\n * gfx_get_glink_id_at_address\n * gfx_msr_read\n * gfx_msr_write\n *\n * NSC_LIC_ALTERNATIVE_PREAMBLE\n *\n * Revision 1.0\n *\n * National Semiconductor Alternative GPL-BSD License\n *\n * National Semiconductor Corporation licenses this software \n * ("Software"):\n *\n * Durango\n *\n * under one of the two following licenses, depending on how the \n * Software is received by the Licensee.\n * \n * If this Software is received as part of the Linux Framebuffer or\n * other GPL licensed software, then the GPL license designated \n * NSC_LIC_GPL applies to this Software; in all other circumstances \n * then the BSD-style license designated NSC_LIC_BSD shall apply.\n *\n * END_NSC_LIC_ALTERNATIVE_PREAMBLE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/gfx/gfx_msr.c ) [unpack/xf86-video-nsc-2.8.2/src/gfx/gfx_regs.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/gfx/gfx_regs.h,v 1.2 2003/02/05 18:38:43 alanh Exp $ ' $'\n * $Workfile: gfx_regs.h $\n *\n * This header file contains the graphics register definitions.\n *\n * NSC_LIC_ALTERNATIVE_PREAMBLE\n *\n * Revision 1.0\n *\n * National Semiconductor Alternative GPL-BSD License\n *\n * National Semiconductor Corporation licenses this software \n * ("Software"):\n *\n * Durango\n *\n * under one of the two following licenses, depending on how the \n * Software is received by the Licensee.\n * \n * If this Software is received as part of the Linux Framebuffer or\n * other GPL licensed software, then the GPL license designated \n * NSC_LIC_GPL applies to this Software; in all other circumstances \n * then the BSD-style license designated NSC_LIC_BSD shall apply.\n *\n * END_NSC_LIC_ALTERNATIVE_PREAMBLE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/gfx/gfx_regs.h ) [unpack/xf86-video-nsc-2.8.2/src/gfx/gfx_rndr.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/gfx/gfx_rndr.c,v 1.1 2002/12/10 15:12:25 alanh Exp $ ' $'\n * $Workfile: gfx_rndr.c $\n *\n * This file contains routines to program the 2D acceleration hardware:\n * \n * gfx_set_bpp\n * gfx_set_solid_pattern\n * gfx_set_mono_pattern\n * gfx_set_color_pattern\n * gfx_load_color_pattern_line\n * gfx_set_solid_source \n * gfx_set_mono_source\n * gfx_set_raster_operation\n * gfx_pattern_fill\n * gfx_color_pattern_fill\n * gfx_screen_to_screen_blt\n * gfx_screen_to_screen_xblt\n * gfx_color_bitmap_to_screen_blt\n * gfx_color_bitmap_to_screen_xblt\n * gfx_mono_bitmap_to_screen_blt\n * gfx_bresenham_line \n * gfx_wait_until_idle \n *\n * NSC_LIC_ALTERNATIVE_PREAMBLE\n *\n * Revision 1.0\n *\n * National Semiconductor Alternative GPL-BSD License\n *\n * National Semiconductor Corporation licenses this software \n * ("Software"):\n *\n * Durango\n *\n * under one of the two following licenses, depending on how the \n * Software is received by the Licensee.\n * \n * If this Software is received as part of the Linux Framebuffer or\n * other GPL licensed software, then the GPL license designated \n * NSC_LIC_GPL applies to this Software; in all other circumstances \n * then the BSD-style license designated NSC_LIC_BSD shall apply.\n *\n * END_NSC_LIC_ALTERNATIVE_PREAMBLE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/gfx/gfx_rndr.c ) [unpack/xf86-video-nsc-2.8.2/src/gfx/gfx_rtns.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/gfx/gfx_rtns.h,v 1.1 2002/12/10 15:12:25 alanh Exp $ ' $'\n * $Workfile: gfx_rtns.h $\n *\n * This header file defines the Durango routines and variables used\n * to access the memory mapped regions.\n *\n * NSC_LIC_ALTERNATIVE_PREAMBLE\n *\n * Revision 1.0\n *\n * National Semiconductor Alternative GPL-BSD License\n *\n * National Semiconductor Corporation licenses this software \n * ("Software"):\n *\n * Durango\n *\n * under one of the two following licenses, depending on how the \n * Software is received by the Licensee.\n * \n * If this Software is received as part of the Linux Framebuffer or\n * other GPL licensed software, then the GPL license designated \n * NSC_LIC_GPL applies to this Software; in all other circumstances \n * then the BSD-style license designated NSC_LIC_BSD shall apply.\n *\n * END_NSC_LIC_ALTERNATIVE_PREAMBLE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/gfx/gfx_rtns.h ) [unpack/xf86-video-nsc-2.8.2/src/gfx/gfx_tv.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/gfx/gfx_tv.c,v 1.1 2002/12/10 15:12:25 alanh Exp $ ' $'\n * $Workfile: gfx_tv.c $\n *\n * This file contains routines to program TVOUT and TV encoder. \n *\n * Routines:\n * \n * gfx_set_tv_format\n * gfx_set_tv_output\n * gfx_set_tv_enable\n * gfx_set_tv_flicker_filter\n * gfx_set_tv_sub_carrier_reset\n * gfx_set_tv_vphase\n * gfx_set_tv_YC_delay\n * gfx_set_tvenc_reset_interval\n * gfx_set_tv_cc_enable\n * gfx_set_tv_cc_data\n * gfx_test_tvout_odd_field\n * gfx_test_tvenc_odd_field\n * gfx_set_tv_field_status_invert\n * gfx_get_tv_vphase\n *\n * NSC_LIC_ALTERNATIVE_PREAMBLE\n *\n * Revision 1.0\n *\n * National Semiconductor Alternative GPL-BSD License\n *\n * National Semiconductor Corporation licenses this software \n * ("Software"):\n *\n * Durango\n *\n * under one of the two following licenses, depending on how the \n * Software is received by the Licensee.\n * \n * If this Software is received as part of the Linux Framebuffer or\n * other GPL licensed software, then the GPL license designated \n * NSC_LIC_GPL applies to this Software; in all other circumstances \n * then the BSD-style license designated NSC_LIC_BSD shall apply.\n *\n * END_NSC_LIC_ALTERNATIVE_PREAMBLE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/gfx/gfx_tv.c ) [unpack/xf86-video-nsc-2.8.2/src/gfx/gfx_tv.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/gfx/gfx_tv.h,v 1.1 2002/12/10 15:12:26 alanh Exp $ ' ' DISPLAY MODE FLAGS ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/gfx/gfx_tv.h ) [unpack/xf86-video-nsc-2.8.2/src/gfx/gfx_type.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/gfx/gfx_type.h,v 1.1 2002/12/10 15:12:26 alanh Exp $ ' $'\n * $Workfile: gfx_type.h $\n *\n * This header file defines the pneumonics used when calling Durango routines. \n * This file is automatically included by gfx_rtns.h\n *\n * NSC_LIC_ALTERNATIVE_PREAMBLE\n *\n * Revision 1.0\n *\n * National Semiconductor Alternative GPL-BSD License\n *\n * National Semiconductor Corporation licenses this software \n * ("Software"):\n *\n * Durango\n *\n * under one of the two following licenses, depending on how the \n * Software is received by the Licensee.\n * \n * If this Software is received as part of the Linux Framebuffer or\n * other GPL licensed software, then the GPL license designated \n * NSC_LIC_GPL applies to this Software; in all other circumstances \n * then the BSD-style license designated NSC_LIC_BSD shall apply.\n *\n * END_NSC_LIC_ALTERNATIVE_PREAMBLE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/gfx/gfx_type.h ) [unpack/xf86-video-nsc-2.8.2/src/gfx/gfx_vga.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/gfx/gfx_vga.c,v 1.1 2002/12/10 15:12:26 alanh Exp $ ' $'\n * $Workfile: gfx_vga.c $\n *\n * This file contains routines to interface to the VGA registers. Some\n * operating systems require mode sets be done through VGA, rather than\n * directly using the "gfx_set_display_mode" routine.\n *\n * NSC_LIC_ALTERNATIVE_PREAMBLE\n *\n * Revision 1.0\n *\n * National Semiconductor Alternative GPL-BSD License\n *\n * National Semiconductor Corporation licenses this software \n * ("Software"):\n *\n * Durango\n *\n * under one of the two following licenses, depending on how the \n * Software is received by the Licensee.\n * \n * If this Software is received as part of the Linux Framebuffer or\n * other GPL licensed software, then the GPL license designated \n * NSC_LIC_GPL applies to this Software; in all other circumstances \n * then the BSD-style license designated NSC_LIC_BSD shall apply.\n *\n * END_NSC_LIC_ALTERNATIVE_PREAMBLE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/gfx/gfx_vga.c ) [unpack/xf86-video-nsc-2.8.2/src/gfx/gfx_vid.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/gfx/gfx_vid.c,v 1.1 2002/12/10 15:12:26 alanh Exp $ ' $'\n * $Workfile: gfx_vid.c $\n *\n * This file contains routines to control the video overlay window.\n *\n * Video overlay routines:\n * \n * gfx_set_clock_frequency\n * gfx_set_crt_enable\n * gfx_set_video_enable\n * gfx_set_video_format\n * gfx_set_video_size\n * gfx_set_video_offset\n * gfx_set_video_yuv_offsets\n * gfx_set_video_yuv_pitch\n * gfx_set_video_scale\n * gfx_set_video_upscale\n * gfx_set_video_downscale_config\n * gfx_set_video_downscale_coefficients\n * gfx_set_video_downscale_enable\n * gfx_set_video_vertical_downscale\n * gfx_set_video_vertical_downscale_enable\n * gfx_set_video_window\n * gfx_set_video_left_crop\n * gfx_set_video_color_key\n * gfx_set_video_filter\n * gfx_set_video_palette\n * gfx_set_video_request\n * gfx_set_video_source\n * gfx_set_vbi_source\n * gfx_set_vbi_lines\n * gfx_set_vbi_total\n * gfx_set_video_interlaced\n * gfx_set_color_space_YUV\n * gfx_set_vertical_scaler_offset\n * gfx_set_top_line_in_odd\n * gfx_set_genlock_delay\n * gfx_set_genlock_enable\n * gfx_set_video_cursor\n * gfx_set_video_cursor_enable\n * \n * Alpha blending routines (SC1200 ONLY):\n *\n * gfx_select_alpha_region\n *\t gfx_set_alpha_enable\n *\t gfx_set_alpha_window\n * gfx_set_alpha_value\n * gfx_set_alpha_priority\n * gfx_set_alpha_color\n * gfx_set_alpha_color_enable\n * gfx_set_no_ck_outside_alpha\n * gfx_test_tvout_odd_field\n *\n * And the following routines if GFX_READ_ROUTINES is set:\n *\n * gfx_get_sync_polarities\n * gfx_get_video_enable\n * gfx_get_video_format\n * gfx_get_video_src_size\n * gfx_get_video_line_size\n * gfx_get_video_xclip\n * gfx_get_video_offset\n * gfx_get_video_yuv_offsets\n * gfx_get_video_yuv_pitch\n * gfx_get_video_scale\n * gfx_get_video_upscale\n * gfx_get_video_downscale_config\n * gfx_get_video_downscale_coefficients\n * gfx_get_video_downscale_enable\n * gfx_get_video_downscale_delta\n * gfx_get_video_vertical_downscale_enable\n * gfx_get_video_dst_size\n * gfx_get_video_position\n * gfx_get_video_color_key\n * gfx_get_video_color_key_mask\n * gfx_get_video_color_key_src\n * gfx_get_video_filter\n * gfx_get_video_request\n * gfx_get_video_source\n * gfx_get_vbi_source\n * gfx_get_vbi_lines\n * gfx_get_vbi_total\n * gfx_get_video_interlaced\n * gfx_get_color_space_YUV\n * gfx_get_vertical_scaler_offset\n * gfx_get_genlock_delay\n * gfx_get_genlock_enable\n * gfx_get_video_cursor\n * gfx_get_clock_frequency\n * gfx_read_crc\n *\n * Alpha blending read routines (SC1200 ONLY):\n *\n * gfx_get_alpha_enable\n * gfx_get_alpha_size\n * gfx_get_alpha_value\n * gfx_get_alpha_priority\n * gfx_get_alpha_color\n *\n * NSC_LIC_ALTERNATIVE_PREAMBLE\n *\n * Revision 1.0\n *\n * National Semiconductor Alternative GPL-BSD License\n *\n * National Semiconductor Corporation licenses this software \n * ("Software"):\n *\n * Durango\n *\n * under one of the two following licenses, depending on how the \n * Software is received by the Licensee.\n * \n * If this Software is received as part of the Linux Framebuffer or\n * other GPL licensed software, then the GPL license designated \n * NSC_LIC_GPL applies to this Software; in all other circumstances \n * then the BSD-style license designated NSC_LIC_BSD shall apply.\n *\n * END_NSC_LIC_ALTERNATIVE_PREAMBLE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/gfx/gfx_vid.c ) [unpack/xf86-video-nsc-2.8.2/src/gfx/gfx_vip.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/gfx/gfx_vip.c,v 1.1 2002/12/10 15:12:26 alanh Exp $ ' $'\n * $Workfile: gfx_vip.c $\n *\n * This file contains routines to control the video input port (VIP).\n * \n * gfx_set_vip_enable\n * gfx_set_vip_capture_run_mode\n * gfx_set_vip_base\n * gfx_set_vip_pitch\n * gfx_set_vip_mode\n * gfx_set_vbi_enable\n * gfx_set_vbi_mode\n * gfx_set_vbi_base\n * gfx_set_vbi_pitch\n * gfx_set_vbi_direct\n * gfx_set_vbi_interrupt\n * gfx_set_vip_bus_request_threshold_high\n * gfx_set_vip_last_line\n * gfx_test_vip_odd_field\n * gfx_test_vip_bases_updated\n * gfx_test_vip_fifo_overflow\n * gfx_get_vip_line\n * gfx_get_vip_base\n * gfx_get_vbi_pitch\n *\n * And the following routines if GFX_READ_ROUTINES is set:\n *\n * gfx_get_vip_enable\n * gfx_get_vip_pitch\n * gfx_get_vip_mode\n * gfx_get_vbi_enable\n * gfx_get_vbi_mode\n * gfx_get_vbi_base\n * gfx_get_vbi_direct\n * gfx_get_vbi_interrupt\n * gfx_get_vip_bus_request_threshold_high\n *\n * NSC_LIC_ALTERNATIVE_PREAMBLE\n *\n * Revision 1.0\n *\n * National Semiconductor Alternative GPL-BSD License\n *\n * National Semiconductor Corporation licenses this software \n * ("Software"):\n *\n * Durango\n *\n * under one of the two following licenses, depending on how the \n * Software is received by the Licensee.\n * \n * If this Software is received as part of the Linux Framebuffer or\n * other GPL licensed software, then the GPL license designated \n * NSC_LIC_GPL applies to this Software; in all other circumstances \n * then the BSD-style license designated NSC_LIC_BSD shall apply.\n *\n * END_NSC_LIC_ALTERNATIVE_PREAMBLE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/gfx/gfx_vip.c ) [unpack/xf86-video-nsc-2.8.2/src/gfx/history.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/gfx/history.h,v 1.2 2003/02/05 18:38:43 alanh Exp $ ' $'\n * $Workfile: history.h $\n *\n *\n * NSC_LIC_ALTERNATIVE_PREAMBLE\n *\n * Revision 1.0\n *\n * National Semiconductor Alternative GPL-BSD License\n *\n * National Semiconductor Corporation licenses this software \n * ("Software"):\n *\n * Durango\n *\n * under one of the two following licenses, depending on how the \n * Software is received by the Licensee.\n * \n * If this Software is received as part of the Linux Framebuffer or\n * other GPL licensed software, then the GPL license designated \n * NSC_LIC_GPL applies to this Software; in all other circumstances \n * then the BSD-style license designated NSC_LIC_BSD shall apply.\n *\n * END_NSC_LIC_ALTERNATIVE_PREAMBLE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/gfx/history.h ) [unpack/xf86-video-nsc-2.8.2/src/gfx/i2c_acc.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/gfx/i2c_acc.c,v 1.1tsi Exp $ ' $'\n * $Workfile: i2c_acc.c $\n *\n * This file contains routines to write to and read from the I2C bus using\n * the ACCESS.bus hardware in the SC1200. \n *\n * NSC_LIC_ALTERNATIVE_PREAMBLE\n *\n * Revision 1.0\n *\n * National Semiconductor Alternative GPL-BSD License\n *\n * National Semiconductor Corporation licenses this software \n * ("Software"):\n *\n * Durango\n *\n * under one of the two following licenses, depending on how the \n * Software is received by the Licensee.\n * \n * If this Software is received as part of the Linux Framebuffer or\n * other GPL licensed software, then the GPL license designated \n * NSC_LIC_GPL applies to this Software; in all other circumstances \n * then the BSD-style license designated NSC_LIC_BSD shall apply.\n *\n * END_NSC_LIC_ALTERNATIVE_PREAMBLE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/gfx/i2c_acc.c ) [unpack/xf86-video-nsc-2.8.2/src/gfx/i2c_gpio.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/gfx/i2c_gpio.c,v 1.1 2002/12/10 15:12:26 alanh Exp $ ' $'\n * $Workfile: i2c_gpio.c $\n *\n * This file contains routines to write to and read from the I2C bus using\n * the GPIO pins of the CS5530.\n *\n * NSC_LIC_ALTERNATIVE_PREAMBLE\n *\n * Revision 1.0\n *\n * National Semiconductor Alternative GPL-BSD License\n *\n * National Semiconductor Corporation licenses this software \n * ("Software"):\n *\n * Durango\n *\n * under one of the two following licenses, depending on how the \n * Software is received by the Licensee.\n * \n * If this Software is received as part of the Linux Framebuffer or\n * other GPL licensed software, then the GPL license designated \n * NSC_LIC_GPL applies to this Software; in all other circumstances \n * then the BSD-style license designated NSC_LIC_BSD shall apply.\n *\n * END_NSC_LIC_ALTERNATIVE_PREAMBLE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/gfx/i2c_gpio.c ) [unpack/xf86-video-nsc-2.8.2/src/gfx/init_gu1.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/gfx/init_gu1.c,v 1.1 2002/12/10 15:12:27 alanh Exp $ ' $'\n * $Workfile: init_gu1.c $\n *\n * This file contains routines used in the initialization of Geode-family \n * processors.\n *\n * NSC_LIC_ALTERNATIVE_PREAMBLE\n *\n * Revision 1.0\n *\n * National Semiconductor Alternative GPL-BSD License\n *\n * National Semiconductor Corporation licenses this software \n * ("Software"):\n *\n * Durango\n *\n * under one of the two following licenses, depending on how the \n * Software is received by the Licensee.\n * \n * If this Software is received as part of the Linux Framebuffer or\n * other GPL licensed software, then the GPL license designated \n * NSC_LIC_GPL applies to this Software; in all other circumstances \n * then the BSD-style license designated NSC_LIC_BSD shall apply.\n *\n * END_NSC_LIC_ALTERNATIVE_PREAMBLE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/gfx/init_gu1.c ) [unpack/xf86-video-nsc-2.8.2/src/gfx/init_gu2.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/gfx/init_gu2.c,v 1.1 2002/12/10 15:12:27 alanh Exp $ ' $'\n * $Workfile: init_gu2.c $\n *\n * This file contains routines used in Redcloud initialization.\n *\n * NSC_LIC_ALTERNATIVE_PREAMBLE\n *\n * Revision 1.0\n *\n * National Semiconductor Alternative GPL-BSD License\n *\n * National Semiconductor Corporation licenses this software \n * ("Software"):\n *\n * Durango\n *\n * under one of the two following licenses, depending on how the \n * Software is received by the Licensee.\n * \n * If this Software is received as part of the Linux Framebuffer or\n * other GPL licensed software, then the GPL license designated \n * NSC_LIC_GPL applies to this Software; in all other circumstances \n * then the BSD-style license designated NSC_LIC_BSD shall apply.\n *\n * END_NSC_LIC_ALTERNATIVE_PREAMBLE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/gfx/init_gu2.c ) [unpack/xf86-video-nsc-2.8.2/src/gfx/msr_rdcl.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/gfx/msr_rdcl.c,v 1.1 2002/12/10 15:12:27 alanh Exp $ ' $'\n * $Workfile: msr_rdcl.c $\n *\n * This file contains MSR access routines for Redcloud.\n *\n * NSC_LIC_ALTERNATIVE_PREAMBLE\n *\n * Revision 1.0\n *\n * National Semiconductor Alternative GPL-BSD License\n *\n * National Semiconductor Corporation licenses this software \n * ("Software"):\n *\n * Durango\n *\n * under one of the two following licenses, depending on how the \n * Software is received by the Licensee.\n * \n * If this Software is received as part of the Linux Framebuffer or\n * other GPL licensed software, then the GPL license designated \n * NSC_LIC_GPL applies to this Software; in all other circumstances \n * then the BSD-style license designated NSC_LIC_BSD shall apply.\n *\n * END_NSC_LIC_ALTERNATIVE_PREAMBLE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/gfx/msr_rdcl.c ) [unpack/xf86-video-nsc-2.8.2/src/gfx/rndr_gu1.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/gfx/rndr_gu1.c,v 1.2 2003/01/14 09:34:34 alanh Exp $ ' $'\n * $Workfile: rndr_gu1.c $\n *\n * This file contains routines to program the 2D acceleration hardware for\n * the first generation graphics unit (GXLV, SC1200).\n * \n * gfx_set_bpp \n * gfx_set_solid_pattern \n * gfx_set_mono_pattern\n * gfx_set_color_pattern\n * gfx_set_solid_source \n * gfx_set_mono_source\n * gfx_set_raster_operation\n * gfx_pattern_fill\n * gfx_screen_to_screen_blt\n * gfx_screen_to_screen_xblt\n * gfx_color_bitmap_to_screen_blt\n * gfx_color_bitmap_to_screen_xblt\n * gfx_mono_bitmap_to_screen_blt\n * gfx_bresenham_line \n * gfx_wait_until_idle \n *\n * NSC_LIC_ALTERNATIVE_PREAMBLE\n *\n * Revision 1.0\n *\n * National Semiconductor Alternative GPL-BSD License\n *\n * National Semiconductor Corporation licenses this software \n * ("Software"):\n *\n * Durango\n *\n * under one of the two following licenses, depending on how the \n * Software is received by the Licensee.\n * \n * If this Software is received as part of the Linux Framebuffer or\n * other GPL licensed software, then the GPL license designated \n * NSC_LIC_GPL applies to this Software; in all other circumstances \n * then the BSD-style license designated NSC_LIC_BSD shall apply.\n *\n * END_NSC_LIC_ALTERNATIVE_PREAMBLE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/gfx/rndr_gu1.c ) [unpack/xf86-video-nsc-2.8.2/src/gfx/rndr_gu2.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/gfx/rndr_gu2.c,v 1.1 2002/12/10 15:12:27 alanh Exp $ ' $'\n * $Workfile: rndr_gu2.c $\n *\n * This file contains routines to program the 2D acceleration hardware for\n * the second generation graphics unit.\n * \n * Basic rendering routines (common to all Geode processors):\n * gfx_set_bpp \n * gfx_set_solid_pattern \n * gfx_set_mono_pattern\n * gfx_set_color_pattern\n * gfx_set_solid_source \n * gfx_set_mono_source\n * gfx_set_raster_operation\n * gfx_pattern_fill\n * gfx_color_pattern_fill\n * gfx_screen_to_screen_blt\n * gfx_screen_to_screen_xblt\n * gfx_color_bitmap_to_screen_blt\n * gfx_color_bitmap_to_screen_xblt\n * gfx_mono_bitmap_to_screen_blt\n * gfx_bresenham_line \n * gfx_wait_until_idle \n *\n * Extended rendering routines for second generation functionality:\n * gfx2_set_source_stride\n * gfx2_set_destination_stride\n * gfx2_set_pattern_origins\n * gfx2_set_source_transparency\n * gfx2_set_alpha_mode\n * gfx2_set_alpha_value\n * gfx2_pattern_fill\n * gfx2_color_pattern_fill\n * gfx2_screen_to_screen_blt\n * gfx2_mono_expand_blt\n * gfx2_color_bitmap_to_screen_blt\n * gfx2_mono_bitmap_to_screen_blt\n * gfx2_bresenham_line\n * gfx2_sync_to_vblank\n *\n * NSC_LIC_ALTERNATIVE_PREAMBLE\n *\n * Revision 1.0\n *\n * National Semiconductor Alternative GPL-BSD License\n *\n * National Semiconductor Corporation licenses this software \n * ("Software"):\n *\n * Durango\n *\n * under one of the two following licenses, depending on how the \n * Software is received by the Licensee.\n * \n * If this Software is received as part of the Linux Framebuffer or\n * other GPL licensed software, then the GPL license designated \n * NSC_LIC_GPL applies to this Software; in all other circumstances \n * then the BSD-style license designated NSC_LIC_BSD shall apply.\n *\n * END_NSC_LIC_ALTERNATIVE_PREAMBLE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/gfx/rndr_gu2.c ) [unpack/xf86-video-nsc-2.8.2/src/gfx/saa7114.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/gfx/saa7114.c,v 1.1 2002/12/10 15:12:27 alanh Exp $ ' $'\n * $Workfile: saa7114.c $\n *\n * This file contains routines to control the Philips SAA7114 video decoder.\n *\n * NSC_LIC_ALTERNATIVE_PREAMBLE\n *\n * Revision 1.0\n *\n * National Semiconductor Alternative GPL-BSD License\n *\n * National Semiconductor Corporation licenses this software \n * ("Software"):\n *\n * Durango\n *\n * under one of the two following licenses, depending on how the \n * Software is received by the Licensee.\n * \n * If this Software is received as part of the Linux Framebuffer or\n * other GPL licensed software, then the GPL license designated \n * NSC_LIC_GPL applies to this Software; in all other circumstances \n * then the BSD-style license designated NSC_LIC_BSD shall apply.\n *\n * END_NSC_LIC_ALTERNATIVE_PREAMBLE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/gfx/saa7114.c ) [unpack/xf86-video-nsc-2.8.2/src/gfx/tv_1200.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/gfx/tv_1200.c,v 1.1 2002/12/10 15:12:27 alanh Exp $ ' $'\n * $Workfile: tv_1200.c $\n *\n * This file contains routines to control the SC1200 TVOUT and TV encoder.\n *\n * NSC_LIC_ALTERNATIVE_PREAMBLE\n *\n * Revision 1.0\n *\n * National Semiconductor Alternative GPL-BSD License\n *\n * National Semiconductor Corporation licenses this software \n * ("Software"):\n *\n * Durango\n *\n * under one of the two following licenses, depending on how the \n * Software is received by the Licensee.\n * \n * If this Software is received as part of the Linux Framebuffer or\n * other GPL licensed software, then the GPL license designated \n * NSC_LIC_GPL applies to this Software; in all other circumstances \n * then the BSD-style license designated NSC_LIC_BSD shall apply.\n *\n * END_NSC_LIC_ALTERNATIVE_PREAMBLE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/gfx/tv_1200.c ) [unpack/xf86-video-nsc-2.8.2/src/gfx/tv_fs450.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/gfx/tv_fs450.c,v 1.1 2002/12/10 15:12:27 alanh Exp $ ' $'\n * $Workfile: tv_fs450.c $\n *\n * This file contains routines to control the FS450 tvout encoder.\n *\n * NSC_LIC_ALTERNATIVE_PREAMBLE\n *\n * Revision 1.0\n *\n * National Semiconductor Alternative GPL-BSD License\n *\n * National Semiconductor Corporation licenses this software \n * ("Software"):\n *\n * Durango\n *\n * under one of the two following licenses, depending on how the \n * Software is received by the Licensee.\n * \n * If this Software is received as part of the Linux Framebuffer or\n * other GPL licensed software, then the GPL license designated \n * NSC_LIC_GPL applies to this Software; in all other circumstances \n * then the BSD-style license designated NSC_LIC_BSD shall apply.\n *\n * END_NSC_LIC_ALTERNATIVE_PREAMBLE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/gfx/tv_fs450.c ) [unpack/xf86-video-nsc-2.8.2/src/gfx/tv_fs450.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/gfx/tv_fs450.h,v 1.1 2002/12/10 15:12:27 alanh Exp $ ' $'\n * $Workfile: tv_fs450.h $\n *\n * This file defines the common FS450 API.\n *\n * NSC_LIC_ALTERNATIVE_PREAMBLE\n *\n * Revision 1.0\n *\n * National Semiconductor Alternative GPL-BSD License\n *\n * National Semiconductor Corporation licenses this software \n * ("Software"):\n *\n * Durango\n *\n * under one of the two following licenses, depending on how the \n * Software is received by the Licensee.\n * \n * If this Software is received as part of the Linux Framebuffer or\n * other GPL licensed software, then the GPL license designated \n * NSC_LIC_GPL applies to this Software; in all other circumstances \n * then the BSD-style license designated NSC_LIC_BSD shall apply.\n *\n * END_NSC_LIC_ALTERNATIVE_PREAMBLE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/gfx/tv_fs450.h ) [unpack/xf86-video-nsc-2.8.2/src/gfx/tv_fs451.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/gfx/tv_fs451.c,v 1.1tsi Exp $ ' $'\n * $Workfile: tv_fs451.c $\n * $Revision$\n *\n * This file contains routines to control the FS451 tvout encoder.\n *\n * NSC_LIC_ALTERNATIVE_PREAMBLE\n *\n * Revision 1.0\n *\n * National Semiconductor Alternative GPL-BSD License\n *\n * National Semiconductor Corporation licenses this software \n * ("Software"):\n *\n * Durango\n *\n * under one of the two following licenses, depending on how the \n * Software is received by the Licensee.\n * \n * If this Software is received as part of the Linux Framebuffer or\n * other GPL licensed software, then the GPL license designated \n * NSC_LIC_GPL applies to this Software; in all other circumstances \n * then the BSD-style license designated NSC_LIC_BSD shall apply.\n *\n * END_NSC_LIC_ALTERNATIVE_PREAMBLE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/gfx/tv_fs451.c ) [unpack/xf86-video-nsc-2.8.2/src/gfx/tv_geode.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/gfx/tv_geode.c,v 1.1 2002/12/10 15:12:27 alanh Exp $ ' $'-----------------------------------------------------------------------------\n * TV_GEODE.C\n *\n * Version 1.20 - February 9, 2000\n *\n * This file contains routines to program the TV encoder when it is \n * integrated onto a Geode processor.\n *\n * History:\n * Initial version ported from code by Ilia Stolov.\n * Versions 0.1 through 1.20 by Brian Falardeau.\n *\n * Copyright (c) 1999-2000 National Semiconductor.\n *-----------------------------------------------------------------------------\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/gfx/tv_geode.c ) [unpack/xf86-video-nsc-2.8.2/src/gfx/vga_gu1.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/gfx/vga_gu1.c,v 1.1 2002/12/10 15:12:27 alanh Exp $ ' $'\n * $Workfile: vga_gu1.c $\n *\n * This file contains routines to set modes using the VGA registers. \n * Since this file is for the first generation graphics unit, it interfaces\n * to SoftVGA registers. It works for both VSA1 and VSA2.\n *\n * NSC_LIC_ALTERNATIVE_PREAMBLE\n *\n * Revision 1.0\n *\n * National Semiconductor Alternative GPL-BSD License\n *\n * National Semiconductor Corporation licenses this software \n * ("Software"):\n *\n * Durango\n *\n * under one of the two following licenses, depending on how the \n * Software is received by the Licensee.\n * \n * If this Software is received as part of the Linux Framebuffer or\n * other GPL licensed software, then the GPL license designated \n * NSC_LIC_GPL applies to this Software; in all other circumstances \n * then the BSD-style license designated NSC_LIC_BSD shall apply.\n *\n * END_NSC_LIC_ALTERNATIVE_PREAMBLE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/gfx/vga_gu1.c ) [unpack/xf86-video-nsc-2.8.2/src/gfx/vid_1200.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/gfx/vid_1200.c,v 1.2 2003/01/14 09:34:34 alanh Exp $ ' $'\n * $Workfile: vid_1200.c $\n *\n * This file contains routines to control the SC1200 video overlay hardware.\n *\n * NSC_LIC_ALTERNATIVE_PREAMBLE\n *\n * Revision 1.0\n *\n * National Semiconductor Alternative GPL-BSD License\n *\n * National Semiconductor Corporation licenses this software \n * ("Software"):\n *\n * Durango\n *\n * under one of the two following licenses, depending on how the \n * Software is received by the Licensee.\n * \n * If this Software is received as part of the Linux Framebuffer or\n * other GPL licensed software, then the GPL license designated \n * NSC_LIC_GPL applies to this Software; in all other circumstances \n * then the BSD-style license designated NSC_LIC_BSD shall apply.\n *\n * END_NSC_LIC_ALTERNATIVE_PREAMBLE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/gfx/vid_1200.c ) [unpack/xf86-video-nsc-2.8.2/src/gfx/vid_1400.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/gfx/vid_1400.c,v 1.1 2002/12/10 15:12:27 alanh Exp $ ' $'-----------------------------------------------------------------------------\n * VID_1400.C\n *\n * Version 2.0 - February 21, 2000\n *\n * This file contains routines to control the SC1400 video overlay hardware.\n *\n * History:\n * Versions 0.1 through 2.0 by Brian Falardeau.\n *\n * Copyright (c) 1999-2000 National Semiconductor.\n *-----------------------------------------------------------------------------\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/gfx/vid_1400.c ) [unpack/xf86-video-nsc-2.8.2/src/gfx/vid_5530.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/gfx/vid_5530.c,v 1.2 2003/02/21 16:51:10 alanh Exp $ ' $'\n * $Workfile: vid_5530.c $\n *\n * This file contains routines to control the CS5530 video overlay hardware.\n *\n * NSC_LIC_ALTERNATIVE_PREAMBLE\n *\n * Revision 1.0\n *\n * National Semiconductor Alternative GPL-BSD License\n *\n * National Semiconductor Corporation licenses this software \n * ("Software"):\n *\n * Durango\n *\n * under one of the two following licenses, depending on how the \n * Software is received by the Licensee.\n * \n * If this Software is received as part of the Linux Framebuffer or\n * other GPL licensed software, then the GPL license designated \n * NSC_LIC_GPL applies to this Software; in all other circumstances \n * then the BSD-style license designated NSC_LIC_BSD shall apply.\n *\n * END_NSC_LIC_ALTERNATIVE_PREAMBLE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/gfx/vid_5530.c ) [unpack/xf86-video-nsc-2.8.2/src/gfx/vid_rdcl.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/gfx/vid_rdcl.c,v 1.3 2003/02/21 16:51:10 alanh Exp $ ' $'\n * $Workfile: vid_rdcl.c $\n *\n * This file contains routines to control the Redcloud display filter video overlay hardware.\n *\n * NSC_LIC_ALTERNATIVE_PREAMBLE\n *\n * Revision 1.0\n *\n * National Semiconductor Alternative GPL-BSD License\n *\n * National Semiconductor Corporation licenses this software \n * ("Software"):\n *\n * Durango\n *\n * under one of the two following licenses, depending on how the \n * Software is received by the Licensee.\n * \n * If this Software is received as part of the Linux Framebuffer or\n * other GPL licensed software, then the GPL license designated \n * NSC_LIC_GPL applies to this Software; in all other circumstances \n * then the BSD-style license designated NSC_LIC_BSD shall apply.\n *\n * END_NSC_LIC_ALTERNATIVE_PREAMBLE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/gfx/vid_rdcl.c ) [unpack/xf86-video-nsc-2.8.2/src/gfx/vip_1200.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/gfx/vip_1200.c,v 1.1 2002/12/10 15:12:27 alanh Exp $ ' $'\n * $Workfile: vip_1200.c $\n *\n * This file contains routines to control the SC1200 video input port (VIP) hardware.\n *\n * NSC_LIC_ALTERNATIVE_PREAMBLE\n *\n * Revision 1.0\n *\n * National Semiconductor Alternative GPL-BSD License\n *\n * National Semiconductor Corporation licenses this software \n * ("Software"):\n *\n * Durango\n *\n * under one of the two following licenses, depending on how the \n * Software is received by the Licensee.\n * \n * If this Software is received as part of the Linux Framebuffer or\n * other GPL licensed software, then the GPL license designated \n * NSC_LIC_GPL applies to this Software; in all other circumstances \n * then the BSD-style license designated NSC_LIC_BSD shall apply.\n *\n * END_NSC_LIC_ALTERNATIVE_PREAMBLE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/gfx/vip_1200.c ) [unpack/xf86-video-nsc-2.8.2/src/gfx/vip_1400.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/gfx/vip_1400.c,v 1.1 2002/12/10 15:12:28 alanh Exp $ ' $'-----------------------------------------------------------------------------\n * VIP_1400.C\n *\n * Version 2.0 - February 21, 2000.\n *\n * This file routines to control the SC1400 video input port (VIP) hardware.\n *\n * History:\n * Versions 0.1 through 2.0 by Brian Falardeau.\n *\n * Copyright (c) 1999-2000 National Semiconductor.\n *-----------------------------------------------------------------------------\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/gfx/vip_1400.c ) [unpack/xf86-video-nsc-2.8.2/src/nsc.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/nsc.h,v 1.5tsi Exp $ ' $'\n * $Workfile: nsc.h $\n * $Revision$\n * $Author$\n *\n * File Contents: This file contains the data structures Geode driver.\n *\n * Project: Geode Xfree Frame buffer device driver.\n * \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/nsc.h ) [unpack/xf86-video-nsc-2.8.2/src/nsc_driver.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/nsc_driver.c,v 1.4tsi Exp $ ' $'\n * $Workfile: nsc_driver.c $\n * $Revision$\n * $Author$\n *\n * File Contents: This is the main module configures the interfacing \n * with the X server. The individual modules will be \n * loaded based upon the options selected from the \n * XF86Config. This file also has modules for finding \n * supported modes, turning on the modes based on options.\n *\n * Project: Nsc Xfree Frame buffer device driver.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/nsc_driver.c ) [unpack/xf86-video-nsc-2.8.2/src/nsc_fourcc.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/nsc_fourcc.h,v 1.1 2002/12/10 15:12:23 alanh Exp $ ' $'\n * $Workfile: nsc_fourcc.h $\n * $Revision$\n * $Author$\n *\n * File Contents: This file consists of main Xfree video macro definitions.\n *\n * Project: Geode Xfree Frame buffer device driver.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/nsc_fourcc.h ) [unpack/xf86-video-nsc-2.8.2/src/nsc_galfns.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/nsc_galfns.c,v 1.2 2003/01/14 09:34:30 alanh Exp $ ' $'\n * $Workfile: nsc_galfns.c $\n * $Revision$\n * $Author$\n *\n * File Contents: This file contains the main functions of the Geode \n * frame buffer device drivers GAL function definitions.\n *\n * Project: Geode Frame buffer device driver\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/nsc_galfns.c ) [unpack/xf86-video-nsc-2.8.2/src/nsc_galstub.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/nsc_galstub.c,v 1.1 2002/12/10 15:12:23 alanh Exp $ ' $'\n * $Workfile: nsc_galstub.c $\n * $Revision$\n * $Author$\n *\n * File Contents: This file contains the file inclusions of the GAL\n *\n * Project: Geode Xfree Frame buffer device driver.\n * \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/nsc_galstub.c ) [unpack/xf86-video-nsc-2.8.2/src/nsc_gx1_accel.c]=( typeset -a comments=( ' $XdotOrg: driver/xf86-video-nsc/src/nsc_gx1_accel.c,v 1.5 2005/07/11 02:29:55 ajax Exp $ ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/nsc_gx1_accel.c,v 1.7 2003/12/07 22:40:38 alanh Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/nsc_gx1_accel.c ) [unpack/xf86-video-nsc-2.8.2/src/nsc_gx1_cursor.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/nsc_gx1_cursor.c,v 1.5tsi Exp $ ' $'\n * $Workfile: nsc_gx1_cursor.c $\n * $Revision$\n * $Author$\n *\n * File Contents: Xfree cursor implementation routines\n * for geode HWcursor init.setting cursor color,image etc\n * are done here.\n * Project: Geode Xfree Frame buffer device driver.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/nsc_gx1_cursor.c ) [unpack/xf86-video-nsc-2.8.2/src/nsc_gx1_dga.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/nsc_gx1_dga.c,v 1.1 2002/12/10 15:12:23 alanh Exp $ ' $'\n * $Workfile: nsc_gx1_dga.c $\n * $Revision$\n * $Author$\n * \n * File contents: DGA(Direct Acess Graphics mode) is feature of\n * XFree86 that allows the program to access directly to video\n * memory on the graphics card.DGA supports the double\n * flickering.This file has the functions to support the DGA\n * modes.\n *\n * Project: Geode Xfree Frame buffer device driver.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/nsc_gx1_dga.c ) [unpack/xf86-video-nsc-2.8.2/src/nsc_gx1_driver.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/nsc_gx1_driver.c,v 1.10tsi Exp $ ' $'\n * $Workfile: nsc_gx1_driver.c $\n * $Revision$\n * $Author$\n *\n * File Contents: This is the main module configures the interfacing \n * with the X server. The individual modules will be \n * loaded based upon the options selected from the \n * XF86Config. This file also has modules for finding \n * supported modes, turning on the modes based on options.\n *\n * Project: Geode Xfree Frame buffer device driver.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/nsc_gx1_driver.c ) [unpack/xf86-video-nsc-2.8.2/src/nsc_gx1_shadow.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/nsc_gx1_shadow.c,v 1.1 2002/12/10 15:12:23 alanh Exp $ ' $'\n * $Workfile: nsc_gx1_shadow.c $\n * $Revision$\n * $Author$\n *\n * File Contents: Direct graphics display routines are implemented and \n * graphics rendering are all done in memory.\n *\n * Project: Geode Xfree Frame buffer device driver.\n *\n * \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/nsc_gx1_shadow.c ) [unpack/xf86-video-nsc-2.8.2/src/nsc_gx1_video.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/nsc_gx1_video.c,v 1.7tsi Exp $ ' $'\n * $Workfile: nsc_gx1_video.c $\n * $Revision$\n * $Author$\n *\n * File Contents: This file consists of main Xfree video supported routines.\n *\n * Project: Geode Xfree Frame buffer device driver.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/nsc_gx1_video.c ) [unpack/xf86-video-nsc-2.8.2/src/nsc_gx2_accel.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/nsc_gx2_accel.c,v 1.4tsi Exp $ ' $'\n * $Workfile: nsc_gx2_accel.c $\n * $Revision$\n * $Author$\n *\n * File Contents: This file is consists of main Xfree\n * acceleration supported routines like solid fill used\n * here.\n * Project: Geode Xfree Frame buffer device driver.\n *\n * \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/nsc_gx2_accel.c ) [unpack/xf86-video-nsc-2.8.2/src/nsc_gx2_cursor.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/nsc_gx2_cursor.c,v 1.5tsi Exp $ ' $'\n * $Workfile: nsc_gx2_cursor.c $\n * $Revision$\n * $Author$\n *\n * File Contents: Xfree cursor implementation routines\n * for geode HWcursor init.setting cursor color,image etc\n * are done here.\n * Project: Geode Xfree Frame buffer device driver.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/nsc_gx2_cursor.c ) [unpack/xf86-video-nsc-2.8.2/src/nsc_gx2_dga.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/nsc_gx2_dga.c,v 1.1 2002/12/10 15:12:24 alanh Exp $ ' $'\n * $Workfile: nsc_gx2_dga.c $\n * $Revision$\n * $Author$\n * \n * File contents: DGA(Direct Acess Graphics mode) is feature of\n * XFree86 that allows the program to access directly to video\n * memory on the graphics card.DGA supports the double\n * flickering.This file has the functions to support the DGA\n * modes.\n *\n * Project: Geode Xfree Frame buffer device driver.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/nsc_gx2_dga.c ) [unpack/xf86-video-nsc-2.8.2/src/nsc_gx2_driver.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/nsc_gx2_driver.c,v 1.9tsi Exp $ ' $'\n * $Workfile: nsc_gx2_driver.c $\n * $Revision$\n * $Author$\n *\n * File Contents: This is the main module configures the interfacing \n * with the X server. The individual modules will be \n * loaded based upon the options selected from the \n * XF86Config. This file also has modules for finding \n * supported modes, turning on the modes based on options.\n *\n * Project: Geode Xfree Frame buffer device driver.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/nsc_gx2_driver.c ) [unpack/xf86-video-nsc-2.8.2/src/nsc_gx2_shadow.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/nsc_gx2_shadow.c,v 1.1 2002/12/10 15:12:24 alanh Exp $ ' $'\n * $Workfile: nsc_gx2_shadow.c $\n * $Revision$\n * $Author$\n *\n * File Contents: Direct graphics display routines are implemented and \n * graphics rendering are all done in memory.\n *\n * Project: Geode Xfree Frame buffer device driver.\n *\n * \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/nsc_gx2_shadow.c ) [unpack/xf86-video-nsc-2.8.2/src/nsc_gx2_vga.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/nsc_gx2_vga.c,v 1.2tsi Exp $ ' $'\n * $Workfile: nsc_gx2_vga.c $\n * $Revision$\n * $Author$\n *\n * This file contains routines to set modes using the VGA registers. \n * Since this file is for the first generation graphics unit, it interfaces\n * to SoftVGA registers. It works for both VSA1 and VSA2.\n *\n * NSC_LIC_ALTERNATIVE_PREAMBLE\n *\n * Revision 1.0\n *\n * National Semiconductor Alternative GPL-BSD License\n *\n * National Semiconductor Corporation licenses this software \n * ("Software"):\n *\n * nsc XFree86\n *\n * under one of the two following licenses, depending on how the \n * Software is received by the Licensee.\n * \n * If this Software is received as part of the Linux Framebuffer or\n * other GPL licensed software, then the GPL license designated \n * NSC_LIC_GPL applies to this Software; in all other circumstances \n * then the BSD-style license designated NSC_LIC_BSD shall apply.\n *\n * END_NSC_LIC_ALTERNATIVE_PREAMBLE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/nsc_gx2_vga.c ) [unpack/xf86-video-nsc-2.8.2/src/nsc_gx2_video.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/nsc_gx2_video.c,v 1.6tsi Exp $ ' $'\n * $Workfile: nsc_gx2_video.c $\n * $Revision$\n * $Author$\n *\n * File Contents: This file consists of main Xfree video supported routines.\n *\n * Project: Geode Xfree Frame buffer device driver.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/nsc_gx2_video.c ) [unpack/xf86-video-nsc-2.8.2/src/nsc_regacc.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/nsc_regacc.c,v 1.1 2002/12/10 15:12:25 alanh Exp $ ' $'\n * $Workfile: nsc_regacc.c $\n * $Revision$\n * $Author$\n *\n * This is the main file used to add Durango graphics support to a software \n * project. The main reason to have a single file include the other files\n * is that it centralizes the location of the compiler options. This file\n * should be tuned for a specific implementation, and then modified as needed\n * for new Durango releases. The releases.txt file indicates any updates to\n * this main file, such as a new definition for a new hardware platform. \n *\n * In other words, this file should be copied from the Durango source files\n * once when a software project starts, and then maintained as necessary. \n * It should not be recopied with new versions of Durango unless the \n * developer is willing to tune the file again for the specific project.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/nsc_regacc.c ) [unpack/xf86-video-nsc-2.8.2/src/panel.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/panel.c,v 1.2 2002/12/11 22:51:00 dawes Exp $ ' $'\n * $Workfile: panel.c $\n * $Revision$\n * $Author$\n *\n * File Contents: This file contailns the panel include files and \n * external pointer to the hardware.\n *\n * Project: Geode Xfree Frame buffer device driver.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/panel.c ) [unpack/xf86-video-nsc-2.8.2/src/panel/92xx.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * $Workfile: 92xx.h $\n * $Revision$\n *\n * File Contents: This header file defines the Durango routines and \n * variables used to access the memory mapped regions.\n *\n * SubModule: Geode FlatPanel library\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/panel/92xx.h ) [unpack/xf86-video-nsc-2.8.2/src/panel/cen9211.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/panel/cen9211.c,v 1.1 2002/12/10 15:12:28 alanh Exp $ ' $'\n * $Workfile: cen9211.c $\n *\n * File Contents: \tThis file contains panel functions to interface with\n * the centaraus platform.\n *\n * SubModule: Geode FlatPanel library\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/panel/cen9211.c ) [unpack/xf86-video-nsc-2.8.2/src/panel/cen9211.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * $Workfile: cen9211.h $\n * $Revision$\n *\n * File Contents: This header file defines the Durango routines and \n * variables used to access the memory mapped regions.\n *\n * SubModule: Geode FlatPanel library\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/panel/cen9211.h ) [unpack/xf86-video-nsc-2.8.2/src/panel/dora9211.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * $Workfile: dora9211.c $\n * $Revision$\n *\n * File Contents: This file contains the panel functions to interface \n * the dorado platform.\n *\n * SubModule: Geode FlatPanel library\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/panel/dora9211.c ) [unpack/xf86-video-nsc-2.8.2/src/panel/dora9211.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * $Workfile: dora9211.h $\n * $Revision$\n *\n * File Contents: This header file defines the Durango routines and \n * variables used to access the memory mapped regions.\n *\n * SubModule: Geode FlatPanel library\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/panel/dora9211.h ) [unpack/xf86-video-nsc-2.8.2/src/panel/drac9210.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/panel/drac9210.c,v 1.1 2002/12/10 15:12:28 alanh Exp $ ' $'\n * $Workfile: drac9210.c $\n * $Revision$\n *\n * File Contents: This file contains the panel library files to the \n * platforms with 9210, and 9211 support.\n *\n * SubModule: Geode FlatPanel library\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/panel/drac9210.c ) [unpack/xf86-video-nsc-2.8.2/src/panel/drac9210.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * $Workfile: drac9210.h $\n * $Revision$\n *\n * File Contents: This file contains the panel header file and definition\n * for the platform with 9210 support.\n *\n * SubModule: Geode FlatPanel library\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/panel/drac9210.h ) [unpack/xf86-video-nsc-2.8.2/src/panel/gx2_9211.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/panel/gx2_9211.c,v 1.3 2003/01/14 09:34:35 alanh Exp $ ' $'\n * $Workfile: gx2_9211.c $\n *\n * This header file defines the pneumonics used when calling Durango routines. \n * This file is automatically included by gfx_rtns.h\n *\n * NSC_LIC_ALTERNATIVE_PREAMBLE\n *\n * Revision 1.0\n *\n * National Semiconductor Alternative GPL-BSD License\n *\n * National Semiconductor Corporation licenses this software \n * ("Software"):\n *\n * Panel Library\n *\n * under one of the two following licenses, depending on how the \n * Software is received by the Licensee.\n * \n * If this Software is received as part of the Linux Framebuffer or\n * other GPL licensed software, then the GPL license designated \n * NSC_LIC_GPL applies to this Software; in all other circumstances \n * then the BSD-style license designated NSC_LIC_BSD shall apply.\n *\n * END_NSC_LIC_ALTERNATIVE_PREAMBLE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/panel/gx2_9211.c ) [unpack/xf86-video-nsc-2.8.2/src/panel/gx2_9211.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/panel/gx2_9211.h,v 1.3 2003/01/14 09:34:35 alanh Exp $ ' $'\n * $Workfile: gx2_9211.h $\n *\n * This header file defines the pneumonics used when calling Durango routines. \n * This file is automatically included by gfx_rtns.h\n *\n * NSC_LIC_ALTERNATIVE_PREAMBLE\n *\n * Revision 1.0\n *\n * National Semiconductor Alternative GPL-BSD License\n *\n * National Semiconductor Corporation licenses this software \n * ("Software"):\n *\n * Panel Library\n *\n * under one of the two following licenses, depending on how the \n * Software is received by the Licensee.\n * \n * If this Software is received as part of the Linux Framebuffer or\n * other GPL licensed software, then the GPL license designated \n * NSC_LIC_GPL applies to this Software; in all other circumstances \n * then the BSD-style license designated NSC_LIC_BSD shall apply.\n *\n * END_NSC_LIC_ALTERNATIVE_PREAMBLE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/panel/gx2_9211.h ) [unpack/xf86-video-nsc-2.8.2/src/panel/panel.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/panel/panel.c,v 1.2 2002/12/11 22:51:02 dawes Exp $ ' $'\n * $Workfile: panel.c $\n * $Revision$\n *\n * File Contents: This file contains the file inclusions, macro definitions \n * for the panel. \n *\n * SubModule: Geode FlatPanel library\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/panel/panel.c ) [unpack/xf86-video-nsc-2.8.2/src/panel/panel.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/panel/panel.h,v 1.2 2002/12/11 22:51:02 dawes Exp $ ' $'\n * $Workfile: panel.h $\n * $Revision$\n *\n * File Contents: This file contains the Geode frame buffer panel \n * functions prototypes and it includes panel \n * definitions\theader file.\n *\n * SubModule: Geode FlatPanel library\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/panel/panel.h ) [unpack/xf86-video-nsc-2.8.2/src/panel/platform.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/panel/platform.c,v 1.3tsi Exp $ ' $'\n * $Workfile: platform.c $\n * $Revision$\n *\n * File Contents: This file contains platform dependent functions\n * which provide interface to that platform.\n *\n *\n * SubModule: Geode FlatPanel library\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/panel/platform.c ) [unpack/xf86-video-nsc-2.8.2/src/panel/pnl_bios.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/panel/pnl_bios.c,v 1.2 2002/12/11 22:51:02 dawes Exp $ ' $'\n * $Workfile: pnl_bios.c $\n * $Revision$\n *\n * File Contents: This file panel functions which query for the BIOS for current FP \n * Paramters.\n *\n * SubModule: Geode FlatPanel library\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/panel/pnl_bios.c ) [unpack/xf86-video-nsc-2.8.2/src/panel/pnl_defs.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/panel/pnl_defs.h,v 1.1 2002/12/10 15:12:28 alanh Exp $ ' $'\n * $Workfile: pnl_defs.h $\n *\n * File Contents: This file contains definitions of the Geode \n * frame buffer panel data structures.\n *\n * SubModule: Geode FlatPanel library\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/panel/pnl_defs.h ) [unpack/xf86-video-nsc-2.8.2/src/panel/pnl_init.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * $Workfile: pnl_init.c $\n * $Revision$\n *\n * File Contents: This file contains the Geode frame buffer panel \n * intialization functions.\n *\n * SubModule: Geode FlatPanel library\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nsc-2.8.2/src/panel/pnl_init.c ) [unpack/xf86-video-nv-2.1.6/compat/modes/xf86Crtc.c]=( typeset -a comments=( $'\n * Copyright \302\251 2006 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of the copyright holders not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. The copyright holders make no representations\n * about the suitability of this software for any purpose. It is provided "as\n * is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' $'\n * Initialize xf86CrtcConfig structure\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/compat/modes/xf86Crtc.c ) [unpack/xf86-video-nv-2.1.6/compat/modes/xf86Crtc.h]=( typeset -a comments=( $'\n * Copyright \302\251 2006 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of the copyright holders not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. The copyright holders make no representations\n * about the suitability of this software for any purpose. It is provided "as\n * is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ' Compat definitions for older X Servers. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/compat/modes/xf86Crtc.h ) [unpack/xf86-video-nv-2.1.6/compat/modes/xf86Cursors.c]=( typeset -a comments=( $'\n * Copyright \302\251 2007 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of the copyright holders not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. The copyright holders make no representations\n * about the suitability of this software for any purpose. It is provided "as\n * is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' $'\n * Given a screen coordinate, rotate back to a cursor source coordinate\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/compat/modes/xf86Cursors.c ) [unpack/xf86-video-nv-2.1.6/compat/modes/xf86DiDGA.c]=( typeset -a comments=( $'\n * Copyright \302\251 2006 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of the copyright holders not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. The copyright holders make no representations\n * about the suitability of this software for any purpose. It is provided "as\n * is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/compat/modes/xf86DiDGA.c ) [unpack/xf86-video-nv-2.1.6/compat/modes/xf86EdidModes.c]=( typeset -a comments=( $'\n * Copyright 2006 Luc Verhaegen.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $'*\n * @file This file covers code to convert a xf86MonPtr containing EDID-probed\n * information into a list of modes, including applying monitor-specific\n * quirks to fix broken EDID data.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/compat/modes/xf86EdidModes.c ) [unpack/xf86-video-nv-2.1.6/compat/modes/xf86Modes.c]=( typeset -a comments=( $'\n * Copyright (c) 1997-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'*\n * @file this file contains symbols from xf86Mode.c and friends that are static\n * there but we still want to use. We need to come up with better API here.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/compat/modes/xf86Modes.c ) [unpack/xf86-video-nv-2.1.6/compat/modes/xf86Modes.h]=( typeset -a comments=( $'\n * Copyright \251 2006 Intel Corporation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Authors:\n * Eric Anholt \n *\n ' ' _XF86MODES_H_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/compat/modes/xf86Modes.h ) [unpack/xf86-video-nv-2.1.6/compat/modes/xf86RandR12.c]=( typeset -a comments=( $'\n * Copyright \251 2002 Keith Packard, member of The XFree86 Project, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of the copyright holders not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. The copyright holders make no representations\n * about the suitability of this software for any purpose. It is provided "as\n * is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ' current mode ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/compat/modes/xf86RandR12.c ) [unpack/xf86-video-nv-2.1.6/compat/modes/xf86RandR12.h]=( typeset -a comments=( $'\n * Copyright \302\251 2006 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of the copyright holders not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. The copyright holders make no representations\n * about the suitability of this software for any purpose. It is provided "as\n * is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ' _XF86_RANDR_H_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/compat/modes/xf86RandR12.h ) [unpack/xf86-video-nv-2.1.6/compat/modes/xf86Rename.h]=( typeset -a comments=( $'\n * Copyright \302\251 2006 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of the copyright holders not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. The copyright holders make no representations\n * about the suitability of this software for any purpose. It is provided "as\n * is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ' _XF86RENAME_H_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/compat/modes/xf86Rename.h ) [unpack/xf86-video-nv-2.1.6/compat/modes/xf86Rotate.c]=( typeset -a comments=( $'\n * Copyright \302\251 2006 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of the copyright holders not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. The copyright holders make no representations\n * about the suitability of this software for any purpose. It is provided "as\n * is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ' borrowed from composite extension, move to Render and publish? ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/compat/modes/xf86Rotate.c ) [unpack/xf86-video-nv-2.1.6/compat/modes/xf86cvt.c]=( typeset -a comments=( $'\n * Copyright 2005-2006 Luc Verhaegen.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * @file This is a copy of xf86cvt.c from the X Server, for compatibility with\n * old servers (pre-1.2).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/compat/modes/xf86cvt.c ) [unpack/xf86-video-nv-2.1.6/compat/parser/xf86Optrec.h]=( typeset -a comments=( $' \n * \n * Copyright (c) 1997 Metro Link Incorporated\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"), \n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of the Metro Link shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Metro Link.\n * \n ' $'\n * Copyright (c) 1997-2001 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/compat/parser/xf86Optrec.h ) [unpack/xf86-video-nv-2.1.6/compat/parser/xf86Parser.h]=( typeset -a comments=( $' \n * \n * Copyright (c) 1997 Metro Link Incorporated\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"), \n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of the Metro Link shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Metro Link.\n * \n ' $'\n * Copyright (c) 1997-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/compat/parser/xf86Parser.h ) [unpack/xf86-video-nv-2.1.6/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006,\n 2007 Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/ltmain.sh ) [unpack/xf86-video-nv-2.1.6/src/g80_cursor.c]=( typeset -a comments=( $'\n * Copyright (c) 2007 NVIDIA, Corporation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sublicense, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\n * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' Assume cursor is 64x64 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/g80_cursor.c ) [unpack/xf86-video-nv-2.1.6/src/g80_cursor.h]=( typeset -a comments=( ' CRTC cursor functions ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/g80_cursor.h ) [unpack/xf86-video-nv-2.1.6/src/g80_dac.c]=( typeset -a comments=( $'\n * Copyright (c) 2007 NVIDIA, Corporation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sublicense, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\n * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * DPMSModeOn everything on\n * DPMSModeStandby hsync disabled, vsync enabled\n * DPMSModeSuspend hsync enabled, vsync disabled\n * DPMSModeOff sync disabled\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/g80_dac.c ) [unpack/xf86-video-nv-2.1.6/src/g80_display.c]=( typeset -a comments=( $'\n * Copyright (c) 2007 NVIDIA, Corporation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sublicense, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\n * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' Target pixel clock in kHz ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/g80_display.c ) [unpack/xf86-video-nv-2.1.6/src/g80_display.h]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/g80_display.h ) [unpack/xf86-video-nv-2.1.6/src/g80_dma.c]=( typeset -a comments=( $'\n * Copyright (c) 2007 NVIDIA, Corporation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sublicense, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\n * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' corner case - will be idle ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/g80_dma.c ) [unpack/xf86-video-nv-2.1.6/src/g80_dma.h]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/g80_dma.h ) [unpack/xf86-video-nv-2.1.6/src/g80_driver.c]=( typeset -a comments=( $'\n * Copyright (c) 2007 NVIDIA, Corporation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sublicense, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\n * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' Can resize if XAA is disabled or EXA is enabled ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/g80_driver.c ) [unpack/xf86-video-nv-2.1.6/src/g80_exa.c]=( typeset -a comments=( $'\n * Copyright (c) 2007 NVIDIA, Corporation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sublicense, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\n * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' solid fills ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/g80_exa.c ) [unpack/xf86-video-nv-2.1.6/src/g80_exa.h]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/g80_exa.h ) [unpack/xf86-video-nv-2.1.6/src/g80_output.c]=( typeset -a comments=( $'\n * Copyright (c) 2007 NVIDIA, Corporation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sublicense, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\n * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' Clear the i2c map to invalid ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/g80_output.c ) [unpack/xf86-video-nv-2.1.6/src/g80_output.h]=( typeset -a comments=( ' g80_dac.c ' ' g80_sor.c ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/g80_output.h ) [unpack/xf86-video-nv-2.1.6/src/g80_sor.c]=( typeset -a comments=( $'\n * Copyright (c) 2007 NVIDIA, Corporation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sublicense, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\n * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' Disconnect the SOR ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/g80_sor.c ) [unpack/xf86-video-nv-2.1.6/src/g80_type.h]=( typeset -a comments=( ' Probed data ' ' Total vidmem ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/g80_type.h ) [unpack/xf86-video-nv-2.1.6/src/g80_xaa.c]=( typeset -a comments=( $'\n * Copyright (c) 2007 NVIDIA, Corporation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sublicense, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\n * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' Screen to screen copies ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/g80_xaa.c ) [unpack/xf86-video-nv-2.1.6/src/g80_xaa.h]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/g80_xaa.h ) [unpack/xf86-video-nv-2.1.6/src/local_xf86Rename.h]=( typeset -a comments=( $'\n *Copyright \302\251 2006 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of the copyright holders not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. The copyright holders make no representations\n * about the suitability of this software for any purpose. It is provided "as\n * is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/local_xf86Rename.h ) [unpack/xf86-video-nv-2.1.6/src/nv_const.h]=( typeset -a comments=( ' libpciaccess gratuitous API changes ' ' __NV_CONST_H__ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/nv_const.h ) [unpack/xf86-video-nv-2.1.6/src/nv_cursor.c]=( typeset -a comments=( $'**************************************************************************\\\n|* *|\n|* Copyright 2003 NVIDIA, Corporation. All rights reserved. *|\n|* *|\n|* NOTICE TO USER: The source code is copyrighted under U.S. and *|\n|* international laws. Users and possessors of this source code are *|\n|* hereby granted a nonexclusive, royalty-free copyright license to *|\n|* use this code in individual and commercial software. *|\n|* *|\n|* Any use of this source code must include, in the user documenta- *|\n|* tion and internal comments to the code, notices to the end user *|\n|* as follows: *|\n|* *|\n|* Copyright 2003 NVIDIA, Corporation. All rights reserved. *|\n|* *|\n|* NVIDIA, CORPORATION MAKES NO REPRESENTATION ABOUT THE SUITABILITY *|\n|* OF THIS SOURCE CODE FOR ANY PURPOSE. IT IS PROVIDED "AS IS" *|\n|* WITHOUT EXPRESS OR IMPLIED WARRANTY OF ANY KIND. NVIDIA, CORPOR- *|\n|* ATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOURCE CODE, *|\n|* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGE- *|\n|* MENT, AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL *|\n|* NVIDIA, CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT, INCI- *|\n|* DENTAL, OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RE- *|\n|* SULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION *|\n|* OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF *|\n|* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOURCE CODE. *|\n|* *|\n|* U.S. Government End Users. This source code is a "commercial *|\n|* item," as that term is defined at 48 C.F.R. 2.101 (OCT 1995), *|\n|* consisting of "commercial computer software" and "commercial *|\n|* computer software documentation," as such terms are used in *|\n|* 48 C.F.R. 12.212 (SEPT 1995) and is provided to the U.S. Govern- *|\n|* ment only as a commercial end item. Consistent with 48 C.F.R. *|\n|* 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (JUNE 1995), *|\n|* all U.S. Government End Users acquire the source code with only *|\n|* those rights set forth herein. *|\n|* *|\n \\**************************************************************************' $'***************************************************************************\\\n* *\n* HW Cursor Entrypoints *\n* *\n\\***************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/nv_cursor.c ) [unpack/xf86-video-nv-2.1.6/src/nv_dac.c]=( typeset -a comments=( $'**************************************************************************\\\n|* *|\n|* Copyright 2007 NVIDIA, Corporation. All rights reserved. *|\n|* *|\n|* NOTICE TO USER: The source code is copyrighted under U.S. and *|\n|* international laws. Users and possessors of this source code are *|\n|* hereby granted a nonexclusive, royalty-free copyright license to *|\n|* use this code in individual and commercial software. *|\n|* *|\n|* Any use of this source code must include, in the user documenta- *|\n|* tion and internal comments to the code, notices to the end user *|\n|* as follows: *|\n|* *|\n|* Copyright 2003 NVIDIA, Corporation. All rights reserved. *|\n|* *|\n|* NVIDIA, CORPORATION MAKES NO REPRESENTATION ABOUT THE SUITABILITY *|\n|* OF THIS SOURCE CODE FOR ANY PURPOSE. IT IS PROVIDED "AS IS" *|\n|* WITHOUT EXPRESS OR IMPLIED WARRANTY OF ANY KIND. NVIDIA, CORPOR- *|\n|* ATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOURCE CODE, *|\n|* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGE- *|\n|* MENT, AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL *|\n|* NVIDIA, CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT, INCI- *|\n|* DENTAL, OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RE- *|\n|* SULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION *|\n|* OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF *|\n|* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOURCE CODE. *|\n|* *|\n|* U.S. Government End Users. This source code is a "commercial *|\n|* item," as that term is defined at 48 C.F.R. 2.101 (OCT 1995), *|\n|* consisting of "commercial computer software" and "commercial *|\n|* computer software documentation," as such terms are used in *|\n|* 48 C.F.R. 12.212 (SEPT 1995) and is provided to the U.S. Govern- *|\n|* ment only as a commercial end item. Consistent with 48 C.F.R. *|\n|* 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (JUNE 1995), *|\n|* all U.S. Government End Users acquire the source code with only *|\n|* those rights set forth herein. *|\n|* *|\n \\**************************************************************************' ' begin flat panel hacks ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/nv_dac.c ) [unpack/xf86-video-nv-2.1.6/src/nv_dga.c]=( typeset -a comments=( ' 8 ' ' 15 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/nv_dga.c ) [unpack/xf86-video-nv-2.1.6/src/nv_dma.h]=( typeset -a comments=( $'**************************************************************************\\\n|* *|\n|* Copyright 2003 NVIDIA, Corporation. All rights reserved. *|\n|* *|\n|* NOTICE TO USER: The source code is copyrighted under U.S. and *|\n|* international laws. Users and possessors of this source code are *|\n|* hereby granted a nonexclusive, royalty-free copyright license to *|\n|* use this code in individual and commercial software. *|\n|* *|\n|* Any use of this source code must include, in the user documenta- *|\n|* tion and internal comments to the code, notices to the end user *|\n|* as follows: *|\n|* *|\n|* Copyright 2003 NVIDIA, Corporation. All rights reserved. *|\n|* *|\n|* NVIDIA, CORPORATION MAKES NO REPRESENTATION ABOUT THE SUITABILITY *|\n|* OF THIS SOURCE CODE FOR ANY PURPOSE. IT IS PROVIDED "AS IS" *|\n|* WITHOUT EXPRESS OR IMPLIED WARRANTY OF ANY KIND. NVIDIA, CORPOR- *|\n|* ATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOURCE CODE, *|\n|* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGE- *|\n|* MENT, AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL *|\n|* NVIDIA, CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT, INCI- *|\n|* DENTAL, OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RE- *|\n|* SULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION *|\n|* OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF *|\n|* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOURCE CODE. *|\n|* *|\n|* U.S. Government End Users. This source code is a "commercial *|\n|* item," as that term is defined at 48 C.F.R. 2.101 (OCT 1995), *|\n|* consisting of "commercial computer software" and "commercial *|\n|* computer software documentation," as such terms are used in *|\n|* 48 C.F.R. 12.212 (SEPT 1995) and is provided to the U.S. Govern- *|\n|* ment only as a commercial end item. Consistent with 48 C.F.R. *|\n|* 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (JUNE 1995), *|\n|* all U.S. Government End Users acquire the source code with only *|\n|* those rights set forth herein. *|\n|* *|\n \\**************************************************************************' ' STRETCH_BLIT_OPERATION is only supported on TNT2 and newer ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/nv_dma.h ) [unpack/xf86-video-nv-2.1.6/src/nv_driver.c]=( typeset -a comments=( $'\n * Copyright 1996-1997 David J. McKay\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * DAVID J. MCKAY BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' $' Hacked together from mga driver and 3.3.4 NVIDIA driver by Jarno Paananen\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/nv_driver.c ) [unpack/xf86-video-nv-2.1.6/src/nv_hw.c]=( typeset -a comments=( $'**************************************************************************\\\n|* *|\n|* Copyright 1993-2003 NVIDIA, Corporation. All rights reserved. *|\n|* *|\n|* NOTICE TO USER: The source code is copyrighted under U.S. and *|\n|* international laws. Users and possessors of this source code are *|\n|* hereby granted a nonexclusive, royalty-free copyright license to *|\n|* use this code in individual and commercial software. *|\n|* *|\n|* Any use of this source code must include, in the user documenta- *|\n|* tion and internal comments to the code, notices to the end user *|\n|* as follows: *|\n|* *|\n|* Copyright 1993-2003 NVIDIA, Corporation. All rights reserved. *|\n|* *|\n|* NVIDIA, CORPORATION MAKES NO REPRESENTATION ABOUT THE SUITABILITY *|\n|* OF THIS SOURCE CODE FOR ANY PURPOSE. IT IS PROVIDED "AS IS" *|\n|* WITHOUT EXPRESS OR IMPLIED WARRANTY OF ANY KIND. NVIDIA, CORPOR- *|\n|* ATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOURCE CODE, *|\n|* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGE- *|\n|* MENT, AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL *|\n|* NVIDIA, CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT, INCI- *|\n|* DENTAL, OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RE- *|\n|* SULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION *|\n|* OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF *|\n|* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOURCE CODE. *|\n|* *|\n|* U.S. Government End Users. This source code is a "commercial *|\n|* item," as that term is defined at 48 C.F.R. 2.101 (OCT 1995), *|\n|* consisting of "commercial computer software" and "commercial *|\n|* computer software documentation," as such terms are used in *|\n|* 48 C.F.R. 12.212 (SEPT 1995) and is provided to the U.S. Govern- *|\n|* ment only as a commercial end item. Consistent with 48 C.F.R. *|\n|* 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (JUNE 1995), *|\n|* all U.S. Government End Users acquire the source code with only *|\n|* those rights set forth herein. *|\n|* *|\n \\**************************************************************************' ' HW bug ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/nv_hw.c ) [unpack/xf86-video-nv-2.1.6/src/nv_include.h]=( typeset -a comments=( ' All drivers should typically include these ' ' Drivers for PCI hardware need this ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/nv_include.h ) [unpack/xf86-video-nv-2.1.6/src/nv_local.h]=( typeset -a comments=( $'**************************************************************************\\\n|* *|\n|* Copyright 1993-2003 NVIDIA, Corporation. All rights reserved. *|\n|* *|\n|* NOTICE TO USER: The source code is copyrighted under U.S. and *|\n|* international laws. Users and possessors of this source code are *|\n|* hereby granted a nonexclusive, royalty-free copyright license to *|\n|* use this code in individual and commercial software. *|\n|* *|\n|* Any use of this source code must include, in the user documenta- *|\n|* tion and internal comments to the code, notices to the end user *|\n|* as follows: *|\n|* *|\n|* Copyright 1993-1999 NVIDIA, Corporation. All rights reserved. *|\n|* *|\n|* NVIDIA, CORPORATION MAKES NO REPRESENTATION ABOUT THE SUITABILITY *|\n|* OF THIS SOURCE CODE FOR ANY PURPOSE. IT IS PROVIDED "AS IS" *|\n|* WITHOUT EXPRESS OR IMPLIED WARRANTY OF ANY KIND. NVIDIA, CORPOR- *|\n|* ATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOURCE CODE, *|\n|* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGE- *|\n|* MENT, AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL *|\n|* NVIDIA, CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT, INCI- *|\n|* DENTAL, OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RE- *|\n|* SULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION *|\n|* OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF *|\n|* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOURCE CODE. *|\n|* *|\n|* U.S. Government End Users. This source code is a "commercial *|\n|* item," as that term is defined at 48 C.F.R. 2.101 (OCT 1995), *|\n|* consisting of "commercial computer software" and "commercial *|\n|* computer software documentation," as such terms are used in *|\n|* 48 C.F.R. 12.212 (SEPT 1995) and is provided to the U.S. Govern- *|\n|* ment only as a commercial end item. Consistent with 48 C.F.R. *|\n|* 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (JUNE 1995), *|\n|* all U.S. Government End Users acquire the source code with only *|\n|* those rights set forth herein. *|\n|* *|\n \\**************************************************************************' $'\n * This file includes any environment or machine specific values to access the\n * HW. Put all affected includes, typdefs, etc. here so the riva_hw.* files\n * can stay generic in nature.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/nv_local.h ) [unpack/xf86-video-nv-2.1.6/src/nv_proto.h]=( typeset -a comments=( ' in nv_driver.c ' ' in nv_dac.c ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/nv_proto.h ) [unpack/xf86-video-nv-2.1.6/src/nv_setup.c]=( typeset -a comments=( $'**************************************************************************\\\n|* *|\n|* Copyright 2003 NVIDIA, Corporation. All rights reserved. *|\n|* *|\n|* NOTICE TO USER: The source code is copyrighted under U.S. and *|\n|* international laws. Users and possessors of this source code are *|\n|* hereby granted a nonexclusive, royalty-free copyright license to *|\n|* use this code in individual and commercial software. *|\n|* *|\n|* Any use of this source code must include, in the user documenta- *|\n|* tion and internal comments to the code, notices to the end user *|\n|* as follows: *|\n|* *|\n|* Copyright 2003 NVIDIA, Corporation. All rights reserved. *|\n|* *|\n|* NVIDIA, CORPORATION MAKES NO REPRESENTATION ABOUT THE SUITABILITY *|\n|* OF THIS SOURCE CODE FOR ANY PURPOSE. IT IS PROVIDED "AS IS" *|\n|* WITHOUT EXPRESS OR IMPLIED WARRANTY OF ANY KIND. NVIDIA, CORPOR- *|\n|* ATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOURCE CODE, *|\n|* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGE- *|\n|* MENT, AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL *|\n|* NVIDIA, CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT, INCI- *|\n|* DENTAL, OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RE- *|\n|* SULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION *|\n|* OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF *|\n|* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOURCE CODE. *|\n|* *|\n|* U.S. Government End Users. This source code is a "commercial *|\n|* item," as that term is defined at 48 C.F.R. 2.101 (OCT 1995), *|\n|* consisting of "commercial computer software" and "commercial *|\n|* computer software documentation," as such terms are used in *|\n|* 48 C.F.R. 12.212 (SEPT 1995) and is provided to the U.S. Govern- *|\n|* ment only as a commercial end item. Consistent with 48 C.F.R. *|\n|* 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (JUNE 1995), *|\n|* all U.S. Government End Users acquire the source code with only *|\n|* those rights set forth herein. *|\n|* *|\n \\**************************************************************************' $'\n * Override VGA I/O routines.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/nv_setup.c ) [unpack/xf86-video-nv-2.1.6/src/nv_shadow.c]=( typeset -a comments=( $'\n Copyright (c) 1999, The XFree86 Project Inc. \n Written by Mark Vojkovich \n' ' in dwords ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/nv_shadow.c ) [unpack/xf86-video-nv-2.1.6/src/nv_type.h]=( typeset -a comments=( ' Cursor ' ' I2C / DDC ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/nv_type.h ) [unpack/xf86-video-nv-2.1.6/src/nv_video.c]=( typeset -a comments=( ' milliseconds ' ' client libraries expect an encoding ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/nv_video.c ) [unpack/xf86-video-nv-2.1.6/src/nv_xaa.c]=( typeset -a comments=( $'**************************************************************************\\\n|* *|\n|* Copyright 2003 NVIDIA, Corporation. All rights reserved. *|\n|* *|\n|* NOTICE TO USER: The source code is copyrighted under U.S. and *|\n|* international laws. Users and possessors of this source code are *|\n|* hereby granted a nonexclusive, royalty-free copyright license to *|\n|* use this code in individual and commercial software. *|\n|* *|\n|* Any use of this source code must include, in the user documenta- *|\n|* tion and internal comments to the code, notices to the end user *|\n|* as follows: *|\n|* *|\n|* Copyright 2003 NVIDIA, Corporation. All rights reserved. *|\n|* *|\n|* NVIDIA, CORPORATION MAKES NO REPRESENTATION ABOUT THE SUITABILITY *|\n|* OF THIS SOURCE CODE FOR ANY PURPOSE. IT IS PROVIDED "AS IS" *|\n|* WITHOUT EXPRESS OR IMPLIED WARRANTY OF ANY KIND. NVIDIA, CORPOR- *|\n|* ATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOURCE CODE, *|\n|* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGE- *|\n|* MENT, AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL *|\n|* NVIDIA, CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT, INCI- *|\n|* DENTAL, OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RE- *|\n|* SULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION *|\n|* OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF *|\n|* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOURCE CODE. *|\n|* *|\n|* U.S. Government End Users. This source code is a "commercial *|\n|* item," as that term is defined at 48 C.F.R. 2.101 (OCT 1995), *|\n|* consisting of "commercial computer software" and "commercial *|\n|* computer software documentation," as such terms are used in *|\n|* 48 C.F.R. 12.212 (SEPT 1995) and is provided to the U.S. Govern- *|\n|* ment only as a commercial end item. Consistent with 48 C.F.R. *|\n|* 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (JUNE 1995), *|\n|* all U.S. Government End Users acquire the source code with only *|\n|* those rights set forth herein. *|\n|* *|\n \\**************************************************************************' ' GXclear ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/nv_xaa.c ) [unpack/xf86-video-nv-2.1.6/src/riva_const.h]=( typeset -a comments=( ' __RIVA_CONST_H__ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/riva_const.h ) [unpack/xf86-video-nv-2.1.6/src/riva_cursor.c]=( typeset -a comments=( $'\n * Copyright 1996-1997 David J. McKay\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * DAVID J. MCKAY BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' $' Rewritten with reference from mga driver and 3.3.4 NVIDIA driver by\n Jarno Paananen ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/riva_cursor.c ) [unpack/xf86-video-nv-2.1.6/src/riva_dac.c]=( typeset -a comments=( $'\n * Copyright 1996-1997 David J. McKay\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * DAVID J. MCKAY BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' $' Hacked together from mga driver and 3.3.4 NVIDIA driver by Jarno Paananen\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/riva_dac.c ) [unpack/xf86-video-nv-2.1.6/src/riva_dga.c]=( typeset -a comments=( ' 8 ' ' 15 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/riva_dga.c ) [unpack/xf86-video-nv-2.1.6/src/riva_driver.c]=( typeset -a comments=( $'\n * Copyright 1996-1997 David J. McKay\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * DAVID J. MCKAY BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' $' Hacked together from mga driver and 3.3.4 NVIDIA driver by Jarno Paananen\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/riva_driver.c ) [unpack/xf86-video-nv-2.1.6/src/riva_hw.c]=( typeset -a comments=( $'**************************************************************************\\\n|* *|\n|* Copyright 1993-1999 NVIDIA, Corporation. All rights reserved. *|\n|* *|\n|* NOTICE TO USER: The source code is copyrighted under U.S. and *|\n|* international laws. Users and possessors of this source code are *|\n|* hereby granted a nonexclusive, royalty-free copyright license to *|\n|* use this code in individual and commercial software. *|\n|* *|\n|* Any use of this source code must include, in the user documenta- *|\n|* tion and internal comments to the code, notices to the end user *|\n|* as follows: *|\n|* *|\n|* Copyright 1993-1999 NVIDIA, Corporation. All rights reserved. *|\n|* *|\n|* NVIDIA, CORPORATION MAKES NO REPRESENTATION ABOUT THE SUITABILITY *|\n|* OF THIS SOURCE CODE FOR ANY PURPOSE. IT IS PROVIDED "AS IS" *|\n|* WITHOUT EXPRESS OR IMPLIED WARRANTY OF ANY KIND. NVIDIA, CORPOR- *|\n|* ATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOURCE CODE, *|\n|* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGE- *|\n|* MENT, AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL *|\n|* NVIDIA, CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT, INCI- *|\n|* DENTAL, OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RE- *|\n|* SULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION *|\n|* OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF *|\n|* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOURCE CODE. *|\n|* *|\n|* U.S. Government End Users. This source code is a "commercial *|\n|* item," as that term is defined at 48 C.F.R. 2.101 (OCT 1995), *|\n|* consisting of "commercial computer software" and "commercial *|\n|* computer software documentation," as such terms are used in *|\n|* 48 C.F.R. 12.212 (SEPT 1995) and is provided to the U.S. Govern- *|\n|* ment only as a commercial end item. Consistent with 48 C.F.R. *|\n|* 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (JUNE 1995), *|\n|* all U.S. Government End Users acquire the source code with only *|\n|* those rights set forth herein. *|\n|* *|\n \\**************************************************************************' $'\n * This file is an OS-agnostic file used to make RIVA 128 and RIVA TNT\n * operate identically (except TNT has more memory and better 3D quality.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/riva_hw.c ) [unpack/xf86-video-nv-2.1.6/src/riva_hw.h]=( typeset -a comments=( $'**************************************************************************\\\n|* *|\n|* Copyright 1993-1999 NVIDIA, Corporation. All rights reserved. *|\n|* *|\n|* NOTICE TO USER: The source code is copyrighted under U.S. and *|\n|* international laws. Users and possessors of this source code are *|\n|* hereby granted a nonexclusive, royalty-free copyright license to *|\n|* use this code in individual and commercial software. *|\n|* *|\n|* Any use of this source code must include, in the user documenta- *|\n|* tion and internal comments to the code, notices to the end user *|\n|* as follows: *|\n|* *|\n|* Copyright 1993-1999 NVIDIA, Corporation. All rights reserved. *|\n|* *|\n|* NVIDIA, CORPORATION MAKES NO REPRESENTATION ABOUT THE SUITABILITY *|\n|* OF THIS SOURCE CODE FOR ANY PURPOSE. IT IS PROVIDED "AS IS" *|\n|* WITHOUT EXPRESS OR IMPLIED WARRANTY OF ANY KIND. NVIDIA, CORPOR- *|\n|* ATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOURCE CODE, *|\n|* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGE- *|\n|* MENT, AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL *|\n|* NVIDIA, CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT, INCI- *|\n|* DENTAL, OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RE- *|\n|* SULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION *|\n|* OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF *|\n|* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOURCE CODE. *|\n|* *|\n|* U.S. Government End Users. This source code is a "commercial *|\n|* item," as that term is defined at 48 C.F.R. 2.101 (OCT 1995), *|\n|* consisting of "commercial computer software" and "commercial *|\n|* computer software documentation," as such terms are used in *|\n|* 48 C.F.R. 12.212 (SEPT 1995) and is provided to the U.S. Govern- *|\n|* ment only as a commercial end item. Consistent with 48 C.F.R. *|\n|* 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (JUNE 1995), *|\n|* all U.S. Government End Users acquire the source code with only *|\n|* those rights set forth herein. *|\n|* *|\n\\**************************************************************************' $'\n * Define supported architectures.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/riva_hw.h ) [unpack/xf86-video-nv-2.1.6/src/riva_include.h]=( typeset -a comments=( ' All drivers should typically include these ' ' Drivers for PCI hardware need this ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/riva_include.h ) [unpack/xf86-video-nv-2.1.6/src/riva_local.h]=( typeset -a comments=( $'**************************************************************************\\\n|* *|\n|* Copyright 1993-1999 NVIDIA, Corporation. All rights reserved. *|\n|* *|\n|* NOTICE TO USER: The source code is copyrighted under U.S. and *|\n|* international laws. Users and possessors of this source code are *|\n|* hereby granted a nonexclusive, royalty-free copyright license to *|\n|* use this code in individual and commercial software. *|\n|* *|\n|* Any use of this source code must include, in the user documenta- *|\n|* tion and internal comments to the code, notices to the end user *|\n|* as follows: *|\n|* *|\n|* Copyright 1993-1999 NVIDIA, Corporation. All rights reserved. *|\n|* *|\n|* NVIDIA, CORPORATION MAKES NO REPRESENTATION ABOUT THE SUITABILITY *|\n|* OF THIS SOURCE CODE FOR ANY PURPOSE. IT IS PROVIDED "AS IS" *|\n|* WITHOUT EXPRESS OR IMPLIED WARRANTY OF ANY KIND. NVIDIA, CORPOR- *|\n|* ATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOURCE CODE, *|\n|* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGE- *|\n|* MENT, AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL *|\n|* NVIDIA, CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT, INCI- *|\n|* DENTAL, OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RE- *|\n|* SULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION *|\n|* OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF *|\n|* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOURCE CODE. *|\n|* *|\n|* U.S. Government End Users. This source code is a "commercial *|\n|* item," as that term is defined at 48 C.F.R. 2.101 (OCT 1995), *|\n|* consisting of "commercial computer software" and "commercial *|\n|* computer software documentation," as such terms are used in *|\n|* 48 C.F.R. 12.212 (SEPT 1995) and is provided to the U.S. Govern- *|\n|* ment only as a commercial end item. Consistent with 48 C.F.R. *|\n|* 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (JUNE 1995), *|\n|* all U.S. Government End Users acquire the source code with only *|\n|* those rights set forth herein. *|\n|* *|\n \\**************************************************************************' $'\n * This file includes any environment or machine specific values to access the\n * HW. Put all affected includes, typdefs, etc. here so the riva_hw.* files\n * can stay generic in nature.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/riva_local.h ) [unpack/xf86-video-nv-2.1.6/src/riva_proto.h]=( typeset -a comments=( ' in riva_driver.c ' ' in riva_dac.c ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/riva_proto.h ) [unpack/xf86-video-nv-2.1.6/src/riva_setup.c]=( typeset -a comments=( $'\n * Copyright 1996-1997 David J. McKay\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * DAVID J. MCKAY BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' $' Hacked together from mga driver and 3.3.4 NVIDIA driver by Jarno Paananen\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/riva_setup.c ) [unpack/xf86-video-nv-2.1.6/src/riva_shadow.c]=( typeset -a comments=( $'\n Copyright (c) 1999, The XFree86 Project Inc. \n Written by Mark Vojkovich \n' ' in dwords ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/riva_shadow.c ) [unpack/xf86-video-nv-2.1.6/src/riva_tbl.h]=( typeset -a comments=( $'**************************************************************************\\\n|* *|\n|* Copyright 1993-1999 NVIDIA, Corporation. All rights reserved. *|\n|* *|\n|* NOTICE TO USER: The source code is copyrighted under U.S. and *|\n|* international laws. Users and possessors of this source code are *|\n|* hereby granted a nonexclusive, royalty-free copyright license to *|\n|* use this code in individual and commercial software. *|\n|* *|\n|* Any use of this source code must include, in the user documenta- *|\n|* tion and internal comments to the code, notices to the end user *|\n|* as follows: *|\n|* *|\n|* Copyright 1993-1999 NVIDIA, Corporation. All rights reserved. *|\n|* *|\n|* NVIDIA, CORPORATION MAKES NO REPRESENTATION ABOUT THE SUITABILITY *|\n|* OF THIS SOURCE CODE FOR ANY PURPOSE. IT IS PROVIDED "AS IS" *|\n|* WITHOUT EXPRESS OR IMPLIED WARRANTY OF ANY KIND. NVIDIA, CORPOR- *|\n|* ATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOURCE CODE, *|\n|* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGE- *|\n|* MENT, AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL *|\n|* NVIDIA, CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT, INCI- *|\n|* DENTAL, OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RE- *|\n|* SULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION *|\n|* OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF *|\n|* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOURCE CODE. *|\n|* *|\n|* U.S. Government End Users. This source code is a "commercial *|\n|* item," as that term is defined at 48 C.F.R. 2.101 (OCT 1995), *|\n|* consisting of "commercial computer software" and "commercial *|\n|* computer software documentation," as such terms are used in *|\n|* 48 C.F.R. 12.212 (SEPT 1995) and is provided to the U.S. Govern- *|\n|* ment only as a commercial end item. Consistent with 48 C.F.R. *|\n|* 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (JUNE 1995), *|\n|* all U.S. Government End Users acquire the source code with only *|\n|* those rights set forth herein. *|\n|* *|\n \\**************************************************************************' $'\n * RIVA Fixed Functionality Init Tables.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/riva_tbl.h ) [unpack/xf86-video-nv-2.1.6/src/riva_type.h]=( typeset -a comments=( ' Color expansion ' ' Cursor ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/riva_type.h ) [unpack/xf86-video-nv-2.1.6/src/riva_xaa.c]=( typeset -a comments=( $'**************************************************************************\\\n|* *|\n|* Copyright 1993-1999 NVIDIA, Corporation. All rights reserved. *|\n|* *|\n|* NOTICE TO USER: The source code is copyrighted under U.S. and *|\n|* international laws. Users and possessors of this source code are *|\n|* hereby granted a nonexclusive, royalty-free copyright license to *|\n|* use this code in individual and commercial software. *|\n|* *|\n|* Any use of this source code must include, in the user documenta- *|\n|* tion and internal comments to the code, notices to the end user *|\n|* as follows: *|\n|* *|\n|* Copyright 1993-1999 NVIDIA, Corporation. All rights reserved. *|\n|* *|\n|* NVIDIA, CORPORATION MAKES NO REPRESENTATION ABOUT THE SUITABILITY *|\n|* OF THIS SOURCE CODE FOR ANY PURPOSE. IT IS PROVIDED "AS IS" *|\n|* WITHOUT EXPRESS OR IMPLIED WARRANTY OF ANY KIND. NVIDIA, CORPOR- *|\n|* ATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOURCE CODE, *|\n|* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGE- *|\n|* MENT, AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL *|\n|* NVIDIA, CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT, INCI- *|\n|* DENTAL, OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RE- *|\n|* SULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION *|\n|* OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF *|\n|* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOURCE CODE. *|\n|* *|\n|* U.S. Government End Users. This source code is a "commercial *|\n|* item," as that term is defined at 48 C.F.R. 2.101 (OCT 1995), *|\n|* consisting of "commercial computer software" and "commercial *|\n|* computer software documentation," as such terms are used in *|\n|* 48 C.F.R. 12.212 (SEPT 1995) and is provided to the U.S. Govern- *|\n|* ment only as a commercial end item. Consistent with 48 C.F.R. *|\n|* 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (JUNE 1995), *|\n|* all U.S. Government End Users acquire the source code with only *|\n|* those rights set forth herein. *|\n|* *|\n \\**************************************************************************' $' Hacked together from mga driver and 3.3.4 NVIDIA driver by\n Jarno Paananen ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-nv-2.1.6/src/riva_xaa.c ) [unpack/xf86-video-rendition-4.1.3/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-video-rendition-4.1.3/ltmain.sh ) [unpack/xf86-video-rendition-4.1.3/src/accel.h]=( typeset -a comments=( $'\n * file accel.h\n *\n * header file for accel.c\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/rendition/accel.h,v 1.3 1999/11/19 13:54:44 hohndel Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-rendition-4.1.3/src/accel.h ) [unpack/xf86-video-rendition-4.1.3/src/accelX.c]=( typeset -a comments=( $'\n * file accelX.c\n *\n * accelerator functions for X\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/rendition/accelX.c,v 1.10 2001/06/15 21:22:54 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-rendition-4.1.3/src/accelX.c ) [unpack/xf86-video-rendition-4.1.3/src/cmd2d.h]=( typeset -a comments=( $'\n * commands the 2d microcode offers\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/rendition/cmd2d.h,v 1.2 1999/10/14 04:43:14 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-rendition-4.1.3/src/cmd2d.h ) [unpack/xf86-video-rendition-4.1.3/src/commonregs.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/rendition/commonregs.h,v 1.1 1999/11/19 13:54:44 hohndel Exp $ ' ' IO register offsets. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-rendition-4.1.3/src/commonregs.h ) [unpack/xf86-video-rendition-4.1.3/src/cscode.h]=( typeset -a comments=( $'***************************************************************************\\ \n * NOTE: This file generated automatically. Do not edit by hand! *\n\\***************************************************************************' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/rendition/cscode.h,v 1.3 1999/10/13 04:21:19 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-rendition-4.1.3/src/cscode.h ) [unpack/xf86-video-rendition-4.1.3/src/hwcursor.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/rendition/hwcursor.c,v 1.6 2000/02/25 21:03:00 dawes Exp $ ' $'\n * includes\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-rendition-4.1.3/src/hwcursor.c ) [unpack/xf86-video-rendition-4.1.3/src/hwcursor.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/rendition/hwcursor.h,v 1.4 1999/11/19 13:54:45 hohndel Exp $ ' $'\n * file hwcursor.h\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-rendition-4.1.3/src/hwcursor.h ) [unpack/xf86-video-rendition-4.1.3/src/rendition.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/rendition/rendition.c,v 1.58 2003/11/03 05:11:26 tsi Exp $ ' $'\n * Copyright (C) 1998 The XFree86 Project, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the XFree86 Project shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from the\n * XFree86 Project.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-rendition-4.1.3/src/rendition.c ) [unpack/xf86-video-rendition-4.1.3/src/rendition.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/rendition/rendition.h,v 1.5 2000/02/25 21:03:02 dawes Exp $ ' ' All drivers should typically include these ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-rendition-4.1.3/src/rendition.h ) [unpack/xf86-video-rendition-4.1.3/src/rendition_options.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/rendition/rendition_options.h,v 1.5 2001/05/04 19:05:42 dawes Exp $ ' ' supported options ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-rendition-4.1.3/src/rendition_options.h ) [unpack/xf86-video-rendition-4.1.3/src/rendition_shadow.c]=( typeset -a comments=( $'\n * file rendition_shadow.h\n *\n * The functions used by ShadowFB\n * Based on code written by Mark Vojkovich \n ' ' $XFree86$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-rendition-4.1.3/src/rendition_shadow.c ) [unpack/xf86-video-rendition-4.1.3/src/rendition_shadow.h]=( typeset -a comments=( $'\n * file rendition_shadow.h\n *\n * headfile for rendition_shadow.c\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/rendition/rendition_shadow.h,v 1.1 2000/03/01 00:25:25 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-rendition-4.1.3/src/rendition_shadow.h ) [unpack/xf86-video-rendition-4.1.3/src/v1kregs.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/rendition/v1kregs.h,v 1.4 1999/11/19 13:54:45 hohndel Exp $ ' ' Include definitions that are same on all chips ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-rendition-4.1.3/src/v1kregs.h ) [unpack/xf86-video-rendition-4.1.3/src/v1krisc.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/rendition/v1krisc.c,v 1.6 2000/03/31 20:13:25 dawes Exp $ ' $'\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-rendition-4.1.3/src/v1krisc.c ) [unpack/xf86-video-rendition-4.1.3/src/v1krisc.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/rendition/v1krisc.h,v 1.3 1999/10/13 04:21:21 dawes Exp $ ' $'\n * file v1krisc.h\n *\n * low level function to communicate with the on-board RISC\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-rendition-4.1.3/src/v1krisc.h ) [unpack/xf86-video-rendition-4.1.3/src/v2kregs.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/rendition/v2kregs.h,v 1.4 1999/11/19 13:54:46 hohndel Exp $ ' ' New registers and values found from V2K and on ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-rendition-4.1.3/src/v2kregs.h ) [unpack/xf86-video-rendition-4.1.3/src/vboard.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/rendition/vboard.c,v 1.18tsi Exp $ ' $'\n * includes\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-rendition-4.1.3/src/vboard.c ) [unpack/xf86-video-rendition-4.1.3/src/vboard.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/rendition/vboard.h,v 1.6 2000/03/31 20:13:26 dawes Exp $ ' $'\n * vboard.h\n *\n * functions to interact with a Verite board\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-rendition-4.1.3/src/vboard.h ) [unpack/xf86-video-rendition-4.1.3/src/vloaduc.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/rendition/vloaduc.c,v 1.13tsi Exp $ ' $'\n * includes\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-rendition-4.1.3/src/vloaduc.c ) [unpack/xf86-video-rendition-4.1.3/src/vloaduc.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/rendition/vloaduc.h,v 1.4 2000/03/31 20:13:27 dawes Exp $ ' $'\n * file vloaduc.h\n *\n * loads microcode\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-rendition-4.1.3/src/vloaduc.h ) [unpack/xf86-video-rendition-4.1.3/src/vmisc.c]=( typeset -a comments=( ' Misc routines used elsewhere in driver ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/rendition/vmisc.c,v 1.3 2000/02/25 21:03:05 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-rendition-4.1.3/src/vmisc.c ) [unpack/xf86-video-rendition-4.1.3/src/vmisc.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/rendition/vmisc.h,v 1.3 2000/03/31 20:13:27 dawes Exp $ ' ' __VMISC_H__ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-rendition-4.1.3/src/vmisc.h ) [unpack/xf86-video-rendition-4.1.3/src/vmodes.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/rendition/vmodes.c,v 1.13 2002/12/11 17:23:33 dawes Exp $ ' $'\n * file vmodes.c\n *\n * Routines that handle mode setting.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-rendition-4.1.3/src/vmodes.c ) [unpack/xf86-video-rendition-4.1.3/src/vmodes.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/rendition/vmodes.h,v 1.5 2002/04/04 14:05:45 eich Exp $ ' $'\n * file vmodes.h\n *\n * headerfile for vmodes.c\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-rendition-4.1.3/src/vmodes.h ) [unpack/xf86-video-rendition-4.1.3/src/vos.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/rendition/vos.h,v 1.9 2002/01/25 21:56:07 tsi Exp $ ' $'\n * file vos.h\n *\n * layer to map operating system dependent system calls\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-rendition-4.1.3/src/vos.h ) [unpack/xf86-video-rendition-4.1.3/src/vramdac.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/rendition/vramdac.c,v 1.18 2002/12/11 17:23:33 dawes Exp $ ' $'\n * includes\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-rendition-4.1.3/src/vramdac.c ) [unpack/xf86-video-rendition-4.1.3/src/vramdac.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/rendition/vramdac.h,v 1.6 2002/04/04 14:05:45 eich Exp $ ' $'\n * file vramdac.h\n *\n * headfile for vramdac.c\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-rendition-4.1.3/src/vramdac.h ) [unpack/xf86-video-rendition-4.1.3/src/vtypes.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/rendition/vtypes.h,v 1.8 2001/10/28 03:33:44 tsi Exp $ ' $'\n * includes\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-rendition-4.1.3/src/vtypes.h ) [unpack/xf86-video-s3-0.5.0/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-video-s3-0.5.0/ltmain.sh ) [unpack/xf86-video-s3-0.5.0/src/newmmio.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/s3/newmmio.h,v 1.6 2001/07/02 10:46:04 alanh Exp $ ' $'\n *\n * Copyright 1995-1997 The XFree86 Project, Inc.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-s3-0.5.0/src/newmmio.h ) [unpack/xf86-video-s3-0.5.0/src/s3.h]=( typeset -a comments=( $'\n * Copyright 2001 Ani Joshi \n * \n * XFree86 4.x driver for S3 chipsets\n * \n * \n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation and\n * that the name of Ani Joshi not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Ani Joshi makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n * \n * ANI JOSHI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ANI JOSHI BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n *\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/s3/s3.h,v 1.17 2003/07/04 16:24:28 eich Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-s3-0.5.0/src/s3.h ) [unpack/xf86-video-s3-0.5.0/src/s3_IBMRGB.c]=( typeset -a comments=( $'\n * Copyright 2001 Ani Joshi \n * \n * XFree86 4.x driver for S3 chipsets\n * \n * \n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation and\n * that the name of Ani Joshi not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Ani Joshi makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n * \n * ANI JOSHI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ANI JOSHI BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n *\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/s3/s3_IBMRGB.c,v 1.4 2002/12/11 17:30:48 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-s3-0.5.0/src/s3_IBMRGB.c ) [unpack/xf86-video-s3-0.5.0/src/s3_Ti.c]=( typeset -a comments=( $'\n * Copyright 2001 Ani Joshi \n * \n * XFree86 4.x driver for S3 chipsets\n * \n * \n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation and\n * that the name of Ani Joshi not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Ani Joshi makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n * \n * ANI JOSHI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ANI JOSHI BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n *\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/s3/s3_Ti.c,v 1.4 2001/10/28 03:33:44 tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-s3-0.5.0/src/s3_Ti.c ) [unpack/xf86-video-s3-0.5.0/src/s3_Trio64DAC.c]=( typeset -a comments=( $'\n * Copyright 2001 Ani Joshi \n * \n * XFree86 4.x driver for S3 chipsets\n * \n * \n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation and\n * that the name of Ani Joshi not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Ani Joshi makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n * \n * ANI JOSHI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ANI JOSHI BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n *\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/s3/s3_Trio64DAC.c,v 1.7tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-s3-0.5.0/src/s3_Trio64DAC.c ) [unpack/xf86-video-s3-0.5.0/src/s3_accel.c]=( typeset -a comments=( $'\n * Copyright 2001 Ani Joshi \n * \n * XFree86 4.x driver for S3 chipsets\n * \n * \n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation and\n * that the name of Ani Joshi not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Ani Joshi makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n * \n * ANI JOSHI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ANI JOSHI BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n *\n ' ' $XdotOrg: xc/programs/Xserver/hw/xfree86/drivers/s3/s3_accel.c,v 1.2 2004/04/23 19:43:14 eich Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-s3-0.5.0/src/s3_accel.c ) [unpack/xf86-video-s3-0.5.0/src/s3_bios.c]=( typeset -a comments=( $'\n * Copyright 2001 Ani Joshi \n * \n * XFree86 4.x driver for S3 chipsets\n * \n * \n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation and\n * that the name of Ani Joshi not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Ani Joshi makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n * \n * ANI JOSHI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ANI JOSHI BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n *\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/s3/s3_bios.c,v 1.2 2001/07/11 07:45:35 alanh Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-s3-0.5.0/src/s3_bios.c ) [unpack/xf86-video-s3-0.5.0/src/s3_cursor.c]=( typeset -a comments=( $'\n * Copyright 2001 Ani Joshi \n * \n * XFree86 4.x driver for S3 chipsets\n * \n * \n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation and\n * that the name of Ani Joshi not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Ani Joshi makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n * \n * ANI JOSHI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ANI JOSHI BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n *\n ' ' $XFree86: $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-s3-0.5.0/src/s3_cursor.c ) [unpack/xf86-video-s3-0.5.0/src/s3_dga.c]=( typeset -a comments=( $'\n * Copyright 2001 Ani Joshi \n * \n * XFree86 4.x driver for S3 chipsets\n * \n * \n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation and\n * that the name of Ani Joshi not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Ani Joshi makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n * \n * ANI JOSHI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ANI JOSHI BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n *\n ' ' $XFree86: $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-s3-0.5.0/src/s3_dga.c ) [unpack/xf86-video-s3-0.5.0/src/s3_driver.c]=( typeset -a comments=( $'\n *\tCopyright 2001\tAni Joshi \n *\n *\tXFree86 4.x driver for S3 chipsets\n *\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation and\n * that the name of Ani Joshi not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Ani Joshi makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * ANI JOSHI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ANI JOSHI BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n *\n *\tCredits:\n *\t\tThomas Roell \n *\t\tMark Vojkovich \n *\t\tKevin E. Martin \n *\t\t - and others for their work on the 3.x S3 driver\n *\n *\t\tDominik Behr\n *\t\t - for various hardware donations\n *\n *\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/s3/s3_driver.c,v 1.19tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-s3-0.5.0/src/s3_driver.c ) [unpack/xf86-video-s3-0.5.0/src/s3_reg.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/s3/s3_reg.h,v 1.1 2001/07/02 10:46:04 alanh Exp $ ' ' 16MB ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-s3-0.5.0/src/s3_reg.h ) [unpack/xf86-video-s3-0.5.0/src/s3_video.c]=( typeset -a comments=( $'\n * Copyright 2001 Ani Joshi \n * \n * XFree86 4.x driver for S3 chipsets\n * \n * \n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation and\n * that the name of Ani Joshi not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Ani Joshi makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n * \n * ANI JOSHI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ANI JOSHI BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n *\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/s3/s3_video.c,v 1.4tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-s3-0.5.0/src/s3_video.c ) [unpack/xf86-video-s3virge-1.9.1/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-video-s3virge-1.9.1/ltmain.sh ) [unpack/xf86-video-s3virge-1.9.1/src/newmmio.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/s3virge/newmmio.h,v 1.5 1999/03/21 07:35:15 dawes Exp $ ' $'\nCopyright (C) 1994-1999 The XFree86 Project, Inc. All Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-\nNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nXFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the XFree86 Project shall not\nbe used in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the XFree86 Project.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-s3virge-1.9.1/src/newmmio.h ) [unpack/xf86-video-s3virge-1.9.1/src/regs3v.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/s3virge/regs3v.h,v 1.9 2002/01/25 21:56:08 tsi Exp $ ' $'\nCopyright (C) 1994-1999 The XFree86 Project, Inc. All Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-\nNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nXFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the XFree86 Project shall not\nbe used in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the XFree86 Project.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-s3virge-1.9.1/src/regs3v.h ) [unpack/xf86-video-s3virge-1.9.1/src/s3v.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/s3virge/s3v.h,v 1.31 2003/02/04 02:20:49 dawes Exp $ ' $'\nCopyright (C) 1994-1999 The XFree86 Project, Inc. All Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-\nNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nXFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the XFree86 Project shall not\nbe used in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the XFree86 Project.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-s3virge-1.9.1/src/s3v.h ) [unpack/xf86-video-s3virge-1.9.1/src/s3v_accel.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/s3virge/s3v_accel.c,v 1.25 2003/11/06 18:38:05 tsi Exp $ ' $'\nCopyright (C) 1994-1999 The XFree86 Project, Inc. All Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-\nNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nXFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the XFree86 Project shall not\nbe used in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the XFree86 Project.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-s3virge-1.9.1/src/s3v_accel.c ) [unpack/xf86-video-s3virge-1.9.1/src/s3v_dac.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/s3virge/s3v_dac.c,v 1.4 2003/02/04 02:20:50 dawes Exp $ ' $'\nCopyright (C) 1994-1998 The XFree86 Project, Inc. All Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-\nNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nXFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the XFree86 Project shall not\nbe used in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the XFree86 Project.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-s3virge-1.9.1/src/s3v_dac.c ) [unpack/xf86-video-s3virge-1.9.1/src/s3v_dga.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/s3virge/s3v_dga.c,v 1.7 2002/01/14 18:02:58 dawes Exp $ ' $'\nCopyright (C) 1994-2000 The XFree86 Project, Inc. All Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-\nNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nXFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the XFree86 Project shall not\nbe used in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the XFree86 Project.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-s3virge-1.9.1/src/s3v_dga.c ) [unpack/xf86-video-s3virge-1.9.1/src/s3v_driver.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/s3virge/s3v_driver.c,v 1.93 2003/11/06 18:38:05 tsi Exp $ ' $'\nCopyright (C) 1994-1999 The XFree86 Project, Inc. All Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-\nNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nXFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the XFree86 Project shall not\nbe used in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the XFree86 Project.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-s3virge-1.9.1/src/s3v_driver.c ) [unpack/xf86-video-s3virge-1.9.1/src/s3v_hwcurs.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/s3virge/s3v_hwcurs.c,v 1.7 2003/02/04 02:20:50 dawes Exp $ ' $'\nCopyright (C) 1994-1999 The XFree86 Project, Inc. All Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-\nNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nXFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the XFree86 Project shall not\nbe used in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the XFree86 Project.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-s3virge-1.9.1/src/s3v_hwcurs.c ) [unpack/xf86-video-s3virge-1.9.1/src/s3v_i2c.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/s3virge/s3v_i2c.c,v 1.4 2000/03/31 20:13:32 dawes Exp $ ' $'\nCopyright (C) 1994-2000 The XFree86 Project, Inc. All Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-\nNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nXFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the XFree86 Project shall not\nbe used in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the XFree86 Project.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-s3virge-1.9.1/src/s3v_i2c.c ) [unpack/xf86-video-s3virge-1.9.1/src/s3v_macros.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/s3virge/s3v_macros.h,v 1.11 2000/11/28 20:59:18 dawes Exp $ ' $'\nCopyright (C) 1994-1999 The XFree86 Project, Inc. All Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-\nNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nXFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the XFree86 Project shall not\nbe used in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the XFree86 Project.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-s3virge-1.9.1/src/s3v_macros.h ) [unpack/xf86-video-s3virge-1.9.1/src/s3v_rop.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/s3virge/s3v_rop.h,v 1.2 1998/11/28 10:43:16 dawes Exp $ ' $'\nCopyright (C) 1994-1998 The XFree86 Project, Inc. All Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-\nNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nXFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the XFree86 Project shall not\nbe used in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the XFree86 Project.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-s3virge-1.9.1/src/s3v_rop.h ) [unpack/xf86-video-s3virge-1.9.1/src/s3v_shadow.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/s3virge/s3v_shadow.c,v 1.2 2000/03/06 22:59:30 dawes Exp $ ' $'\nCopyright (C) 1994-2000 The XFree86 Project, Inc. All Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-\nNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nXFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the XFree86 Project shall not\nbe used in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the XFree86 Project.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-s3virge-1.9.1/src/s3v_shadow.c ) [unpack/xf86-video-s3virge-1.9.1/src/s3v_xv.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/s3virge/s3v_xv.c,v 1.10tsi Exp $ ' $'\nCopyright (C) 2000 The XFree86 Project, Inc. All Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-\nNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nXFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the XFree86 Project shall not\nbe used in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the XFree86 Project.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-s3virge-1.9.1/src/s3v_xv.c ) [unpack/xf86-video-savage-2.1.3/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-video-savage-2.1.3/ltmain.sh ) [unpack/xf86-video-savage-2.1.3/src/savage_accel.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/savage/savage_accel.c,v 1.23 2003/12/22 17:48:10 tsi Exp $ ' $'\n *\n * Copyright 1995-1997 The XFree86 Project, Inc.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-savage-2.1.3/src/savage_accel.c ) [unpack/xf86-video-savage-2.1.3/src/savage_bci.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/savage/savage_bci.h,v 1.3 2002/05/14 20:19:51 alanh Exp $ ' ' BCI Control Register ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-savage-2.1.3/src/savage_bci.h ) [unpack/xf86-video-savage-2.1.3/src/savage_common.h]=( typeset -a comments=( $' savage_common.h -- Public header for the savage driver (IOCTLs)\n *\n * Copyright 2004 Felix Kuehling\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $' Savage-specific ioctls\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-savage-2.1.3/src/savage_common.h ) [unpack/xf86-video-savage-2.1.3/src/savage_cursor.c]=( typeset -a comments=( $'\n * Copyright (C) 1994-2000 The XFree86 Project, Inc. All Rights Reserved.\n * Copyright (c) 2003-2006, X.Org Foundation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'*\n * \\file savage_cursor.c\n * Hardware cursor support for S3 Savage driver. Taken with very few changes\n * from the s3virge cursor file.\n *\n * \\author S. Marineau (19/04/97)\n * \\author Amancio Hasty\n * \\author Jon Tombs\n * \\author Tim Roberts\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-savage-2.1.3/src/savage_cursor.c ) [unpack/xf86-video-savage-2.1.3/src/savage_dga.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/savage/savage_dga.c,v 1.6 2003/01/18 15:22:29 eich Exp $ ' $'\nCopyright (C) 1994-2000 The XFree86 Project, Inc. All Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-\nNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nXFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the XFree86 Project shall not\nbe used in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the XFree86 Project.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-savage-2.1.3/src/savage_dga.c ) [unpack/xf86-video-savage-2.1.3/src/savage_dri.c]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' '#include "savage_vbe.h"' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-savage-2.1.3/src/savage_dri.c ) [unpack/xf86-video-savage-2.1.3/src/savage_dri.h]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ' 0 for PCI cards ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-savage-2.1.3/src/savage_dri.h ) [unpack/xf86-video-savage-2.1.3/src/savage_dripriv.h]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ' Nothing here yet ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-savage-2.1.3/src/savage_dripriv.h ) [unpack/xf86-video-savage-2.1.3/src/savage_driver.c]=( typeset -a comments=( $'\n * Copyright (C) 1994-2000 The XFree86 Project, Inc. All Rights Reserved.\n * Copyright (c) 2003-2006, X.Org Foundation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'*\n * \\file savage_driver.c\n * \n * \\author Tim Roberts \n * \\author Ani Joshi \n *\n * \\todo Add credits for the 3.3.x authors.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-savage-2.1.3/src/savage_driver.c ) [unpack/xf86-video-savage-2.1.3/src/savage_driver.h]=( typeset -a comments=( $'\n * Copyright (C) 1994-2000 The XFree86 Project, Inc. All Rights Reserved.\n * Copyright (c) 2003-2006, X.Org Foundation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $' Totals 2 Mbytes which equals 2^16 32-byte vertices divided among up\n * to 32 clients. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-savage-2.1.3/src/savage_driver.h ) [unpack/xf86-video-savage-2.1.3/src/savage_drm.h]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' 'size of buffer' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-savage-2.1.3/src/savage_drm.h ) [unpack/xf86-video-savage-2.1.3/src/savage_exa.c]=( typeset -a comments=( $'\n * The exa accel file for the Savage driver. \n * \n * Created 2005-2006 by Alex Deucher\n * Revision: \n *\n ' 'ROP_0 GXclear ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-savage-2.1.3/src/savage_exa.c ) [unpack/xf86-video-savage-2.1.3/src/savage_hwmc.c]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ' List of subpicture types that we support ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-savage-2.1.3/src/savage_hwmc.c ) [unpack/xf86-video-savage-2.1.3/src/savage_i2c.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/savage/savage_i2c.c,v 1.1 2001/02/13 21:15:19 dawes Exp $ ' $'\nCopyright (C) 1994-2000 The XFree86 Project, Inc. All Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-\nNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nXFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the XFree86 Project shall not\nbe used in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the XFree86 Project.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-savage-2.1.3/src/savage_i2c.c ) [unpack/xf86-video-savage-2.1.3/src/savage_regs.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/savage/savage_regs.h,v 1.11 2002/05/14 20:19:52 alanh Exp $ ' ' Copied and renamed from radeon_reg.h for AGP/PCI detection. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-savage-2.1.3/src/savage_regs.h ) [unpack/xf86-video-savage-2.1.3/src/savage_sarea.h]=( typeset -a comments=( $' savage_sarea.h -- Public header for the savage driver (SAREA)\n *\n * Copyright 2004 Felix Kuehling\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $' 2 heaps (1 for card, 1 for agp), each divided into upto 128\n * regions, subject to a minimum region size of (1<<16) == 64k.\n *\n * Clients may subdivide regions internally, but when sharing between\n * clients, the region size is the minimum granularity.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-savage-2.1.3/src/savage_sarea.h ) [unpack/xf86-video-savage-2.1.3/src/savage_shadow.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/s3virge/s3v_shadow.c,v 1.3 2000/03/31 20:13:33 dawes Exp $ ' $'\n Copyright (c) 1999,2000 The XFree86 Project Inc. \n based on code written by Mark Vojkovich \n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-savage-2.1.3/src/savage_shadow.c ) [unpack/xf86-video-savage-2.1.3/src/savage_streams.c]=( typeset -a comments=( $'\n * Copyright (C) 1994-2000 The XFree86 Project, Inc. All Rights Reserved.\n * Copyright (c) 2003-2006, X.Org Foundation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ' BUGBUG need to add 00040000 if src stride > 2048 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-savage-2.1.3/src/savage_streams.c ) [unpack/xf86-video-savage-2.1.3/src/savage_streams.h]=( typeset -a comments=( $'*************************************\n S3 streams processor\n*************************************' ' New streams ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-savage-2.1.3/src/savage_streams.h ) [unpack/xf86-video-savage-2.1.3/src/savage_vbe.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/savage/savage_vbe.c,v 1.11 2002/05/14 20:19:52 alanh Exp $ ' 'static int SavageGetTVType( SavagePtr psav );' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-savage-2.1.3/src/savage_vbe.c ) [unpack/xf86-video-savage-2.1.3/src/savage_vbe.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/savage/savage_vbe.h,v 1.1 2000/12/02 01:16:15 dawes Exp $ ' $'\nThis file was originally part of the Linux Real-Mode Interface, or LRMI.\nThere is nothing LRMI-specific here; this is all good, general VBE info.\n\nCopyright (C) 1996 by Josh Vanderhoof\n\nYou are free to distribute and modify this file, as long as you\ndo not remove this copyright notice and clearly label modified\nversions as being modified.\n\nThis software has NO WARRANTY. Use it at your own risk.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-savage-2.1.3/src/savage_vbe.h ) [unpack/xf86-video-savage-2.1.3/src/savage_video.c]=( typeset -a comments=( $'\n * Copyright (C) 1994-2000 The XFree86 Project, Inc. All Rights Reserved.\n * Copyright (c) 2003-2006, X.Org Foundation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ' milliseconds ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-savage-2.1.3/src/savage_video.c ) [unpack/xf86-video-savage-2.1.3/src/savage_xaa.c]=( typeset -a comments=( $'\n * The accel file for the Savage driver. \n * \n * Created 20/03/97 by Sebastien Marineau for 3.3.6\n * Modified 17-Nov-2000 by Tim Roberts for 4.0.1\n * Modified Feb-2004 by Alex Deucher - integrating DRI support\n * Modified 2005-2006 by Alex Deucher - adding exa support\n * Revision: \n *\n ' ' from savage_image.c: ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-savage-2.1.3/src/savage_xaa.c ) [unpack/xf86-video-siliconmotion-1.5.1/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-video-siliconmotion-1.5.1/ltmain.sh ) [unpack/xf86-video-siliconmotion-1.5.1/src/regsmi.h]=( typeset -a comments=( ' Header: //Mercury/Projects/archives/XFree86/4.0/regsmi.h-arc 1.11 14 Sep 2000 11:17:30 Frido $ ' $'\nCopyright (C) 1994-1999 The XFree86 Project, Inc. All Rights Reserved.\nCopyright (C) 2000 Silicon Motion, Inc. All Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-\nNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nXFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the names of the XFree86 Project and\nSilicon Motion shall not be used in advertising or otherwise to promote the\nsale, use or other dealings in this Software without prior written\nauthorization from the XFree86 Project and SIlicon Motion.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-siliconmotion-1.5.1/src/regsmi.h ) [unpack/xf86-video-siliconmotion-1.5.1/src/smi.h]=( typeset -a comments=( ' Header: //Mercury/Projects/archives/XFree86/4.0/smi.h-arc 1.51 29 Nov 2000 17:45:16 Frido $ ' $'\nCopyright (C) 1994-1999 The XFree86 Project, Inc. All Rights Reserved.\nCopyright (C) 2000 Silicon Motion, Inc. All Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-\nNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nXFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the names of the XFree86 Project and\nSilicon Motion shall not be used in advertising or otherwise to promote the\nsale, use or other dealings in this Software without prior written\nauthorization from the XFree86 Project and Silicon Motion.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-siliconmotion-1.5.1/src/smi.h ) [unpack/xf86-video-siliconmotion-1.5.1/src/smi_accel.c]=( typeset -a comments=( ' Header: //Mercury/Projects/archives/XFree86/4.0/smi_accel.c-arc 1.16 03 Jan 2001 13:29:06 Frido $ ' $'\nCopyright (C) 1994-1999 The XFree86 Project, Inc. All Rights Reserved.\nCopyright (C) 2000 Silicon Motion, Inc. All Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-\nNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nXFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the names of the XFree86 Project and\nSilicon Motion shall not be used in advertising or otherwise to promote the\nsale, use or other dealings in this Software without prior written\nauthorization from the XFree86 Project and silicon Motion.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-siliconmotion-1.5.1/src/smi_accel.c ) [unpack/xf86-video-siliconmotion-1.5.1/src/smi_dac.c]=( typeset -a comments=( ' Header: //Mercury/Projects/archives/XFree86/4.0/smi_dac.c-arc 1.8 27 Nov 2000 15:47:08 Frido $ ' $'\nCopyright (C) 1994-1998 The XFree86 Project, Inc. All Rights Reserved.\nCopyright (C) 2000 Silicon Motion, Inc. All Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-\nNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nXFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the names of the XFree86 Project and\nSilicon Motion shall not be used in advertising or otherwise to promote the\nsale, use or other dealings in this Software without prior written\nauthorization from the XFree86 Project and Silicon Motion.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-siliconmotion-1.5.1/src/smi_dac.c ) [unpack/xf86-video-siliconmotion-1.5.1/src/smi_dga.c]=( typeset -a comments=( ' Header: //Mercury/Projects/archives/XFree86/4.0/smi_dga.c-arc 1.5 27 Nov 2000 15:47:18 Frido $ ' $'\nCopyright (C) 1994-2000 The XFree86 Project, Inc. All Rights Reserved.\nCopyright (C) 2000 Silicon Motion, Inc. All Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-\nNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nXFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the names of the XFree86 Project and\nSilicon Motion shall not be used in advertising or otherwise to promote the\nsale, use or other dealings in this Software without prior written\nauthorization from the XFree86 Project and Silicon Motion.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-siliconmotion-1.5.1/src/smi_dga.c ) [unpack/xf86-video-siliconmotion-1.5.1/src/smi_driver.c]=( typeset -a comments=( ' Header: //Mercury/Projects/archives/XFree86/4.0/smi_driver.c-arc 1.42 03 Jan 2001 13:52:16 Frido $ ' $'\nCopyright (C) 1994-1999 The XFree86 Project, Inc. All Rights Reserved.\nCopyright (C) 2000 Silicon Motion, Inc. All Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-\nNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nXFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the names of The XFree86 Project and\nSilicon Motion shall not be used in advertising or otherwise to promote the\nsale, use or other dealings in this Software without prior written\nauthorization from The XFree86 Project or Silicon Motion.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-siliconmotion-1.5.1/src/smi_driver.c ) [unpack/xf86-video-siliconmotion-1.5.1/src/smi_exa.c]=( typeset -a comments=( $'\nCopyright (C) 2006 Dennis De Winter All Rights Reserved.\nCopyright (C) 2007 Alex Deucher All Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-\nNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nXFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n' ' Memory Manager ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-siliconmotion-1.5.1/src/smi_exa.c ) [unpack/xf86-video-siliconmotion-1.5.1/src/smi_hwcurs.c]=( typeset -a comments=( ' Header: //Mercury/Projects/archives/XFree86/4.0/smi_hwcurs.c-arc 1.12 27 Nov 2000 15:47:48 Frido $ ' $'\nCopyright (C) 1994-1999 The XFree86 Project, Inc. All Rights Reserved.\nCopyright (C) 2000 Silicon Motion, Inc. All Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-\nNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nXFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the names of the XFree86 Project and\nSilicon Motion shall not be used in advertising or otherwise to promote the\nsale, use or other dealings in this Software without prior written\nauthorization from the XFree86 Project and Silicon Motion.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-siliconmotion-1.5.1/src/smi_hwcurs.c ) [unpack/xf86-video-siliconmotion-1.5.1/src/smi_i2c.c]=( typeset -a comments=( ' Header: //Mercury/Projects/archives/XFree86/4.0/smi_i2c.c-arc 1.10 27 Nov 2000 15:47:58 Frido $ ' $'\nCopyright (C) 1994-2000 The XFree86 Project, Inc. All Rights Reserved.\nCopyright (C) 2000 Silicon Motion, Inc. All Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-\nNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nXFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the names of the XFree86 Project and\nSilicon Motion shall not be used in advertising or otherwise to promote the\nsale, use or other dealings in this Software without prior written\nauthorization from the XFree86 Project and Silicon Motion.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-siliconmotion-1.5.1/src/smi_i2c.c ) [unpack/xf86-video-siliconmotion-1.5.1/src/smi_shadow.c]=( typeset -a comments=( ' Header: //Mercury/Projects/archives/XFree86/4.0/smi_shadow.c-arc 1.10 30 Nov 2000 11:40:38 Frido $ ' $'\nCopyright (C) 1994-2000 The XFree86 Project, Inc. All Rights Reserved.\nCopyright (C) 2000 Silicon Motion, Inc. All Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-\nNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nXFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the names of the XFree86 Project and\nSilicon Motion shall not be used in advertising or otherwise to promote the\nsale, use or other dealings in this Software without prior written\nauthorization from the XFree86 Project and Silicon Motion.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-siliconmotion-1.5.1/src/smi_shadow.c ) [unpack/xf86-video-siliconmotion-1.5.1/src/smi_video.c]=( typeset -a comments=( ' Header: //Mercury/Projects/archives/XFree86/4.0/smi_video.c.-arc 1.14 30 Nov 2000 16:51:40 Frido $ ' $'\nCopyright (C) 1994-1999 The XFree86 Project, Inc. All Rights Reserved.\nCopyright (C) 2000 Silicon Motion, Inc. All Rights Reserved.\nCopyright (C) 2001 Corvin Zahn. All Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-\nNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nXFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the names of the XFree86 Project and\nSilicon Motion shall not be used in advertising or otherwise to promote the\nsale, use or other dealings in this Software without prior written\nauthorization from the XFree86 Project and silicon Motion.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-siliconmotion-1.5.1/src/smi_video.c ) [unpack/xf86-video-siliconmotion-1.5.1/src/smi_video.h]=( typeset -a comments=( ' Header: //Mercury/Projects/archives/XFree86/4.0/smi_video.h.-arc 1.8 27 Nov 2000 15:46:06 Frido $ ' $'\nCopyright (C) 1994-1999 The XFree86 Project, Inc. All Rights Reserved.\nCopyright (C) 2000 Silicon Motion, Inc. All Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-\nNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nXFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the names of the XFree86 Project and\nSilicon Motion shall not be used in advertising or otherwise to promote the\nsale, use or other dealings in this Software without prior written\nauthorization from the XFree86 Project and silicon Motion.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-siliconmotion-1.5.1/src/smi_video.h ) [unpack/xf86-video-siliconmotion-1.5.1/src/smi_xaa.c]=( typeset -a comments=( $'\nCopyright (C) 1994-1999 The XFree86 Project, Inc. All Rights Reserved.\nCopyright (C) 2000 Silicon Motion, Inc. All Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-\nNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nXFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the names of the XFree86 Project and\nSilicon Motion shall not be used in advertising or otherwise to promote the\nsale, use or other dealings in this Software without prior written\nauthorization from the XFree86 Project and silicon Motion.\n' ' #671 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-siliconmotion-1.5.1/src/smi_xaa.c ) [unpack/xf86-video-sis-0.9.3/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-video-sis-0.9.3/ltmain.sh ) [unpack/xf86-video-sis-0.9.3/src/300vtbl.h]=( typeset -a comments=( ' $XFree86$ ' ' $XdotOrg$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-sis-0.9.3/src/300vtbl.h ) [unpack/xf86-video-sis-0.9.3/src/310vtbl.h]=( typeset -a comments=( ' $XFree86$ ' ' $XdotOrg$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-sis-0.9.3/src/310vtbl.h ) [unpack/xf86-video-sis-0.9.3/src/init.c]=( typeset -a comments=( ' $XFree86$ ' ' $XdotOrg$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-sis-0.9.3/src/init.c ) [unpack/xf86-video-sis-0.9.3/src/init.h]=( typeset -a comments=( ' $XFree86$ ' ' $XdotOrg$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-sis-0.9.3/src/init.h ) [unpack/xf86-video-sis-0.9.3/src/init301.c]=( typeset -a comments=( ' $XFree86$ ' ' $XdotOrg$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-sis-0.9.3/src/init301.c ) [unpack/xf86-video-sis-0.9.3/src/init301.h]=( typeset -a comments=( ' $XFree86$ ' ' $XdotOrg$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-sis-0.9.3/src/init301.h ) [unpack/xf86-video-sis-0.9.3/src/initdef.h]=( typeset -a comments=( ' $XFree86$ ' ' $XdotOrg$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-sis-0.9.3/src/initdef.h ) [unpack/xf86-video-sis-0.9.3/src/initextx.c]=( typeset -a comments=( ' $XFree86$ ' ' $XdotOrg$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-sis-0.9.3/src/initextx.c ) [unpack/xf86-video-sis-0.9.3/src/initextx.h]=( typeset -a comments=( ' $XFree86$ ' ' $XdotOrg$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-sis-0.9.3/src/initextx.h ) [unpack/xf86-video-sis-0.9.3/src/oem300.h]=( typeset -a comments=( ' $XFree86$ ' ' $XdotOrg$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-sis-0.9.3/src/oem300.h ) [unpack/xf86-video-sis-0.9.3/src/oem310.h]=( typeset -a comments=( ' $XFree86$ ' ' $XdotOrg$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-sis-0.9.3/src/oem310.h ) [unpack/xf86-video-sis-0.9.3/src/osdef.h]=( typeset -a comments=( ' $XFree86$ ' ' $XdotOrg$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-sis-0.9.3/src/osdef.h ) [unpack/xf86-video-sis-0.9.3/src/sis.h]=( typeset -a comments=( ' $XFree86$ ' ' $XdotOrg: driver/xf86-video-sis/src/sis.h,v 1.67 2006/04/07 21:05:21 ajax Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-sis-0.9.3/src/sis.h ) [unpack/xf86-video-sis-0.9.3/src/sis300_accel.c]=( typeset -a comments=( ' $XFree86$ ' ' $XdotOrg: driver/xf86-video-sis/src/sis300_accel.c,v 1.23 2006-03-09 06:06:25 anholt Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-sis-0.9.3/src/sis300_accel.c ) [unpack/xf86-video-sis-0.9.3/src/sis300_accel.h]=( typeset -a comments=( ' $XFree86$ ' ' $XdotOrg$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-sis-0.9.3/src/sis300_accel.h ) [unpack/xf86-video-sis-0.9.3/src/sis310_accel.c]=( typeset -a comments=( ' $XFree86$ ' ' $XdotOrg: driver/xf86-video-sis/src/sis310_accel.c,v 1.31 2006-03-09 06:06:25 anholt Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-sis-0.9.3/src/sis310_accel.c ) [unpack/xf86-video-sis-0.9.3/src/sis310_accel.h]=( typeset -a comments=( ' $XFree86$ ' ' $XdotOrg$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-sis-0.9.3/src/sis310_accel.h ) [unpack/xf86-video-sis-0.9.3/src/sis6326_video.c]=( typeset -a comments=( ' $XFree86$ ' ' $XdotOrg: driver/xf86-video-sis/src/sis6326_video.c,v 1.19 2005/10/16 18:12:32 twini Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-sis-0.9.3/src/sis6326_video.c ) [unpack/xf86-video-sis-0.9.3/src/sis_accel.c]=( typeset -a comments=( ' $XFree86$ ' ' $XdotOrg: driver/xf86-video-sis/src/sis_accel.c,v 1.23 2006-03-09 06:06:25 anholt Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-sis-0.9.3/src/sis_accel.c ) [unpack/xf86-video-sis-0.9.3/src/sis_accel.h]=( typeset -a comments=( ' $XFree86$ ' ' $XdotOrg$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-sis-0.9.3/src/sis_accel.h ) [unpack/xf86-video-sis-0.9.3/src/sis_common.h]=( typeset -a comments=( ' $XFree86$ ' ' $XdotOrg$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-sis-0.9.3/src/sis_common.h ) [unpack/xf86-video-sis-0.9.3/src/sis_cursor.c]=( typeset -a comments=( ' $XFree86$ ' ' $XdotOrg$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-sis-0.9.3/src/sis_cursor.c ) [unpack/xf86-video-sis-0.9.3/src/sis_cursor.h]=( typeset -a comments=( ' $XFree86$ ' ' $XdotOrg$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-sis-0.9.3/src/sis_cursor.h ) [unpack/xf86-video-sis-0.9.3/src/sis_dac.c]=( typeset -a comments=( ' $XFree86$ ' ' $XdotOrg$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-sis-0.9.3/src/sis_dac.c ) [unpack/xf86-video-sis-0.9.3/src/sis_dac.h]=( typeset -a comments=( ' $XFree86$ ' ' $XdotOrg$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-sis-0.9.3/src/sis_dac.h ) [unpack/xf86-video-sis-0.9.3/src/sis_dga.c]=( typeset -a comments=( ' $XFree86$ ' ' $XdotOrg$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-sis-0.9.3/src/sis_dga.c ) [unpack/xf86-video-sis-0.9.3/src/sis_dri.c]=( typeset -a comments=( ' $XFree86$ ' ' $XdotOrg: driver/xf86-video-sis/src/sis_dri.c,v 1.26 2005/10/21 18:40:19 ajax Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-sis-0.9.3/src/sis_dri.c ) [unpack/xf86-video-sis-0.9.3/src/sis_dri.h]=( typeset -a comments=( ' $XFree86$ ' ' $XdotOrg$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-sis-0.9.3/src/sis_dri.h ) [unpack/xf86-video-sis-0.9.3/src/sis_driver.c]=( typeset -a comments=( ' $XFree86$ ' ' $XdotOrg: driver/xf86-video-sis/src/sis_driver.c,v 1.72 2006/03/09 06:06:25 anholt Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-sis-0.9.3/src/sis_driver.c ) [unpack/xf86-video-sis-0.9.3/src/sis_driver.h]=( typeset -a comments=( ' $XFree86$ ' ' $XdotOrg$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-sis-0.9.3/src/sis_driver.h ) [unpack/xf86-video-sis-0.9.3/src/sis_memcpy.c]=( typeset -a comments=( $'\n * SiS memcpy() routines (assembly)\n *\n * Copyright (C) 2004-2005 Thomas Winischhofer\n *\n * Idea and some code bits from via_memcpy.c which is\n * Copyright (C) 2004 Thomas Hellstroem, All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE CODE SUPPLIER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n ' ' Debug ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-sis-0.9.3/src/sis_memcpy.c ) [unpack/xf86-video-sis-0.9.3/src/sis_opt.c]=( typeset -a comments=( ' $XFree86$ ' ' $XdotOrg$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-sis-0.9.3/src/sis_opt.c ) [unpack/xf86-video-sis-0.9.3/src/sis_regs.h]=( typeset -a comments=( ' $XFree86$ ' ' $XdotOrg$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-sis-0.9.3/src/sis_regs.h ) [unpack/xf86-video-sis-0.9.3/src/sis_setup.c]=( typeset -a comments=( ' $XFree86$ ' ' $XdotOrg$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-sis-0.9.3/src/sis_setup.c ) [unpack/xf86-video-sis-0.9.3/src/sis_shadow.c]=( typeset -a comments=( ' $XFree86$ ' ' $XdotOrg$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-sis-0.9.3/src/sis_shadow.c ) [unpack/xf86-video-sis-0.9.3/src/sis_utility.c]=( typeset -a comments=( ' $XFree86$ ' ' $XdotOrg$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-sis-0.9.3/src/sis_utility.c ) [unpack/xf86-video-sis-0.9.3/src/sis_vb.c]=( typeset -a comments=( ' $XFree86$ ' ' $XdotOrg$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-sis-0.9.3/src/sis_vb.c ) [unpack/xf86-video-sis-0.9.3/src/sis_vga.c]=( typeset -a comments=( ' $XFree86$ ' ' $XdotOrg$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-sis-0.9.3/src/sis_vga.c ) [unpack/xf86-video-sis-0.9.3/src/sis_video.c]=( typeset -a comments=( ' $XFree86$ ' ' $XdotOrg: driver/xf86-video-sis/src/sis_video.c,v 1.32 2005/09/23 16:34:04 twini Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-sis-0.9.3/src/sis_video.c ) [unpack/xf86-video-sis-0.9.3/src/sis_video.h]=( typeset -a comments=( ' $XFree86$ ' ' $XdotOrg: driver/xf86-video-sis/src/sis_video.h,v 1.4 2005/07/04 10:57:08 twini Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-sis-0.9.3/src/sis_video.h ) [unpack/xf86-video-sis-0.9.3/src/sis_videostr.h]=( typeset -a comments=( ' $XFree86$ ' ' $XdotOrg$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-sis-0.9.3/src/sis_videostr.h ) [unpack/xf86-video-sis-0.9.3/src/vgatypes.h]=( typeset -a comments=( ' $XFree86$ ' ' $XdotOrg$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-sis-0.9.3/src/vgatypes.h ) [unpack/xf86-video-sis-0.9.3/src/vstruct.h]=( typeset -a comments=( ' $XFree86$ ' ' $XdotOrg$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-sis-0.9.3/src/vstruct.h ) [unpack/xf86-video-tdfx-1.3.0/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-video-tdfx-1.3.0/ltmain.sh ) [unpack/xf86-video-tdfx-1.3.0/src/tdfx.h]=( typeset -a comments=( $'\n Voodoo Banshee driver version 1.0.2\n\n Author: Daryll Strauss\n\n Copyright: 1998,1999\n' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx.h,v 1.26 2002/01/25 21:56:11 tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-tdfx-1.3.0/src/tdfx.h ) [unpack/xf86-video-tdfx-1.3.0/src/tdfx_accel.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx_accel.c,v 1.19 2001/04/05 21:29:17 dawes Exp $ ' ' All drivers should typically include these ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-tdfx-1.3.0/src/tdfx_accel.c ) [unpack/xf86-video-tdfx-1.3.0/src/tdfx_dga.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx_dga.c,v 1.5 2001/01/13 00:06:29 mvojkovi Exp $ ' ' this might need to get clamped to some maximum ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-tdfx-1.3.0/src/tdfx_dga.c ) [unpack/xf86-video-tdfx-1.3.0/src/tdfx_dri.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx_dri.c,v 1.25 2003/02/08 21:26:59 dawes Exp $ ' ' 16bpp ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-tdfx-1.3.0/src/tdfx_dri.c ) [unpack/xf86-video-tdfx-1.3.0/src/tdfx_dri.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx_dri.h,v 1.4 2001/03/03 22:41:34 tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-tdfx-1.3.0/src/tdfx_dri.h ) [unpack/xf86-video-tdfx-1.3.0/src/tdfx_dripriv.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx_dripriv.h,v 1.2 1999/12/14 01:33:50 robin Exp $ ' ' Nothing here yet ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-tdfx-1.3.0/src/tdfx_dripriv.h ) [unpack/xf86-video-tdfx-1.3.0/src/tdfx_driver.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx_driver.c,v 1.104tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-tdfx-1.3.0/src/tdfx_driver.c ) [unpack/xf86-video-tdfx-1.3.0/src/tdfx_hwcurs.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx_hwcurs.c,v 1.4 2001/04/05 21:29:17 dawes Exp $ ' $'\n Voodoo Banshee driver version 1.0.2\n\n Author: Daryll Strauss\n\n Copyright: 1998,1999\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-tdfx-1.3.0/src/tdfx_hwcurs.c ) [unpack/xf86-video-tdfx-1.3.0/src/tdfx_io.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx_io.c,v 1.6 2000/08/25 16:25:36 tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-tdfx-1.3.0/src/tdfx_io.c ) [unpack/xf86-video-tdfx-1.3.0/src/tdfx_priv.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx_priv.c,v 1.15 2001/04/05 21:29:17 dawes Exp $ ' $'\n Memory layout of card is as follows:\n\n 000000-00ffff: VGA memory\n 010000-013fff: Cursor \n 011000-xxxxxx: Fifo (Min of CMDFIFO pages)\n xxxxxx- A-1 : Front Buffer (framebuffer)\n A - B-1 : Pixmap Cache (framebuffer)\n B - C-1 : Texture Memory\n C - D-1 : Back Buffer\n D - E-1 : Depth Buffer\n\n NB: pixmap cache usually butts right up against texture memory. when\n 3d is disabled (via Transition2D) then the pixmap cache is increased\n to overlap the texture memory. maximum pixmap cache of 4095 lines on\n voodoo5 and 2048 on voodoo3/4 applies.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-tdfx-1.3.0/src/tdfx_priv.c ) [unpack/xf86-video-tdfx-1.3.0/src/tdfx_priv.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx_priv.h,v 1.11 2001/06/05 15:54:15 alanh Exp $ ' $'\n** Structures for Banshee AGP/CMD Transfer/MISC registers.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-tdfx-1.3.0/src/tdfx_priv.h ) [unpack/xf86-video-tdfx-1.3.0/src/tdfx_sli.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx_sli.c,v 1.6 2000/12/15 15:19:35 dawes Exp $ ' ' #define RD_ABORT_ERROR ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-tdfx-1.3.0/src/tdfx_sli.c ) [unpack/xf86-video-tdfx-1.3.0/src/tdfx_video.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx_video.c,v 1.20tsi Exp $ ' ' These should move into tdfxdefs.h with better names ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-tdfx-1.3.0/src/tdfx_video.c ) [unpack/xf86-video-tdfx-1.3.0/src/tdfxdefs.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfxdefs.h,v 1.14 2003/06/18 16:17:41 eich Exp $ ' $'\n Voodoo Banshee driver version 1.0.1\n\n Author: Daryll Strauss\n\n Copyright: 1998,1999\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-tdfx-1.3.0/src/tdfxdefs.h ) [unpack/xf86-video-tga-1.1.0/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-video-tga-1.1.0/ltmain.sh ) [unpack/xf86-video-tga-1.1.0/src/BT463ramdac.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * useful defines for managing the BT463 on the 24-plane TGAs\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-tga-1.1.0/src/BT463ramdac.c ) [unpack/xf86-video-tga-1.1.0/src/BTramdac.c]=( typeset -a comments=( $'\n * Copyright 1998 by Alan Hourihane, Wigan, England.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n *\n * tgaBTOutIndReg() and tgaBTInIndReg() are used to access \n * the indirect TGA BT RAMDAC registers only.\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tga/BTramdac.c,v 1.4 1999/02/07 11:11:14 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-tga-1.1.0/src/BTramdac.c ) [unpack/xf86-video-tga-1.1.0/src/IBM561ramdac.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tga/IBM561ramdac.c,v 1.3 2001/02/15 11:03:58 alanh Exp $ ' $'\n * useful defines for managing the IBM561 on the 24-plane TGA2s\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-tga-1.1.0/src/IBM561ramdac.c ) [unpack/xf86-video-tga-1.1.0/src/ICS1562.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tga/ICS1562.c,v 1.2 1998/07/25 16:55:56 dawes Exp $ ' ' N1 = 4, not used for PLL ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-tga-1.1.0/src/ICS1562.c ) [unpack/xf86-video-tga-1.1.0/src/tga.h]=( typeset -a comments=( $'\n * Copyright 1997,1998 by Alan Hourihane \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tga/tga.h,v 1.17 2001/05/04 19:05:47 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-tga-1.1.0/src/tga.h ) [unpack/xf86-video-tga-1.1.0/src/tga_accel.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tga/tga_accel.c,v 1.15 2001/11/21 22:32:59 alanh Exp $ ' $'\n * Copyright 1996,1997 by Alan Hourihane, Wigan, England.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Alan Hourihane, alanh@fairlite.demon.co.uk\n * \n * DEC TGA accelerated options.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-tga-1.1.0/src/tga_accel.c ) [unpack/xf86-video-tga-1.1.0/src/tga_cursor.c]=( typeset -a comments=( $'\n * Copyright 1999 by Matthew Grossman, Seattle, USA.\n *\n * Permission to use, copy, modify, distribute, and sell this software\n * and its documentation for any purpose is hereby granted without\n * fee, provided that the above copyright notice appear in all copies\n * and that both that copyright notice and this permission notice\n * appear in supporting documentation, and that the name of Matthew\n * Grossman not be used in advertising or publicity pertaining to\n * distribution of the software without specific, written prior\n * permission. Matthew Grossman makes no representations about the\n * suitability of this software for any purpose. It is provided "as\n * is" without express or implied warranty.\n *\n * MATTHEW GROSSMAN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS\n * SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND\n * FITNESS, IN NO EVENT SHALL MATTHEW GROSSMAN BE LIABLE FOR ANY\n * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN\n * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING\n * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n *\n * Author: Matthew Grossman, mattg@oz.net\n * \n * DEC TGA hardware cursor using BT485 ramdac\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tga/tga_cursor.c,v 1.1 1999/04/17 07:06:58 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-tga-1.1.0/src/tga_cursor.c ) [unpack/xf86-video-tga-1.1.0/src/tga_dac.c]=( typeset -a comments=( $'\n * Copyright 1997,1998 by Alan Hourihane \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tga/tga_dac.c,v 1.13 2001/02/17 14:18:30 tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-tga-1.1.0/src/tga_dac.c ) [unpack/xf86-video-tga-1.1.0/src/tga_driver.c]=( typeset -a comments=( $'\n * Copyright 1997,1998 by Alan Hourihane, Wigan, England.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n * Matthew Grossman, - acceleration and misc fixes\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tga/tga_driver.c,v 1.60tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-tga-1.1.0/src/tga_driver.c ) [unpack/xf86-video-tga-1.1.0/src/tga_line.c]=( typeset -a comments=( ' $XFree86: $ ' $'\n * Copyright 1999 by Matthew Grossman, Seattle, USA.\n *\n * Permission to use, copy, modify, distribute, and sell this software\n * and its documentation for any purpose is hereby granted without\n * fee, provided that the above copyright notice appear in all copies\n * and that both that copyright notice and this permission notice\n * appear in supporting documentation, and that the name of Matthew\n * Grossman not be used in advertising or publicity pertaining to\n * distribution of the software without specific, written prior\n * permission. Matthew Grossman makes no representations about the\n * suitability of this software for any purpose. It is provided "as\n * is" without express or implied warranty.\n *\n * MATTHEW GROSSMAN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS\n * SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND\n * FITNESS, IN NO EVENT SHALL MATTHEW GROSSMAN BE LIABLE FOR ANY\n * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN\n * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING\n * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n *\n * Author: Matthew Grossman, mattg@oz.net\n * \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-tga-1.1.0/src/tga_line.c ) [unpack/xf86-video-tga-1.1.0/src/tga_regs.h]=( typeset -a comments=( $'\n * Copyright 1997,1998 by Alan Hourihane, Wigan, England.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Alan Hourihane, \n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tga/tga_regs.h,v 1.11 2000/10/20 12:57:26 alanh Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-tga-1.1.0/src/tga_regs.h ) [unpack/xf86-video-tga-1.1.0/src/tga_seg.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-tga-1.1.0/src/tga_seg.c ) [unpack/xf86-video-trident-1.2.3/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-video-trident-1.2.3/ltmain.sh ) [unpack/xf86-video-trident-1.2.3/src/blade_accel.c]=( typeset -a comments=( $'\n * Copyright 1997-2003 by Alan Hourihane, North Wales, UK.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n * \n * Trident Blade3D accelerated options.\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/trident/blade_accel.c,v 1.21 2003/10/30 13:38:01 alanh Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-trident-1.2.3/src/blade_accel.c ) [unpack/xf86-video-trident-1.2.3/src/blade_accel_exa.c]=( typeset -a comments=( $'\n * Copyright 1997-2003 by Alan Hourihane, North Wales, UK.\n * Copyright (c) 2006, Jesse Barnes \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of the authors not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. The authors make no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * THE AUTHORS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n * Jesse Barnes \n *\n * Trident Blade3D EXA support.\n * TODO:\n * Composite hooks (some ops/arg. combos may not be supported)\n * Upload/Download from screen (is this even possible with this chip?)\n * Fast mixed directoion Blts\n ' ' GXclear ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-trident-1.2.3/src/blade_accel_exa.c ) [unpack/xf86-video-trident-1.2.3/src/image_accel.c]=( typeset -a comments=( $'\n * Copyright 1997-2003 by Alan Hourihane, North Wales, UK.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n * \n * Trident 3DImage\' accelerated options.\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/trident/image_accel.c,v 1.26 2003/10/30 13:38:01 alanh Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-trident-1.2.3/src/image_accel.c ) [unpack/xf86-video-trident-1.2.3/src/trident.h]=( typeset -a comments=( $'\n * Copyright 1992-2003 by Alan Hourihane, North Wales, UK.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/trident/trident.h,v 1.59 2003/09/05 22:07:28 alanh Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-trident-1.2.3/src/trident.h ) [unpack/xf86-video-trident-1.2.3/src/trident_accel.c]=( typeset -a comments=( $'\n * Copyright 1992-2003 by Alan Hourihane, North Wales, UK.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n * \n * Trident accelerated options.\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/trident/trident_accel.c,v 1.28 2003/10/30 13:38:01 alanh Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-trident-1.2.3/src/trident_accel.c ) [unpack/xf86-video-trident-1.2.3/src/trident_bank.c]=( typeset -a comments=( $'\n * Copyright 1992-2003 by Alan Hourihane, North Wales, UK.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Alan Hourihane, alanh@fairlite.demon.co.uk\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/trident/trident_bank.c,v 1.4 2000/12/07 16:48:04 alanh Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-trident-1.2.3/src/trident_bank.c ) [unpack/xf86-video-trident-1.2.3/src/trident_dac.c]=( typeset -a comments=( $'\n * Copyright 1992-2003 by Alan Hourihane, North Wales, UK.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Alan Hourihane, alanh@fairlite.demon.co.uk\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/trident/trident_dac.c,v 1.79 2003/11/03 05:11:42 tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-trident-1.2.3/src/trident_dac.c ) [unpack/xf86-video-trident-1.2.3/src/trident_dga.c]=( typeset -a comments=( $'\n * Copyright 1997-2003 by Alan Hourihane, North Wales, UK.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/trident/trident_dga.c,v 1.4 2002/10/08 22:14:11 tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-trident-1.2.3/src/trident_dga.c ) [unpack/xf86-video-trident-1.2.3/src/trident_driver.c]=( typeset -a comments=( $'\n * Copyright 1992-2003 by Alan Hourihane, North Wales, UK.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Alan Hourihane, alanh@fairlite.demon.co.uk\n *\t Re-written for XFree86 v4.0\n *\n * Previous driver (pre-XFree86 v4.0) by\n * \t Alan Hourihane, alanh@fairlite.demon.co.uk\n *\t David Wexelblat (major contributor)\n *\t Massimiliano Ghilardi, max@Linuz.sns.it, some fixes to the\n *\t\t\t\t clockchip programming code.\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/trident/trident_driver.c,v 1.190 2004/01/21 22:31:54 alanh Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-trident-1.2.3/src/trident_driver.c ) [unpack/xf86-video-trident-1.2.3/src/trident_i2c.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/trident/trident_i2c.c,v 1.2 1999/01/23 09:55:59 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-trident-1.2.3/src/trident_i2c.c ) [unpack/xf86-video-trident-1.2.3/src/trident_regs.h]=( typeset -a comments=( $'\n * Copyright 1992-2003 by Alan Hourihane, North Wales, UK.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Alan Hourihane, alanh@fairlite.demon.co.uk\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/trident/trident_regs.h,v 1.27 2003/09/05 22:07:29 alanh Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-trident-1.2.3/src/trident_regs.h ) [unpack/xf86-video-trident-1.2.3/src/trident_shadow.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/trident/trident_shadow.c,v 1.2 2000/11/16 19:45:01 eich Exp $ ' $'\n Copyright (c) 1999, 2000 The XFree86 Project Inc. \n based on code written by Mark Vojkovich \n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-trident-1.2.3/src/trident_shadow.c ) [unpack/xf86-video-trident-1.2.3/src/trident_tv.c]=( typeset -a comments=( $'\n * VIA TV additions\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/trident/trident_tv.c,v 1.1 2003/04/15 22:13:43 alanh Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-trident-1.2.3/src/trident_tv.c ) [unpack/xf86-video-trident-1.2.3/src/trident_video.c]=( typeset -a comments=( $'\n * Copyright 1992-2003 by Alan Hourihane, North Wales, UK.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Alan Hourihane, alanh@fairlite.demon.co.uk\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/trident/trident_video.c,v 1.45 2003/11/10 18:22:34 tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-trident-1.2.3/src/trident_video.c ) [unpack/xf86-video-trident-1.2.3/src/tridenthelper.c]=( typeset -a comments=( $'\n * Copyright 1992-2003 by Alan Hourihane, North Wales, UK.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Alan Hourihane, alanh@fairlite.demon.co.uk\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/trident/tridenthelper.c,v 1.20 2001/10/28 03:33:52 tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-trident-1.2.3/src/tridenthelper.c ) [unpack/xf86-video-trident-1.2.3/src/tridentramdac.c]=( typeset -a comments=( $'\n * Copyright 1992-2003 by Alan Hourihane, North Wales, UK.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n *\n * TridentOutIndReg() and TridentInIndReg() are used to access \n * the indirect Trident RAMDAC registers only.\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/trident/tridentramdac.c,v 1.4 2000/12/07 16:48:06 alanh Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-trident-1.2.3/src/tridentramdac.c ) [unpack/xf86-video-trident-1.2.3/src/tvga_dac.c]=( typeset -a comments=( $'\n * Copyright 1992-2003 by Alan Hourihane, North Wales, UK.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Alan Hourihane, alanh@fairlite.demon.co.uk\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/trident/tvga_dac.c,v 1.7tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-trident-1.2.3/src/tvga_dac.c ) [unpack/xf86-video-trident-1.2.3/src/xp4_accel.c]=( typeset -a comments=( $'\n * Copyright 1992-2003 by Alan Hourihane, North Wales, UK.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n * \n * CyberBladeXP4 accelerated options.\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/trident/xp_accel.c,v 1.8tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-trident-1.2.3/src/xp4_accel.c ) [unpack/xf86-video-trident-1.2.3/src/xp4_accel_exa.c]=( typeset -a comments=( $'\n * Copyright 2006 by Alan Hourihane, North Wales, UK.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of the authors not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. The authors make no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * THE AUTHORS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n *\n * Trident XP4/XP5 accelerated options.\n ' ' GXclear ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-trident-1.2.3/src/xp4_accel_exa.c ) [unpack/xf86-video-trident-1.2.3/src/xp_accel.c]=( typeset -a comments=( $'\n * Copyright 1992-2003 by Alan Hourihane, North Wales, UK.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n * \n * BladeXP accelerated options.\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/trident/xp_accel.c,v 1.6 2003/10/30 13:38:02 alanh Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-trident-1.2.3/src/xp_accel.c ) [unpack/xf86-video-tseng-1.1.1/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-video-tseng-1.1.1/ltmain.sh ) [unpack/xf86-video-tseng-1.1.1/src/tseng.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tseng/tseng.h,v 1.37tsi Exp $ ' ' All drivers should typically include these ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-tseng-1.1.1/src/tseng.h ) [unpack/xf86-video-tseng-1.1.1/src/tseng_accel.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tseng/tseng_accel.c,v 1.29 1999/06/12 07:18:57 dawes Exp $ ' $'\n * if NO_OPTIMIZE is set, some optimizations are disabled.\n *\n * What it basically tries to do is minimize the amounts of writes to\n * accelerator registers, since these are the ones that slow down small\n * operations a lot.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-tseng-1.1.1/src/tseng_accel.c ) [unpack/xf86-video-tseng-1.1.1/src/tseng_accel.h]=( typeset -a comments=( $'\n * Shortcuts to Tseng memory-mapped accelerator-control registers\n ' ' for ET6000, ACL_SYNC_ENABLE becomes ACL_6K_CONFIG ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-tseng-1.1.1/src/tseng_accel.h ) [unpack/xf86-video-tseng-1.1.1/src/tseng_cursor.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tseng/tseng_cursor.c,v 1.16 2000/09/19 12:46:19 eich Exp $ ' $'\n *\n * ET4000 HWCursor is disabled currently: we need to find a way to set the\n * sprite colours.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-tseng-1.1.1/src/tseng_cursor.c ) [unpack/xf86-video-tseng-1.1.1/src/tseng_dga.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tseng/tseng_dga.c,v 1.1 2000/12/06 15:35:24 eich Exp $ ' $'\n * Copyright 2000 by Rainer Keller, .\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Adapted from: Alan Hourihane, \n * by: Rainer Keller, \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-tseng-1.1.1/src/tseng_dga.c ) [unpack/xf86-video-tseng-1.1.1/src/tseng_driver.c]=( typeset -a comments=( $'\n * $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tseng/tseng_driver.c,v 1.97tsi Exp $ \n *\n * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Thomas Roell not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Thomas Roell makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * THOMAS ROELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THOMAS ROELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Thomas Roell, roell@informatik.tu-muenchen.de\n * ET6000 and ET4000W32 16/24/32 bpp and acceleration support by Koen Gadeyne\n *\n * Large parts rewritten for XFree86 4.0 by Koen Gadeyne.\n ' ' $XConsortium: et4_driver.c /main/27 1996/10/28 04:48:15 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-tseng-1.1.1/src/tseng_driver.c ) [unpack/xf86-video-tseng-1.1.1/src/tseng_mode.c]=( typeset -a comments=( $'\n * Copyright 2005-2006 Luc Verhaegen.\n * Copyright 1993-1997 The XFree86 Project, Inc.\n * Copyright 1990-1991 Thomas Roell.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $'\n * lacking from hwp\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-tseng-1.1.1/src/tseng_mode.c ) [unpack/xf86-video-vesa-1.3.0/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-video-vesa-1.3.0/ltmain.sh ) [unpack/xf86-video-vesa-1.3.0/src/vesa.c]=( typeset -a comments=( $'\n * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Except as contained in this notice, the name of Conectiva Linux shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from\n * Conectiva Linux.\n *\n * Authors: Paulo C\303\251sar Pereira de Andrade \n * David Dawes \n *\n * $XFree86: xc/programs/Xserver/hw/xfree86/drivers/vesa/vesa.c,v 1.40 2003/11/03 05:11:45 tsi Exp $\n ' ' All drivers initialising the SW cursor need this ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-vesa-1.3.0/src/vesa.c ) [unpack/xf86-video-vesa-1.3.0/src/vesa.h]=( typeset -a comments=( $'\n * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of Conectiva Linux shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from\n * Conectiva Linux.\n *\n * Authors: Paulo C\303\251sar Pereira de Andrade \n *\n * $XFree86: xc/programs/Xserver/hw/xfree86/drivers/vesa/vesa.h,v 1.12 2002/08/06 13:46:27 dawes Exp $\n ' ' All drivers should typically include these ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-vesa-1.3.0/src/vesa.h ) [unpack/xf86-video-vga-4.1.0/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-video-vga-4.1.0/ltmain.sh ) [unpack/xf86-video-vga-4.1.0/src/generic.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/vga/generic.c,v 1.64 2003/08/23 16:09:23 dawes Exp $ ' $'\n * Copyright (C) 1998 The XFree86 Project, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the XFree86 Project shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from the\n * XFree86 Project.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-vga-4.1.0/src/generic.c ) [unpack/xf86-video-via-0.2.2/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-video-via-0.2.2/ltmain.sh ) [unpack/xf86-video-via-0.2.2/src/via.h]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ' Video status flag ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/via.h ) [unpack/xf86-video-via-0.2.2/src/via_3d.c]=( typeset -a comments=( $'\n * Copyright 2006 Thomas Hellstrom. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ' Affects planemask format. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/via_3d.c ) [unpack/xf86-video-via-0.2.2/src/via_3d.h]=( typeset -a comments=( $'\n * Copyright 2006 Thomas Hellstrom. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/via_3d.h ) [unpack/xf86-video-via-0.2.2/src/via_accel.c]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n * Copyright 2006 Thomas Hellstrom. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Mostly rewritten and modified for EXA support by Thomas Hellstrom 2005.\n ' $'\n * Use PCI MMIO to flush the command buffer. When AGP DMA is not available.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/via_accel.c ) [unpack/xf86-video-via-0.2.2/src/via_bandwidth.c]=( typeset -a comments=( $'\n * Copyright 2004-2005 The Unichrome Project [unichrome.sf.net]\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $'\n * Now that via_bios is no longer such a behemoth and the relevant\n * code is moved via_mode.c, this code should be moved to via_mode.c too\n * especially as output abstraction will trim via_mode.c down further\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/via_bandwidth.c ) [unpack/xf86-video-via-0.2.2/src/via_bios.h]=( typeset -a comments=( $'\n * Copyright 2004-2005 The Unichrome Project [unichrome.sf.net]\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ' TV2PLUS ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/via_bios.h ) [unpack/xf86-video-via-0.2.2/src/via_cursor.c]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $'************************************************************************\n *\n * File: via_cursor.c\n * Content: Hardware cursor support for VIA/S3G UniChrome\n *\n ***********************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/via_cursor.c ) [unpack/xf86-video-via-0.2.2/src/via_dga.c]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ' CloseFrameBuffer ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/via_dga.c ) [unpack/xf86-video-via-0.2.2/src/via_dmabuffer.h]=( typeset -a comments=( $'\n * Copyright (C) Thomas Hellstrom (2005) \n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/via_dmabuffer.h ) [unpack/xf86-video-via-0.2.2/src/via_dri.c]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $'\n\t * Info frome code-snippet on DRI-DEVEL list; Erdi Chen.\n\t ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/via_dri.c ) [unpack/xf86-video-via-0.2.2/src/via_dri.h]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $'\n * Keep this file in perfect sync between the ddx and dri drivers.\n * At least bump the VIA_DRIDDX_VERSION defines appropriately.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/via_dri.h ) [unpack/xf86-video-via-0.2.2/src/via_driver.c]=( typeset -a comments=( $'\n * Copyright 2004-2005 The Unichrome Project [unichrome.sf.net]\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $'************************************************************************\n *\n * File: via_driver.c\n * Content: XFree86 4.0 for VIA/S3G UniChrome\n *\n ***********************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/via_driver.c ) [unpack/xf86-video-via-0.2.2/src/via_driver.h]=( typeset -a comments=( $'\n * Copyright 2004-2005 The Unichrome Project [unichrome.sf.net]\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ' #define HAVE_DEBUG ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/via_driver.h ) [unpack/xf86-video-via-0.2.2/src/via_drmclient.h]=( typeset -a comments=( $'\n * Copyright (C) 2005 The Unichrome Project, All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHOR(S) OR COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/via_drmclient.h ) [unpack/xf86-video-via-0.2.2/src/via_i2c.c]=( typeset -a comments=( $'\n * Copyright 2004 The Unichrome Project [unichrome.sf.net]\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $'\n * Implements three i2c busses through registers SR26, SR2c and SR31\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/via_i2c.c ) [unpack/xf86-video-via-0.2.2/src/via_id.c]=( typeset -a comments=( $'\n * Copyright 2004-2005 The Unichrome Project [unichrome.sf.net]\n *\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER \n * DEALINGS IN THE SOFTWARE.\n ' $'\n * Since we are going to hold a rather big structure with\n * basic card-id information, we might as well seperate this\n * into its own file.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/via_id.c ) [unpack/xf86-video-via-0.2.2/src/via_id.h]=( typeset -a comments=( $'\n * Copyright 2004-2005 The Unichrome Project [unichrome.sf.net]\n *\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER \n * DEALINGS IN THE SOFTWARE.\n ' $'\n * K8M800 and PM800/PM880/CN400 are currently untested\n * and support is disabled.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/via_id.h ) [unpack/xf86-video-via-0.2.2/src/via_memcpy.c]=( typeset -a comments=( $'\n * Copyright (C) 2004 Thomas Hellstrom, All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ' Size of /proc/cpuinfo buffer ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/via_memcpy.c ) [unpack/xf86-video-via-0.2.2/src/via_memcpy.h]=( typeset -a comments=( $'\n * Copyright 2004 Thomas Hellstrom, All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/via_memcpy.h ) [unpack/xf86-video-via-0.2.2/src/via_memory.c]=( typeset -a comments=( $'\n * Copyright 2003 Red Hat, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $'\n *\tIsolate the wonders of X memory allocation and DRI memory allocation\n *\tand 4.3 or 4.4 differences in once abstraction\n *\n *\tThe pool code indicates who provided the memory\n *\t0\t-\tnobody\n *\t1\t-\txf86 linear \n *\t2\t-\tDRM\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/via_memory.c ) [unpack/xf86-video-via-0.2.2/src/via_mode.c]=( typeset -a comments=( $'\n * Copyright 2004-2005 The Unichrome Project [unichrome.sf.net]\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $'\n * via_mode.c\n *\n * Everything to do with setting and changing modes.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/via_mode.c ) [unpack/xf86-video-via-0.2.2/src/via_mode.h]=( typeset -a comments=( $'\n * Copyright 2004-2005 The Unichrome Project [unichrome.sf.net]\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $'\n * Bandwidth\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/via_mode.h ) [unpack/xf86-video-via-0.2.2/src/via_priv.h]=( typeset -a comments=( $'\n * Alignment macro functions\n ' $'\n * FOURCC definitions\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/via_priv.h ) [unpack/xf86-video-via-0.2.2/src/via_regs.h]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $'************************************************************************\n *\n * File: via_regs.c\n * Content: The defines of Via registers\n *\n ***********************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/via_regs.h ) [unpack/xf86-video-via-0.2.2/src/via_shadow.c]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ' in dwords ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/via_shadow.c ) [unpack/xf86-video-via-0.2.2/src/via_swov.c]=( typeset -a comments=( $'\n * Copyright 2004-2005 The Unichrome Project [unichrome.sf.net]\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $'\n * Warning: this file contains revision checks which are CLE266 specific.\n * There seems to be no checking present for KM400 or more recent devices.\n *\n * TODO:\n * - pVia->Chipset checking of course.\n * - move content of pVia->HWDiff into pVia->swov\n * - merge with CLEXF40040\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/via_swov.c ) [unpack/xf86-video-via-0.2.2/src/via_swov.h]=( typeset -a comments=( $'\n * Copyright 2004-2005 The Unichrome Project [unichrome.sf.net]\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ' #define XV_DEBUG 1 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/via_swov.h ) [unpack/xf86-video-via-0.2.2/src/via_vbe.c]=( typeset -a comments=( $'\n * Copyright 2004 The Unichrome Project [unichrome.sf.net]\n * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $'\n *\n * VBE Mode setting\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/via_vbe.c ) [unpack/xf86-video-via-0.2.2/src/via_vgahw.c]=( typeset -a comments=( $'\n * Copyright 2004-2005 The Unichrome Project [unichrome.sf.net]\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $'\n * Wrap around xf86 vgaHW\n * Provide general IO calls too as they are not part of the vgaHW implementation\n * It\'s a bit daft to provide this short stuff in a seperate file, \n * but then again, we\'d only complicate matters in already complicated files.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/via_vgahw.c ) [unpack/xf86-video-via-0.2.2/src/via_vgahw.h]=( typeset -a comments=( $'\n * Copyright 2004-2005 The Unichrome Project [unichrome.sf.net]\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ' not used currently ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/via_vgahw.h ) [unpack/xf86-video-via-0.2.2/src/via_video.c]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $'\n * I N C L U D E S\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/via_video.c ) [unpack/xf86-video-via-0.2.2/src/via_video.h]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $'\n * I N C L U D E S\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/via_video.h ) [unpack/xf86-video-via-0.2.2/src/via_vt162x.c]=( typeset -a comments=( $'\n * Copyright 2004-2005 The Unichrome Project [unichrome.sf.net]\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $'\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/via_vt162x.c ) [unpack/xf86-video-via-0.2.2/src/via_vt162x.h]=( typeset -a comments=( $'\n * Copyright 2004-2005 The Unichrome Project [unichrome.sf.net]\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER \n * DEALINGS IN THE SOFTWARE.\n ' ' "VT162x" ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/via_vt162x.h ) [unpack/xf86-video-via-0.2.2/src/via_xvmc.c]=( typeset -a comments=( $'****************************************************************************\n * VIA Unichrome XvMC extension X server driver.\n *\n * Copyright (c) 2004 The Unichrome Project. All rights reserved.\n * Copyright (c) 2000 Intel Corporation. All rights reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHOR(S) OR COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $'\n * List Attributes for the XvMC extension to handle:\n * As long as the attribute is supported by the Xv adaptor, it needs only to\n * be added here to be supported also by XvMC. \n * Currently, only colorkey seems to be supported by Xv for Putimage.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/via_xvmc.c ) [unpack/xf86-video-via-0.2.2/src/via_xvmc.h]=( typeset -a comments=( $'****************************************************************************\n * VIA Unichrome XvMC extension X server driver.\n *\n * Copyright (c) 2004 The Unichrome project. All rights reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHOR(S) OR COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n ' $'\n * This file contains the common definitions between the XvMC lib and the \n * X server side. It is referenced also by the XvMC lib. Make sure any \n * structure change is reflected also in a change in minor version number!!\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/via_xvmc.h ) [unpack/xf86-video-via-0.2.2/src/via_xvpriv.h]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ' from old SurfaceDesc -- passed down from viaPutImageG ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/via_xvpriv.h ) [unpack/xf86-video-via-0.2.2/src/xvmc/driDrawable.c]=( typeset -a comments=( $'****************************************************************************\n * driDrawable.c: Lean Version of DRI utilities.\n *\n * Copyright (c) 2005 Thomas Hellstrom. All rights reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHOR(S) OR COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $'\n\t * The drawable is unknown to us. Create it and put it in the\n\t * hash table.\n\t ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/xvmc/driDrawable.c ) [unpack/xf86-video-via-0.2.2/src/xvmc/driDrawable.h]=( typeset -a comments=( $'****************************************************************************\n * driDrawable.h: Lean Version of DRI utilities.\n *\n * Copyright (c) 2005 Thomas Hellstrom. All rights reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHOR(S) OR COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $'\n * Get updated info about the drawable "draw". The drawableInfo record returned is malloced\n * and administrated internally. Never free it unless you know exactly what you are doing.\n * The drm hash table "drawHash" needs to be initialized externally.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/xvmc/driDrawable.h ) [unpack/xf86-video-via-0.2.2/src/xvmc/viaLowLevel.c]=( typeset -a comments=( $'****************************************************************************\n * VIA Unichrome XvMC extension client lib.\n *\n * Copyright (c) 2004 Thomas Hellstr\366m. All rights reserved.\n * Copyright (c) 2003 Andreas Robinson. All rights reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHOR(S) OR COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $'\n * Low-level functions that deal directly with the hardware. In the future,\n * these functions might be implemented in a kernel module. Also, some of them\n * would benefit from DMA.\n *\n * Authors: Andreas Robinson 2003. Thomas Hellstr\366m 2004.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/xvmc/viaLowLevel.c ) [unpack/xf86-video-via-0.2.2/src/xvmc/viaLowLevel.h]=( typeset -a comments=( $'****************************************************************************\n * VIA Unichrome XvMC extension client lib.\n *\n * Copyright (c) 2004 The Unichrome Project. All rights reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHOR(S) OR COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $'\n * Authors: Thomas Hellstr\366m 2004 - 2005.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/xvmc/viaLowLevel.h ) [unpack/xf86-video-via-0.2.2/src/xvmc/viaLowLevelPro.c]=( typeset -a comments=( $'****************************************************************************\n * VIA Unichrome XvMC extension client lib.\n *\n * Copyright (c) 2004 Thomas Hellstr\366m. All rights reserved.\n * Copyright (c) 2003 Andreas Robinson. All rights reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHOR(S) OR COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $'\n * Low-level functions that deal directly with the hardware. In the future,\n * these functions might be implemented in a kernel module. Also, some of them\n * would benefit from DMA.\n *\n * Authors: \n * Andreas Robinson 2003. (Initial decoder interface functions).\n * Thomas Hellstrom 2004, 2005 (Blitting functions, AGP and locking, Unichrome Pro Video AGP).\n * Ivor Hewitt 2005 (Unichrome Pro modifications and merging).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/xvmc/viaLowLevelPro.c ) [unpack/xf86-video-via-0.2.2/src/xvmc/viaXvMC.c]=( typeset -a comments=( $'****************************************************************************\n * VIA Unichrome XvMC extension client lib.\n *\n * Copyright (c) 2004-2005 Thomas Hellstr\366m. All rights reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHOR(S) OR COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $'\n *Author: Thomas Hellstr\366m, 2004.\n *Bugfixes by among others Pascal Brisset and Terry Barnaby.\n *DRI protocol support by Thomas Hellstr\366m, 2005.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/xvmc/viaXvMC.c ) [unpack/xf86-video-via-0.2.2/src/xvmc/viaXvMCPriv.h]=( typeset -a comments=( $'****************************************************************************\n * VIA Unichrome XvMC extension client lib.\n *\n * Copyright (c) 2004 Thomas Hellstr\366m. All rights reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHOR(S) OR COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' 'Number of colors in subpicture palette ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/xvmc/viaXvMCPriv.h ) [unpack/xf86-video-via-0.2.2/src/xvmc/xf86dri.c]=( typeset -a comments=( ' $XFree86: xc/lib/GL/dri/XF86dri.c,v 1.13 2002/10/30 12:51:25 alanh Exp $ ' $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nCopyright 2000 VA Linux Systems, Inc.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/xvmc/xf86dri.c ) [unpack/xf86-video-via-0.2.2/src/xvmc/xf86dri.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/dri/xf86dri.h,v 1.8 2002/10/30 12:51:25 alanh Exp $ ' $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nCopyright 2000 VA Linux Systems, Inc.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/xvmc/xf86dri.h ) [unpack/xf86-video-via-0.2.2/src/xvmc/xf86dristr.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/dri/xf86dristr.h,v 1.10 2002/10/30 12:51:25 alanh Exp $ ' $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nCopyright 2000 VA Linux Systems, Inc.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-via-0.2.2/src/xvmc/xf86dristr.h ) [unpack/xf86-video-vmware-10.15.0/ltmain.sh]=( typeset -a comments=( $' ltmain.sh - Provide generalized library-building support services.\n NOTE: Changing this file will not affect anything until you rerun configure.\n\n Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005\n Free Software Foundation, Inc.\n Originally by Gordon Matzigkeit , 1996\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program.\n' $' Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n is ksh but when the shell is invoked as "sh" and the current value of\n the _XPG environment variable is not equal to 1 (one), the special\n positional parameter $0, within a function call, is the name of the\n function.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86-video-vmware-10.15.0/ltmain.sh ) [unpack/xf86-video-vmware-10.15.0/src/bits2pixels.c]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/vmware/bits2pixels.c,v 1.1 2001/04/05 19:29:43 dawes Exp $ ' $' **********************************************************\n * Copyright (C) 1999-2001 VMware, Inc.\n * All Rights Reserved\n * *********************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-vmware-10.15.0/src/bits2pixels.c ) [unpack/xf86-video-vmware-10.15.0/src/bits2pixels.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/vmware/bits2pixels.h,v 1.2 2002/12/11 17:07:58 dawes Exp $ ' $' **********************************************************\n * Copyright (C) 1999-2001 VMware, Inc.\n * All Rights Reserved\n * Id: bits2pixels.h,v 1.4 2001/01/26 23:32:15 yoel Exp $\n * *********************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-vmware-10.15.0/src/bits2pixels.h ) [unpack/xf86-video-vmware-10.15.0/src/guest_os.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/vmware/guest_os.h,v 1.1 2001/04/05 19:29:44 dawes Exp $ ' $' *********************************************************\n * Copyright (C) 1999-2001 VMware, Inc.\n * All Rights Reserved\n * Id: guest_os.h,v 1.5 2001/01/26 23:32:15 yoel Exp $\n * *********************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-vmware-10.15.0/src/guest_os.h ) [unpack/xf86-video-vmware-10.15.0/src/includeCheck.h]=( typeset -a comments=( ' This space intentionally left blank. ' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/vmware/includeCheck.h,v 1.3 2002/10/16 22:12:53 alanh Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-vmware-10.15.0/src/includeCheck.h ) [unpack/xf86-video-vmware-10.15.0/src/svga_limits.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/vmware/svga_limits.h,v 1.1 2001/04/05 19:29:44 dawes Exp $ ' $' **********************************************************\n * Copyright (C) 1998-2001 VMware, Inc.\n * All Rights Reserved\n * $Id$\n * *********************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-vmware-10.15.0/src/svga_limits.h ) [unpack/xf86-video-vmware-10.15.0/src/svga_modes.h]=( typeset -a comments=( $' **********************************************************\n * Copyright (C) 2007 VMware, Inc. All Rights Reserved\n * *********************************************************' ' 4:3 modes ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-vmware-10.15.0/src/svga_modes.h ) [unpack/xf86-video-vmware-10.15.0/src/svga_reg.h]=( typeset -a comments=( $' **********************************************************\n * Copyright (C) 1998-2001 VMware, Inc.\n * All Rights Reserved\n * $Id$\n * *********************************************************' $'\n * svga_reg.h --\n *\n * SVGA hardware definitions\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-vmware-10.15.0/src/svga_reg.h ) [unpack/xf86-video-vmware-10.15.0/src/svga_struct.h]=( typeset -a comments=( $' **********************************************************\n * Copyright (C) 1998-2000 VMware, Inc.\n * All Rights Reserved\n * *********************************************************' $'\n * Offscreen memory surface structure\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-vmware-10.15.0/src/svga_struct.h ) [unpack/xf86-video-vmware-10.15.0/src/vm_basic_types.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/vmware/vm_basic_types.h,v 1.5 2002/01/07 20:38:29 dawes Exp $ ' $' **********************************************************\n * Copyright (C) 1998-2001 VMware, Inc.\n * All Rights Reserved\n * Id: vm_basic_types.h,v 1.9 2001/02/14 22:22:53 bennett Exp $\n * *********************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-vmware-10.15.0/src/vm_basic_types.h ) [unpack/xf86-video-vmware-10.15.0/src/vm_device_version.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/vmware/vm_device_version.h,v 1.1 2001/04/05 19:29:44 dawes Exp $ ' $' **********************************************************\n * Copyright (C) 1998-2001 VMware, Inc.\n * All Rights Reserved\n * Id: vm_device_version.h,v 1.2 2001/01/26 21:53:27 yoel Exp $\n * *********************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-vmware-10.15.0/src/vm_device_version.h ) [unpack/xf86-video-vmware-10.15.0/src/vmware.c]=( typeset -a comments=( $' **********************************************************\n * Copyright (C) 1998-2001 VMware, Inc.\n * All Rights Reserved\n * *********************************************************' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/vmware/vmware.c,v 1.18 2003/09/24 02:43:31 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-vmware-10.15.0/src/vmware.c ) [unpack/xf86-video-vmware-10.15.0/src/vmware.h]=( typeset -a comments=( $' **********************************************************\n * Copyright (C) 1998-2001 VMware, Inc.\n * All Rights Reserved\n * Id: vmware.h,v 1.6 2001/01/30 18:13:47 bennett Exp $\n * *********************************************************' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/vmware/vmware.h,v 1.11 2003/04/13 18:09:27 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-vmware-10.15.0/src/vmware.h ) [unpack/xf86-video-vmware-10.15.0/src/vmwarectrl.c]=( typeset -a comments=( $'\n * Copyright 2006 by VMware, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'\n * vmwarectrl.c --\n *\n * The implementation of the VMWARE_CTRL protocol extension that\n * allows X clients to communicate with the driver.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-vmware-10.15.0/src/vmwarectrl.c ) [unpack/xf86-video-vmware-10.15.0/src/vmwarectrl.h]=( typeset -a comments=( $'\n * Copyright 2006 by VMware, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'\n * vmwarectrl.h --\n *\n * The definitions used by the VMWARE_CTRL protocol extension that\n * allows X clients to communicate with the driver.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-vmware-10.15.0/src/vmwarectrl.h ) [unpack/xf86-video-vmware-10.15.0/src/vmwarectrlproto.h]=( typeset -a comments=( $'\n * Copyright 2006 by VMware, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'\n * vmwarectrlproto.h --\n *\n * The description of the VMWARE_CTRL protocol extension that\n * allows X clients to communicate with the driver.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-vmware-10.15.0/src/vmwarectrlproto.h ) [unpack/xf86-video-vmware-10.15.0/src/vmwarecurs.c]=( typeset -a comments=( $' **********************************************************\n * Copyright (C) 1998-2001 VMware, Inc.\n * All Rights Reserved\n * *********************************************************' ' $XFree86: xc/programs/Xserver/hw/xfree86/drivers/vmware/vmwarecurs.c,v 1.10 2003/02/04 01:39:53 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-vmware-10.15.0/src/vmwarecurs.c ) [unpack/xf86-video-vmware-10.15.0/src/vmwarexinerama.c]=( typeset -a comments=( $'\n * Copyright 2006 by VMware, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'\n * vmwarexinerama.c --\n *\n * The implementation of the Xinerama protocol extension.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86-video-vmware-10.15.0/src/vmwarexinerama.c ) [unpack/xf86bigfontproto-1.1.2/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86bigfontproto-1.1.2/autogen.sh ) [unpack/xf86bigfontproto-1.1.2/xf86bigfont.h]=( typeset -a comments=( ' $XFree86: xc/include/extensions/xf86bigfont.h,v 1.1 2000/02/08 17:18:25 dawes Exp $ ' $'\n * Declarations for the BIGFONT extension.\n *\n * Copyright (c) 1999-2000 Bruno Haible\n * Copyright (c) 1999-2000 The XFree86 Project, Inc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86bigfontproto-1.1.2/xf86bigfont.h ) [unpack/xf86bigfontproto-1.1.2/xf86bigfstr.h]=( typeset -a comments=( ' $XFree86: xc/include/extensions/xf86bigfstr.h,v 1.2 2000/02/29 03:09:00 dawes Exp $ ' $'\n * Declarations of request structures for the BIGFONT extension.\n *\n * Copyright (c) 1999-2000 Bruno Haible\n * Copyright (c) 1999-2000 The XFree86 Project, Inc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86bigfontproto-1.1.2/xf86bigfstr.h ) [unpack/xf86dgaproto-2.0.2/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86dgaproto-2.0.2/autogen.sh ) [unpack/xf86dgaproto-2.0.2/xf86dga.h]=( typeset -a comments=( $'\n Copyright (c) 1999 XFree86 Inc\n' ' $XFree86: xc/include/extensions/xf86dga.h,v 3.20 1999/10/13 04:20:48 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86dgaproto-2.0.2/xf86dga.h ) [unpack/xf86dgaproto-2.0.2/xf86dga1.h]=( typeset -a comments=( ' $XFree86: xc/include/extensions/xf86dga1.h,v 1.2 1999/04/17 07:05:41 dawes Exp $ ' $'\n\nCopyright (c) 1995 Jon Tombs\nCopyright (c) 1995 XFree86 Inc\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86dgaproto-2.0.2/xf86dga1.h ) [unpack/xf86dgaproto-2.0.2/xf86dga1str.h]=( typeset -a comments=( ' $XFree86: xc/include/extensions/xf86dga1str.h,v 1.1 1999/03/28 15:31:33 dawes Exp $ ' $'\n\nCopyright (c) 1995 Jon Tombs\nCopyright (c) 1995 XFree86 Inc.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86dgaproto-2.0.2/xf86dga1str.h ) [unpack/xf86dgaproto-2.0.2/xf86dgastr.h]=( typeset -a comments=( ' $XFree86: xc/include/extensions/xf86dgastr.h,v 3.13 2000/12/20 00:19:41 mvojkovi Exp $ ' $'\n\nCopyright (c) 1995 Jon Tombs\nCopyright (c) 1995 XFree86 Inc.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86dgaproto-2.0.2/xf86dgastr.h ) [unpack/xf86driproto-2.0.3/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86driproto-2.0.3/autogen.sh ) [unpack/xf86driproto-2.0.3/dri_interface.h]=( typeset -a comments=( $'\n * Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\n * (C) Copyright IBM Corporation 2004\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDERS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n * USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file dri_interface.h\n *\n * This file contains all the types and functions that define the interface\n * between a DRI driver and driver loader. Currently, the most common driver\n * loader is the XFree86 libGL.so. However, other loaders do exist, and in\n * the future the server-side libglx.a will also be a loader.\n * \n * \\author Kevin E. Martin \n * \\author Ian Romanick \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86driproto-2.0.3/dri_interface.h ) [unpack/xf86driproto-2.0.3/xf86dri.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/dri/xf86dri.h,v 1.8 2002/10/30 12:51:25 alanh Exp $ ' $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nCopyright 2000 VA Linux Systems, Inc.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86driproto-2.0.3/xf86dri.h ) [unpack/xf86driproto-2.0.3/xf86dristr.h]=( typeset -a comments=( ' $XFree86: xc/lib/GL/dri/xf86dristr.h,v 1.10 2002/10/30 12:51:25 alanh Exp $ ' $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nCopyright 2000 VA Linux Systems, Inc.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86driproto-2.0.3/xf86dristr.h ) [unpack/xf86miscproto-0.9.2/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86miscproto-0.9.2/autogen.sh ) [unpack/xf86miscproto-0.9.2/xf86misc.h]=( typeset -a comments=( ' $XFree86: xc/include/extensions/xf86misc.h,v 3.16 2002/11/20 04:04:56 dawes Exp $ ' $'\n * Copyright (c) 1995, 1996 The XFree86 Project, Inc\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86miscproto-0.9.2/xf86misc.h ) [unpack/xf86miscproto-0.9.2/xf86mscstr.h]=( typeset -a comments=( ' $XFree86: xc/include/extensions/xf86mscstr.h,v 3.12 2002/11/20 04:04:56 dawes Exp $ ' $'\n * Copyright (c) 1995, 1996 The XFree86 Project, Inc\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86miscproto-0.9.2/xf86mscstr.h ) [unpack/xf86vidmodeproto-2.2.2/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xf86vidmodeproto-2.2.2/autogen.sh ) [unpack/xf86vidmodeproto-2.2.2/xf86vmode.h]=( typeset -a comments=( ' $XFree86: xc/include/extensions/xf86vmode.h,v 3.30 2001/05/07 20:09:50 mvojkovi Exp $ ' $'\n\nCopyright 1995 Kaleb S. KEITHLEY\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL Kaleb S. KEITHLEY BE LIABLE FOR ANY CLAIM, DAMAGES \nOR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of Kaleb S. KEITHLEY \nshall not be used in advertising or otherwise to promote the sale, use \nor other dealings in this Software without prior written authorization\nfrom Kaleb S. KEITHLEY\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86vidmodeproto-2.2.2/xf86vmode.h ) [unpack/xf86vidmodeproto-2.2.2/xf86vmstr.h]=( typeset -a comments=( ' $XFree86: xc/include/extensions/xf86vmstr.h,v 3.27 2001/08/01 00:44:36 tsi Exp $ ' $'\n\nCopyright 1995 Kaleb S. KEITHLEY\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL Kaleb S. KEITHLEY BE LIABLE FOR ANY CLAIM, DAMAGES \nOR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of Kaleb S. KEITHLEY \nshall not be used in advertising or otherwise to promote the sale, use \nor other dealings in this Software without prior written authorization\nfrom Kaleb S. KEITHLEY\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xf86vidmodeproto-2.2.2/xf86vmstr.h ) [unpack/xgamma-1.0.1/xgamma.c]=( typeset -a comments=( $'\n * Copyright 1999 The XFree86 Project\n *\n * Permission is hereby granted, free of charge, to any person obtaining a \n * copy of this software and associated documentation files (the "Software"), \n * to deal in the Software without restriction, including without limitation \n * the rights to use, copy, modify, merge, publish, distribute, sublicense, \n * and/or sell copies of the Software, and to permit persons to whom the \n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL \n * THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, \n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF \n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE \n * SOFTWARE.\n * \n * Written by David Bateman\n ' ' $XFree86: xc/programs/xgamma/xgamma.c,v 1.3 1999/03/21 07:35:38 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xgamma-1.0.1/xgamma.c ) [unpack/xineramaproto-1.1.2/Xinerama.h]=( typeset -a comments=( ' $XdotOrg: xc/include/extensions/Xinerama.h,v 1.2 2004/04/23 18:43:06 eich Exp $ ' $'\n\nCopyright 2003 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xineramaproto-1.1.2/Xinerama.h ) [unpack/xineramaproto-1.1.2/autogen.sh]=( typeset -a comments=( $'! /bin/sh\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xineramaproto-1.1.2/autogen.sh ) [unpack/xineramaproto-1.1.2/panoramiXext.h]=( typeset -a comments=( ' $Xorg: panoramiXext.h,v 1.4 2000/08/18 04:05:45 coskrey Exp $ ' $'****************************************************************\nCopyright (c) 1991, 1997 Digital Equipment Corporation, Maynard, Massachusetts.\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\nDIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING,\nBUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY,\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR\nIN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of Digital Equipment Corporation\nshall not be used in advertising or otherwise to promote the sale, use or other\ndealings in this Software without prior written authorization from Digital\nEquipment Corporation.\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xineramaproto-1.1.2/panoramiXext.h ) [unpack/xineramaproto-1.1.2/panoramiXproto.h]=( typeset -a comments=( ' $Xorg: panoramiXproto.h,v 1.4 2000/08/18 04:05:45 coskrey Exp $ ' $'****************************************************************\nCopyright (c) 1991, 1997 Digital Equipment Corporation, Maynard, Massachusetts.\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\nDIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING,\nBUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY,\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR\nIN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of Digital Equipment Corporation\nshall not be used in advertising or otherwise to promote the sale, use or other\ndealings in this Software without prior written authorization from Digital\nEquipment Corporation.\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xineramaproto-1.1.2/panoramiXproto.h ) [unpack/xkbcomp-1.0.3/action.c]=( typeset -a comments=( ' $Xorg: action.c,v 1.3 2000/08/17 19:54:30 cpqbld Exp $ ' $'***********************************************************\n Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xkbcomp-1.0.3/action.c ) [unpack/xkbcomp-1.0.3/action.h]=( typeset -a comments=( ' $Xorg: action.h,v 1.3 2000/08/17 19:54:30 cpqbld Exp $ ' $'***********************************************************\n Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xkbcomp-1.0.3/action.h ) [unpack/xkbcomp-1.0.3/alias.c]=( typeset -a comments=( ' $Xorg: alias.c,v 1.3 2000/08/17 19:54:30 cpqbld Exp $ ' $'***********************************************************\n Copyright (c) 1995 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xkbcomp-1.0.3/alias.c ) [unpack/xkbcomp-1.0.3/alias.h]=( typeset -a comments=( ' $Xorg: alias.h,v 1.3 2000/08/17 19:54:30 cpqbld Exp $ ' $'***********************************************************\n Copyright (c) 1995 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xkbcomp-1.0.3/alias.h ) [unpack/xkbcomp-1.0.3/compat.c]=( typeset -a comments=( ' $Xorg: compat.c,v 1.3 2000/08/17 19:54:30 cpqbld Exp $ ' $'***********************************************************\n Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xkbcomp-1.0.3/compat.c ) [unpack/xkbcomp-1.0.3/compat.h]=( typeset -a comments=( ' $XFree86$ ' ' COMPAT_H ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xkbcomp-1.0.3/compat.h ) [unpack/xkbcomp-1.0.3/expr.c]=( typeset -a comments=( ' $XdotOrg: expr.c,v 1.5 2000/08/17 19:54:30 cpqbld Exp $ ' ' $Xorg: expr.c,v 1.5 2000/08/17 19:54:30 cpqbld Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xkbcomp-1.0.3/expr.c ) [unpack/xkbcomp-1.0.3/expr.h]=( typeset -a comments=( ' $Xorg: expr.h,v 1.3 2000/08/17 19:54:30 cpqbld Exp $ ' $'***********************************************************\n Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xkbcomp-1.0.3/expr.h ) [unpack/xkbcomp-1.0.3/geometry.c]=( typeset -a comments=( ' $Xorg: geometry.c,v 1.3 2000/08/17 19:54:30 cpqbld Exp $ ' $'***********************************************************\n Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xkbcomp-1.0.3/geometry.c ) [unpack/xkbcomp-1.0.3/indicators.c]=( typeset -a comments=( ' $Xorg: indicators.c,v 1.3 2000/08/17 19:54:31 cpqbld Exp $ ' $'***********************************************************\n Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xkbcomp-1.0.3/indicators.c ) [unpack/xkbcomp-1.0.3/indicators.h]=( typeset -a comments=( ' $Xorg: indicators.h,v 1.3 2000/08/17 19:54:32 cpqbld Exp $ ' $'***********************************************************\n Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xkbcomp-1.0.3/indicators.h ) [unpack/xkbcomp-1.0.3/keycodes.c]=( typeset -a comments=( ' $Xorg: keycodes.c,v 1.4 2000/08/17 19:54:32 cpqbld Exp $ ' $'***********************************************************\n Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xkbcomp-1.0.3/keycodes.c ) [unpack/xkbcomp-1.0.3/keycodes.h]=( typeset -a comments=( ' $Xorg: keycodes.h,v 1.3 2000/08/17 19:54:32 cpqbld Exp $ ' $'***********************************************************\n Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xkbcomp-1.0.3/keycodes.h ) [unpack/xkbcomp-1.0.3/keymap.c]=( typeset -a comments=( ' $Xorg: keymap.c,v 1.3 2000/08/17 19:54:32 cpqbld Exp $ ' $'***********************************************************\n Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xkbcomp-1.0.3/keymap.c ) [unpack/xkbcomp-1.0.3/keytypes.c]=( typeset -a comments=( ' $Xorg: keytypes.c,v 1.3 2000/08/17 19:54:32 cpqbld Exp $ ' $'***********************************************************\n Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xkbcomp-1.0.3/keytypes.c ) [unpack/xkbcomp-1.0.3/listing.c]=( typeset -a comments=( ' $Xorg: listing.c,v 1.5 2001/02/09 02:05:49 xorgcvs Exp $ ' $'***********************************************************\n Copyright 1996 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xkbcomp-1.0.3/listing.c ) [unpack/xkbcomp-1.0.3/misc.c]=( typeset -a comments=( ' $Xorg: misc.c,v 1.3 2000/08/17 19:54:33 cpqbld Exp $ ' $'***********************************************************\n Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xkbcomp-1.0.3/misc.c ) [unpack/xkbcomp-1.0.3/misc.h]=( typeset -a comments=( ' $Xorg: misc.h,v 1.3 2000/08/17 19:54:33 cpqbld Exp $ ' $'***********************************************************\n Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xkbcomp-1.0.3/misc.h ) [unpack/xkbcomp-1.0.3/parseutils.c]=( typeset -a comments=( ' $Xorg: parseutils.c,v 1.3 2000/08/17 19:54:33 cpqbld Exp $ ' $'***********************************************************\n Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xkbcomp-1.0.3/parseutils.c ) [unpack/xkbcomp-1.0.3/parseutils.h]=( typeset -a comments=( ' $Xorg: parseutils.h,v 1.3 2000/08/17 19:54:33 cpqbld Exp $ ' $'***********************************************************\n Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xkbcomp-1.0.3/parseutils.h ) [unpack/xkbcomp-1.0.3/symbols.c]=( typeset -a comments=( ' $Xorg: symbols.c,v 1.3 2000/08/17 19:54:33 cpqbld Exp $ ' $'***********************************************************\n Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xkbcomp-1.0.3/symbols.c ) [unpack/xkbcomp-1.0.3/tokens.h]=( typeset -a comments=( ' $Xorg: tokens.h,v 1.3 2000/08/17 19:54:33 cpqbld Exp $ ' $'***********************************************************\n Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xkbcomp-1.0.3/tokens.h ) [unpack/xkbcomp-1.0.3/utils.c]=( typeset -a comments=( $'\\\n * $Xorg: utils.c,v 1.4 2000/08/17 19:54:33 cpqbld Exp $\n *\n *\t\t COPYRIGHT 1990\n *\t\t DIGITAL EQUIPMENT CORPORATION\n *\t\t MAYNARD, MASSACHUSETTS\n *\t\t\t ALL RIGHTS RESERVED.\n *\n * THE INFORMATION IN THIS SOFTWARE IS SUBJECT TO CHANGE WITHOUT NOTICE AND\n * SHOULD NOT BE CONSTRUED AS A COMMITMENT BY DIGITAL EQUIPMENT CORPORATION.\n * DIGITAL MAKES NO REPRESENTATIONS ABOUT THE SUITABILITY OF THIS SOFTWARE \n * FOR ANY PURPOSE. IT IS SUPPLIED "AS IS" WITHOUT EXPRESS OR IMPLIED \n * WARRANTY.\n *\n * IF THE SOFTWARE IS MODIFIED IN A MANNER CREATING DERIVATIVE COPYRIGHT\n * RIGHTS, APPROPRIATE LEGENDS MAY BE PLACED ON THE DERIVATIVE WORK IN\n * ADDITION TO THAT SET FORTH ABOVE.\n *\n * Permission to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted, provided\n * that the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Digital Equipment Corporation not be\n * used in advertising or publicity pertaining to distribution of the \n * software without specific, written prior permission.\n \\' ' $XFree86: xc/programs/xkbcomp/utils.c,v 3.6 2001/07/25 15:05:24 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xkbcomp-1.0.3/utils.c ) [unpack/xkbcomp-1.0.3/utils.h]=( typeset -a comments=( $'\\\n * $Xorg: utils.h,v 1.3 2000/08/17 19:54:33 cpqbld Exp $\n *\n *\t\t COPYRIGHT 1990\n *\t\t DIGITAL EQUIPMENT CORPORATION\n *\t\t MAYNARD, MASSACHUSETTS\n *\t\t\t ALL RIGHTS RESERVED.\n *\n * THE INFORMATION IN THIS SOFTWARE IS SUBJECT TO CHANGE WITHOUT NOTICE AND\n * SHOULD NOT BE CONSTRUED AS A COMMITMENT BY DIGITAL EQUIPMENT CORPORATION.\n * DIGITAL MAKES NO REPRESENTATIONS ABOUT THE SUITABILITY OF THIS SOFTWARE \n * FOR ANY PURPOSE. IT IS SUPPLIED "AS IS" WITHOUT EXPRESS OR IMPLIED \n * WARRANTY.\n *\n * IF THE SOFTWARE IS MODIFIED IN A MANNER CREATING DERIVATIVE COPYRIGHT\n * RIGHTS, APPROPRIATE LEGENDS MAY BE PLACED ON THE DERIVATIVE WORK IN\n * ADDITION TO THAT SET FORTH ABOVE.\n *\n * Permission to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted, provided\n * that the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Digital Equipment Corporation not be\n * used in advertising or publicity pertaining to distribution of the \n * software without specific, written prior permission.\n \\' ' $XFree86: xc/programs/xkbcomp/utils.h,v 3.5 2002/06/05 00:00:37 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xkbcomp-1.0.3/utils.h ) [unpack/xkbcomp-1.0.3/vmod.c]=( typeset -a comments=( ' $Xorg: vmod.c,v 1.3 2000/08/17 19:54:33 cpqbld Exp $ ' $'***********************************************************\n Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xkbcomp-1.0.3/vmod.c ) [unpack/xkbcomp-1.0.3/vmod.h]=( typeset -a comments=( ' $Xorg: vmod.h,v 1.3 2000/08/17 19:54:33 cpqbld Exp $ ' $'***********************************************************\n Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xkbcomp-1.0.3/vmod.h ) [unpack/xkbcomp-1.0.3/xkbcomp.c]=( typeset -a comments=( ' $Xorg: xkbcomp.c,v 1.4 2000/08/17 19:54:33 cpqbld Exp $ ' $'***********************************************************\n Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xkbcomp-1.0.3/xkbcomp.c ) [unpack/xkbcomp-1.0.3/xkbcomp.h]=( typeset -a comments=( ' $Xorg: xkbcomp.h,v 1.3 2000/08/17 19:54:33 cpqbld Exp $ ' $'***********************************************************\n Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xkbcomp-1.0.3/xkbcomp.h ) [unpack/xkbcomp-1.0.3/xkbparse.c]=( typeset -a comments=( ' A Bison parser, made by GNU Bison 2.3. ' $' Skeleton implementation for Bison\'s Yacc-like parsers in C\n\n Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006\n Free Software Foundation, Inc.\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2, or (at your option)\n any later version.\n\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor,\n Boston, MA 02110-1301, USA. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xkbcomp-1.0.3/xkbparse.c ) [unpack/xkbcomp-1.0.3/xkbpath.c]=( typeset -a comments=( ' $Xorg: xkbpath.c,v 1.3 2000/08/17 19:54:34 cpqbld Exp $ ' $'***********************************************************\n Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xkbcomp-1.0.3/xkbpath.c ) [unpack/xkbcomp-1.0.3/xkbpath.h]=( typeset -a comments=( ' $XConsortium $ ' $'***********************************************************\n Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be\n used in advertising or publicity pertaining to distribution\n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability\n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n\n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS\n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL\n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE\n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xkbcomp-1.0.3/xkbpath.h ) [unpack/xkbcomp-1.0.3/xkbscan.c]=( typeset -a comments=( ' $Xorg: xkbscan.c,v 1.3 2000/08/17 19:54:34 cpqbld Exp $ ' $'***********************************************************\n Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be \n used in advertising or publicity pertaining to distribution \n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability \n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n \n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xkbcomp-1.0.3/xkbscan.c ) [unpack/xorg-docs-1.4/sgml/add.sh]=( typeset -a comments=( $'!/bin/sh\n\n $XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/add.sh,v 1.2 2003/10/18 13:29:34 dawes Exp $\n\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xorg-docs-1.4/sgml/add.sh ) [unpack/xorg-server-1.3.0.0/GL/apple/aglGlx.c]=( typeset -a comments=( $'\n * GLX implementation that uses Apple\'s AGL.framework for OpenGL\n *\n * FIXME: This file and indirect.c are very similar. The two should be\n * merged by introducing suitable abstractions.\n ' $'\n * Copyright (c) 2002 Greg Parker. All Rights Reserved.\n * Copyright (c) 2004 Torrey T. Lyons. All Rights Reserved.\n *\n * Large portions of this file are copied from Mesa\'s xf86glx.c,\n * which contains the following copyright:\n *\n * Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/apple/aglGlx.c ) [unpack/xorg-server-1.3.0.0/GL/apple/indirect.c]=( typeset -a comments=( $'\n * GLX implementation that uses Apple\'s OpenGL.framework\n * (Indirect rendering path)\n ' $'\n * Copyright (c) 2002 Greg Parker. All Rights Reserved.\n * Copyright (c) 2002 Apple Computer, Inc.\n * Copyright (c) 2004 Torrey T. Lyons. All Rights Reserved.\n *\n * Portions of this file are copied from Mesa\'s xf86glx.c,\n * which contains the following copyright:\n *\n * Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/apple/indirect.c ) [unpack/xorg-server-1.3.0.0/GL/glx/extension_string.c]=( typeset -a comments=( $'\n * (C) Copyright IBM Corporation 2002-2006\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDERS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n * USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file extension_string.c\n * Routines to manage the GLX extension string and GLX version for AIGLX\n * drivers. This code is loosely based on src/glx/x11/glxextensions.c from\n * Mesa.\n *\n * \\author Ian Romanick \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/glx/extension_string.c ) [unpack/xorg-server-1.3.0.0/GL/glx/extension_string.h]=( typeset -a comments=( $'\n * (C) Copyright IBM Corporation 2002-2006\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDERS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n * USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file extension_string.h\n * Routines to manage the GLX extension string and GLX version for AIGLX\n * drivers. This code is loosely based on src/glx/x11/glxextensions.c from\n * Mesa.\n *\n * \\author Ian Romanick \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/glx/extension_string.h ) [unpack/xorg-server-1.3.0.0/GL/glx/g_disptab.h]=( typeset -a comments=( ' DO NOT EDIT - THIS FILE IS AUTOMATICALLY GENERATED ' $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: This software was created using the\n** OpenGL(R) version 1.2.1 Sample Implementation published by SGI, but has\n** not been independently verified as being compliant with the OpenGL(R)\n** version 1.2.1 Specification.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/glx/g_disptab.h ) [unpack/xorg-server-1.3.0.0/GL/glx/glxcmds.c]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' '**********************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/glx/glxcmds.c ) [unpack/xorg-server-1.3.0.0/GL/glx/glxcmdsswap.c]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' '**********************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/glx/glxcmdsswap.c ) [unpack/xorg-server-1.3.0.0/GL/glx/glxcontext.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' ' XXX: should be defined somewhere globally ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/glx/glxcontext.h ) [unpack/xorg-server-1.3.0.0/GL/glx/glxdrawable.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' $'\n ** list of drawable private structs\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/glx/glxdrawable.h ) [unpack/xorg-server-1.3.0.0/GL/glx/glxdri.c]=( typeset -a comments=( $'\n * Copyright \302\251 2006 Red Hat, Inc\n *\n * Permission to use, copy, modify, distribute, and sell this software\n * and its documentation for any purpose is hereby granted without\n * fee, provided that the above copyright notice appear in all copies\n * and that both that copyright notice and this permission notice\n * appear in supporting documentation, and that the name of Red Hat,\n * Inc not be used in advertising or publicity pertaining to\n * distribution of the software without specific, written prior\n * permission. Red Hat, Inc makes no representations about the\n * suitability of this software for any purpose. It is provided "as\n * is" without express or implied warranty.\n *\n * RED HAT, INC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN\n * NO EVENT SHALL RED HAT, INC BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS\n * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,\n * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n ' $' History:\n * 20021121 - Initial version\n * 20021128 - Added __glXWindowExists() function\n * 20021207 - Added support for dynamic GLX extensions,\n * GLX_SGI_swap_control, GLX_SGI_video_sync,\n * GLX_OML_sync_control, and GLX_MESA_swap_control.\n * Never officially released. Do NOT test against\n * this version. Use 20030317 instead.\n * 20030317 - Added support GLX_SGIX_fbconfig,\n * GLX_MESA_swap_frame_usage, GLX_OML_swap_method,\n * GLX_{ARB,SGIS}_multisample, and\n * GLX_SGIX_visual_select_group.\n * 20030606 - Added support for GLX_SGI_make_current_read.\n * 20030813 - Made support for dynamic extensions multi-head aware.\n * 20030818 - Added support for GLX_MESA_allocate_memory in place of the\n * deprecated GLX_NV_vertex_array_range & GLX_MESA_agp_offset\n * interfaces.\n * 20031201 - Added support for the first round of DRI interface changes.\n * Do NOT test against this version! It has binary\n * compatibility bugs, use 20040317 instead.\n * 20040317 - Added the \'mode\' field to __DRIcontextRec.\n * 20040415 - Added support for bindContext3 and unbindContext3.\n * 20040602 - Add __glXGetDrawableInfo. I though that was there\n * months ago. :(\n * 20050727 - Gut all the old interfaces. This breaks compatability with\n * any DRI driver built to any previous version.\n * 20060314 - Added support for GLX_MESA_copy_sub_buffer.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/glx/glxdri.c ) [unpack/xorg-server-1.3.0.0/GL/glx/glxext.c]=( typeset -a comments=( $'\n** The contents of this file are subject to the GLX Public License Version 1.0\n** (the "License"). You may not use this file except in compliance with the\n** License. You may obtain a copy of the License at Silicon Graphics, Inc.,\n** attn: Legal Services, 2011 N. Shoreline Blvd., Mountain View, CA 94043\n** or at http://www.sgi.com/software/opensource/glx/license.html.\n**\n** Software distributed under the License is distributed on an "AS IS"\n** basis. ALL WARRANTIES ARE DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY\n** IMPLIED WARRANTIES OF MERCHANTABILITY, OF FITNESS FOR A PARTICULAR\n** PURPOSE OR OF NON- INFRINGEMENT. See the License for the specific\n** language governing rights and limitations under the License.\n**\n** The Original Software is GLX version 1.2 source code, released February,\n** 1999. The developer of the Original Software is Silicon Graphics, Inc.\n** Those portions of the Subject Software created by Silicon Graphics, Inc.\n** are Copyright (c) 1991-9 Silicon Graphics, Inc. All Rights Reserved.\n**\n' $'\n** The last context used by the server. It is the context that is current\n** from the server\'s perspective.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/glx/glxext.c ) [unpack/xorg-server-1.3.0.0/GL/glx/glxext.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' $'\n * Added by VA Linux for XFree86 4.0.x\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/glx/glxext.h ) [unpack/xorg-server-1.3.0.0/GL/glx/glxscreens.c]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' $'\n** We have made the simplifying assuption that the same extensions are \n** supported across all screens in a multi-screen system.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/glx/glxscreens.c ) [unpack/xorg-server-1.3.0.0/GL/glx/glxscreens.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' ' XXX: should be defined somewhere globally ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/glx/glxscreens.h ) [unpack/xorg-server-1.3.0.0/GL/glx/glxserver.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' $'\n** The X header misc.h defines these math functions.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/glx/glxserver.h ) [unpack/xorg-server-1.3.0.0/GL/glx/glxutil.c]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' '**********************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/glx/glxutil.c ) [unpack/xorg-server-1.3.0.0/GL/glx/glxutil.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' ' relate contexts with drawables ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/glx/glxutil.h ) [unpack/xorg-server-1.3.0.0/GL/glx/glxvisuals.c]=( typeset -a comments=( $'\n * Copyright \302\251 2006 Red Hat, Inc.\n * (C) Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * RED HAT, INC, OR PRECISION INSIGHT AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY\n * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT\n * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR\n * THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Authors:\n * Kevin E. Martin \n * Brian Paul \n * Kristian H\303\270gsberg \n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/glx/glxvisuals.c ) [unpack/xorg-server-1.3.0.0/GL/glx/indirect_dispatch.c]=( typeset -a comments=( ' DO NOT EDIT - This file generated automatically by glX_proto_recv.py (from Mesa) script ' $'\n * (C) Copyright IBM Corporation 2005\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * IBM,\n * AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/glx/indirect_dispatch.c ) [unpack/xorg-server-1.3.0.0/GL/glx/indirect_dispatch.h]=( typeset -a comments=( ' DO NOT EDIT - This file generated automatically by glX_proto_recv.py (from Mesa) script ' $'\n * (C) Copyright IBM Corporation 2005\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * IBM,\n * AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/glx/indirect_dispatch.h ) [unpack/xorg-server-1.3.0.0/GL/glx/indirect_dispatch_swap.c]=( typeset -a comments=( ' DO NOT EDIT - This file generated automatically by glX_proto_recv.py (from Mesa) script ' $'\n * (C) Copyright IBM Corporation 2005\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * IBM,\n * AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/glx/indirect_dispatch_swap.c ) [unpack/xorg-server-1.3.0.0/GL/glx/indirect_program.c]=( typeset -a comments=( $'\n * (C) Copyright IBM Corporation 2005, 2006\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDERS, THE AUTHORS, AND/OR THEIR SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE\n * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file indirect_program.c\n * Hand-coded routines needed to support programmable pipeline extensions.\n *\n * \\author Ian Romanick \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/glx/indirect_program.c ) [unpack/xorg-server-1.3.0.0/GL/glx/indirect_reqsize.c]=( typeset -a comments=( ' DO NOT EDIT - This file generated automatically by glX_proto_size.py (from Mesa) script ' $'\n * (C) Copyright IBM Corporation 2005\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * IBM,\n * AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/glx/indirect_reqsize.c ) [unpack/xorg-server-1.3.0.0/GL/glx/indirect_reqsize.h]=( typeset -a comments=( ' DO NOT EDIT - This file generated automatically by glX_proto_size.py (from Mesa) script ' $'\n * (C) Copyright IBM Corporation 2005\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * IBM,\n * AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/glx/indirect_reqsize.h ) [unpack/xorg-server-1.3.0.0/GL/glx/indirect_size_get.c]=( typeset -a comments=( ' DO NOT EDIT - This file generated automatically by glX_proto_size.py (from Mesa) script ' $'\n * (C) Copyright IBM Corporation 2004\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * IBM,\n * AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/glx/indirect_size_get.c ) [unpack/xorg-server-1.3.0.0/GL/glx/indirect_size_get.h]=( typeset -a comments=( ' DO NOT EDIT - This file generated automatically by glX_proto_size.py (from Mesa) script ' $'\n * (C) Copyright IBM Corporation 2004\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * IBM,\n * AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/glx/indirect_size_get.h ) [unpack/xorg-server-1.3.0.0/GL/glx/indirect_table.c]=( typeset -a comments=( ' DO NOT EDIT - This file generated automatically by glX_server_table.py (from Mesa) script ' $'\n * (C) Copyright IBM Corporation 2005, 2006\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * IBM,\n * AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/glx/indirect_table.c ) [unpack/xorg-server-1.3.0.0/GL/glx/indirect_table.h]=( typeset -a comments=( $'\n * (C) Copyright IBM Corporation 2005, 2006\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * IBM,\n * AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' $'*\n * \\file indirect_table.h\n *\n * \\author Ian Romanick \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/glx/indirect_table.h ) [unpack/xorg-server-1.3.0.0/GL/glx/indirect_texture_compression.c]=( typeset -a comments=( $'\n * (C) Copyright IBM Corporation 2005, 2006\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * IBM,\n * AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/glx/indirect_texture_compression.c ) [unpack/xorg-server-1.3.0.0/GL/glx/indirect_util.c]=( typeset -a comments=( $'\n * (C) Copyright IBM Corporation 2005\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * IBM,\n * AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' $'*\n * Get a properly aligned buffer to hold reply data.\n *\n * \\warning\n * This function assumes that \\c local_buffer is already properly aligned.\n * It also assumes that \\c alignment is a power of two.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/glx/indirect_util.c ) [unpack/xorg-server-1.3.0.0/GL/glx/indirect_util.h]=( typeset -a comments=( $'\n * (C) Copyright IBM Corporation 2005\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * IBM,\n * AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ' __GLX_INDIRECT_UTIL_H__ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/glx/indirect_util.h ) [unpack/xorg-server-1.3.0.0/GL/glx/render2.c]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' ' #define NEED_REPLIES ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/glx/render2.c ) [unpack/xorg-server-1.3.0.0/GL/glx/render2swap.c]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' ' #define NEED_REPLIES ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/glx/render2swap.c ) [unpack/xorg-server-1.3.0.0/GL/glx/renderpix.c]=( typeset -a comments=( ' $XFree86$ ' $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/glx/renderpix.c ) [unpack/xorg-server-1.3.0.0/GL/glx/renderpixswap.c]=( typeset -a comments=( ' $XFree86$ ' $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/glx/renderpixswap.c ) [unpack/xorg-server-1.3.0.0/GL/glx/rensize.c]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' $'*\n * Calculate the size of an image.\n * \n * The size of an image sent to the server from the client or sent from the\n * server to the client is calculated. The size is based on the dimensions\n * of the image, the type of pixel data, padding in the image, and the\n * alignment requirements of the image.\n * \n * \\param format Format of the pixels. Same as the \\c format parameter\n * to \\c glTexImage1D\n * \\param type Type of the pixel data. Same as the \\c type parameter\n * to \\c glTexImage1D\n * \\param target Typically the texture target of the image. If the\n * target is one of \\c GL_PROXY_*, the size returned is\n * always zero. For uses that do not have a texture target\n * (e.g, glDrawPixels), zero should be specified.\n * \\param w Width of the image data. Must be >= 1.\n * \\param h Height of the image data. Must be >= 1, even for 1D\n * images.\n * \\param d Depth of the image data. Must be >= 1, even for 1D or\n * 2D images.\n * \\param imageHeight If non-zero, defines the true height of a volumetric\n * image. This value will be used instead of \\c h for\n * calculating the size of the image.\n * \\param rowLength If non-zero, defines the true width of an image. This\n * value will be used instead of \\c w for calculating the\n * size of the image.\n * \\param skipImages Number of extra layers of image data in a volumtric\n * image that are to be skipped before the real data.\n * \\param skipRows Number of extra rows of image data in an image that are\n * to be skipped before the real data.\n * \\param alignment Specifies the alignment for the start of each pixel row\n * in memory. This value must be one of 1, 2, 4, or 8.\n *\n * \\returns\n * The size of the image is returned. If the specified \\c format and \\c type\n * are invalid, -1 is returned. If \\c target is one of \\c GL_PROXY_*, zero\n * is returned.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/glx/rensize.c ) [unpack/xorg-server-1.3.0.0/GL/glx/single2.c]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' ' Check that render mode worked ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/glx/single2.c ) [unpack/xorg-server-1.3.0.0/GL/glx/single2swap.c]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' ' Check that render mode worked ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/glx/single2swap.c ) [unpack/xorg-server-1.3.0.0/GL/glx/singlepix.c]=( typeset -a comments=( ' $XFree86$ ' $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/glx/singlepix.c ) [unpack/xorg-server-1.3.0.0/GL/glx/singlepixswap.c]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' $'\n * The three queries above might fail if we\'re in a state where queries\n * are illegal, but then width, height, and depth would still be zero anyway.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/glx/singlepixswap.c ) [unpack/xorg-server-1.3.0.0/GL/glx/singlesize.c]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' $'\n** These routines compute the size of variable-size returned parameters.\n** Unlike the similar routines that do the same thing for variable-size\n** incoming parameters, the samplegl library itself doesn\'t use these routines.\n** Hence, they are located here, in the GLX extension library.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/glx/singlesize.c ) [unpack/xorg-server-1.3.0.0/GL/glx/singlesize.h]=( typeset -a comments=( ' $XFree86$ ' $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/glx/singlesize.h ) [unpack/xorg-server-1.3.0.0/GL/glx/swap_interval.c]=( typeset -a comments=( $'\n * (C) Copyright IBM Corporation 2006\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDERS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n * USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/glx/swap_interval.c ) [unpack/xorg-server-1.3.0.0/GL/glx/unpack.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' $'\n** Fetch the context-id out of a SingleReq request pointed to by pc.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/glx/unpack.h ) [unpack/xorg-server-1.3.0.0/GL/glx/xfont.c]=( typeset -a comments=( ' $XFree86$ ' $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/glx/xfont.c ) [unpack/xorg-server-1.3.0.0/GL/mesa/X/xf86glx.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Kevin E. Martin \n * Brian E. Paul \n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/mesa/X/xf86glx.c ) [unpack/xorg-server-1.3.0.0/GL/mesa/X/xf86glx_util.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Kevin E. Martin \n * Brian Paul \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/mesa/X/xf86glx_util.c ) [unpack/xorg-server-1.3.0.0/GL/mesa/X/xf86glx_util.h]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Kevin E. Martin \n * Brian Paul \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/mesa/X/xf86glx_util.h ) [unpack/xorg-server-1.3.0.0/GL/mesa/X/xf86glxint.h]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Kevin E. Martin \n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/mesa/X/xf86glxint.h ) [unpack/xorg-server-1.3.0.0/GL/mesa/dummy.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/mesa/dummy.c ) [unpack/xorg-server-1.3.0.0/GL/symlink-mesa.sh]=( typeset -a comments=( $'!/bin/sh\n' $'\n A script that symlinks source files from Mesa to modular\n\n Author: Soren Sandmann (sandmann@redhat.com) (original)\n adapted for Mesa by Adam Jackson (ajax@nwnk.net)\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/symlink-mesa.sh ) [unpack/xorg-server-1.3.0.0/GL/windows/glwindows.h]=( typeset -a comments=( ' wrapped screen functions ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/windows/glwindows.h ) [unpack/xorg-server-1.3.0.0/GL/windows/glwrap.c]=( typeset -a comments=( $'\n * GLX implementation that uses Win32\'s OpenGL\n * Wrapper functions for Win32\'s OpenGL\n *\n * Authors: Alexander Gottwald\n ' $'\n * GL_ARB_imaging\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/windows/glwrap.c ) [unpack/xorg-server-1.3.0.0/GL/windows/indirect.c]=( typeset -a comments=( $'\n * GLX implementation that uses Windows OpenGL library\n * (Indirect rendering path)\n *\n * Authors: Alexander Gottwald \n ' $' \n * Portions of this file are copied from GL/apple/indirect.c,\n * which contains the following copyright:\n * \n * Copyright (c) 2002 Greg Parker. All Rights Reserved.\n * Copyright (c) 2002 Apple Computer, Inc.\n *\n * Portions of this file are copied from xf86glx.c,\n * which contains the following copyright:\n *\n * Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name(s) of the above copyright\n * holders shall not be used in advertising or otherwise to promote the sale,\n * use or other dealings in this Software without prior written authorization.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/GL/windows/indirect.c ) [unpack/xorg-server-1.3.0.0/XTrap/xtrapddmi.c]=( typeset -a comments=( $'****************************************************************************\nCopyright 1987, 1988, 1989, 1990, 1991 by Digital Equipment Corp., Maynard, MA\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n****************************************************************************' $'\n * ABSTRACT:\n *\n * This module is the platform-specific but conditionally independent\n * code for the XTrap extension (usually I/O or platform setup).\n * This is shared code and is subject to change only by team approval.\n *\n * CONTRIBUTORS:\n *\n * Dick Annicchiarico\n * Robert Chesler\n * Gene Durso\n * Marc Evans\n * Alan Jamison\n * Mark Henry\n * Ken Miller\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/XTrap/xtrapddmi.c ) [unpack/xorg-server-1.3.0.0/XTrap/xtrapdi.c]=( typeset -a comments=( $'****************************************************************************\nCopyright 1987, 1988, 1989, 1990, 1991 by Digital Equipment Corp., Maynard, MA\nX11R6 Changes Copyright (c) 1994 by Robert Chesler of Absol-Puter, Hudson, NH.\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL AND ABSOL-PUTER DISCLAIM ALL WARRANTIES WITH REGARD TO THIS\nSOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND\nFITNESS, IN NO EVENT SHALL DIGITAL OR ABSOL-PUTER BE LIABLE FOR ANY\nSPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER\nRESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\nCONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\nCONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n****************************************************************************' $'\n * ABSTRACT:\n *\n * This module is the main module for extension initialization and setup.\n * It is called by the server and by clients using the extension.\n * This is shared code and is subject to change only by team approval.\n *\n * CONTRIBUTORS:\n *\n * Dick Annicchiarico\n * Robert Chesler\n * Gene Durso\n * Marc Evans\n * Alan Jamison\n * Mark Henry\n * Ken Miller\n *\n * CHANGES:\n *\n *\tRobert Chesler - grab-impreviousness patch to improve grab behavior\n *\tRobert Chesler - add client arg to swapping routines for X11R6 port\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/XTrap/xtrapdi.c ) [unpack/xorg-server-1.3.0.0/XTrap/xtrapdiswp.c]=( typeset -a comments=( ' $XFree86$ ' $'***************************************************************************\nCopyright 1987, 1988, 1989, 1990, 1991, 1992 by \n\n\tDigital Equipment Corp., Maynard, MA\n\nX11R6 Changes Copyright (c) 1994 by Robert Chesler of Absol-Puter, Hudson, NH.\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL AND ABSOL-PUTER DISCLAIM ALL WARRANTIES WITH REGARD TO THIS\nSOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND\nFITNESS, IN NO EVENT SHALL DIGITAL OR ABSOL-PUTER BE LIABLE FOR ANY\nSPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER\nRESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\nCONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\nCONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/XTrap/xtrapdiswp.c ) [unpack/xorg-server-1.3.0.0/XTrap/xtrapditbl.c]=( typeset -a comments=( ' $XFree86$ ' $'***************************************************************************\nCopyright 1987, 1988, 1989, 1990, 1991 by Digital Equipment Corp., Maynard, MA\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n****************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/XTrap/xtrapditbl.c ) [unpack/xorg-server-1.3.0.0/Xext/EVI.c]=( typeset -a comments=( $'***********************************************************\nCopyright (c) 1997 by Silicon Graphics Computer Systems, Inc.\nPermission to use, copy, modify, and distribute this\nsoftware and its documentation for any purpose and without\nfee is hereby granted, provided that the above copyright\nnotice appear in all copies and that both that copyright\nnotice and this permission notice appear in supporting\ndocumentation, and that the name of Silicon Graphics not be\nused in advertising or publicity pertaining to distribution\nof the software without specific prior written permission.\nSilicon Graphics makes no representation about the suitability\nof this software for any purpose. It is provided "as is"\nwithout any express or implied warranty.\nSILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS\nSOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\nGRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL\nDAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\nDATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE\nOR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\nTHE USE OR PERFORMANCE OF THIS SOFTWARE.\n*******************************************************' ' REQUEST(xEVIQueryVersionReq); ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/EVI.c ) [unpack/xorg-server-1.3.0.0/Xext/EVIstruct.h]=( typeset -a comments=( $'***********************************************************\nCopyright (c) 1997 by Silicon Graphics Computer Systems, Inc.\nPermission to use, copy, modify, and distribute this\nsoftware and its documentation for any purpose and without\nfee is hereby granted, provided that the above copyright\nnotice appear in all copies and that both that copyright\nnotice and this permission notice appear in supporting\ndocumentation, and that the name of Silicon Graphics not be\nused in advertising or publicity pertaining to distribution\nof the software without specific prior written permission.\nSilicon Graphics makes no representation about the suitability\nof this software for any purpose. It is provided "as is"\nwithout any express or implied warranty.\nSILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS\nSOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\nGRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL\nDAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\nDATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE\nOR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\nTHE USE OR PERFORMANCE OF THIS SOFTWARE.\n*******************************************************' $'\n ******************************************************************************\n ** Per-ddx data\n ******************************************************************************\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/EVIstruct.h ) [unpack/xorg-server-1.3.0.0/Xext/appgroup.c]=( typeset -a comments=( $'\nCopyright 1996, 1998, 2001 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom The Open Group.\n' ' unused ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/appgroup.c ) [unpack/xorg-server-1.3.0.0/Xext/appgroup.h]=( typeset -a comments=( $'\nCopyright 1996, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom The Open Group.\n' ' client ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/appgroup.h ) [unpack/xorg-server-1.3.0.0/Xext/bigreq.c]=( typeset -a comments=( $'\n\nCopyright 1992, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom The Open Group.\n\n' ' extEntry ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/bigreq.c ) [unpack/xorg-server-1.3.0.0/Xext/cup.c]=( typeset -a comments=( $'\n\nCopyright 1997, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ' pix red green blue ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/cup.c ) [unpack/xorg-server-1.3.0.0/Xext/dpms.c]=( typeset -a comments=( $'****************************************************************\n\nCopyright (c) 1996 Digital Equipment Corporation, Maynard, Massachusetts.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\nDIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING, \nBUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY, \nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR \nIN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of Digital Equipment Corporation \nshall not be used in advertising or otherwise to promote the sale, use or other\ndealings in this Software without prior written authorization from Digital \nEquipment Corporation.\n\n*****************************************************************' $'\n * HISTORY\n *\n * @(#)RCSfile: dpms.c,v Revision: 1.1.4.5 (DEC) Date: 1996/03/04 15:27:00\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/dpms.c ) [unpack/xorg-server-1.3.0.0/Xext/dpmsproc.h]=( typeset -a comments=( ' Prototypes for functions that the DDX must provide ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/dpmsproc.h ) [unpack/xorg-server-1.3.0.0/Xext/dpmsstubs.c]=( typeset -a comments=( $'****************************************************************\n\nCopyright (c) 1996 Digital Equipment Corporation, Maynard, Massachusetts.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\nDIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING, \nBUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY, \nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR \nIN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of Digital Equipment Corporation \nshall not be used in advertising or otherwise to promote the sale, use or other\ndealings in this Software without prior written authorization from Digital \nEquipment Corporation.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/dpmsstubs.c ) [unpack/xorg-server-1.3.0.0/Xext/fontcache.c]=( typeset -a comments=( $'-\n * Copyright (c) 1998-1999 Shunsuke Akiyama .\n * All rights reserved.\n * Copyright (c) 1998-1999 X-TrueType Server Project, All rights\n * reserved.\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions\n * are met:\n * 1. Redistributions of source code must retain the above copyright\n * notice, this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n * notice, this list of conditions and the following disclaimer in the\n * documentation and/or other materials provided with the distribution.\n *\n * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS\'\' AND\n * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\n * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\n * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\n * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\n * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n * SUCH DAMAGE.\n *\n *\tId: fontcache.c,v 1.12 1999/01/31 13:47:45 akiyama Exp $\n ' ' THIS IS NOT AN X CONSORTIUM STANDARD ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/fontcache.c ) [unpack/xorg-server-1.3.0.0/Xext/mbuf.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n*******************************************************' $' don\'t want Xlib structures ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/mbuf.c ) [unpack/xorg-server-1.3.0.0/Xext/mbufbf.c]=( typeset -a comments=( $'\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' $' don\'t want Xlib structures ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/mbufbf.c ) [unpack/xorg-server-1.3.0.0/Xext/mbufpx.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n*******************************************************' $' don\'t want Xlib structures ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/mbufpx.c ) [unpack/xorg-server-1.3.0.0/Xext/mitmisc.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n*******************************************************' ' RANDOM CRUFT! THIS HAS NO OFFICIAL X CONSORTIUM OR X PROJECT TEAM BLESSING ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/mitmisc.c ) [unpack/xorg-server-1.3.0.0/Xext/panoramiX.c]=( typeset -a comments=( $'****************************************************************\nCopyright (c) 1991, 1997 Digital Equipment Corporation, Maynard, Massachusetts.\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\nDIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING,\nBUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY,\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR\nIN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of Digital Equipment Corporation\nshall not be used in advertising or otherwise to promote the sale, use or other\ndealings in this Software without prior written authorization from Digital\nEquipment Corporation.\n*****************************************************************' $'\n *\tPanoramiX data declarations\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/panoramiX.c ) [unpack/xorg-server-1.3.0.0/Xext/panoramiX.h]=( typeset -a comments=( ' $TOG: panoramiX.h /main/4 1998/03/17 06:51:02 kaleb $ ' $'****************************************************************\n\nCopyright (c) 1991, 1997 Digital Equipment Corporation, Maynard, Massachusetts.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\nDIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING,\nBUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY,\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR\nIN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of Digital Equipment Corporation\nshall not be used in advertising or otherwise to promote the sale, use or other\ndealings in this Software without prior written authorization from Digital\nEquipment Corporation.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/panoramiX.h ) [unpack/xorg-server-1.3.0.0/Xext/panoramiXSwap.c]=( typeset -a comments=( $'****************************************************************\nCopyright (c) 1991, 1997 Digital Equipment Corporation, Maynard, Massachusetts.\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\nDIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING,\nBUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY,\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR\nIN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of Digital Equipment Corporation\nshall not be used in advertising or otherwise to promote the sale, use or other\ndealings in this Software without prior written authorization from Digital\nEquipment Corporation.\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/panoramiXSwap.c ) [unpack/xorg-server-1.3.0.0/Xext/panoramiXh.h]=( typeset -a comments=( $'\n *\tServer dispatcher function replacements\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/panoramiXh.h ) [unpack/xorg-server-1.3.0.0/Xext/panoramiXprocs.c]=( typeset -a comments=( $'****************************************************************\nCopyright (c) 1991, 1997 Digital Equipment Corporation, Maynard, Massachusetts.\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\nDIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING,\nBUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY,\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR\nIN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of Digital Equipment Corporation\nshall not be used in advertising or otherwise to promote the sale, use or other\ndealings in this Software without prior written authorization from Digital\nEquipment Corporation.\n*****************************************************************' ' Massively rewritten by Mark Vojkovich ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/panoramiXprocs.c ) [unpack/xorg-server-1.3.0.0/Xext/panoramiXsrv.h]=( typeset -a comments=( ' _PANORAMIXSRV_H_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/panoramiXsrv.h ) [unpack/xorg-server-1.3.0.0/Xext/sampleEVI.c]=( typeset -a comments=( $'***********************************************************\nCopyright (c) 1997 by Silicon Graphics Computer Systems, Inc.\nPermission to use, copy, modify, and distribute this\nsoftware and its documentation for any purpose and without\nfee is hereby granted, provided that the above copyright\nnotice appear in all copies and that both that copyright\nnotice and this permission notice appear in supporting\ndocumentation, and that the name of Silicon Graphics not be\nused in advertising or publicity pertaining to distribution\nof the software without specific prior written permission.\nSilicon Graphics makes no representation about the suitability\nof this software for any purpose. It is provided "as is"\nwithout any express or implied warranty.\nSILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS\nSOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\nGRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL\nDAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\nDATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE\nOR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\nTHE USE OR PERFORMANCE OF THIS SOFTWARE.\n*******************************************************' ' $XFree86$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/sampleEVI.c ) [unpack/xorg-server-1.3.0.0/Xext/saver.c]=( typeset -a comments=( $'\n *\nCopyright (c) 1992 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the X Consortium.\n *\n * Author: Keith Packard, MIT X Consortium\n ' ' pScreen ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/saver.c ) [unpack/xorg-server-1.3.0.0/Xext/security.c]=( typeset -a comments=( $'\n\nCopyright 1996, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ' for file reading operations ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/security.c ) [unpack/xorg-server-1.3.0.0/Xext/securitysrv.h]=( typeset -a comments=( $'\nCopyright 1996, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom The Open Group.\n' $' Xserver internals for Security extension - moved here from\n _SECURITY_SERVER section of ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/securitysrv.h ) [unpack/xorg-server-1.3.0.0/Xext/shape.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n*******************************************************' $' don\'t want Xlib structures ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/shape.c ) [unpack/xorg-server-1.3.0.0/Xext/shm.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n*******************************************************' ' THIS IS NOT AN X CONSORTIUM STANDARD OR AN X PROJECT TEAM SPECIFICATION ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/shm.c ) [unpack/xorg-server-1.3.0.0/Xext/shmint.h]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2003 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' _SHMINT_H_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/shmint.h ) [unpack/xorg-server-1.3.0.0/Xext/sleepuntil.c]=( typeset -a comments=( $'\n *\nCopyright 1992, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n *\n * Author: Keith Packard, MIT X Consortium\n ' ' dixsleep.c - implement millisecond timeouts for X clients ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/sleepuntil.c ) [unpack/xorg-server-1.3.0.0/Xext/sleepuntil.h]=( typeset -a comments=( $'\n * Copyright (C) 2001 The XFree86 Project, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the XFree86 Project shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from the\n * XFree86 Project.\n ' ' client ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/sleepuntil.h ) [unpack/xorg-server-1.3.0.0/Xext/sync.c]=( typeset -a comments=( $'\n\nCopyright 1991, 1993, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom The Open Group.\n\n\nCopyright 1991, 1993 by Digital Equipment Corporation, Maynard, Massachusetts,\nand Olivetti Research Limited, Cambridge, England.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the names of Digital or Olivetti \nnot be used in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. Digital and Olivetti\nmake no representations about the suitability of this software\nfor any purpose. It is provided "as is" without express or implied warranty.\n\nDIGITAL AND OLIVETTI DISCLAIM ALL WARRANTIES WITH REGARD TO THIS\nSOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND\nFITNESS, IN NO EVENT SHALL THEY BE LIABLE FOR ANY SPECIAL, INDIRECT OR\nCONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF\nUSE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\nPERFORMANCE OF THIS SOFTWARE.\n\n' $'\n * Local Global Variables\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/sync.c ) [unpack/xorg-server-1.3.0.0/Xext/xace.c]=( typeset -a comments=( $'***********************************************************\n\nAuthor: Eamon Walsh \n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthis permission notice appear in supporting documentation. This permission\nnotice shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*******************************************************' $' Proc vectors for untrusted clients, swapped and unswapped versions.\n * These are the same as the normal proc vectors except that extensions\n * that haven\'t declared themselves secure will have ProcBadRequest plugged\n * in for their major opcode dispatcher. This prevents untrusted clients\n * from guessing extension major opcodes and using the extension even though\n * the extension can\'t be listed or queried.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/xace.c ) [unpack/xorg-server-1.3.0.0/Xext/xace.h]=( typeset -a comments=( $'***********************************************************\n\nAuthor: Eamon Walsh \n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthis permission notice appear in supporting documentation. This permission\nnotice shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*******************************************************' ' for DrawablePtr ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/xace.h ) [unpack/xorg-server-1.3.0.0/Xext/xacestr.h]=( typeset -a comments=( $'***********************************************************\n\nAuthor: Eamon Walsh \n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthis permission notice appear in supporting documentation. This permission\nnotice shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*******************************************************' ' XACE_CORE_DISPATCH ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/xacestr.h ) [unpack/xorg-server-1.3.0.0/Xext/xcalibrate.c]=( typeset -a comments=( $'\n * $Id: xcalibrate.c,v 3.1 2004/06/02 20:49:50 pb Exp $\n *\n * Copyright \302\251 2003 Philip Blundell\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Philip Blundell not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Philip Blundell makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * PHILIP BLUNDELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL PHILIP BLUNDELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' not used ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/xcalibrate.c ) [unpack/xorg-server-1.3.0.0/Xext/xcmisc.c]=( typeset -a comments=( $'\n\nCopyright 1993, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom The Open Group.\n\n' ' extEntry ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/xcmisc.c ) [unpack/xorg-server-1.3.0.0/Xext/xevie.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 2003-2005 Sun Microsystems, Inc.\n\nAll rights reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, and/or sell copies of the Software, and to permit persons\nto whom the Software is furnished to do so, provided that the above\ncopyright notice(s) and this permission notice appear in all copies of\nthe Software and that both the above copyright notice(s) and this\npermission notice appear in supporting documentation.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT\nOF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR\nHOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL\nINDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING\nFROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,\nNEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION\nWITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\nExcept as contained in this notice, the name of a copyright holder\nshall not be used in advertising or otherwise to promote the sale, use\nor other dealings in this Software without prior written authorization\nof the copyright holder.\n\n***********************************************************' ' 0 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/xevie.c ) [unpack/xorg-server-1.3.0.0/Xext/xf86bigfont.c]=( typeset -a comments=( $'\n * BIGFONT extension for sharing font metrics between clients (if possible)\n * and for transmitting font metrics to clients in a compressed form.\n *\n * Copyright (c) 1999-2000 Bruno Haible\n * Copyright (c) 1999-2000 The XFree86 Project, Inc.\n ' ' THIS IS NOT AN X CONSORTIUM STANDARD ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/xf86bigfont.c ) [unpack/xorg-server-1.3.0.0/Xext/xprint.c]=( typeset -a comments=( $'\n(c) Copyright 1996 Hewlett-Packard Company\n(c) Copyright 1996 International Business Machines Corp.\n(c) Copyright 1996 Sun Microsystems, Inc.\n(c) Copyright 1996 Novell, Inc.\n(c) Copyright 1996 Digital Equipment Corp.\n(c) Copyright 1996 Fujitsu Limited\n(c) Copyright 1996 Hitachi, Ltd.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the names of the copyright holders shall\nnot be used in advertising or otherwise to promote the sale, use or other\ndealings in this Software without prior written authorization from said\ncopyright holders.\n' $'******************************************************************\n**\n** *********************************************************\n** *\n** * File: xprint.c\n** *\n** * Copyright: Copyright 1993, 1995 Hewlett-Packard Company\n** *\n** *\t\tCopyright 1989 by The Massachusetts Institute of Technology\n** *\n** *\t\tPermission to use, copy, modify, and distribute this\n** *\t\tsoftware and its documentation for any purpose and without\n** *\t\tfee is hereby granted, provided that the above copyright\n** *\t\tnotice appear in all copies and that both that copyright\n** *\t\tnotice and this permission notice appear in supporting\n** *\t\tdocumentation, and that the name of MIT not be used in\n** *\t\tadvertising or publicity pertaining to distribution of the\n** *\t\tsoftware without specific prior written permission.\n** *\t\tM.I.T. makes no representation about the suitability of\n** *\t\tthis software for any purpose. It is provided "as is"\n** *\t\twithout any express or implied warranty.\n** *\n** *\t\tMIT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n** *\t\tINCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FIT-\n** *\t\tNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MIT BE LI-\n** *\t\tABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\n** *\t\tANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR\n** *\t\tPROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\n** *\t\tOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n** *\t\tTHE USE OR PERFORMANCE OF THIS SOFTWARE.\n** *\n** *********************************************************\n**\n*******************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/xprint.c ) [unpack/xorg-server-1.3.0.0/Xext/xres.c]=( typeset -a comments=( $'\n Copyright (c) 2002 XFree86 Inc\n' ' not used ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/xres.c ) [unpack/xorg-server-1.3.0.0/Xext/xtest.c]=( typeset -a comments=( $'\n\nCopyright 1992, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom The Open Group.\n\n' ' LookupDeviceIntRec ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/xtest.c ) [unpack/xorg-server-1.3.0.0/Xext/xvdisp.c]=( typeset -a comments=( $'**********************************************************\nCopyright 1991 by Digital Equipment Corporation, Maynard, Massachusetts,\nand the Massachusetts Institute of Technology, Cambridge, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the names of Digital or MIT not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' $'\n** File: \n**\n** xvdisp.c --- Xv server extension dispatch module.\n**\n** Author: \n**\n** David Carver (Digital Workstation Engineering/Project Athena)\n**\n** Revisions:\n**\n** 11.06.91 Carver\n** - changed SetPortControl to SetPortAttribute\n** - changed GetPortControl to GetPortAttribute\n** - changed QueryBestSize\n**\n** 15.05.91 Carver\n** - version 2.0 upgrade\n**\n** 24.01.91 Carver\n** - version 1.4 upgrade\n**\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/xvdisp.c ) [unpack/xorg-server-1.3.0.0/Xext/xvdisp.h]=( typeset -a comments=( ' $XFree86$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/xvdisp.h ) [unpack/xorg-server-1.3.0.0/Xext/xvdix.h]=( typeset -a comments=( $'**********************************************************\nCopyright 1991 by Digital Equipment Corporation, Maynard, Massachusetts,\nand the Massachusetts Institute of Technology, Cambridge, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the names of Digital or MIT not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' $'\n** File: \n**\n** xvdix.h --- Xv device independent header file\n**\n** Author: \n**\n** David Carver (Digital Workstation Engineering/Project Athena)\n**\n** Revisions:\n**\n** 29.08.91 Carver\n** - removed UnrealizeWindow wrapper unrealizing windows no longer \n** preempts video\n**\n** 11.06.91 Carver\n** - changed SetPortControl to SetPortAttribute\n** - changed GetPortControl to GetPortAttribute\n** - changed QueryBestSize\n**\n** 15.05.91 Carver\n** - version 2.0 upgrade\n**\n** 24.01.91 Carver\n** - version 1.4 upgrade\n**\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/xvdix.h ) [unpack/xorg-server-1.3.0.0/Xext/xvmain.c]=( typeset -a comments=( $'**********************************************************\nCopyright 1991 by Digital Equipment Corporation, Maynard, Massachusetts,\nand the Massachusetts Institute of Technology, Cambridge, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the names of Digital or MIT not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' $'\n** File: \n**\n** xvmain.c --- Xv server extension main device independent module.\n** \n** Author: \n**\n** David Carver (Digital Workstation Engineering/Project Athena)\n**\n** Revisions:\n**\n** 04.09.91 Carver\n** - change: stop video always generates an event even when video\n** wasn\'t active\n**\n** 29.08.91 Carver\n** - change: unrealizing windows no longer preempts video\n**\n** 11.06.91 Carver\n** - changed SetPortControl to SetPortAttribute\n** - changed GetPortControl to GetPortAttribute\n** - changed QueryBestSize\n**\n** 28.05.91 Carver\n** - fixed Put and Get requests to not preempt operations to same drawable\n**\n** 15.05.91 Carver\n** - version 2.0 upgrade\n**\n** 19.03.91 Carver\n** - fixed Put and Get requests to honor grabbed ports.\n** - fixed Video requests to update di structure with new drawable, and\n** client after calling ddx.\n**\n** 24.01.91 Carver\n** - version 1.4 upgrade\n** \n** Notes:\n**\n** Port structures reference client structures in a two different\n** ways: when grabs, or video is active. Each reference is encoded\n** as fake client resources and thus when the client is goes away so\n** does the reference (it is zeroed). No other action is taken, so\n** video doesn\'t necessarily stop. It probably will as a result of\n** other resources going away, but if a client starts video using\n** none of its own resources, then the video will continue to play\n** after the client disappears.\n**\n**\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/xvmain.c ) [unpack/xorg-server-1.3.0.0/Xext/xvmc.c]=( typeset -a comments=( ' Lynx ' ' HAS_XVMCSHM ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/xvmc.c ) [unpack/xorg-server-1.3.0.0/Xext/xvmcext.h]=( typeset -a comments=( ' _XVMC_H ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xext/xvmcext.h ) [unpack/xorg-server-1.3.0.0/Xi/allowev.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\nCopyright 1989 by Hewlett-Packard Company, Palo Alto, California.\n\n\t\t\tAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Hewlett-Packard not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nHEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nHEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' $'**********************************************************************\n *\n * Function to allow frozen events to be routed from extension input devices.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/allowev.c ) [unpack/xorg-server-1.3.0.0/Xi/allowev.h]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1996 by Thomas E. Dickey \n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of the above listed\ncopyright holder(s) not be used in advertising or publicity pertaining\nto distribution of the software without specific, written prior\npermission.\n\nTHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD\nTO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE\nLIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ' client ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/allowev.h ) [unpack/xorg-server-1.3.0.0/Xi/chgdctl.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\nCopyright 1989 by Hewlett-Packard Company, Palo Alto, California.\n\n\t\t\tAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Hewlett-Packard not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nHEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nHEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' $'*******************************************************************\n *\n * Change Device control attributes for an extension device.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/chgdctl.c ) [unpack/xorg-server-1.3.0.0/Xi/chgdctl.h]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1996 by Thomas E. Dickey \n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of the above listed\ncopyright holder(s) not be used in advertising or publicity pertaining\nto distribution of the software without specific, written prior\npermission.\n\nTHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD\nTO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE\nLIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ' client ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/chgdctl.h ) [unpack/xorg-server-1.3.0.0/Xi/chgfctl.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\nCopyright 1989 by Hewlett-Packard Company, Palo Alto, California.\n\n\t\t\tAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Hewlett-Packard not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nHEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nHEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' $'*******************************************************************\n *\n * Change feedback control attributes for an extension device.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/chgfctl.c ) [unpack/xorg-server-1.3.0.0/Xi/chgfctl.h]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1996 by Thomas E. Dickey \n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of the above listed\ncopyright holder(s) not be used in advertising or publicity pertaining\nto distribution of the software without specific, written prior\npermission.\n\nTHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD\nTO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE\nLIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ' client ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/chgfctl.h ) [unpack/xorg-server-1.3.0.0/Xi/chgkbd.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\nCopyright 1989 by Hewlett-Packard Company, Palo Alto, California.\n\n\t\t\tAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Hewlett-Packard not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nHEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nHEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' $'**********************************************************************\n *\n * Extension function to change the keyboard device.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/chgkbd.c ) [unpack/xorg-server-1.3.0.0/Xi/chgkbd.h]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1996 by Thomas E. Dickey \n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of the above listed\ncopyright holder(s) not be used in advertising or publicity pertaining\nto distribution of the software without specific, written prior\npermission.\n\nTHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD\nTO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE\nLIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ' client ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/chgkbd.h ) [unpack/xorg-server-1.3.0.0/Xi/chgkmap.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\nCopyright 1989 by Hewlett-Packard Company, Palo Alto, California.\n\n\t\t\tAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Hewlett-Packard not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nHEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nHEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' $'*******************************************************************\n *\n * Change key mapping for an extension device.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/chgkmap.c ) [unpack/xorg-server-1.3.0.0/Xi/chgkmap.h]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1996 by Thomas E. Dickey \n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of the above listed\ncopyright holder(s) not be used in advertising or publicity pertaining\nto distribution of the software without specific, written prior\npermission.\n\nTHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD\nTO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE\nLIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ' client ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/chgkmap.h ) [unpack/xorg-server-1.3.0.0/Xi/chgprop.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\nCopyright 1989 by Hewlett-Packard Company, Palo Alto, California.\n\n\t\t\tAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Hewlett-Packard not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nHEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nHEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' $'**********************************************************************\n *\n * Function to modify the dont-propagate-list for an extension input device.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/chgprop.c ) [unpack/xorg-server-1.3.0.0/Xi/chgprop.h]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1996 by Thomas E. Dickey \n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of the above listed\ncopyright holder(s) not be used in advertising or publicity pertaining\nto distribution of the software without specific, written prior\npermission.\n\nTHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD\nTO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE\nLIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ' client ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/chgprop.h ) [unpack/xorg-server-1.3.0.0/Xi/chgptr.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\nCopyright 1989 by Hewlett-Packard Company, Palo Alto, California.\n\n\t\t\tAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Hewlett-Packard not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nHEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nHEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' $'**********************************************************************\n *\n * Extension function to change the pointer device.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/chgptr.c ) [unpack/xorg-server-1.3.0.0/Xi/chgptr.h]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1996 by Thomas E. Dickey \n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of the above listed\ncopyright holder(s) not be used in advertising or publicity pertaining\nto distribution of the software without specific, written prior\npermission.\n\nTHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD\nTO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE\nLIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ' client ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/chgptr.h ) [unpack/xorg-server-1.3.0.0/Xi/closedev.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\nCopyright 1989 by Hewlett-Packard Company, Palo Alto, California.\n\n\t\t\tAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Hewlett-Packard not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nHEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nHEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' $'**********************************************************************\n *\n * Extension function to close an extension input device.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/closedev.c ) [unpack/xorg-server-1.3.0.0/Xi/closedev.h]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1996 by Thomas E. Dickey \n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of the above listed\ncopyright holder(s) not be used in advertising or publicity pertaining\nto distribution of the software without specific, written prior\npermission.\n\nTHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD\nTO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE\nLIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ' client ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/closedev.h ) [unpack/xorg-server-1.3.0.0/Xi/devbell.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\nCopyright 1989 by Hewlett-Packard Company, Palo Alto, California.\n\n\t\t\tAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Hewlett-Packard not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nHEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nHEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' $'**********************************************************************\n *\n * Extension function to change the keyboard device.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/devbell.c ) [unpack/xorg-server-1.3.0.0/Xi/devbell.h]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1996 by Thomas E. Dickey \n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of the above listed\ncopyright holder(s) not be used in advertising or publicity pertaining\nto distribution of the software without specific, written prior\npermission.\n\nTHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD\nTO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE\nLIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ' client ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/devbell.h ) [unpack/xorg-server-1.3.0.0/Xi/exevents.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\nCopyright 1989 by Hewlett-Packard Company, Palo Alto, California.\n\n\t\t\tAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Hewlett-Packard not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nHEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nHEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' $'*******************************************************************\n *\n * Routines to register and initialize extension input devices.\n * This also contains ProcessOtherEvent, the routine called from DDX\n * to route extension events.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/exevents.c ) [unpack/xorg-server-1.3.0.0/Xi/exglobals.h]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1996 by Thomas E. Dickey \n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of the above listed\ncopyright holder(s) not be used in advertising or publicity pertaining\nto distribution of the software without specific, written prior\npermission.\n\nTHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD\nTO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE\nLIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' $'****************************************************************\n *\n * Globals referenced elsewhere in the server.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/exglobals.h ) [unpack/xorg-server-1.3.0.0/Xi/extinit.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\nCopyright 1989 by Hewlett-Packard Company, Palo Alto, California.\n\n\t\t\tAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Hewlett-Packard not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nHEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nHEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' $'*******************************************************************\n *\n * Dispatch routines and initialization routines for the X input extension.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/extinit.c ) [unpack/xorg-server-1.3.0.0/Xi/getbmap.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\nCopyright 1989 by Hewlett-Packard Company, Palo Alto, California.\n\n\t\t\tAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Hewlett-Packard not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nHEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nHEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' $'**********************************************************************\n *\n * Extension function to return the version of the extension.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/getbmap.c ) [unpack/xorg-server-1.3.0.0/Xi/getbmap.h]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1996 by Thomas E. Dickey \n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of the above listed\ncopyright holder(s) not be used in advertising or publicity pertaining\nto distribution of the software without specific, written prior\npermission.\n\nTHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD\nTO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE\nLIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ' client ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/getbmap.h ) [unpack/xorg-server-1.3.0.0/Xi/getdctl.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\nCopyright 1989 by Hewlett-Packard Company, Palo Alto, California.\n\n\t\t\tAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Hewlett-Packard not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nHEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nHEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' $'*******************************************************************\n *\n * Get Device control attributes for an extension device.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/getdctl.c ) [unpack/xorg-server-1.3.0.0/Xi/getdctl.h]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1996 by Thomas E. Dickey \n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of the above listed\ncopyright holder(s) not be used in advertising or publicity pertaining\nto distribution of the software without specific, written prior\npermission.\n\nTHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD\nTO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE\nLIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ' client ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/getdctl.h ) [unpack/xorg-server-1.3.0.0/Xi/getfctl.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\nCopyright 1989 by Hewlett-Packard Company, Palo Alto, California.\n\n\t\t\tAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Hewlett-Packard not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nHEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nHEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' $'*******************************************************************\n *\n * Get feedback control attributes for an extension device.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/getfctl.c ) [unpack/xorg-server-1.3.0.0/Xi/getfctl.h]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1996 by Thomas E. Dickey \n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of the above listed\ncopyright holder(s) not be used in advertising or publicity pertaining\nto distribution of the software without specific, written prior\npermission.\n\nTHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD\nTO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE\nLIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ' client ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/getfctl.h ) [unpack/xorg-server-1.3.0.0/Xi/getfocus.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\nCopyright 1989 by Hewlett-Packard Company, Palo Alto, California.\n\n\t\t\tAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Hewlett-Packard not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nHEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nHEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' $'**********************************************************************\n *\n * Extension function to get the focus for an extension device.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/getfocus.c ) [unpack/xorg-server-1.3.0.0/Xi/getfocus.h]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1996 by Thomas E. Dickey \n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of the above listed\ncopyright holder(s) not be used in advertising or publicity pertaining\nto distribution of the software without specific, written prior\npermission.\n\nTHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD\nTO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE\nLIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ' client ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/getfocus.h ) [unpack/xorg-server-1.3.0.0/Xi/getkmap.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\nCopyright 1989 by Hewlett-Packard Company, Palo Alto, California.\n\n\t\t\tAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Hewlett-Packard not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nHEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nHEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' $'*******************************************************************\n *\n * Get the key mapping for an extension device.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/getkmap.c ) [unpack/xorg-server-1.3.0.0/Xi/getkmap.h]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1996 by Thomas E. Dickey \n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of the above listed\ncopyright holder(s) not be used in advertising or publicity pertaining\nto distribution of the software without specific, written prior\npermission.\n\nTHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD\nTO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE\nLIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ' client ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/getkmap.h ) [unpack/xorg-server-1.3.0.0/Xi/getmmap.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\nCopyright 1989 by Hewlett-Packard Company, Palo Alto, California.\n\n\t\t\tAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Hewlett-Packard not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nHEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nHEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' $'*******************************************************************\n *\n * Get the modifier mapping for an extension device.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/getmmap.c ) [unpack/xorg-server-1.3.0.0/Xi/getmmap.h]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1996 by Thomas E. Dickey \n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of the above listed\ncopyright holder(s) not be used in advertising or publicity pertaining\nto distribution of the software without specific, written prior\npermission.\n\nTHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD\nTO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE\nLIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ' client ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/getmmap.h ) [unpack/xorg-server-1.3.0.0/Xi/getprop.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\nCopyright 1989 by Hewlett-Packard Company, Palo Alto, California.\n\n\t\t\tAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Hewlett-Packard not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nHEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nHEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' $'**********************************************************************\n *\n * Function to return the dont-propagate-list for an extension device.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/getprop.c ) [unpack/xorg-server-1.3.0.0/Xi/getprop.h]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1996 by Thomas E. Dickey \n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of the above listed\ncopyright holder(s) not be used in advertising or publicity pertaining\nto distribution of the software without specific, written prior\npermission.\n\nTHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD\nTO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE\nLIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ' client ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/getprop.h ) [unpack/xorg-server-1.3.0.0/Xi/getselev.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\nCopyright 1989 by Hewlett-Packard Company, Palo Alto, California.\n\n\t\t\tAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Hewlett-Packard not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nHEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nHEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' $'**********************************************************************\n *\n * Extension function to get the current selected events for a given window.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/getselev.c ) [unpack/xorg-server-1.3.0.0/Xi/getselev.h]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1996 by Thomas E. Dickey \n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of the above listed\ncopyright holder(s) not be used in advertising or publicity pertaining\nto distribution of the software without specific, written prior\npermission.\n\nTHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD\nTO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE\nLIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ' client ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/getselev.h ) [unpack/xorg-server-1.3.0.0/Xi/getvers.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\nCopyright 1989 by Hewlett-Packard Company, Palo Alto, California.\n\n\t\t\tAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Hewlett-Packard not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nHEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nHEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' $'**********************************************************************\n *\n * Extension function to return the version of the extension.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/getvers.c ) [unpack/xorg-server-1.3.0.0/Xi/getvers.h]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1996 by Thomas E. Dickey \n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of the above listed\ncopyright holder(s) not be used in advertising or publicity pertaining\nto distribution of the software without specific, written prior\npermission.\n\nTHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD\nTO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE\nLIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ' client ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/getvers.h ) [unpack/xorg-server-1.3.0.0/Xi/grabdev.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\nCopyright 1989 by Hewlett-Packard Company, Palo Alto, California.\n\n\t\t\tAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Hewlett-Packard not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nHEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nHEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' $'**********************************************************************\n *\n * Extension function to grab an extension device.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/grabdev.c ) [unpack/xorg-server-1.3.0.0/Xi/grabdev.h]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1996 by Thomas E. Dickey \n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of the above listed\ncopyright holder(s) not be used in advertising or publicity pertaining\nto distribution of the software without specific, written prior\npermission.\n\nTHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD\nTO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE\nLIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ' client ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/grabdev.h ) [unpack/xorg-server-1.3.0.0/Xi/grabdevb.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\nCopyright 1989 by Hewlett-Packard Company, Palo Alto, California.\n\n\t\t\tAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Hewlett-Packard not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nHEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nHEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' $'**********************************************************************\n *\n * Extension function to grab a button on an extension device.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/grabdevb.c ) [unpack/xorg-server-1.3.0.0/Xi/grabdevb.h]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1996 by Thomas E. Dickey \n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of the above listed\ncopyright holder(s) not be used in advertising or publicity pertaining\nto distribution of the software without specific, written prior\npermission.\n\nTHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD\nTO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE\nLIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ' client ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/grabdevb.h ) [unpack/xorg-server-1.3.0.0/Xi/grabdevk.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\nCopyright 1989 by Hewlett-Packard Company, Palo Alto, California.\n\n\t\t\tAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Hewlett-Packard not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nHEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nHEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' $'**********************************************************************\n *\n * Extension function to grab a key on an extension device.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/grabdevk.c ) [unpack/xorg-server-1.3.0.0/Xi/grabdevk.h]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1996 by Thomas E. Dickey \n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of the above listed\ncopyright holder(s) not be used in advertising or publicity pertaining\nto distribution of the software without specific, written prior\npermission.\n\nTHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD\nTO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE\nLIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ' client ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/grabdevk.h ) [unpack/xorg-server-1.3.0.0/Xi/gtmotion.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\nCopyright 1989 by Hewlett-Packard Company, Palo Alto, California.\n\n\t\t\tAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Hewlett-Packard not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nHEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nHEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' $'**********************************************************************\n *\n * Request to get the motion history from an extension device.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/gtmotion.c ) [unpack/xorg-server-1.3.0.0/Xi/gtmotion.h]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1996 by Thomas E. Dickey \n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of the above listed\ncopyright holder(s) not be used in advertising or publicity pertaining\nto distribution of the software without specific, written prior\npermission.\n\nTHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD\nTO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE\nLIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ' client ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/gtmotion.h ) [unpack/xorg-server-1.3.0.0/Xi/listdev.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\nCopyright 1989 by Hewlett-Packard Company, Palo Alto, California.\n\n\t\t\tAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Hewlett-Packard not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nHEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nHEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' $'**********************************************************************\n *\n * Extension function to list the available input devices.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/listdev.c ) [unpack/xorg-server-1.3.0.0/Xi/listdev.h]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1996 by Thomas E. Dickey \n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of the above listed\ncopyright holder(s) not be used in advertising or publicity pertaining\nto distribution of the software without specific, written prior\npermission.\n\nTHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD\nTO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE\nLIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ' client ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/listdev.h ) [unpack/xorg-server-1.3.0.0/Xi/opendev.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\nCopyright 1989 by Hewlett-Packard Company, Palo Alto, California.\n\n\t\t\tAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Hewlett-Packard not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nHEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nHEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' $'**********************************************************************\n *\n * Request to open an extension input device.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/opendev.c ) [unpack/xorg-server-1.3.0.0/Xi/opendev.h]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1996 by Thomas E. Dickey \n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of the above listed\ncopyright holder(s) not be used in advertising or publicity pertaining\nto distribution of the software without specific, written prior\npermission.\n\nTHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD\nTO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE\nLIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ' client ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/opendev.h ) [unpack/xorg-server-1.3.0.0/Xi/queryst.c]=( typeset -a comments=( $'\n\nCopyright 1998, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom The Open Group.\n\n' $'**********************************************************************\n *\n * Request to query the state of an extension input device.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/queryst.c ) [unpack/xorg-server-1.3.0.0/Xi/queryst.h]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1996 by Thomas E. Dickey \n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of the above listed\ncopyright holder(s) not be used in advertising or publicity pertaining\nto distribution of the software without specific, written prior\npermission.\n\nTHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD\nTO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE\nLIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ' client ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/queryst.h ) [unpack/xorg-server-1.3.0.0/Xi/selectev.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\nCopyright 1989 by Hewlett-Packard Company, Palo Alto, California.\n\n\t\t\tAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Hewlett-Packard not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nHEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nHEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' $'**********************************************************************\n *\n * Request to select input from an extension device.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/selectev.c ) [unpack/xorg-server-1.3.0.0/Xi/selectev.h]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1996 by Thomas E. Dickey \n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of the above listed\ncopyright holder(s) not be used in advertising or publicity pertaining\nto distribution of the software without specific, written prior\npermission.\n\nTHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD\nTO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE\nLIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ' client ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/selectev.h ) [unpack/xorg-server-1.3.0.0/Xi/sendexev.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\nCopyright 1989 by Hewlett-Packard Company, Palo Alto, California.\n\n\t\t\tAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Hewlett-Packard not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nHEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nHEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' $'**********************************************************************\n *\n * Request to send an extension event.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/sendexev.c ) [unpack/xorg-server-1.3.0.0/Xi/sendexev.h]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1996 by Thomas E. Dickey \n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of the above listed\ncopyright holder(s) not be used in advertising or publicity pertaining\nto distribution of the software without specific, written prior\npermission.\n\nTHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD\nTO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE\nLIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ' client ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/sendexev.h ) [unpack/xorg-server-1.3.0.0/Xi/setbmap.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\nCopyright 1989 by Hewlett-Packard Company, Palo Alto, California.\n\n\t\t\tAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Hewlett-Packard not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nHEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nHEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' $'**********************************************************************\n *\n * Request to change the button mapping of an extension device.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/setbmap.c ) [unpack/xorg-server-1.3.0.0/Xi/setbmap.h]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1996 by Thomas E. Dickey \n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of the above listed\ncopyright holder(s) not be used in advertising or publicity pertaining\nto distribution of the software without specific, written prior\npermission.\n\nTHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD\nTO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE\nLIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ' client ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/setbmap.h ) [unpack/xorg-server-1.3.0.0/Xi/setdval.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\nCopyright 1989 by Hewlett-Packard Company, Palo Alto, California.\n\n\t\t\tAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Hewlett-Packard not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nHEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nHEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' $'**********************************************************************\n *\n * Request to change the mode of an extension input device.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/setdval.c ) [unpack/xorg-server-1.3.0.0/Xi/setdval.h]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1996 by Thomas E. Dickey \n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of the above listed\ncopyright holder(s) not be used in advertising or publicity pertaining\nto distribution of the software without specific, written prior\npermission.\n\nTHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD\nTO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE\nLIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ' client ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/setdval.h ) [unpack/xorg-server-1.3.0.0/Xi/setfocus.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\nCopyright 1989 by Hewlett-Packard Company, Palo Alto, California.\n\n\t\t\tAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Hewlett-Packard not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nHEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nHEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' $'**********************************************************************\n *\n * Request to set the focus for an extension device.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/setfocus.c ) [unpack/xorg-server-1.3.0.0/Xi/setfocus.h]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1996 by Thomas E. Dickey \n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of the above listed\ncopyright holder(s) not be used in advertising or publicity pertaining\nto distribution of the software without specific, written prior\npermission.\n\nTHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD\nTO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE\nLIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ' client ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/setfocus.h ) [unpack/xorg-server-1.3.0.0/Xi/setmmap.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\nCopyright 1989 by Hewlett-Packard Company, Palo Alto, California.\n\n\t\t\tAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Hewlett-Packard not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nHEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nHEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' $'*******************************************************************\n *\n * Set modifier mapping for an extension device.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/setmmap.c ) [unpack/xorg-server-1.3.0.0/Xi/setmmap.h]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1996 by Thomas E. Dickey \n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of the above listed\ncopyright holder(s) not be used in advertising or publicity pertaining\nto distribution of the software without specific, written prior\npermission.\n\nTHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD\nTO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE\nLIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ' client ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/setmmap.h ) [unpack/xorg-server-1.3.0.0/Xi/setmode.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\nCopyright 1989 by Hewlett-Packard Company, Palo Alto, California.\n\n\t\t\tAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Hewlett-Packard not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nHEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nHEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' $'**********************************************************************\n *\n * Request to change the mode of an extension input device.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/setmode.c ) [unpack/xorg-server-1.3.0.0/Xi/setmode.h]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1996 by Thomas E. Dickey \n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of the above listed\ncopyright holder(s) not be used in advertising or publicity pertaining\nto distribution of the software without specific, written prior\npermission.\n\nTHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD\nTO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE\nLIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ' client ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/setmode.h ) [unpack/xorg-server-1.3.0.0/Xi/stubs.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\nCopyright 1989 by Hewlett-Packard Company, Palo Alto, California.\n\n\t\t\tAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Hewlett-Packard not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nHEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nHEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' $'\n * stubs.c -- stub routines for the X server side of the XINPUT\n * extension. This file is mainly to be used only as documentation.\n * There is not much code here, and you can\'t get a working XINPUT\n * server just using this.\n * The Xvfb server uses this file so it will compile with the same\n * object files as the real X server for a platform that has XINPUT.\n * Xnest could do the same thing.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/stubs.c ) [unpack/xorg-server-1.3.0.0/Xi/ungrdev.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\nCopyright 1989 by Hewlett-Packard Company, Palo Alto, California.\n\n\t\t\tAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Hewlett-Packard not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nHEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nHEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' $'**********************************************************************\n *\n * Request to release a grab of an extension device.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/ungrdev.c ) [unpack/xorg-server-1.3.0.0/Xi/ungrdev.h]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1996 by Thomas E. Dickey \n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of the above listed\ncopyright holder(s) not be used in advertising or publicity pertaining\nto distribution of the software without specific, written prior\npermission.\n\nTHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD\nTO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE\nLIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ' client ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/ungrdev.h ) [unpack/xorg-server-1.3.0.0/Xi/ungrdevb.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\nCopyright 1989 by Hewlett-Packard Company, Palo Alto, California.\n\n\t\t\tAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Hewlett-Packard not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nHEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nHEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' $'**********************************************************************\n *\n * Request to release a grab of a button on an extension device.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/ungrdevb.c ) [unpack/xorg-server-1.3.0.0/Xi/ungrdevb.h]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1996 by Thomas E. Dickey \n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of the above listed\ncopyright holder(s) not be used in advertising or publicity pertaining\nto distribution of the software without specific, written prior\npermission.\n\nTHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD\nTO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE\nLIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ' client ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/ungrdevb.h ) [unpack/xorg-server-1.3.0.0/Xi/ungrdevk.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\nCopyright 1989 by Hewlett-Packard Company, Palo Alto, California.\n\n\t\t\tAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Hewlett-Packard not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nHEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nHEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' $'**********************************************************************\n *\n * Request to release a grab of a key on an extension device.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/ungrdevk.c ) [unpack/xorg-server-1.3.0.0/Xi/ungrdevk.h]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1996 by Thomas E. Dickey \n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of the above listed\ncopyright holder(s) not be used in advertising or publicity pertaining\nto distribution of the software without specific, written prior\npermission.\n\nTHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD\nTO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE\nLIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ' client ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/Xi/ungrdevk.h ) [unpack/xorg-server-1.3.0.0/afb/afb.h]=( typeset -a comments=( ' Combined Purdue/PurduePlus patches, level 2.0, 1/17/89 ' $'**********************************************************\n\nCopyright (c) 1987 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the X Consortium.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/afb/afb.h ) [unpack/xorg-server-1.3.0.0/afb/afbbitblt.c]=( typeset -a comments=( ' Combined Purdue/PurduePlus patches, level 2.0, 1/17/89 ' $'**********************************************************\n\nCopyright (c) 1987 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the X Consortium.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/afb/afbbitblt.c ) [unpack/xorg-server-1.3.0.0/afb/afbblt.c]=( typeset -a comments=( $'\n * afb copy area\n ' $'\n\nCopyright (c) 1989 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the X Consortium.\n\nAuthor: Keith Packard\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/afb/afbblt.c ) [unpack/xorg-server-1.3.0.0/afb/afbbltC.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/afb/afbbltC.c ) [unpack/xorg-server-1.3.0.0/afb/afbbltCI.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/afb/afbbltCI.c ) [unpack/xorg-server-1.3.0.0/afb/afbbltG.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/afb/afbbltG.c ) [unpack/xorg-server-1.3.0.0/afb/afbbltO.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/afb/afbbltO.c ) [unpack/xorg-server-1.3.0.0/afb/afbbltX.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/afb/afbbltX.c ) [unpack/xorg-server-1.3.0.0/afb/afbbres.c]=( typeset -a comments=( ' $XFree86$ ' ' Combined Purdue/PurduePlus patches, level 2.0, 1/17/89 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/afb/afbbres.c ) [unpack/xorg-server-1.3.0.0/afb/afbbresd.c]=( typeset -a comments=( ' $XFree86$ ' $'**********************************************************\n\nCopyright (c) 1987 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the X Consortium.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/afb/afbbresd.c ) [unpack/xorg-server-1.3.0.0/afb/afbbstore.c]=( typeset -a comments=( ' $XFree86$ ' ' Combined Purdue/PurduePlus patches, level 2.0, 1/17/89 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/afb/afbbstore.c ) [unpack/xorg-server-1.3.0.0/afb/afbclip.c]=( typeset -a comments=( $'**********************************************************\n\nCopyright (c) 1987 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the X Consortium.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' $' Convert bitmap clip mask into clipping region.\n * First, goes through each line and makes boxes by noting the transitions\n * from 0 to 1 and 1 to 0.\n * Then it coalesces the current line with the previous if they have boxes\n * at the same X coordinates.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/afb/afbclip.c ) [unpack/xorg-server-1.3.0.0/afb/afbcmap.c]=( typeset -a comments=( $'***********************************************************\nCopyright 1987 by Sun Microsystems, Inc. Mountain View, CA.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this\nsoftware and its documentation for any purpose and without\nfee is hereby granted, provided that the above copyright no-\ntice appear in all copies and that both that copyright no-\ntice and this permission notice appear in supporting docu-\nmentation, and that the names of Sun or X Consortium\nnot be used in advertising or publicity pertaining to\ndistribution of the software without specific prior\nwritten permission. Sun and X Consortium make no\nrepresentations about the suitability of this software for\nany purpose. It is provided "as is" without any express or\nimplied warranty.\n\nSUN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\nINCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FIT-\nNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SUN BE LI-\nABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR\nPROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\nTHE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' $'\n * Given a list of formats for a screen, create a list\n * of visuals and depths for the screen which correspond to\n * the set which can be used with this version of afb.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/afb/afbcmap.c ) [unpack/xorg-server-1.3.0.0/afb/afbfillarc.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright (c) 1989 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the X Consortium.\n\n*******************************************************' ' @@@ NEXT PLANE @@@ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/afb/afbfillarc.c ) [unpack/xorg-server-1.3.0.0/afb/afbfillrct.c]=( typeset -a comments=( ' Combined Purdue/PurduePlus patches, level 2.0, 1/17/89 ' $'**********************************************************\n\nCopyright (c) 1987 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the X Consortium.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/afb/afbfillrct.c ) [unpack/xorg-server-1.3.0.0/afb/afbfillsp.c]=( typeset -a comments=( ' Combined Purdue/PurduePlus patches, level 2.0, 1/17/89 ' $'**********************************************************\n\nCopyright (c) 1987 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the X Consortium.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/afb/afbfillsp.c ) [unpack/xorg-server-1.3.0.0/afb/afbfont.c]=( typeset -a comments=( ' $XFree86$ ' $'\n\nCopyright (c) 1987 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the X Consortium.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/afb/afbfont.c ) [unpack/xorg-server-1.3.0.0/afb/afbgc.c]=( typeset -a comments=( $'**********************************************************\n\nCopyright (c) 1987 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the X Consortium.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' $' some of the output primitives aren\'t really necessary, since\n\t they will be filled in ValidateGC because of dix/CreateGC()\n\t setting all the change bits. Others are necessary because although\n\t they depend on being a monochrome frame buffer, they don\'t change\n\t' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/afb/afbgc.c ) [unpack/xorg-server-1.3.0.0/afb/afbgetsp.c]=( typeset -a comments=( ' Combined Purdue/PurduePlus patches, level 2.0, 1/17/89 ' $'**********************************************************\n\nCopyright (c) 1987 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the X Consortium.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/afb/afbgetsp.c ) [unpack/xorg-server-1.3.0.0/afb/afbhrzvert.c]=( typeset -a comments=( ' Combined Purdue/PurduePlus patches, level 2.0, 1/17/89 ' $'**********************************************************\n\nCopyright (c) 1987 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the X Consortium.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/afb/afbhrzvert.c ) [unpack/xorg-server-1.3.0.0/afb/afbimage.c]=( typeset -a comments=( ' XXX: bit plane order wronge ! ' ' pDraw->devKind += sizeDst; ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/afb/afbimage.c ) [unpack/xorg-server-1.3.0.0/afb/afbimggblt.c]=( typeset -a comments=( ' Combined Purdue/PurduePlus patches, level 2.0, 1/17/89 ' $'**********************************************************\n\nCopyright (c) 1987 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the X Consortium.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/afb/afbimggblt.c ) [unpack/xorg-server-1.3.0.0/afb/afbline.c]=( typeset -a comments=( $'**********************************************************\n\nCopyright (c) 1987 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the X Consortium.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' $' single-pixel lines on a color frame buffer\n\n NON-SLOPED LINES\n horizontal lines are always drawn left to right; we have to\nmove the endpoints right by one after they\'re swapped.\n horizontal lines will be confined to a single band of a\nregion. the code finds that band (giving up if the lower\nbound of the band is above the line we\'re drawing); then it\nfinds the first box in that band that contains part of the\nline. we clip the line to subsequent boxes in that band.\n vertical lines are always drawn top to bottom (y-increasing.)\nthis requires adding one to the y-coordinate of each endpoint\nafter swapping.\n\n SLOPED LINES\n when clipping a sloped line, we bring the second point inside\nthe clipping box, rather than one beyond it, and then add 1 to\nthe length of the line before drawing it. this lets us use\nthe same box for finding the outcodes for both endpoints. since\nthe equation for clipping the second endpoint to an edge gives us\n1 beyond the edge, we then have to move the point towards the\nfirst point by one step on the major axis.\n eventually, there will be a diagram here to explain what\'s going\non. the method uses Cohen-Sutherland outcodes to determine\noutsideness, and a method similar to Pike\'s layers for doing the\nactual clipping.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/afb/afbline.c ) [unpack/xorg-server-1.3.0.0/afb/afbmisc.c]=( typeset -a comments=( ' $XFree86$ ' $'**********************************************************\n\nCopyright (c) 1987 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the X Consortium.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/afb/afbmisc.c ) [unpack/xorg-server-1.3.0.0/afb/afbpixmap.c]=( typeset -a comments=( $'**********************************************************\n\nCopyright (c) 1987 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the X Consortium.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' $' pixmap management\n written by drewry, september 1986\n\n on a monchrome device, a pixmap is a bitmap.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/afb/afbpixmap.c ) [unpack/xorg-server-1.3.0.0/afb/afbply1rct.c]=( typeset -a comments=( $'\n *\nCopyright (c) 1990 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the X Consortium.\n *\n * Author: Keith Packard, MIT X Consortium\n ' ' fill spans for this segment ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/afb/afbply1rct.c ) [unpack/xorg-server-1.3.0.0/afb/afbplygblt.c]=( typeset -a comments=( ' Combined Purdue/PurduePlus patches, level 2.0, 1/17/89 ' $'**********************************************************\n\nCopyright (c) 1987 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the X Consortium.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/afb/afbplygblt.c ) [unpack/xorg-server-1.3.0.0/afb/afbpntarea.c]=( typeset -a comments=( ' Combined Purdue/PurduePlus patches, level 2.0, 1/17/89 ' $'**********************************************************\n\nCopyright (c) 1987 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the X Consortium.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/afb/afbpntarea.c ) [unpack/xorg-server-1.3.0.0/afb/afbpntwin.c]=( typeset -a comments=( ' $XFree86$ ' ' Combined Purdue/PurduePlus patches, level 2.0, 1/17/89 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/afb/afbpntwin.c ) [unpack/xorg-server-1.3.0.0/afb/afbpolypnt.c]=( typeset -a comments=( ' Combined Purdue/PurduePlus patches, level 2.0, 1/17/89 ' $'**********************************************************\n\nCopyright (c) 1987 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the X Consortium.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/afb/afbpolypnt.c ) [unpack/xorg-server-1.3.0.0/afb/afbpushpxl.c]=( typeset -a comments=( $'**********************************************************\n\nCopyright (c) 1987 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the X Consortium.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' $' afbPushPixels -- squeegees the forground color of pGC through pBitMap\n * into pDrawable. pBitMap is a stencil (dx by dy of it is used, it may\n * be bigger) which is placed on the drawable at xOrg, yOrg. Where a 1 bit\n * is set in the bitmap, the fill style is put onto the drawable using\n * the GC\'s logical function. The drawable is not changed where the bitmap\n * has a zero bit or outside the area covered by the stencil.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/afb/afbpushpxl.c ) [unpack/xorg-server-1.3.0.0/afb/afbscrinit.c]=( typeset -a comments=( $'**********************************************************\n\nCopyright (c) 1987 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the X Consortium.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ' for xColorItem ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/afb/afbscrinit.c ) [unpack/xorg-server-1.3.0.0/afb/afbseg.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/afb/afbseg.c ) [unpack/xorg-server-1.3.0.0/afb/afbsetsp.c]=( typeset -a comments=( ' Combined Purdue/PurduePlus patches, level 2.0, 1/17/89 ' $'**********************************************************\n\nCopyright (c) 1987 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the X Consortium.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/afb/afbsetsp.c ) [unpack/xorg-server-1.3.0.0/afb/afbtegblt.c]=( typeset -a comments=( ' Combined Purdue/PurduePlus patches, level 2.0, 1/17/89 ' $'**********************************************************\n\nCopyright (c) 1987 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the X Consortium.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/afb/afbtegblt.c ) [unpack/xorg-server-1.3.0.0/afb/afbtile.c]=( typeset -a comments=( ' Combined Purdue/PurduePlus patches, level 2.0, 1/17/89 ' $'**********************************************************\n\nCopyright (c) 1987 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the X Consortium.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/afb/afbtile.c ) [unpack/xorg-server-1.3.0.0/afb/afbtileC.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/afb/afbtileC.c ) [unpack/xorg-server-1.3.0.0/afb/afbtileG.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/afb/afbtileG.c ) [unpack/xorg-server-1.3.0.0/afb/afbwindow.c]=( typeset -a comments=( ' Combined Purdue/PurduePlus patches, level 2.0, 1/17/89 ' $'**********************************************************\n\nCopyright (c) 1987 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the X Consortium.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/afb/afbwindow.c ) [unpack/xorg-server-1.3.0.0/afb/afbzerarc.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright (c) 1989 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the X Consortium.\n\n*******************************************************' $' Derived from:\n * "Algorithm for drawing ellipses or hyperbolae with a digital plotter"\n * by M. L. V. Pitteway\n * The Computer Journal, November 1967, Volume 10, Number 3, pp. 282-289\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/afb/afbzerarc.c ) [unpack/xorg-server-1.3.0.0/cfb/cfb.h]=( typeset -a comments=( $'***********************************************************\nCopyright 1987 by Sun Microsystems, Inc. Mountain View, CA.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this\nsoftware and its documentation for any purpose and without\nfee is hereby granted, provided that the above copyright no-\ntice appear in all copies and that both that copyright no-\ntice and this permission notice appear in supporting docu-\nmentation, and that the names of Sun or The Open Group\nnot be used in advertising or publicity pertaining to \ndistribution of the software without specific prior \nwritten permission. Sun and The Open Group make no \nrepresentations about the suitability of this software for \nany purpose. It is provided "as is" without any express or \nimplied warranty.\n\nSUN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\nINCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FIT-\nNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SUN BE LI-\nABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR\nPROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\nTHE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' $'\n private filed of pixmap\n pixmap.devPrivate = (unsigned int *)pointer_to_bits\n pixmap.devKind = width_of_pixmap_in_bytes\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfb.h ) [unpack/xorg-server-1.3.0.0/cfb/cfb16.h]=( typeset -a comments=( $'\n * Copyright (C) 1994-1998 The XFree86 Project, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the XFree86 Project shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from the\n * XFree86 Project.\n ' $'\n * C\'s preprocessing language substitutes >text<, not values...\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfb16.h ) [unpack/xorg-server-1.3.0.0/cfb/cfb24.h]=( typeset -a comments=( $'\n * Copyright (C) 1994-1998 The XFree86 Project, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the XFree86 Project shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from the\n * XFree86 Project.\n ' $'\n * C\'s preprocessing language substitutes >text<, not values...\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfb24.h ) [unpack/xorg-server-1.3.0.0/cfb/cfb32.h]=( typeset -a comments=( $'\n * Copyright (C) 1994-1998 The XFree86 Project, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the XFree86 Project shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from the\n * XFree86 Project.\n ' $'\n * C\'s preprocessing language substitutes >text<, not values...\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfb32.h ) [unpack/xorg-server-1.3.0.0/cfb/cfb8bit.c]=( typeset -a comments=( $'\n\nCopyright 1989, 1994, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom The Open Group.\n\n' $'\n * cfb8bit.c\n *\n * 8 bit color frame buffer utility routines\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfb8bit.c ) [unpack/xorg-server-1.3.0.0/cfb/cfb8bit.h]=( typeset -a comments=( $'\n * cfb8bit.h\n *\n * Defines which are only useful to 8 bit color frame buffers\n *\n * That doesn\'t seem to be true any more. Some of the macros in here \n * are used for depths other than 8. Perhaps the file should be\n * renamed. dpw\n ' $'\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfb8bit.h ) [unpack/xorg-server-1.3.0.0/cfb/cfb8line.c]=( typeset -a comments=( $'\n *\nCopyright 1990, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n *\n * Author: Keith Packard, MIT X Consortium\n *\n * Jeff Anton\'x fixes: cfb8line.c 97/02/07\n ' $' lame compiler doesn\'t even look at \'register\' attributes ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfb8line.c ) [unpack/xorg-server-1.3.0.0/cfb/cfb8lineCO.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfb8lineCO.c ) [unpack/xorg-server-1.3.0.0/cfb/cfb8lineCP.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfb8lineCP.c ) [unpack/xorg-server-1.3.0.0/cfb/cfb8lineG.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfb8lineG.c ) [unpack/xorg-server-1.3.0.0/cfb/cfb8lineX.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfb8lineX.c ) [unpack/xorg-server-1.3.0.0/cfb/cfb8segC.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfb8segC.c ) [unpack/xorg-server-1.3.0.0/cfb/cfb8segCS.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfb8segCS.c ) [unpack/xorg-server-1.3.0.0/cfb/cfb8segX.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfb8segX.c ) [unpack/xorg-server-1.3.0.0/cfb/cfb8setG.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfb8setG.c ) [unpack/xorg-server-1.3.0.0/cfb/cfballpriv.c]=( typeset -a comments=( $'\n *\nCopyright 1991, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n *\n * Author: Keith Packard, MIT X Consortium\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfballpriv.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbbitblt.c]=( typeset -a comments=( $'\n * cfb copy area\n ' $'\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\nAuthor: Keith Packard\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbbitblt.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbblt.c]=( typeset -a comments=( $'\n * cfb copy area\n ' $'\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\nAuthor: Keith Packard\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbblt.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbbltC.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbbltC.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbbltG.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbbltG.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbbltO.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbbltO.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbbltX.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbbltX.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbbres.c]=( typeset -a comments=( $'**********************************************************\n\nCopyright 1987, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ' Solid bresenham line ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbbres.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbbresd.c]=( typeset -a comments=( $'**********************************************************\n\nCopyright 1987, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ' Dashed bresenham line ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbbresd.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbbstore.c]=( typeset -a comments=( $'-\n * cfbbstore.c --\n *\tFunctions required by the backing-store implementation in MI.\n *\n * Copyright (c) 1987 by the Regents of the University of California\n *\n * Permission to use, copy, modify, and distribute this\n * software and its documentation for any purpose and without\n * fee is hereby granted, provided that the above copyright\n * notice appear in all copies. The University of California\n * makes no representations about the suitability of this\n * software for any purpose. It is provided "as is" without\n * express or implied warranty.\n *\n *\n ' $'-\n *-----------------------------------------------------------------------\n * cfbSaveAreas --\n *\tFunction called by miSaveAreas to actually fetch the areas to be\n *\tsaved into the backing pixmap. This is very simple to do, since\n *\tcfbDoBitblt is designed for this very thing. The region to save is\n *\talready destination-relative and we\'re given the offset to the\n *\twindow origin, so we have only to create an array of points of the\n *\tu.l. corners of the boxes in the region translated to the screen\n *\tcoordinate system and fetch the screen pixmap out of its devPrivate\n *\tfield....\n *\n * Results:\n *\tNone.\n *\n * Side Effects:\n *\tData are copied from the screen into the pixmap.\n *\n *-----------------------------------------------------------------------\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbbstore.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbcmap.c]=( typeset -a comments=( $'***********************************************************\nCopyright 1987 by Sun Microsystems, Inc. Mountain View, CA.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this\nsoftware and its documentation for any purpose and without\nfee is hereby granted, provided that the above copyright no-\ntice appear in all copies and that both that copyright no-\ntice and this permission notice appear in supporting docu-\nmentation, and that the names of Sun or The Open Group\nnot be used in advertising or publicity pertaining to \ndistribution of the software without specific prior \nwritten permission. Sun and The Open Group make no \nrepresentations about the suitability of this software for \nany purpose. It is provided "as is" without any express or \nimplied warranty.\n\nSUN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\nINCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FIT-\nNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SUN BE LI-\nABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR\nPROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\nTHE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' $'\n * Given a list of formats for a screen, create a list\n * of visuals and depths for the screen which coorespond to\n * the set which can be used with this version of cfb.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbcmap.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbcppl.c]=( typeset -a comments=( $'\n * $TOG: cfb8cppl.c /main/16 1998/02/09 14:04:13 kaleb $\n *\nCopyright 1990, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n *\n * Author: Keith Packard, MIT X Consortium\n ' ' for maskbits.h ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbcppl.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbfillarc.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n*******************************************************' ' gcc 1.35 is stupid ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbfillarc.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbfillarcC.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbfillarcC.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbfillarcG.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbfillarcG.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbfillrct.c]=( typeset -a comments=( $'\n * Fill rectangles.\n ' $'\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbfillrct.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbfillsp.c]=( typeset -a comments=( $'***********************************************************\nCopyright 1987 by Sun Microsystems, Inc. Mountain View, CA.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this\nsoftware and its documentation for any purpose and without\nfee is hereby granted, provided that the above copyright no-\ntice appear in all copies and that both that copyright no-\ntice and this permission notice appear in supporting docu-\nmentation, and that the names of Sun or The Open Group\nnot be used in advertising or publicity pertaining to \ndistribution of the software without specific prior \nwritten permission. Sun and The Open Group make no \nrepresentations about the suitability of this software for \nany purpose. It is provided "as is" without any express or \nimplied warranty.\n\nSUN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\nINCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FIT-\nNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SUN BE LI-\nABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR\nPROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\nTHE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' $'**********************************************************\n\nCopyright 1987, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbfillsp.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbgc.c]=( typeset -a comments=( $'**********************************************************\n\nCopyright 1987, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' $'\n * some of the output primitives aren\'t really necessary, since they\n * will be filled in ValidateGC because of dix/CreateGC() setting all\n * the change bits. Others are necessary because although they depend\n * on being a color frame buffer, they don\'t change \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbgc.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbgetsp.c]=( typeset -a comments=( $'**********************************************************\n\nCopyright 1987, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' $' GetSpans -- for each span, gets bits from drawable starting at ppt[i]\n * and continuing for pwidth[i] bits\n * Each scanline returned will be server scanline padded, i.e., it will come\n * out to an integral number of words.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbgetsp.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbglblt8.c]=( typeset -a comments=( $'\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n' $'\n * Poly glyph blt. Accepts an arbitrary font <= 32 bits wide, in Copy mode\n * only.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbglblt8.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbglrop8.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbglrop8.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbhrzvert.c]=( typeset -a comments=( $'**********************************************************\n\nCopyright 1987,1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' $' horizontal solid line\n abs(len) > 1\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbhrzvert.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbigblt8.c]=( typeset -a comments=( $'\n *\nCopyright 1990, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n *\n * Author: Keith Packard, MIT X Consortium\n ' ' used by QueryGlyphExtents() ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbigblt8.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbimage.c]=( typeset -a comments=( $'**********************************************************\n\nCopyright 1987, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' $'\n * XFree86 DDX empties the root borderClip when the VT is\n * switched away; this checks for that case\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbimage.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbline.c]=( typeset -a comments=( $'**********************************************************\n\nCopyright 1987, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' $' single-pixel lines on a color frame buffer\n\n NON-SLOPED LINES\n horizontal lines are always drawn left to right; we have to\nmove the endpoints right by one after they\'re swapped.\n horizontal lines will be confined to a single band of a\nregion. the code finds that band (giving up if the lower\nbound of the band is above the line we\'re drawing); then it\nfinds the first box in that band that contains part of the\nline. we clip the line to subsequent boxes in that band.\n vertical lines are always drawn top to bottom (y-increasing.)\nthis requires adding one to the y-coordinate of each endpoint\nafter swapping.\n\n SLOPED LINES\n when clipping a sloped line, we bring the second point inside\nthe clipping box, rather than one beyond it, and then add 1 to\nthe length of the line before drawing it. this lets us use\nthe same box for finding the outcodes for both endpoints. since\nthe equation for clipping the second endpoint to an edge gives us\n1 beyond the edge, we then have to move the point towards the\nfirst point by one step on the major axis.\n eventually, there will be a diagram here to explain what\'s going\non. the method uses Cohen-Sutherland outcodes to determine\noutsideness, and a method similar to Pike\'s layers for doing the\nactual clipping.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbline.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbmap.h]=( typeset -a comments=( $'\n *\nCopyright 1991, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n *\n * Author: Keith Packard, MIT X Consortium\n ' $'\n * Map names around so that multiple depths can be supported simultaneously\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbmap.h ) [unpack/xorg-server-1.3.0.0/cfb/cfbmskbits.c]=( typeset -a comments=( $'***********************************************************\nCopyright 1987 by Sun Microsystems, Inc. Mountain View, CA.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this\nsoftware and its documentation for any purpose and without\nfee is hereby granted, provided that the above copyright no-\ntice appear in all copies and that both that copyright no-\ntice and this permission notice appear in supporting docu-\nmentation, and that the names of Sun or The Open Group\nnot be used in advertising or publicity pertaining to \ndistribution of the software without specific prior \nwritten permission. Sun and The Open Group make no \nrepresentations about the suitability of this software for \nany purpose. It is provided "as is" without any express or \nimplied warranty.\n\nSUN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\nINCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FIT-\nNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SUN BE LI-\nABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR\nPROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\nTHE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' $'\n * ==========================================================================\n * Converted to Color Frame Buffer by smarks@sun, April-May 1987. The "bit \n * numbering" in the doc below really means "byte numbering" now.\n * ==========================================================================\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbmskbits.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbmskbits.h]=( typeset -a comments=( $'***********************************************************\nCopyright 1987 by Sun Microsystems, Inc. Mountain View, CA.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this\nsoftware and its documentation for any purpose and without\nfee is hereby granted, provided that the above copyright no-\ntice appear in all copies and that both that copyright no-\ntice and this permission notice appear in supporting docu-\nmentation, and that the names of Sun or The Open Group\nnot be used in advertising or publicity pertaining to \ndistribution of the software without specific prior \nwritten permission. Sun and The Open Group make no \nrepresentations about the suitability of this software for \nany purpose. It is provided "as is" without any express or \nimplied warranty.\n\nSUN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\nINCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FIT-\nNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SUN BE LI-\nABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR\nPROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\nTHE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ' Optimizations for PSZ == 32 added by Kyle Marvin (marvin@vitec.com) ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbmskbits.h ) [unpack/xorg-server-1.3.0.0/cfb/cfbpixmap.c]=( typeset -a comments=( $'**********************************************************\n\nCopyright 1987, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' $' pixmap management\n written by drewry, september 1986\n\n on a monchrome device, a pixmap is a bitmap.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbpixmap.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbply1rct.c]=( typeset -a comments=( $'\n *\nCopyright 1990, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n *\n * Author: Keith Packard, MIT X Consortium\n ' ' fill spans for this segment ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbply1rct.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbply1rctC.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbply1rctC.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbply1rctG.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbply1rctG.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbpntwin.c]=( typeset -a comments=( $'**********************************************************\n\nCopyright 1987, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' $'\n * Use the RROP macros in copy mode\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbpntwin.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbpolypnt.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n*******************************************************' $' WARNING: pbox contains two shorts. This code assumes they are packed\n * and can be referenced together as an INT32.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbpolypnt.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbpush8.c]=( typeset -a comments=( $'\n * Push Pixels for 8 bit displays.\n ' $'\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbpush8.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbrctstp8.c]=( typeset -a comments=( $'\n * Fill 32 bit stippled rectangles for 8 bit frame buffers\n ' $'\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\nAuthor: Keith Packard, MIT X Consortium\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbrctstp8.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbrrop.c]=( typeset -a comments=( $'\n *\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n *\n * Author: Keith Packard, MIT X Consortium\n ' ' cfb reduced rasterop computations ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbrrop.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbrrop.h]=( typeset -a comments=( $'\n *\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n *\n * Author: Keith Packard, MIT X Consortium\n ' ' GXcopy ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbrrop.h ) [unpack/xorg-server-1.3.0.0/cfb/cfbscrinit.c]=( typeset -a comments=( $'***********************************************************\nCopyright 1987 by Sun Microsystems, Inc. Mountain View, CA.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this\nsoftware and its documentation for any purpose and without\nfee is hereby granted, provided that the above copyright no-\ntice appear in all copies and that both that copyright no-\ntice and this permission notice appear in supporting docu-\nmentation, and that the names of Sun or The Open Group\nnot be used in advertising or publicity pertaining to \ndistribution of the software without specific prior \nwritten permission. Sun and The Open Group make no \nrepresentations about the suitability of this software for \nany purpose. It is provided "as is" without any express or \nimplied warranty.\n\nSUN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\nINCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FIT-\nNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SUN BE LI-\nABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR\nPROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\nTHE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ' NOOP ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbscrinit.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbseg.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbseg.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbsetsp.c]=( typeset -a comments=( $'**********************************************************\n\nCopyright 1987, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' $' cfbSetScanline -- copies the bits from psrc to the drawable starting at\n * (xStart, y) and continuing to (xEnd, y). xOrigin tells us where psrc \n * starts on the scanline. (I.e., if this scanline passes through multiple\n * boxes, we may not want to start grabbing bits at psrc but at some offset\n * further on.) \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbsetsp.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbsolid.c]=( typeset -a comments=( $'\n *\nCopyright 1990, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n *\n * Author: Keith Packard, MIT X Consortium\n ' $'\trightIndex = ((leftIndex+w)<5)?0:pBox->x2 &3;' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbsolid.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbsolidC.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbsolidC.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbsolidG.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbsolidG.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbsolidX.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbsolidX.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbtab.h]=( typeset -a comments=( ' $XFree86$ ' ' prototypes ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbtab.h ) [unpack/xorg-server-1.3.0.0/cfb/cfbteblt8.c]=( typeset -a comments=( $'\n * TEGblt - ImageText expanded glyph fonts only. For\n * 8 bit displays, in Copy mode with no clipping.\n ' $'\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbteblt8.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbtegblt.c]=( typeset -a comments=( $'**********************************************************\n\nCopyright 1987, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' $'\n this works for fonts with glyphs <= 32 bits wide, on an\n arbitrarily deep display. Use cfbTEGlyphBlt8 for 8 bit displays.\n\n This should be called only with a terminal-emulator font;\nthis means that the FIXED_METRICS flag is set, and that\nglyphbounds == charbounds.\n\n in theory, this goes faster; even if it doesn\'t, it reduces the\nflicker caused by writing a string over itself with image text (since\nthe background gets repainted per character instead of per string.)\nthis seems to be important for some converted X10 applications.\n\n Image text looks at the bits in the glyph and the fg and bg in the\nGC. it paints a rectangle, as defined in the protocol dcoument,\nand the paints the characters.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbtegblt.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbtile32.c]=( typeset -a comments=( $'\n * Fill 32 bit tiled rectangles. Used by both PolyFillRect and PaintWindow.\n * no depth dependencies.\n ' $'\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbtile32.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbtile32C.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbtile32C.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbtile32G.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbtile32G.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbtileodd.c]=( typeset -a comments=( $'\n * Fill odd tiled rectangles and spans.\n * no depth dependencies.\n ' $'\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbtileodd.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbtileoddC.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbtileoddC.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbtileoddG.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbtileoddG.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbunmap.h]=( typeset -a comments=( $'\n * Copyright (C) 1994-1998 The XFree86 Project, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the XFree86 Project shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from the\n * XFree86 Project.\n ' $'\n * Unmap names\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbunmap.h ) [unpack/xorg-server-1.3.0.0/cfb/cfbwindow.c]=( typeset -a comments=( $'**********************************************************\n\nCopyright 1987, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ' Setup pointer to Screen pixmap ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbwindow.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbzerarc.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n*******************************************************' $' Derived from:\n * "Algorithm for drawing ellipses or hyperbolae with a digital plotter"\n * by M. L. V. Pitteway\n * The Computer Journal, November 1967, Volume 10, Number 3, pp. 282-289\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbzerarc.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbzerarcC.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbzerarcC.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbzerarcG.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbzerarcG.c ) [unpack/xorg-server-1.3.0.0/cfb/cfbzerarcX.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/cfbzerarcX.c ) [unpack/xorg-server-1.3.0.0/cfb/stip68kgnu.h]=( typeset -a comments=( $'\n *\nCopyright 1990, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n *\n * Author: Keith Packard, MIT X Consortium\n ' $'\n * Stipple stack macro for 68k GCC\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb/stip68kgnu.h ) [unpack/xorg-server-1.3.0.0/cfb32/cfb8lineCO.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb32/cfb8lineCO.c ) [unpack/xorg-server-1.3.0.0/cfb32/cfb8lineCP.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb32/cfb8lineCP.c ) [unpack/xorg-server-1.3.0.0/cfb32/cfb8lineG.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb32/cfb8lineG.c ) [unpack/xorg-server-1.3.0.0/cfb32/cfb8lineX.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb32/cfb8lineX.c ) [unpack/xorg-server-1.3.0.0/cfb32/cfb8segC.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb32/cfb8segC.c ) [unpack/xorg-server-1.3.0.0/cfb32/cfb8segCS.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb32/cfb8segCS.c ) [unpack/xorg-server-1.3.0.0/cfb32/cfb8segX.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb32/cfb8segX.c ) [unpack/xorg-server-1.3.0.0/cfb32/cfb8setG.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb32/cfb8setG.c ) [unpack/xorg-server-1.3.0.0/cfb32/cfbbltC.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb32/cfbbltC.c ) [unpack/xorg-server-1.3.0.0/cfb32/cfbbltG.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb32/cfbbltG.c ) [unpack/xorg-server-1.3.0.0/cfb32/cfbbltO.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb32/cfbbltO.c ) [unpack/xorg-server-1.3.0.0/cfb32/cfbbltX.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb32/cfbbltX.c ) [unpack/xorg-server-1.3.0.0/cfb32/cfbfillarcC.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb32/cfbfillarcC.c ) [unpack/xorg-server-1.3.0.0/cfb32/cfbfillarcG.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb32/cfbfillarcG.c ) [unpack/xorg-server-1.3.0.0/cfb32/cfbply1rctC.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb32/cfbply1rctC.c ) [unpack/xorg-server-1.3.0.0/cfb32/cfbply1rctG.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb32/cfbply1rctG.c ) [unpack/xorg-server-1.3.0.0/cfb32/cfbseg.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb32/cfbseg.c ) [unpack/xorg-server-1.3.0.0/cfb32/cfbsolidC.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb32/cfbsolidC.c ) [unpack/xorg-server-1.3.0.0/cfb32/cfbsolidG.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb32/cfbsolidG.c ) [unpack/xorg-server-1.3.0.0/cfb32/cfbsolidX.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb32/cfbsolidX.c ) [unpack/xorg-server-1.3.0.0/cfb32/cfbtile32C.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb32/cfbtile32C.c ) [unpack/xorg-server-1.3.0.0/cfb32/cfbtile32G.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb32/cfbtile32G.c ) [unpack/xorg-server-1.3.0.0/cfb32/cfbtileoddC.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb32/cfbtileoddC.c ) [unpack/xorg-server-1.3.0.0/cfb32/cfbtileoddG.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb32/cfbtileoddG.c ) [unpack/xorg-server-1.3.0.0/cfb32/cfbzerarcC.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb32/cfbzerarcC.c ) [unpack/xorg-server-1.3.0.0/cfb32/cfbzerarcG.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb32/cfbzerarcG.c ) [unpack/xorg-server-1.3.0.0/cfb32/cfbzerarcX.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/cfb32/cfbzerarcX.c ) [unpack/xorg-server-1.3.0.0/composite/compalloc.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2006 Sun Microsystems\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Sun Microsystems not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Sun Microsystems makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * SUN MICROSYSTEMS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL SUN MICROSYSTEMS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Copyright \302\251 2003 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * Redirect one window for one client\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/composite/compalloc.c ) [unpack/xorg-server-1.3.0.0/composite/compext.c]=( typeset -a comments=( $'\n * $Id$\n *\n *\n * Copyright \302\251 2006 Sun Microsystems\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Sun Microsystems not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Sun Microsystems makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * SUN MICROSYSTEMS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL SUN MICROSYSTEMS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Copyright \302\251 2003 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' Unmap overlay window when there are no more clients using it ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/composite/compext.c ) [unpack/xorg-server-1.3.0.0/composite/compinit.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2006 Sun Microsystems\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Sun Microsystems not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Sun Microsystems makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * SUN MICROSYSTEMS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL SUN MICROSYSTEMS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Copyright \302\251 2003 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $' \n ** Note: no need to call DeleteWindow; the server has\n ** already destroyed it.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/composite/compinit.c ) [unpack/xorg-server-1.3.0.0/composite/compint.h]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2006 Sun Microsystems\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Sun Microsystems not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Sun Microsystems makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * SUN MICROSYSTEMS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL SUN MICROSYSTEMS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Copyright \302\251 2003 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * enable this for debugging\n \n #define COMPOSITE_DEBUG\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/composite/compint.h ) [unpack/xorg-server-1.3.0.0/composite/compwindow.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2006 Sun Microsystems\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Sun Microsystems not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Sun Microsystems makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * SUN MICROSYSTEMS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL SUN MICROSYSTEMS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Copyright \302\251 2003 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * Recompute winSize and borderSize. This is duplicate effort\n * when resizing pixmaps, but necessary when changing redirection.\n * Might be nice to fix this.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/composite/compwindow.c ) [unpack/xorg-server-1.3.0.0/damageext/damageext.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2002 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $' Version of the damage extension supported by the server, as opposed to the\n * DAMAGE_* defines from damageproto for what version the proto header\n * supports.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/damageext/damageext.c ) [unpack/xorg-server-1.3.0.0/damageext/damageext.h]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2002 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' _DAMAGEEXT_H_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/damageext/damageext.h ) [unpack/xorg-server-1.3.0.0/damageext/damageextint.h]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2002 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' XDamageNumberRequests ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/damageext/damageextint.h ) [unpack/xorg-server-1.3.0.0/dbe/dbe.c]=( typeset -a comments=( $'*****************************************************************************\n * \n * Copyright (c) 1994, 1995 Hewlett-Packard Company\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sublicense, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n * IN NO EVENT SHALL HEWLETT-PACKARD COMPANY BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR\n * THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n * Except as contained in this notice, the name of the Hewlett-Packard\n * Company shall not be used in advertising or otherwise to promote the\n * sale, use or other dealings in this Software without prior written\n * authorization from the Hewlett-Packard Company.\n * \n * DIX DBE code\n *\n ****************************************************************************' ' INCLUDES ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/dbe/dbe.c ) [unpack/xorg-server-1.3.0.0/dbe/dbestruct.h]=( typeset -a comments=( $'*****************************************************************************\n * \n * Copyright (c) 1994, 1995 Hewlett-Packard Company\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sublicense, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n * IN NO EVENT SHALL HEWLETT-PACKARD COMPANY BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR\n * THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n * Except as contained in this notice, the name of the Hewlett-Packard\n * Company shall not be used in advertising or otherwise to promote the\n * sale, use or other dealings in this Software without prior written\n * authorization from the Hewlett-Packard Company.\n * \n * Header file for DIX-related DBE\n *\n ****************************************************************************' ' $XFree86$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/dbe/dbestruct.h ) [unpack/xorg-server-1.3.0.0/dbe/midbe.c]=( typeset -a comments=( $'*****************************************************************************\n * \n * Copyright (c) 1994, 1995 Hewlett-Packard Company\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sublicense, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n * IN NO EVENT SHALL HEWLETT-PACKARD COMPANY BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR\n * THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n * Except as contained in this notice, the name of the Hewlett-Packard\n * Company shall not be used in advertising or otherwise to promote the\n * sale, use or other dealings in this Software without prior written\n * authorization from the Hewlett-Packard Company.\n * \n * Machine-independent DBE code\n *\n ****************************************************************************' ' INCLUDES ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/dbe/midbe.c ) [unpack/xorg-server-1.3.0.0/dbe/midbe.h]=( typeset -a comments=( $'*****************************************************************************\n * \n * Copyright (c) 1994, 1995 Hewlett-Packard Company\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sublicense, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n * IN NO EVENT SHALL HEWLETT-PACKARD COMPANY BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR\n * THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n * Except as contained in this notice, the name of the Hewlett-Packard\n * Company shall not be used in advertising or otherwise to promote the\n * sale, use or other dealings in this Software without prior written\n * authorization from the Hewlett-Packard Company.\n * \n * Header file for users of machine-independent DBE code\n *\n ****************************************************************************' ' $XFree86$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/dbe/midbe.h ) [unpack/xorg-server-1.3.0.0/dbe/midbestr.h]=( typeset -a comments=( $'*****************************************************************************\n * \n * Copyright (c) 1994, 1995 Hewlett-Packard Company\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sublicense, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n * IN NO EVENT SHALL HEWLETT-PACKARD COMPANY BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR\n * THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n * Except as contained in this notice, the name of the Hewlett-Packard\n * Company shall not be used in advertising or otherwise to promote the\n * sale, use or other dealings in this Software without prior written\n * authorization from the Hewlett-Packard Company.\n * \n * Header file for users of machine-independent DBE code\n * \n ****************************************************************************' ' DEFINES ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/dbe/midbestr.h ) [unpack/xorg-server-1.3.0.0/dix/atom.c]=( typeset -a comments=( $'**********************************************************\n\nCopyright 1987, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ' now start testing the strings ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/dix/atom.c ) [unpack/xorg-server-1.3.0.0/dix/colormap.c]=( typeset -a comments=( $'**********************************************************\n\nCopyright 1987, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' pentFirst ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/dix/colormap.c ) [unpack/xorg-server-1.3.0.0/dix/cursor.c]=( typeset -a comments=( $'**********************************************************\n\nCopyright 1987, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' $'*\n * To be called indirectly by DeleteResource; must use exactly two args.\n *\n * \\param value must conform to DeleteType\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/dix/cursor.c ) [unpack/xorg-server-1.3.0.0/dix/devices.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1987, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' ' if keysym map size changes, grow map first ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/dix/devices.c ) [unpack/xorg-server-1.3.0.0/dix/dispatch.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1987, 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987, 1989 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' ' The panoramix components contained the following notice ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/dix/dispatch.c ) [unpack/xorg-server-1.3.0.0/dix/dispatch.h]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1996 by Thomas E. Dickey \n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of the above listed\ncopyright holder(s) not be used in advertising or publicity pertaining\nto distribution of the software without specific, written prior\npermission.\n\nTHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD\nTO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE\nLIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' $'\n * This prototypes the dispatch.c module (except for functions declared in\n * global headers), plus related dispatch procedures from devices.c, events.c,\n * extension.c, property.c. \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/dix/dispatch.h ) [unpack/xorg-server-1.3.0.0/dix/dixfonts.c]=( typeset -a comments=( $'***********************************************************************\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n***********************************************************************' ' The panoramix components contained the following notice ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/dix/dixfonts.c ) [unpack/xorg-server-1.3.0.0/dix/dixutils.c]=( typeset -a comments=( $'**********************************************************\n\nCopyright 1987, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' $'\n\n(c)Copyright 1988,1991 Adobe Systems Incorporated. All rights reserved.\n\nPermission to use, copy, modify, distribute, and sublicense this software and its\ndocumentation for any purpose and without fee is hereby granted, provided that\nthe above copyright notices appear in all copies and that both those copyright\nnotices and this permission notice appear in supporting documentation and that\nthe name of Adobe Systems Incorporated not be used in advertising or publicity\npertaining to distribution of the software without specific, written prior\npermission. No trademark license to use the Adobe trademarks is hereby\ngranted. If the Adobe trademark "Display PostScript"(tm) is used to describe\nthis software, its functionality or for any other purpose, such use shall be\nlimited to a statement that this software works in conjunction with the Display\nPostScript system. Proper trademark attribution to reflect Adobe\'s ownership\nof the trademark shall be given whenever any such reference to the Display\nPostScript system is made.\n\nADOBE MAKES NO REPRESENTATIONS ABOUT THE SUITABILITY OF THE SOFTWARE FOR ANY\nPURPOSE. IT IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY. ADOBE\nDISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED\nWARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-\nINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL ADOBE BE LIABLE TO YOU\nOR ANY OTHER PARTY FOR ANY SPECIAL, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY\nDAMAGES WHATSOEVER WHETHER IN AN ACTION OF CONTRACT,NEGLIGENCE, STRICT\nLIABILITY OR ANY OTHER ACTION ARISING OUT OF OR IN CONNECTION WITH THE USE OR\nPERFORMANCE OF THIS SOFTWARE. ADOBE WILL NOT PROVIDE ANY TRAINING OR OTHER\nSUPPORT FOR THE SOFTWARE.\n\nAdobe, PostScript, and Display PostScript are trademarks of Adobe Systems\nIncorporated which may be registered in certain jurisdictions.\n\nAuthor: Adobe Systems Incorporated\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/dix/dixutils.c ) [unpack/xorg-server-1.3.0.0/dix/events.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1987, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' ' The panoramix components contained the following notice ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/dix/events.c ) [unpack/xorg-server-1.3.0.0/dix/extension.c]=( typeset -a comments=( $'**********************************************************\n\nCopyright 1987, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' $'\n * CheckExtension returns the extensions[] entry for the requested\n * extension name. Maybe this could just return a Bool instead?\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/dix/extension.c ) [unpack/xorg-server-1.3.0.0/dix/ffs.c]=( typeset -a comments=( $'\n\nCopyright 1996, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABIL-\nITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT\nSHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABIL-\nITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\nIN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization from\nThe Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/dix/ffs.c ) [unpack/xorg-server-1.3.0.0/dix/gc.c]=( typeset -a comments=( $'**********************************************************\n\nCopyright 1987, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' $' dixChangeGC(client, pGC, mask, pC32, pUnion)\n * \n * This function was created as part of the Security extension\n * implementation. The client performing the gc change must be passed so\n * that access checks can be performed on any tiles, stipples, or fonts\n * that are specified. ddxen can call this too; they should normally\n * pass NullClient for the client since any access checking should have\n * already been done at a higher level.\n * \n * Since we had to create a new function anyway, we decided to change the\n * way the list of gc values is passed to eliminate the compiler warnings\n * caused by the DoChangeGC interface. You can pass the values via pC32\n * or pUnion, but not both; one of them must be NULL. If you don\'t need\n * to pass any pointers, you can use either one:\n * \n * example calling dixChangeGC using pC32 parameter\n *\n * CARD32 v[2];\n * v[0] = foreground;\n * v[1] = background;\n * dixChangeGC(client, pGC, GCForeground|GCBackground, v, NULL);\n * \n * example calling dixChangeGC using pUnion parameter;\n * same effect as above\n *\n * ChangeGCVal v[2];\n * v[0].val = foreground;\n * v[1].val = background;\n * dixChangeGC(client, pGC, GCForeground|GCBackground, NULL, v);\n * \n * However, if you need to pass a pointer to a pixmap or font, you MUST\n * use the pUnion parameter.\n * \n * example calling dixChangeGC passing pointers in the value list\n * v[1].ptr is a pointer to a pixmap\n *\n * ChangeGCVal v[2];\n * v[0].val = FillTiled;\n * v[1].ptr = pPixmap;\n * dixChangeGC(client, pGC, GCFillStyle|GCTile, NULL, v);\n * \n * Note: we could have gotten by with just the pUnion parameter, but on\n * 64 bit machines that would have forced us to copy the value list that\n * comes in the ChangeGC request.\n * \n * Ideally, we\'d change all the DoChangeGC calls to dixChangeGC, but this\n * is far too many changes to consider at this time, so we\'ve only\n * changed the ones that caused compiler warnings. New code should use\n * dixChangeGC.\n * \n * dpw\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/dix/gc.c ) [unpack/xorg-server-1.3.0.0/dix/globals.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1987, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' ' current size of clients array ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/dix/globals.c ) [unpack/xorg-server-1.3.0.0/dix/glyphcurs.c]=( typeset -a comments=( $'***********************************************************************\n\nCopyright 1987, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n***********************************************************************' $'\n get the bits out of the font in a portable way. to avoid\ndealing with padding and such-like, we draw the glyph into\na bitmap, then read the bits out with GetImage, which\nuses server-natural format.\n since all screens return the same bitmap format, we\'ll just use\nthe first one we find.\n the character origin lines up with the hotspot in the\ncursor metrics.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/dix/glyphcurs.c ) [unpack/xorg-server-1.3.0.0/dix/grabs.c]=( typeset -a comments=( $'\n\nCopyright 1987, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom The Open Group.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts,\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN action OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n' ' key or button ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/dix/grabs.c ) [unpack/xorg-server-1.3.0.0/dix/initatoms.c]=( typeset -a comments=( $' THIS IS A GENERATED FILE\n *\n * Do not change! Changing this file implies a protocol change!\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/dix/initatoms.c ) [unpack/xorg-server-1.3.0.0/dix/main.c]=( typeset -a comments=( $'**********************************************************\n\nCopyright 1987, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ' The panoramix components contained the following notice ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/dix/main.c ) [unpack/xorg-server-1.3.0.0/dix/pixmap.c]=( typeset -a comments=( $'\n\nCopyright 1993, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom The Open Group.\n\n' $'\n * Scratch pixmap management and device independent pixmap allocation\n * function.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/dix/pixmap.c ) [unpack/xorg-server-1.3.0.0/dix/privates.c]=( typeset -a comments=( $'\n\nCopyright 1993, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom The Open Group.\n\n' $'\n * See the Wrappers and devPrivates section in "Definition of the\n * Porting Layer for the X v11 Sample Server" (doc/Server/ddx.tbl.ms)\n * for information on how to use devPrivates.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/dix/privates.c ) [unpack/xorg-server-1.3.0.0/dix/property.c]=( typeset -a comments=( $'**********************************************************\n\nCopyright 1987, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' $'****************************************************************\n * Property Stuff\n *\n * ChangeProperty, DeleteProperty, GetProperties,\n * ListProperties\n *\n * Properties below to windows. A allocate slots each time\n * a property is added. No fancy searching done.\n *\n ****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/dix/property.c ) [unpack/xorg-server-1.3.0.0/dix/resource.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1987, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' ' The panoramix components contained the following notice ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/dix/resource.c ) [unpack/xorg-server-1.3.0.0/dix/strcasecmp.c]=( typeset -a comments=( $'***********************************************************\n Copyright (c) 1995 by Silicon Graphics Computer Systems, Inc.\n\n Permission to use, copy, modify, and distribute this\n software and its documentation for any purpose and without\n fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright\n notice and this permission notice appear in supporting\n documentation, and that the name of Silicon Graphics not be\n used in advertising or publicity pertaining to distribution\n of the software without specific prior written permission.\n Silicon Graphics makes no representation about the suitability\n of this software for any purpose. It is provided "as is"\n without any express or implied warranty.\n\n SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS\n SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL\n DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE\n OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\n THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n *******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/dix/strcasecmp.c ) [unpack/xorg-server-1.3.0.0/dix/swaprep.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1987, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' $'*\n * Thanks to Jack Palevich for testing and subsequently rewriting all this\n *\n * \\param size size in bytes\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/dix/swaprep.c ) [unpack/xorg-server-1.3.0.0/dix/swapreq.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright 1987, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' ' for SendEvent ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/dix/swapreq.c ) [unpack/xorg-server-1.3.0.0/dix/tables.c]=( typeset -a comments=( $'**********************************************************\n\nCopyright 1987, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ' client ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/dix/tables.c ) [unpack/xorg-server-1.3.0.0/dix/window.c]=( typeset -a comments=( $'\n\nCopyright (c) 2006, Red Hat, Inc.\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL \nRED HAT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER \nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of Red Hat shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from Red Hat.\n\nCopyright 1987, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom The Open Group.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts,\n\n\t\t\tAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n' ' The panoramix components contained the following notice ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/dix/window.c ) [unpack/xorg-server-1.3.0.0/dix/xpstubs.c]=( typeset -a comments=( ' $XFree86$ ' $'\nCopyright 1996, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom The Open Group.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/dix/xpstubs.c ) [unpack/xorg-server-1.3.0.0/exa/exa.c]=( typeset -a comments=( $'\n * Copyright \251 2001 Keith Packard\n *\n * Partly based on code that is Copyright \251 The XFree86 Project Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'* @file\n * This file covers the initialization and teardown of EXA, and has various\n * functions not responsible for performing rendering, pixmap migration, or\n * memory management.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/exa/exa.c ) [unpack/xorg-server-1.3.0.0/exa/exa.h]=( typeset -a comments=( $'\n *\n * Copyright (C) 2000 Keith Packard\n * 2004 Eric Anholt\n * 2005 Zack Rusin\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of copyright holders not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Copyright holders make no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS\n * SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND\n * FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY\n * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN\n * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING\n * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n ' $'* @file\n * This is the header containing the public API of EXA for exa drivers.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/exa/exa.h ) [unpack/xorg-server-1.3.0.0/exa/exa_accel.c]=( typeset -a comments=( $'\n * Copyright \251 2001 Keith Packard\n *\n * Partly based on code that is Copyright \251 The XFree86 Project Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors:\n * Eric Anholt \n * Michel D\344nzer \n *\n ' $' Don\'t bother with under 8bpp, XYPixmaps. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/exa/exa_accel.c ) [unpack/xorg-server-1.3.0.0/exa/exa_migration.c]=( typeset -a comments=( $'\n * Copyright \251 2006 Intel Corporation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Authors:\n * Eric Anholt \n * Michel D\344nzer \n *\n ' $'*\n * Returns TRUE if the pixmap is not movable. This is the case where it\'s a\n * fake pixmap for the frontbuffer (no pixmap private) or it\'s a scratch\n * pixmap created by some other X Server internals (the score says it\'s\n * pinned).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/exa/exa_migration.c ) [unpack/xorg-server-1.3.0.0/exa/exa_offscreen.c]=( typeset -a comments=( $'\n * Copyright \302\251 2003 Anders Carlsson\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Anders Carlsson not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Anders Carlsson makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * ANDERS CARLSSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ANDERS CARLSSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'* @file\n * This allocator allocates blocks of memory by maintaining a list of areas\n * and a score for each area. As an area is marked used, its score is\n * incremented, and periodically all of the areas have their scores decayed by\n * a fraction. When allocating, the contiguous block of areas with the minimum\n * score is found and evicted in order to make room for the new allocation.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/exa/exa_offscreen.c ) [unpack/xorg-server-1.3.0.0/exa/exa_priv.h]=( typeset -a comments=( $'\n *\n * Copyright (C) 2000 Keith Packard, member of The XFree86 Project, Inc.\n * 2005 Zack Rusin, Trolltech\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS\n * SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND\n * FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY\n * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN\n * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING\n * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n ' $'*\n * This is the list of migration heuristics supported by EXA. See\n * exaDoMigration() for what their implementations do.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/exa/exa_priv.h ) [unpack/xorg-server-1.3.0.0/exa/exa_render.c]=( typeset -a comments=( $'\n * Copyright \302\251 2001 Keith Packard\n *\n * Partly based on code that is Copyright \302\251 The XFree86 Project Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' DEBUG_TRACE_FALL ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/exa/exa_render.c ) [unpack/xorg-server-1.3.0.0/exa/exa_unaccel.c]=( typeset -a comments=( $'\n *\n * Copyright \251 1999 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * These functions wrap the low-level fb rendering functions and\n * synchronize framebuffer/accelerated drawing by stalling until\n * the accelerator is idle\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/exa/exa_unaccel.c ) [unpack/xorg-server-1.3.0.0/fb/fb.h]=( typeset -a comments=( $'\n *\n * Copyright \302\251 1998 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * This single define controls the basic size of data manipulated\n * by this software; it must be log2(sizeof (FbBits) * 8)\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/fb/fb.h ) [unpack/xorg-server-1.3.0.0/fb/fb24_32.c]=( typeset -a comments=( $'\n *\n * Copyright \302\251 2000 SuSE, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of SuSE not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. SuSE makes no representations about the\n * suitability of this software for any purpose. It is provided "as is"\n * without express or implied warranty.\n *\n * SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE\n * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN \n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Keith Packard, SuSE, Inc.\n ' $' X apps don\'t like 24bpp images, this code exposes 32bpp images ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/fb/fb24_32.c ) [unpack/xorg-server-1.3.0.0/fb/fb24_32.h]=( typeset -a comments=( $'\n * $XFree86$\n *\n * Copyright \302\251 2000 SuSE, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of SuSE not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. SuSE makes no representations about the\n * suitability of this software for any purpose. It is provided "as is"\n * without express or implied warranty.\n *\n * SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE\n * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN \n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Keith Packard, SuSE, Inc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/fb/fb24_32.h ) [unpack/xorg-server-1.3.0.0/fb/fballpriv.c]=( typeset -a comments=( $'\n * Id: fballpriv.c,v 1.1 1999/11/02 03:54:45 keithp Exp $\n *\n * Copyright \302\251 1998 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/fb/fballpriv.c ) [unpack/xorg-server-1.3.0.0/fb/fbarc.c]=( typeset -a comments=( $'\n * Id: fbarc.c,v 1.1 1999/11/02 03:54:45 keithp Exp $\n *\n * Copyright \302\251 1998 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n\t\t * Because box.x2 and box.y2 get truncated to 16 bits, and the\n\t\t * RECT_IN_REGION test treats the resulting number as a signed\n\t\t * integer, the RECT_IN_REGION test alone can go the wrong way.\n\t\t * This can result in a server crash because the rendering\n\t\t * routines in this file deal directly with cpu addresses\n\t\t * of pixels to be stored, and do not clip or otherwise check\n\t\t * that all such addresses are within their respective pixmaps.\n\t\t * So we only allow the RECT_IN_REGION test to be used for\n\t\t * values that can be expressed correctly in a signed short.\n\t\t ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/fb/fbarc.c ) [unpack/xorg-server-1.3.0.0/fb/fbbits.c]=( typeset -a comments=( $'\n * Id: fbbits.c,v 1.1 1999/11/02 03:54:45 keithp Exp $\n *\n * Copyright \302\251 1998 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' FB_24BIT ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/fb/fbbits.c ) [unpack/xorg-server-1.3.0.0/fb/fbbits.h]=( typeset -a comments=( $'\n * $XFree86$\n *\n * Copyright \302\251 1998 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * This file defines functions for drawing some primitives using\n * underlying datatypes instead of masks\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/fb/fbbits.h ) [unpack/xorg-server-1.3.0.0/fb/fbblt.c]=( typeset -a comments=( $'\n * Id: fbblt.c,v 1.1 1999/11/02 03:54:45 keithp Exp $\n *\n * Copyright \302\251 1998 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n\t\t * This provides some speedup on screen->screen blts\n\t\t * over the PCI bus, usually about 10%. But fb\n\t\t * isn\'t usually used for this operation...\n\t\t ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/fb/fbblt.c ) [unpack/xorg-server-1.3.0.0/fb/fbbltone.c]=( typeset -a comments=( $'\n * Id: fbbltone.c,v 1.1 1999/11/02 03:54:45 keithp Exp $\n *\n * Copyright \302\251 1998 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * Example: srcX = 13 dstX = 8\t(FB unit 32 dstBpp 8)\n *\n *\t**** **** **** **** **** **** **** ****\n *\t\t\t^\n *\t******** ******** ******** ********\n *\t\t ^\n * leftShift = 12\n * rightShift = 20\n *\n * Example: srcX = 0 dstX = 8 (FB unit 32 dstBpp 8)\n *\n *\t**** **** **** **** **** **** **** ****\n *\t^\t\t\n *\t******** ******** ******** ********\n *\t\t ^\n *\n * leftShift = 24\n * rightShift = 8\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/fb/fbbltone.c ) [unpack/xorg-server-1.3.0.0/fb/fbbstore.c]=( typeset -a comments=( $'\n * Id: fbbstore.c,v 1.1 1999/11/02 03:54:45 keithp Exp $\n *\n * Copyright \302\251 1998 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/fb/fbbstore.c ) [unpack/xorg-server-1.3.0.0/fb/fbcmap.c]=( typeset -a comments=( $'***********************************************************\nCopyright 1987 by Sun Microsystems, Inc. Mountain View, CA.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this\nsoftware and its documentation for any purpose and without\nfee is hereby granted, provided that the above copyright no-\ntice appear in all copies and that both that copyright no-\ntice and this permission notice appear in supporting docu-\nmentation, and that the names of Sun or X Consortium\nnot be used in advertising or publicity pertaining to \ndistribution of the software without specific prior \nwritten permission. Sun and X Consortium make no \nrepresentations about the suitability of this software for \nany purpose. It is provided "as is" without any express or \nimplied warranty.\n\nSUN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\nINCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FIT-\nNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SUN BE LI-\nABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR\nPROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\nTHE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' $' By the time we are processing requests, we can guarantee that there\n * is always a colormap installed ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/fb/fbcmap.c ) [unpack/xorg-server-1.3.0.0/fb/fbcompose.c]=( typeset -a comments=( $'\n *\n * Copyright \302\251 2000 Keith Packard, member of The XFree86 Project, Inc.\n * 2005 Lars Knoll & Zack Rusin, Trolltech\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS\n * SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND\n * FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY\n * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN\n * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING\n * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n ' $'\n * All of the fetch functions\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/fb/fbcompose.c ) [unpack/xorg-server-1.3.0.0/fb/fbcopy.c]=( typeset -a comments=( $'\n * Id: fbcopy.c,v 1.1 1999/11/02 03:54:45 keithp Exp $\n *\n * Copyright \302\251 1998 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $' XXX we have to err on the side of safety when both are windows,\n * because we don\'t know if IncludeInferiors is being used.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/fb/fbcopy.c ) [unpack/xorg-server-1.3.0.0/fb/fbedge.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2004 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * 4 bit alpha\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/fb/fbedge.c ) [unpack/xorg-server-1.3.0.0/fb/fbedgeimp.h]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2004 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' clip X ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/fb/fbedgeimp.h ) [unpack/xorg-server-1.3.0.0/fb/fbfill.c]=( typeset -a comments=( $'\n * Id: fbfill.c,v 1.1 1999/11/02 03:54:45 keithp Exp $\n *\n * Copyright \302\251 1998 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' XXX assumed to be zero ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/fb/fbfill.c ) [unpack/xorg-server-1.3.0.0/fb/fbfillrect.c]=( typeset -a comments=( $'\n * Id: fbfillrect.c,v 1.1 1999/11/02 03:54:45 keithp Exp $\n *\n * Copyright \302\251 1998 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $' \n\t * clip the rectangle to each box in the clip region\n\t * this is logically equivalent to calling Intersect()\n\t ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/fb/fbfillrect.c ) [unpack/xorg-server-1.3.0.0/fb/fbfillsp.c]=( typeset -a comments=( $'\n * Id: fbfillsp.c,v 1.1 1999/11/02 03:54:45 keithp Exp $\n *\n * Copyright \302\251 1998 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/fb/fbfillsp.c ) [unpack/xorg-server-1.3.0.0/fb/fbgc.c]=( typeset -a comments=( $'\n * Id: fbgc.c,v 1.1 1999/11/02 03:54:45 keithp Exp $\n *\n * Copyright \302\251 1998 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' fb wants to translate before scan conversion ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/fb/fbgc.c ) [unpack/xorg-server-1.3.0.0/fb/fbgetsp.c]=( typeset -a comments=( $'\n * Id: fbgetsp.c,v 1.1 1999/11/02 03:54:45 keithp Exp $\n *\n * Copyright \302\251 1998 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * XFree86 DDX empties the root borderClip when the VT is\n * switched away; this checks for that case\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/fb/fbgetsp.c ) [unpack/xorg-server-1.3.0.0/fb/fbglyph.c]=( typeset -a comments=( $'\n *\n * Copyright \302\251 1998 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * Check extents by hand to avoid 16 bit overflows\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/fb/fbglyph.c ) [unpack/xorg-server-1.3.0.0/fb/fbimage.c]=( typeset -a comments=( $'\n * Id: fbimage.c,v 1.1 1999/11/02 03:54:45 keithp Exp $\n *\n * Copyright \302\251 1998 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * XFree86 DDX empties the root borderClip when the VT is\n * switched away; this checks for that case\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/fb/fbimage.c ) [unpack/xorg-server-1.3.0.0/fb/fbline.c]=( typeset -a comments=( $'\n * $XFree86$\n *\n * Copyright \302\251 1998 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/fb/fbline.c ) [unpack/xorg-server-1.3.0.0/fb/fbmmx.c]=( typeset -a comments=( $'\n * Copyright \302\251 2004, 2005 Red Hat, Inc.\n * Copyright \302\251 2004 Nicholas Miell\n * Copyright \302\251 2005 Trolltech AS\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Red Hat not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Red Hat makes no representations about the\n * suitability of this software for any purpose. It is provided "as is"\n * without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS\n * SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND\n * FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY\n * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN\n * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING\n * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n *\n * Author: S\303\270ren Sandmann (sandmann@redhat.com)\n * Minor Improvements: Nicholas Miell (nmiell@gmail.com)\n * MMX code paths for fbcompose.c by Lars Knoll (lars@trolltech.com) \n *\n * Based on work by Owen Taylor\n ' ' for _mm_shuffle_pi16 and _MM_SHUFFLE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/fb/fbmmx.c ) [unpack/xorg-server-1.3.0.0/fb/fbmmx.h]=( typeset -a comments=( $'\n * Copyright \302\251 2004 Red Hat, Inc.\n * Copyright \302\251 2005 Trolltech AS\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Red Hat not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Red Hat makes no representations about the\n * suitability of this software for any purpose. It is provided "as is"\n * without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS\n * SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND\n * FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY\n * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN\n * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING\n * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n *\n * Author: S\303\270ren Sandmann (sandmann@redhat.com)\n * Lars Knoll (lars@trolltech.com)\n * \n * Based on work by Owen Taylor\n ' ' USE_MMX ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/fb/fbmmx.h ) [unpack/xorg-server-1.3.0.0/fb/fboverlay.c]=( typeset -a comments=( $'\n *\n * Copyright \302\251 2000 SuSE, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of SuSE not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. SuSE makes no representations about the\n * suitability of this software for any purpose. It is provided "as is"\n * without express or implied warranty.\n *\n * SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE\n * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN \n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Keith Packard, SuSE, Inc.\n ' $'\n * Replace this if you want something supporting\n * multiple overlays with the same depth\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/fb/fboverlay.c ) [unpack/xorg-server-1.3.0.0/fb/fboverlay.h]=( typeset -a comments=( $'\n *\n * Copyright \302\251 2000 SuSE, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of SuSE not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. SuSE makes no representations about the\n * suitability of this software for any purpose. It is provided "as is"\n * without express or implied warranty.\n *\n * SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE\n * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN \n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Keith Packard, SuSE, Inc.\n ' ' XXX should be static ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/fb/fboverlay.h ) [unpack/xorg-server-1.3.0.0/fb/fbpict.c]=( typeset -a comments=( $'\n *\n * Copyright \302\251 2000 SuSE, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of SuSE not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. SuSE makes no representations about the\n * suitability of this software for any purpose. It is provided "as is"\n * without express or implied warranty.\n *\n * SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE\n * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Keith Packard, SuSE, Inc.\n ' $'\n * Naming convention:\n *\n * opSRCxMASKxDST\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/fb/fbpict.c ) [unpack/xorg-server-1.3.0.0/fb/fbpict.h]=( typeset -a comments=( $'\n *\n * Copyright \302\251 2000 Keith Packard, member of The XFree86 Project, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * There are two ways of handling alpha -- either as a single unified value or\n * a separate value for each component, hence each macro must have two\n * versions. The unified alpha version has a \'U\' at the end of the name,\n * the component version has a \'C\'. Similarly, functions which deal with\n * this difference will have two versions using the same convention.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/fb/fbpict.h ) [unpack/xorg-server-1.3.0.0/fb/fbpixmap.c]=( typeset -a comments=( $'\n * Id: fbpixmap.c,v 1.1 1999/11/02 03:54:45 keithp Exp $\n *\n * Copyright \302\251 1998 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $' Convert bitmap clip mask into clipping region. \n * First, goes through each line and makes boxes by noting the transitions\n * from 0 to 1 and 1 to 0.\n * Then it coalesces the current line with the previous if they have boxes\n * at the same X coordinates.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/fb/fbpixmap.c ) [unpack/xorg-server-1.3.0.0/fb/fbpoint.c]=( typeset -a comments=( $'\n * Id: fbpoint.c,v 1.1 1999/11/02 03:54:45 keithp Exp $\n *\n * Copyright \302\251 1998 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' make pointlist origin relative ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/fb/fbpoint.c ) [unpack/xorg-server-1.3.0.0/fb/fbpseudocolor.c]=( typeset -a comments=( ' #define DEBUG ' $' We don\'t need to free the baseColormap as FreeClientResourcess\n will have taken care of it. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/fb/fbpseudocolor.c ) [unpack/xorg-server-1.3.0.0/fb/fbpseudocolor.h]=( typeset -a comments=( ' _FB_XX_H_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/fb/fbpseudocolor.h ) [unpack/xorg-server-1.3.0.0/fb/fbpush.c]=( typeset -a comments=( $'\n * Id: fbpush.c,v 1.1 1999/11/02 03:54:45 keithp Exp $\n *\n * Copyright \302\251 1998 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' Assumed to be zero ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/fb/fbpush.c ) [unpack/xorg-server-1.3.0.0/fb/fbrop.h]=( typeset -a comments=( $'\n * Id: fbrop.h,v 1.1 1999/11/02 03:54:45 keithp Exp $\n *\n * Copyright \302\251 1998 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' AND has higher precedence than XOR ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/fb/fbrop.h ) [unpack/xorg-server-1.3.0.0/fb/fbscreen.c]=( typeset -a comments=( $'\n * Copyright \302\251 1998 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' pointer to screen bitmap ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/fb/fbscreen.c ) [unpack/xorg-server-1.3.0.0/fb/fbseg.c]=( typeset -a comments=( $'\n * Id: fbseg.c,v 1.1 1999/11/02 03:54:45 keithp Exp $\n *\n * Copyright \302\251 1998 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' whether to fill the odd dashes ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/fb/fbseg.c ) [unpack/xorg-server-1.3.0.0/fb/fbsetsp.c]=( typeset -a comments=( $'\n * Id: fbsetsp.c,v 1.1 1999/11/02 03:54:45 keithp Exp $\n *\n * Copyright \302\251 1998 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/fb/fbsetsp.c ) [unpack/xorg-server-1.3.0.0/fb/fbsolid.c]=( typeset -a comments=( $'\n * $XFree86$\n *\n * Copyright \302\251 1998 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * Rotate pixel values this far across the word to align on\n * screen pixel boundaries\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/fb/fbsolid.c ) [unpack/xorg-server-1.3.0.0/fb/fbstipple.c]=( typeset -a comments=( $'\n * Id: fbstipple.c,v 1.1 1999/11/02 03:54:45 keithp Exp $\n *\n * Copyright \302\251 1998 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * This is a slight abuse of the preprocessor to generate repetitive\n * code, the idea is to generate code for each case of a copy-mode\n * transparent stipple\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/fb/fbstipple.c ) [unpack/xorg-server-1.3.0.0/fb/fbtile.c]=( typeset -a comments=( $'\n * Id: fbtile.c,v 1.1 1999/11/02 03:54:45 keithp Exp $\n *\n * Copyright \302\251 1998 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * Accelerated tile fill -- tile width is a power of two not greater\n * than FB_UNIT\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/fb/fbtile.c ) [unpack/xorg-server-1.3.0.0/fb/fbtrap.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2004 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' initialize edge walkers ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/fb/fbtrap.c ) [unpack/xorg-server-1.3.0.0/fb/fbutil.c]=( typeset -a comments=( $'\n * Id: fbutil.c,v 1.1 1999/11/02 03:54:45 keithp Exp $\n *\n * Copyright \302\251 1998 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' 0 0 0 0 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/fb/fbutil.c ) [unpack/xorg-server-1.3.0.0/fb/fbwindow.c]=( typeset -a comments=( $'\n * Id: fbwindow.c,v 1.1 1999/11/02 03:54:45 keithp Exp $\n *\n * Copyright \302\251 1998 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' XXX assumed to be zero ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/fb/fbwindow.c ) [unpack/xorg-server-1.3.0.0/hw/darwin/darwin.c]=( typeset -a comments=( $'*************************************************************\n *\n * Shared code for the Darwin X Server\n * running with Quartz or IOKit display mode\n *\n *************************************************************' $'\n * Copyright (c) 2001-2004 Torrey T. Lyons. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name(s) of the above copyright\n * holders shall not be used in advertising or otherwise to promote the sale,\n * use or other dealings in this Software without prior written authorization.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/darwin.c ) [unpack/xorg-server-1.3.0.0/hw/darwin/darwin.h]=( typeset -a comments=( $'\n * Copyright (c) 2001-2004 Torrey T. Lyons. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name(s) of the above copyright\n * holders shall not be used in advertising or otherwise to promote the sale,\n * use or other dealings in this Software without prior written authorization.\n ' $'\n * Special ddx events understood by the X server\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/darwin.h ) [unpack/xorg-server-1.3.0.0/hw/darwin/darwinClut8.h]=( typeset -a comments=( $'\n * Darwin default 8-bit Colormap for StaticColor\n ' ' !USE_NEW_CLUT ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/darwinClut8.h ) [unpack/xorg-server-1.3.0.0/hw/darwin/darwinEvents.c]=( typeset -a comments=( $'\n * Darwin event queue and event handling\n ' $'\nCopyright (c) 2002-2004 Torrey T. Lyons. All Rights Reserved.\nCopyright 2004 Kaleb S. KEITHLEY. All Rights Reserved.\n\nThis file is based on mieq.c by Keith Packard,\nwhich contains the following copyright:\nCopyright 1990, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/darwinEvents.c ) [unpack/xorg-server-1.3.0.0/hw/darwin/darwinKeyboard.c]=( typeset -a comments=( $'\n===========================================================================\n\n An X keyCode must be in the range XkbMinLegalKeyCode (8) to\n XkbMaxLegalKeyCode(255).\n\n The keyCodes we get from the kernel range from 0 to 127, so we need to\n offset the range before passing the keyCode to X.\n\n An X KeySym is an extended ascii code that is device independent.\n\n The modifier map is accessed by the keyCode, but the normal map is\n accessed by keyCode - MIN_KEYCODE. Sigh.\n\n===========================================================================\n' ' Define this to use Alt for Mode_switch. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/darwinKeyboard.c ) [unpack/xorg-server-1.3.0.0/hw/darwin/darwinKeyboard.h]=( typeset -a comments=( $'\n * Copyright (c) 2003-2004 Torrey T. Lyons. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name(s) of the above copyright\n * holders shall not be used in advertising or otherwise to promote the sale,\n * use or other dealings in this Software without prior written authorization.\n ' ' DARWIN_KEYBOARD_H ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/darwinKeyboard.h ) [unpack/xorg-server-1.3.0.0/hw/darwin/darwinXinput.c]=( typeset -a comments=( $'\n * X server support of the XINPUT extension for Darwin\n *\n * This is currently a copy of mi/stubs.c, but eventually this\n * should include more complete XINPUT support.\n ' $'***********************************************************\n\nCopyright 1989, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\nCopyright 1989 by Hewlett-Packard Company, Palo Alto, California.\n\n\t\t\tAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Hewlett-Packard not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nHEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nHEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/darwinXinput.c ) [unpack/xorg-server-1.3.0.0/hw/darwin/iokit/xfIOKit.c]=( typeset -a comments=( $'*************************************************************\n *\n * IOKit support for the Darwin X Server\n *\n * HISTORY:\n * Original port to Mac OS X Server by John Carmack\n * Port to Darwin 1.0 by Dave Zarzycki\n * Significantly rewritten for XFree86 4.0.1 by Torrey Lyons\n *\n *************************************************************' $'\n * Copyright (c) 2001-2004 Torrey T. Lyons. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name(s) of the above copyright\n * holders shall not be used in advertising or otherwise to promote the sale,\n * use or other dealings in this Software without prior written authorization.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/iokit/xfIOKit.c ) [unpack/xorg-server-1.3.0.0/hw/darwin/iokit/xfIOKit.h]=( typeset -a comments=( $'\n xfIOKit.h\n\n IOKit specific functions and definitions\n' $'\n * Copyright (c) 2001-2002 Torrey T. Lyons. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name(s) of the above copyright\n * holders shall not be used in advertising or otherwise to promote the sale,\n * use or other dealings in this Software without prior written authorization.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/iokit/xfIOKit.h ) [unpack/xorg-server-1.3.0.0/hw/darwin/iokit/xfIOKitCursor.c]=( typeset -a comments=( $'*************************************************************\n *\n * Cursor support for Darwin X Server\n *\n * Three different cursor modes are possible:\n * X (0) - tracking via Darwin kernel,\n * display via X machine independent\n * Kernel (1) - tracking and display via Darwin kernel\n * (not currently supported)\n * Hardware (2) - tracking and display via hardware\n *\n * The X software cursor uses the Darwin software cursor\n * routines in IOFramebuffer.cpp to track the cursor, but\n * displays the cursor image using the X machine\n * independent display cursor routines in midispcur.c.\n *\n * The kernel cursor uses IOFramebuffer.cpp routines to\n * track and display the cursor. This gives better\n * performance as the display calls don\'t have to cross\n * the kernel boundary. Unfortunately, this mode has\n * synchronization issues with the user land X server\n * and isn\'t currently used.\n *\n * Hardware cursor support lets the hardware handle these\n * details.\n *\n * Kernel and hardware cursor mode only work for cursors\n * up to a certain size, currently 16x16 pixels. If a\n * bigger cursor is set, we fallback to X cursor mode.\n *\n * HISTORY:\n * 1.0 by Torrey T. Lyons, October 30, 2000\n *\n *************************************************************' $'\n * Copyright (c) 2001-2002 Torrey T. Lyons. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name(s) of the above copyright\n * holders shall not be used in advertising or otherwise to promote the sale,\n * use or other dealings in this Software without prior written authorization.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/iokit/xfIOKitCursor.c ) [unpack/xorg-server-1.3.0.0/hw/darwin/iokit/xfIOKitStartup.c]=( typeset -a comments=( $'*************************************************************\n *\n * Startup code for the IOKit Darwin X Server\n *\n *************************************************************' $'\n * Copyright (c) 2001-2004 Torrey T. Lyons. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name(s) of the above copyright\n * holders shall not be used in advertising or otherwise to promote the sale,\n * use or other dealings in this Software without prior written authorization.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/iokit/xfIOKitStartup.c ) [unpack/xorg-server-1.3.0.0/hw/darwin/quartz/Preferences.h]=( typeset -a comments=( $'\n * Copyright (c) 2002-2003 Torrey T. Lyons. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sublicense, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n * IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY\n * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name(s) of the above copyright\n * holders shall not be used in advertising or otherwise to promote the\n * sale, use or other dealings in this Software without prior written\n * authorization.\n ' ) comments_parsed=false file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/quartz/Preferences.h ) [unpack/xorg-server-1.3.0.0/hw/darwin/quartz/XApplication.h]=( typeset -a comments=( $'\n * Copyright (c) 2001 Andreas Monitzer. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sublicense, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n * IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY\n * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name(s) of the above copyright\n * holders shall not be used in advertising or otherwise to promote the\n * sale, use or other dealings in this Software without prior written\n * authorization.\n ' ' $XFree86: $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/quartz/XApplication.h ) [unpack/xorg-server-1.3.0.0/hw/darwin/quartz/XDarwinStartup.c]=( typeset -a comments=( $'*************************************************************\n *\n * Startup program for Darwin X servers\n *\n * This program selects the appropriate X server to launch:\n * XDarwin IOKit X server (default)\n * XDarwinQuartz A soft link to the Quartz X server\n * executable (-quartz etc. option)\n *\n * If told to idle, the program will simply pause and not\n * launch any X server. This is to support startx being\n * run by XDarwin.app.\n *\n *************************************************************' $'\n * Copyright (c) 2001-2002 Torrey T. Lyons. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * TORREY T. LYONS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Except as contained in this notice, the name of Torrey T. Lyons shall not\n * be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from\n * Torrey T. Lyons.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/quartz/XDarwinStartup.c ) [unpack/xorg-server-1.3.0.0/hw/darwin/quartz/XServer.h]=( typeset -a comments=( $'\n * Copyright (c) 2001 Andreas Monitzer. All Rights Reserved.\n * Copyright (c) 2002-2003 Torrey T. Lyons. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sublicense, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n * IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY\n * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name(s) of the above copyright\n * holders shall not be used in advertising or otherwise to promote the\n * sale, use or other dealings in this Software without prior written\n * authorization.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/quartz/XServer.h ) [unpack/xorg-server-1.3.0.0/hw/darwin/quartz/applewm.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright (c) 2002 Apple Computer, Inc. All Rights Reserved.\nCopyright (c) 2003 Torrey T. Lyons. All Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ' resource types for event masks ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/quartz/applewm.c ) [unpack/xorg-server-1.3.0.0/hw/darwin/quartz/applewmExt.h]=( typeset -a comments=( $'\n * External interface for the server\'s AppleWM support\n ' $'*************************************************************************\n\nCopyright (c) 2002 Apple Computer, Inc. All Rights Reserved.\nCopyright (c) 2003-2004 Torrey T. Lyons. All Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/quartz/applewmExt.h ) [unpack/xorg-server-1.3.0.0/hw/darwin/quartz/cr/XView.h]=( typeset -a comments=( $'\n * NSView subclass for Mac OS X rootless X server\n *\n * Copyright (c) 2001 Greg Parker. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name(s) of the above copyright\n * holders shall not be used in advertising or otherwise to promote the sale,\n * use or other dealings in this Software without prior written authorization.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/quartz/cr/XView.h ) [unpack/xorg-server-1.3.0.0/hw/darwin/quartz/cr/cr.h]=( typeset -a comments=( $'\n * Internal definitions of the Cocoa rootless implementation\n ' $'\n * Copyright (c) 2003 Torrey T. Lyons. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name(s) of the above copyright\n * holders shall not be used in advertising or otherwise to promote the sale,\n * use or other dealings in this Software without prior written authorization.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/quartz/cr/cr.h ) [unpack/xorg-server-1.3.0.0/hw/darwin/quartz/fullscreen/fullscreen.c]=( typeset -a comments=( $'\n * Screen routines for full screen Quartz mode\n *\n * Copyright (c) 2002-2003 Torrey T. Lyons. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * TORREY T. LYONS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Except as contained in this notice, the name(s) of the above copyright\n * holders shall not be used in advertising or otherwise to promote the sale,\n * use or other dealings in this Software without prior written authorization.\n ' $'\n =============================================================================\n\n Colormap handling\n\n =============================================================================\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/quartz/fullscreen/fullscreen.c ) [unpack/xorg-server-1.3.0.0/hw/darwin/quartz/fullscreen/quartzCursor.c]=( typeset -a comments=( $'*************************************************************\n *\n * Support for using the Quartz Window Manager cursor\n *\n *************************************************************' $'\n * Copyright (c) 2001-2003 Torrey T. Lyons and Greg Parker.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name(s) of the above copyright\n * holders shall not be used in advertising or otherwise to promote the sale,\n * use or other dealings in this Software without prior written authorization.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/quartz/fullscreen/quartzCursor.c ) [unpack/xorg-server-1.3.0.0/hw/darwin/quartz/fullscreen/quartzCursor.h]=( typeset -a comments=( $'\n * quartzCursor.h\n *\n * External interface for Quartz hardware cursor\n ' $'\n * Copyright (c) 2001 Torrey T. Lyons and Greg Parker.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name(s) of the above copyright\n * holders shall not be used in advertising or otherwise to promote the sale,\n * use or other dealings in this Software without prior written authorization.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/quartz/fullscreen/quartzCursor.h ) [unpack/xorg-server-1.3.0.0/hw/darwin/quartz/keysym2ucs.c]=( typeset -a comments=( $' $XFree86: $\n *\n * This module converts keysym values into the corresponding ISO 10646\n * (UCS, Unicode) values.\n *\n * The array keysymtab[] contains pairs of X11 keysym values for graphical\n * characters and the corresponding Unicode value. The function\n * keysym2ucs() maps a keysym onto a Unicode value using a binary search,\n * therefore keysymtab[] must remain SORTED by keysym value.\n *\n * The keysym -> UTF-8 conversion will hopefully one day be provided\n * by Xlib via XmbLookupString() and should ideally not have to be\n * done in X applications. But we are not there yet.\n *\n * We allow to represent any UCS character in the range U-00000000 to\n * U-00FFFFFF by a keysym value in the range 0x01000000 to 0x01ffffff.\n * This admittedly does not cover the entire 31-bit space of UCS, but\n * it does cover all of the characters up to U-10FFFF, which can be\n * represented by UTF-16, and more, and it is very unlikely that higher\n * UCS codes will ever be assigned by ISO. So to get Unicode character\n * U+ABCD you can directly use keysym 0x0100abcd.\n *\n * NOTE: The comments in the table below contain the actual character\n * encoded in UTF-8, so for viewing and editing best use an editor in\n * UTF-8 mode.\n *\n * Author: Markus G. Kuhn , University of Cambridge, April 2001\n *\n * Special thanks to Richard Verhoeven for preparing\n * an initial draft of the mapping table.\n *\n * This software is in the public domain. Share and enjoy!\n *\n * AUTOMATICALLY GENERATED FILE, DO NOT EDIT !!! (unicode/convmap.pl)\n ' $' FIXME: there is no keysym 0x13a4? But 0x20ac is EuroSign in both\n keysym and Unicode ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/quartz/keysym2ucs.c ) [unpack/xorg-server-1.3.0.0/hw/darwin/quartz/keysym2ucs.h]=( typeset -a comments=( $' $XFree86: $\n *\n * This module converts keysym values into the corresponding ISO 10646\n * (UCS, Unicode) values.\n *\n * The array keysymtab[] contains pairs of X11 keysym values for graphical\n * characters and the corresponding Unicode value. The function\n * keysym2ucs() maps a keysym onto a Unicode value using a binary search,\n * therefore keysymtab[] must remain SORTED by keysym value.\n *\n * The keysym -> UTF-8 conversion will hopefully one day be provided\n * by Xlib via XmbLookupString() and should ideally not have to be\n * done in X applications. But we are not there yet.\n *\n * We allow to represent any UCS character in the range U-00000000 to\n * U-00FFFFFF by a keysym value in the range 0x01000000 to 0x01ffffff.\n * This admittedly does not cover the entire 31-bit space of UCS, but\n * it does cover all of the characters up to U-10FFFF, which can be\n * represented by UTF-16, and more, and it is very unlikely that higher\n * UCS codes will ever be assigned by ISO. So to get Unicode character\n * U+ABCD you can directly use keysym 0x0100abcd.\n *\n * Author: Markus G. Kuhn , University of Cambridge, April 2001\n *\n * Special thanks to Richard Verhoeven for preparing\n * an initial draft of the mapping table.\n *\n * This software is in the public domain. Share and enjoy!\n ' ' KEYSYM2UCS_H ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/quartz/keysym2ucs.h ) [unpack/xorg-server-1.3.0.0/hw/darwin/quartz/pseudoramiX.c]=( typeset -a comments=( $'\n * Minimal implementation of PanoramiX/Xinerama\n *\n * This is used in rootless mode where the underlying window server\n * already provides an abstracted view of multiple screens as one\n * large screen area.\n *\n * This code is largely based on panoramiX.c, which contains the\n * following copyright notice:\n ' $'****************************************************************\nCopyright (c) 1991, 1997 Digital Equipment Corporation, Maynard, Massachusetts.\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\nDIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING,\nBUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY,\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR\nIN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of Digital Equipment Corporation\nshall not be used in advertising or otherwise to promote the sale, use or other\ndealings in this Software without prior written authorization from Digital\nEquipment Corporation.\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/quartz/pseudoramiX.c ) [unpack/xorg-server-1.3.0.0/hw/darwin/quartz/pseudoramiX.h]=( typeset -a comments=( $'\n * Minimal implementation of PanoramiX/Xinerama\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/quartz/pseudoramiX.h ) [unpack/xorg-server-1.3.0.0/hw/darwin/quartz/quartz.c]=( typeset -a comments=( $'*************************************************************\n *\n * Quartz-specific support for the Darwin X Server\n *\n *************************************************************' $'\n * Copyright (c) 2001-2004 Greg Parker and Torrey T. Lyons.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name(s) of the above copyright\n * holders shall not be used in advertising or otherwise to promote the sale,\n * use or other dealings in this Software without prior written authorization.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/quartz/quartz.c ) [unpack/xorg-server-1.3.0.0/hw/darwin/quartz/quartz.h]=( typeset -a comments=( $'\n * quartz.h\n *\n * External interface of the Quartz display modes seen by the generic, mode\n * independent parts of the Darwin X server.\n ' $'\n * Copyright (c) 2001-2003 Greg Parker and Torrey T. Lyons.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name(s) of the above copyright\n * holders shall not be used in advertising or otherwise to promote the sale,\n * use or other dealings in this Software without prior written authorization.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/quartz/quartz.h ) [unpack/xorg-server-1.3.0.0/hw/darwin/quartz/quartzAudio.c]=( typeset -a comments=( $'\n * Copyright (c) 2001 Greg Parker. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name(s) of the above copyright\n * holders shall not be used in advertising or otherwise to promote the sale,\n * use or other dealings in this Software without prior written authorization.\n ' $'\n * QuartzAudioEnvelope\n * Fade sound in and out to avoid pop.\n * Sounds with shorter duration will never reach full amplitude. Deal.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/quartz/quartzAudio.c ) [unpack/xorg-server-1.3.0.0/hw/darwin/quartz/quartzAudio.h]=( typeset -a comments=( $'\n * Copyright (c) 2001 Greg Parker. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name(s) of the above copyright\n * holders shall not be used in advertising or otherwise to promote the sale,\n * use or other dealings in this Software without prior written authorization.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/quartz/quartzAudio.h ) [unpack/xorg-server-1.3.0.0/hw/darwin/quartz/quartzCommon.h]=( typeset -a comments=( $'\n * quartzCommon.h\n *\n * Common definitions used internally by all Quartz modes\n *\n * This file should be included before any X11 or IOKit headers\n * so that it can avoid symbol conflicts.\n *\n * Copyright (c) 2001-2004 Torrey T. Lyons and Greg Parker.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name(s) of the above copyright\n * holders shall not be used in advertising or otherwise to promote the sale,\n * use or other dealings in this Software without prior written authorization.\n ' ' _QUARTZCOMMON_H ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/quartz/quartzCommon.h ) [unpack/xorg-server-1.3.0.0/hw/darwin/quartz/quartzCursor.c]=( typeset -a comments=( $'*************************************************************\n *\n * Support for using the Quartz Window Manager cursor\n *\n *************************************************************' $'\n * Copyright (c) 2001-2003 Torrey T. Lyons and Greg Parker.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name(s) of the above copyright\n * holders shall not be used in advertising or otherwise to promote the sale,\n * use or other dealings in this Software without prior written authorization.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/quartz/quartzCursor.c ) [unpack/xorg-server-1.3.0.0/hw/darwin/quartz/quartzCursor.h]=( typeset -a comments=( $'\n * quartzCursor.h\n *\n * External interface for Quartz hardware cursor\n ' $'\n * Copyright (c) 2001 Torrey T. Lyons and Greg Parker.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name(s) of the above copyright\n * holders shall not be used in advertising or otherwise to promote the sale,\n * use or other dealings in this Software without prior written authorization.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/quartz/quartzCursor.h ) [unpack/xorg-server-1.3.0.0/hw/darwin/quartz/quartzKeyboard.c]=( typeset -a comments=( $'\n quartzKeyboard.c\n $Id$\n\n Code to build a keymap using the Carbon Keyboard Layout API,\n which is supported on Mac OS X 10.2 and newer.\n\n Copyright (c) 2003 Apple Computer, Inc. All rights reserved.\n\n Permission is hereby granted, free of charge, to any person\n obtaining a copy of this software and associated documentation files\n (the "Software"), to deal in the Software without restriction,\n including without limitation the rights to use, copy, modify, merge,\n publish, distribute, sublicense, and/or sell copies of the Software,\n and to permit persons to whom the Software is furnished to do so,\n subject to the following conditions:\n\n The above copyright notice and this permission notice shall be\n included in all copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n NONINFRINGEMENT. IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT\n HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n DEALINGS IN THE SOFTWARE.\n\n Except as contained in this notice, the name(s) of the above\n copyright holders shall not be used in advertising or otherwise to\n promote the sale, use or other dealings in this Software without\n prior written authorization.\n' $' Table of keycode->keysym mappings we use to fallback on for important\n keys that are often not in the Unicode mapping. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/quartz/quartzKeyboard.c ) [unpack/xorg-server-1.3.0.0/hw/darwin/quartz/quartzPasteboard.c]=( typeset -a comments=( $'*************************************************************\n * quartzPasteboard.c\n *\n * Aqua pasteboard <-> X cut buffer\n * Greg Parker gparker@cs.stanford.edu March 8, 2001\n *************************************************************' $'\n * Copyright (c) 2001 Greg Parker. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name(s) of the above copyright\n * holders shall not be used in advertising or otherwise to promote the sale,\n * use or other dealings in this Software without prior written authorization.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/quartz/quartzPasteboard.c ) [unpack/xorg-server-1.3.0.0/hw/darwin/quartz/quartzPasteboard.h]=( typeset -a comments=( $' \n QuartzPasteboard.h\n\n Mac OS X pasteboard <-> X cut buffer\n Greg Parker gparker@cs.stanford.edu March 8, 2001\n' $'\n * Copyright (c) 2001 Greg Parker. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name(s) of the above copyright\n * holders shall not be used in advertising or otherwise to promote the sale,\n * use or other dealings in this Software without prior written authorization.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/quartz/quartzPasteboard.h ) [unpack/xorg-server-1.3.0.0/hw/darwin/quartz/quartzStartup.c]=( typeset -a comments=( $'*************************************************************\n *\n * Startup code for the Quartz Darwin X Server\n *\n *************************************************************' $'\n * Copyright (c) 2001-2004 Torrey T. Lyons. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name(s) of the above copyright\n * holders shall not be used in advertising or otherwise to promote the sale,\n * use or other dealings in this Software without prior written authorization.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/quartz/quartzStartup.c ) [unpack/xorg-server-1.3.0.0/hw/darwin/quartz/xpr/Xplugin.h]=( typeset -a comments=( $' Xplugin.h -- windowing API for rootless X11 server\n $Id$\n\n Copyright (c) 2002 Apple Computer, Inc. All rights reserved.\n\n Permission is hereby granted, free of charge, to any person\n obtaining a copy of this software and associated documentation files\n (the "Software"), to deal in the Software without restriction,\n including without limitation the rights to use, copy, modify, merge,\n publish, distribute, sublicense, and/or sell copies of the Software,\n and to permit persons to whom the Software is furnished to do so,\n subject to the following conditions:\n\n The above copyright notice and this permission notice shall be\n included in all copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n NONINFRINGEMENT. IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT\n HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n DEALINGS IN THE SOFTWARE.\n\n Except as contained in this notice, the name(s) of the above\n copyright holders shall not be used in advertising or otherwise to\n promote the sale, use or other dealings in this Software without\n prior written authorization.\n\n Note that these interfaces are provided solely for the use of the\n X11 server. Any other uses are unsupported and strongly discouraged. ' $' By default we use the X server definition of BoxRec to define xp_box,\n so that the compiler can silently convert between the two. But if\n XP_NO_X_HEADERS is defined, we\'ll define it ourselves. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/quartz/xpr/Xplugin.h ) [unpack/xorg-server-1.3.0.0/hw/darwin/quartz/xpr/appledri.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nCopyright 2000 VA Linux Systems, Inc.\nCopyright (c) 2002 Apple Computer, Inc.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Kevin E. Martin \n * Jens Owen \n * Rickard E. (Rik) Faith \n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/quartz/xpr/appledri.c ) [unpack/xorg-server-1.3.0.0/hw/darwin/quartz/xpr/dri.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nCopyright 2000 VA Linux Systems, Inc.\nCopyright (c) 2002 Apple Computer, Inc.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Jens Owen \n * Rickard E. (Rik) Faith \n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/quartz/xpr/dri.c ) [unpack/xorg-server-1.3.0.0/hw/darwin/quartz/xpr/dri.h]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nCopyright (c) 2002 Apple Computer, Inc.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Jens Owen \n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/quartz/xpr/dri.h ) [unpack/xorg-server-1.3.0.0/hw/darwin/quartz/xpr/dristruct.h]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nCopyright (c) 2002 Apple Computer, Inc.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Jens Owen \n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/quartz/xpr/dristruct.h ) [unpack/xorg-server-1.3.0.0/hw/darwin/quartz/xpr/x-hash.c]=( typeset -a comments=( $' x-hash.c - basic hash tables\n $Id$\n\n Copyright (c) 2002 Apple Computer, Inc. All rights reserved.\n\n Permission is hereby granted, free of charge, to any person\n obtaining a copy of this software and associated documentation files\n (the "Software"), to deal in the Software without restriction,\n including without limitation the rights to use, copy, modify, merge,\n publish, distribute, sublicense, and/or sell copies of the Software,\n and to permit persons to whom the Software is furnished to do so,\n subject to the following conditions:\n\n The above copyright notice and this permission notice shall be\n included in all copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n NONINFRINGEMENT. IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT\n HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n DEALINGS IN THE SOFTWARE.\n\n Except as contained in this notice, the name(s) of the above\n copyright holders shall not be used in advertising or otherwise to\n promote the sale, use or other dealings in this Software without\n prior written authorization. ' ' http://planetmath.org/?op=getobj&from=objects&name=GoodHashTablePrimes ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/quartz/xpr/x-hash.c ) [unpack/xorg-server-1.3.0.0/hw/darwin/quartz/xpr/x-hash.h]=( typeset -a comments=( $' x-hash.h -- basic hash table class\n $Id$\n\n Copyright (c) 2002 Apple Computer, Inc. All rights reserved.\n\n Permission is hereby granted, free of charge, to any person\n obtaining a copy of this software and associated documentation files\n (the "Software"), to deal in the Software without restriction,\n including without limitation the rights to use, copy, modify, merge,\n publish, distribute, sublicense, and/or sell copies of the Software,\n and to permit persons to whom the Software is furnished to do so,\n subject to the following conditions:\n\n The above copyright notice and this permission notice shall be\n included in all copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n NONINFRINGEMENT. IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT\n HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n DEALINGS IN THE SOFTWARE.\n\n Except as contained in this notice, the name(s) of the above\n copyright holders shall not be used in advertising or otherwise to\n promote the sale, use or other dealings in this Software without\n prior written authorization. ' ' for X_PFX and X_EXTERN ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/quartz/xpr/x-hash.h ) [unpack/xorg-server-1.3.0.0/hw/darwin/quartz/xpr/x-hook.c]=( typeset -a comments=( $' x-hook.c\n $Id$\n\n Copyright (c) 2003 Apple Computer, Inc. All rights reserved.\n\n Permission is hereby granted, free of charge, to any person\n obtaining a copy of this software and associated documentation files\n (the "Software"), to deal in the Software without restriction,\n including without limitation the rights to use, copy, modify, merge,\n publish, distribute, sublicense, and/or sell copies of the Software,\n and to permit persons to whom the Software is furnished to do so,\n subject to the following conditions:\n\n The above copyright notice and this permission notice shall be\n included in all copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n NONINFRINGEMENT. IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT\n HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n DEALINGS IN THE SOFTWARE.\n\n Except as contained in this notice, the name(s) of the above\n copyright holders shall not be used in advertising or otherwise to\n promote the sale, use or other dealings in this Software without\n prior written authorization. ' ' $XFree86: $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/quartz/xpr/x-hook.c ) [unpack/xorg-server-1.3.0.0/hw/darwin/quartz/xpr/x-hook.h]=( typeset -a comments=( $' x-hook.h -- lists of function,data pairs to call.\n $Id$\n\n Copyright (c) 2003 Apple Computer, Inc. All rights reserved.\n\n Permission is hereby granted, free of charge, to any person\n obtaining a copy of this software and associated documentation files\n (the "Software"), to deal in the Software without restriction,\n including without limitation the rights to use, copy, modify, merge,\n publish, distribute, sublicense, and/or sell copies of the Software,\n and to permit persons to whom the Software is furnished to do so,\n subject to the following conditions:\n\n The above copyright notice and this permission notice shall be\n included in all copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n NONINFRINGEMENT. IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT\n HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n DEALINGS IN THE SOFTWARE.\n\n Except as contained in this notice, the name(s) of the above\n copyright holders shall not be used in advertising or otherwise to\n promote the sale, use or other dealings in this Software without\n prior written authorization. ' ' $XFree86: $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/quartz/xpr/x-hook.h ) [unpack/xorg-server-1.3.0.0/hw/darwin/quartz/xpr/x-list.c]=( typeset -a comments=( $' x-list.c\n $Id$\n\n Copyright (c) 2002 Apple Computer, Inc. All rights reserved.\n\n Permission is hereby granted, free of charge, to any person\n obtaining a copy of this software and associated documentation files\n (the "Software"), to deal in the Software without restriction,\n including without limitation the rights to use, copy, modify, merge,\n publish, distribute, sublicense, and/or sell copies of the Software,\n and to permit persons to whom the Software is furnished to do so,\n subject to the following conditions:\n\n The above copyright notice and this permission notice shall be\n included in all copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n NONINFRINGEMENT. IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT\n HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n DEALINGS IN THE SOFTWARE.\n\n Except as contained in this notice, the name(s) of the above\n copyright holders shall not be used in advertising or otherwise to\n promote the sale, use or other dealings in this Software without\n prior written authorization. ' ' Allocate in ~4k blocks ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/quartz/xpr/x-list.c ) [unpack/xorg-server-1.3.0.0/hw/darwin/quartz/xpr/x-list.h]=( typeset -a comments=( $' x-list.h -- simple list type\n $Id$\n\n Copyright (c) 2002 Apple Computer, Inc. All rights reserved.\n\n Permission is hereby granted, free of charge, to any person\n obtaining a copy of this software and associated documentation files\n (the "Software"), to deal in the Software without restriction,\n including without limitation the rights to use, copy, modify, merge,\n publish, distribute, sublicense, and/or sell copies of the Software,\n and to permit persons to whom the Software is furnished to do so,\n subject to the following conditions:\n\n The above copyright notice and this permission notice shall be\n included in all copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n NONINFRINGEMENT. IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT\n HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n DEALINGS IN THE SOFTWARE.\n\n Except as contained in this notice, the name(s) of the above\n copyright holders shall not be used in advertising or otherwise to\n promote the sale, use or other dealings in this Software without\n prior written authorization. ' ' This is just a cons. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/quartz/xpr/x-list.h ) [unpack/xorg-server-1.3.0.0/hw/darwin/quartz/xpr/xpr.h]=( typeset -a comments=( $'\n * Xplugin rootless implementation\n ' $'\n * Copyright (c) 2003 Torrey T. Lyons. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name(s) of the above copyright\n * holders shall not be used in advertising or otherwise to promote the sale,\n * use or other dealings in this Software without prior written authorization.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/quartz/xpr/xpr.h ) [unpack/xorg-server-1.3.0.0/hw/darwin/quartz/xpr/xprAppleWM.c]=( typeset -a comments=( $'\n * Xplugin rootless implementation functions for AppleWM extension\n ' $'\n * Copyright (c) 2002 Apple Computer, Inc. All rights reserved.\n * Copyright (c) 2003 Torrey T. Lyons. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name(s) of the above copyright\n * holders shall not be used in advertising or otherwise to promote the sale,\n * use or other dealings in this Software without prior written authorization.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/quartz/xpr/xprAppleWM.c ) [unpack/xorg-server-1.3.0.0/hw/darwin/quartz/xpr/xprCursor.c]=( typeset -a comments=( $'*************************************************************\n *\n * Xplugin cursor support\n *\n *************************************************************' $'\n * Copyright (c) 2001 Torrey T. Lyons and Greg Parker.\n * Copyright (c) 2002 Apple Computer, Inc.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name(s) of the above copyright\n * holders shall not be used in advertising or otherwise to promote the sale,\n * use or other dealings in this Software without prior written authorization.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/quartz/xpr/xprCursor.c ) [unpack/xorg-server-1.3.0.0/hw/darwin/quartz/xpr/xprFrame.c]=( typeset -a comments=( $'\n * Xplugin rootless implementation frame functions\n ' $'\n * Copyright (c) 2002 Apple Computer, Inc. All rights reserved.\n * Copyright (c) 2003 Torrey T. Lyons. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name(s) of the above copyright\n * holders shall not be used in advertising or otherwise to promote the sale,\n * use or other dealings in this Software without prior written authorization.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/quartz/xpr/xprFrame.c ) [unpack/xorg-server-1.3.0.0/hw/darwin/quartz/xpr/xprScreen.c]=( typeset -a comments=( $'\n * Xplugin rootless implementation screen functions\n ' $'\n * Copyright (c) 2002 Apple Computer, Inc. All Rights Reserved.\n * Copyright (c) 2004 Torrey T. Lyons. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name(s) of the above copyright\n * holders shall not be used in advertising or otherwise to promote the sale,\n * use or other dealings in this Software without prior written authorization.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/quartz/xpr/xprScreen.c ) [unpack/xorg-server-1.3.0.0/hw/darwin/utils/dumpkeymap.c]=( comments_parsed=false file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/darwin/utils/dumpkeymap.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/config/Canvas.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 1987, 1998 The Open Group\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation.\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of The Open Group shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from The Open Group.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/config/Canvas.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/config/Canvas.h]=( typeset -a comments=( ' $XFree86$ ' $'\n\nCopyright 1987, 1998 The Open Group\nCopyright 2002 Red Hat Inc., Durham, North Carolina.\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/config/Canvas.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/config/CanvasP.h]=( typeset -a comments=( ' $XFree86$ ' $'\n\nCopyright 1987, 1998 The Open Group\nCopyright 2002 Red Hat Inc., Durham, North Carolina.\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/config/CanvasP.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/config/dmxcompat.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/config/dmxcompat.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/config/dmxcompat.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/config/dmxcompat.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/config/dmxconfig.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002-2003 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/config/dmxconfig.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/config/dmxconfig.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/config/dmxconfig.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/config/dmxparse.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/config/dmxparse.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/config/dmxparse.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/config/dmxparse.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/config/dmxprint.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/config/dmxprint.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/config/dmxprint.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/config/dmxprint.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/config/dmxtodmx.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/config/dmxtodmx.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/config/parser.c]=( typeset -a comments=( ' A Bison parser, made by GNU Bison 2.3. ' $' Skeleton implementation for Bison\'s Yacc-like parsers in C\n\n Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006\n Free Software Foundation, Inc.\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2, or (at your option)\n any later version.\n\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor,\n Boston, MA 02110-1301, USA. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/config/parser.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/config/parser.h]=( typeset -a comments=( ' A Bison parser, made by GNU Bison 2.3. ' $' Skeleton interface for Bison\'s Yacc-like parsers in C\n\n Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006\n Free Software Foundation, Inc.\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2, or (at your option)\n any later version.\n\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor,\n Boston, MA 02110-1301, USA. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/config/parser.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/config/scanner.c]=( typeset -a comments=( ' A lexical scanner generated by flex ' ' First, we deal with platform-specific or compiler-specific issues. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/config/scanner.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/config/vdltodmx.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/config/vdltodmx.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/config/xdmxconfig.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/config/xdmxconfig.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmx-config.h]=( typeset -a comments=( $'\n * Copyright 2005 Red Hat Inc., Raleigh, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' $'\n * Authors:\n * Kevin E. Martin \n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmx-config.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmx.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002-2004 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmx.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmx.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2001-2003 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmx.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmx_glxvisuals.c]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' ' Send the glXGetVisualConfigs request ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmx_glxvisuals.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmx_glxvisuals.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' '* GLX Visual private area. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmx_glxvisuals.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmxcb.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2001-2004 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmxcb.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmxcb.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2001,2002 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmxcb.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmxclient.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright (c) 1995 X Consortium\n * Copyright 2004 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be\n * included in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT, THE X CONSORTIUM,\n * AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the X Consortium\n * shall not be used in advertising or otherwise to promote the sale,\n * use or other dealings in this Software without prior written\n * authorization from the X Consortium.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmxclient.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmxcmap.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2001-2004 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmxcmap.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmxcmap.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002-2004 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmxcmap.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmxcursor.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2001-2004 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmxcursor.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmxcursor.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2001-2004 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmxcursor.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmxdpms.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2003-2004 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmxdpms.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmxdpms.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2003 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmxdpms.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmxextension.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2003-2004 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmxextension.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmxextension.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2003-2004 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmxextension.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmxfont.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2001-2004 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmxfont.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmxfont.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2001-2004 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmxfont.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmxgc.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2001-2004 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmxgc.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmxgc.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2001-2004 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmxgc.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmxgcops.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2001-2004 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmxgcops.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmxgcops.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2001,2002 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmxgcops.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmxinit.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2001-2004 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmxinit.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmxinit.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2004 Red Hat Inc., Raleigh, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmxinit.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmxinput.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2001,2002 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmxinput.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmxinput.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2001,2002 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmxinput.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmxlog.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2001 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmxlog.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmxlog.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2001 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmxlog.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmxpict.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2001-2004 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmxpict.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmxpict.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2001-2004 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmxpict.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmxpixmap.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2001-2004 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmxpixmap.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmxpixmap.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2001-2004 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmxpixmap.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmxprop.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002-2003 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmxprop.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmxprop.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002,2003 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmxprop.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmxscrinit.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2001-2004 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmxscrinit.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmxscrinit.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2001-2004 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmxscrinit.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmxshadow.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2001 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmxshadow.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmxshadow.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2001 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmxshadow.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmxstat.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002, 2003 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmxstat.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmxstat.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmxstat.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmxsync.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002-2004 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmxsync.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmxsync.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmxsync.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmxvisual.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002-2004 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmxvisual.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmxvisual.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmxvisual.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmxwindow.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2001-2004 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmxwindow.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/dmxwindow.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2001-2004 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/dmxwindow.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/examples/dmxaddinput.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2003,2004 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/examples/dmxaddinput.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/examples/dmxaddscreen.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2003-2004 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/examples/dmxaddscreen.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/examples/dmxreconfig.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2003 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/examples/dmxreconfig.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/examples/dmxresize.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2003 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/examples/dmxresize.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/examples/dmxrminput.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2003,2004 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/examples/dmxrminput.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/examples/dmxrmscreen.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2003-2004 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/examples/dmxrmscreen.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/examples/dmxwininfo.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright (c) 2003 by the XFree86 Project, Inc.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/examples/dmxwininfo.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/examples/ev.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * This is a simple test program that reads from /dev/input/event*,\n * decoding events into a human readable form.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/examples/ev.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/examples/evi.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2003 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/examples/evi.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/examples/res.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2003 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/examples/res.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/examples/xbell.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/examples/xbell.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/examples/xdmx.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2001,2002 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/examples/xdmx.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/examples/xinput.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2001,2002 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/examples/xinput.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/examples/xled.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2003 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/examples/xled.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/examples/xtest.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2003 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/examples/xtest.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/compsize.c]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' ' error: bad enum value ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/compsize.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/g_disptab.c]=( typeset -a comments=( ' DO NOT EDIT - THIS FILE IS AUTOMATICALLY GENERATED ' $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: This software was created using the\n** OpenGL(R) version 1.2.1 Sample Implementation published by SGI, but has\n** not been independently verified as being compliant with the OpenGL(R)\n** version 1.2.1 Specification.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/g_disptab.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/g_disptab.h]=( typeset -a comments=( ' DO NOT EDIT - THIS FILE IS AUTOMATICALLY GENERATED ' $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: This software was created using the\n** OpenGL(R) version 1.2.1 Sample Implementation published by SGI, but has\n** not been independently verified as being compliant with the OpenGL(R)\n** version 1.2.1 Specification.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/g_disptab.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/g_renderswap.c]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: This software was created using the\n** OpenGL(R) version 1.2.1 Sample Implementation published by SGI, but has\n** not been independently verified as being compliant with the OpenGL(R)\n** version 1.2.1 Specification.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/g_renderswap.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/global.c]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' $'\n** The last context used by the server. It is the context that is current\n** from the server\'s perspective.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/global.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/glxcmds.c]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' $'\n** Create a GL context with the given properties.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/glxcmds.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/glxcmdsswap.c]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' '**********************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/glxcmdsswap.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/glxcontext.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' $'\n ** list of context structs\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/glxcontext.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/glxdrawable.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' ' contexts bound ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/glxdrawable.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/glxerror.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' $'\n** Error codes. These have the extension error base added to them\n** when the extension initializes.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/glxerror.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/glxext.c]=( typeset -a comments=( $'\n** The contents of this file are subject to the GLX Public License Version 1.0\n** (the "License"). You may not use this file except in compliance with the\n** License. You may obtain a copy of the License at Silicon Graphics, Inc.,\n** attn: Legal Services, 2011 N. Shoreline Blvd., Mountain View, CA 94043\n** or at http://www.sgi.com/software/opensource/glx/license.html.\n**\n** Software distributed under the License is distributed on an "AS IS"\n** basis. ALL WARRANTIES ARE DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY\n** IMPLIED WARRANTIES OF MERCHANTABILITY, OF FITNESS FOR A PARTICULAR\n** PURPOSE OR OF NON- INFRINGEMENT. See the License for the specific\n** language governing rights and limitations under the License.\n**\n** The Original Software is GLX version 1.2 source code, released February,\n** 1999. The developer of the Original Software is Silicon Graphics, Inc.\n** Those portions of the Subject Software created by Silicon Graphics, Inc.\n** are Copyright (c) 1991-9 Silicon Graphics, Inc. All Rights Reserved.\n**\n' $'\n** Stubs to satisfy miinitext.c references.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/glxext.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/glxext.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' $'\n * Added by VA Linux for XFree86 4.0.x\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/glxext.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/glxfbconfig.c]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/glxfbconfig.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/glxfbconfig.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/glxfbconfig.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/glxscreens.c]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' $'\n * set the server glx version to be the minimum version\n * supported by all back-end servers\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/glxscreens.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/glxscreens.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' ' !__GLX_screens_h__ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/glxscreens.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/glxserver.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' $'\n** The X header misc.h defines these math functions.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/glxserver.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/glxsingle.c]=( typeset -a comments=( ' DO NOT EDIT - THIS FILE IS AUTOMATICALLY GENERATED ' $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: This software was created using the\n** OpenGL(R) version 1.2.1 Sample Implementation published by SGI, but has\n** not been independently verified as being compliant with the OpenGL(R)\n** version 1.2.1 Specification.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/glxsingle.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/glxsingle.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/glxsingle.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/glxswap.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2003 Red Hat Inc., Raleigh, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/glxswap.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/glxswap.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2003 Red Hat Inc., Raleigh, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/glxswap.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/glxutil.c]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' '**********************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/glxutil.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/glxutil.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' ' memory management ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/glxutil.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/glxvendor.c]=( typeset -a comments=( ' DO NOT EDIT - THIS FILE IS AUTOMATICALLY GENERATED ' $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: This software was created using the\n** OpenGL(R) version 1.2.1 Sample Implementation published by SGI, but has\n** not been independently verified as being compliant with the OpenGL(R)\n** version 1.2.1 Specification.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/glxvendor.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/glxvendor.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/glxvendor.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/glxvisuals.c]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' ' check that the glx extension has been initialized ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/glxvisuals.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/glxvisuals.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/glxvisuals.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/render2swap.c]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' ' #define NEED_REPLIES ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/render2swap.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/renderpixswap.c]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' $'\n ** Just invert swapBytes flag; the GL will figure out if it needs to swap\n ** the pixel data.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/renderpixswap.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/unpack.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' $'\n** Fetch the context-id out of a SingleReq request pointed to by pc.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/glxProxy/unpack.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/input/ChkNotMaskEv.c]=( typeset -a comments=( ' Derived from Xorg: ChkMaskEv.c,v 1.4 2001/02/09 02:03:31 xorgcvs Exp ' $'\n * Copyright 1985, 1987, 1998 The Open Group\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation.\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n * Except as contained in this notice, the name of The Open Group shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from The Open Group.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/input/ChkNotMaskEv.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/input/ChkNotMaskEv.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/input/ChkNotMaskEv.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxarg.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002-2003 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxarg.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxarg.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxarg.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxbackend.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2001-2003 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxbackend.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxbackend.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxbackend.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxcommon.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2001-2003 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxcommon.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxcommon.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002,2003 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxcommon.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxconsole.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2001-2003 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxconsole.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxconsole.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxconsole.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxdetach.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2004 Red Hat Inc., Raleigh, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxdetach.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxdummy.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxdummy.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxdummy.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxdummy.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxeq.c]=( typeset -a comments=( ' $XFree86$ ' $'\n *\n * Copyright 1990, 1998 The Open Group\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation.\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of The Open Group shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from The Open Group.\n *\n * Author: Keith Packard, MIT X Consortium\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxeq.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxeq.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxeq.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxevents.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002-2003 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxevents.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxevents.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2001 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxevents.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxinputinit.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002-2003 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxinputinit.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxinputinit.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxinputinit.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxmap.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2003 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxmap.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxmap.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2003 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxmap.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxmotion.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002-2003 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxmotion.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxmotion.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxmotion.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxsigio.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002-2003 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxsigio.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxsigio.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2001 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxsigio.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxxinput.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002-2003 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/input/dmxxinput.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/input/lnx-keyboard.c]=( typeset -a comments=( ' $XFree86$ ' $' Portions of this file were derived from the following files:\n *\n **********************************************************************\n *\n * xfree86/common/{xf86Io.c,xf86Kbd.c,xf86Events.c}\n *\n * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Thomas Roell not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Thomas Roell makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * THOMAS ROELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THOMAS ROELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n **********************************************************************\n *\n * xfree86/common/xf86KbdLnx.c\n *\n * Linux version of keymapping setup. The kernel (since 0.99.14) has support\n * for fully remapping the keyboard, but there are some differences between\n * the Linux map and the SVR4 map (esp. in the extended keycodes). We also\n * remove the restriction on what keycodes can be remapped.\n * Orest Zborowski.\n *\n * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Thomas Roell not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Thomas Roell makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * THOMAS ROELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THOMAS ROELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n **********************************************************************\n *\n * xfree86/os-support/linux/lnx_io.c\n *\n * Copyright 1992 by Orest Zborowski \n * Copyright 1993 by David Dawes \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of Orest Zborowski and David Dawes \n * not be used in advertising or publicity pertaining to distribution of \n * the software without specific, written prior permission. Orest Zborowski\n * and David Dawes make no representations about the suitability of this \n * software for any purpose. It is provided "as is" without express or \n * implied warranty.\n *\n * OREST ZBOROWSKI AND DAVID DAWES DISCLAIMS ALL WARRANTIES WITH REGARD \n * TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND \n * FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID DAWES BE LIABLE \n * FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES \n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN \n * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF \n * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/input/lnx-keyboard.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/input/lnx-keyboard.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2001 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/input/lnx-keyboard.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/input/lnx-ms.c]=( typeset -a comments=( ' $XFree86$ ' $' Portions of this file were derived from the following files:\n *\n **********************************************************************\n *\n * Xserver/hw/kdrive/linux/ms.c\n *\n * Copyright (c) 2001 by Juliusz Chroboczek\n * Copyright (c) 1999 by Keith Packard\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sublicense, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n *\n * The above copyright notice and this permission notice shall be\n * included in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/input/lnx-ms.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/input/lnx-ms.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2001 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/input/lnx-ms.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/input/lnx-ps2.c]=( typeset -a comments=( ' $XFree86$ ' $' Portions of this file were derived from the following files:\n *\n **********************************************************************\n *\n * Xserver/hw/kdrive/linux/ps2.c\n *\n * Copyright (c) 1999 by Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/input/lnx-ps2.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/input/lnx-ps2.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2001 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/input/lnx-ps2.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/input/usb-common.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002-2003 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/input/usb-common.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/input/usb-common.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/input/usb-common.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/input/usb-keyboard.c]=( typeset -a comments=( ' $XFree86$ ' $' Portions of this file were derived from the following files:\n *\n **********************************************************************\n *\n * xfree86/common/xf86KbdLnx.c\n *\n * Linux version of keymapping setup. The kernel (since 0.99.14) has support\n * for fully remapping the keyboard, but there are some differences between\n * the Linux map and the SVR4 map (esp. in the extended keycodes). We also\n * remove the restriction on what keycodes can be remapped.\n * Orest Zborowski.\n *\n * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Thomas Roell not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Thomas Roell makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * THOMAS ROELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THOMAS ROELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/input/usb-keyboard.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/input/usb-keyboard.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/input/usb-keyboard.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/input/usb-mouse.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/input/usb-mouse.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/input/usb-mouse.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/input/usb-mouse.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/input/usb-other.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/input/usb-other.c ) [unpack/xorg-server-1.3.0.0/hw/dmx/input/usb-other.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/input/usb-other.h ) [unpack/xorg-server-1.3.0.0/hw/dmx/input/usb-private.h]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2002 Red Hat Inc., Durham, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/dmx/input/usb-private.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/ati/ati.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \251 2003 Eric Anholt\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Eric Anholt not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Eric Anholt makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * ERIC ANHOLT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ERIC ANHOLT BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $Header$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/ati/ati.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/ati/ati.h]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \251 2003 Eric Anholt\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Eric Anholt not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Eric Anholt makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * ERIC ANHOLT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ERIC ANHOLT BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $Header$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/ati/ati.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/ati/ati_cursor.c]=( typeset -a comments=( $'\n * Copyright \251 2004 Eric Anholt\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Eric Anholt not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Eric Anholt makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * ERIC ANHOLT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ERIC ANHOLT BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $RCSId$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/ati/ati_cursor.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/ati/ati_dma.c]=( typeset -a comments=( $'\n * Copyright \251 2004 Eric Anholt\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Eric Anholt not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Eric Anholt makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * ERIC ANHOLT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ERIC ANHOLT BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $Header$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/ati/ati_dma.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/ati/ati_dma.h]=( typeset -a comments=( $'\n * Copyright \251 2004 Eric Anholt\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Eric Anholt not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Eric Anholt makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * ERIC ANHOLT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ERIC ANHOLT BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $Header$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/ati/ati_dma.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/ati/ati_draw.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \251 2003 Eric Anholt\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Eric Anholt not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Eric Anholt makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * ERIC ANHOLT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ERIC ANHOLT BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $Header$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/ati/ati_draw.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/ati/ati_draw.h]=( typeset -a comments=( $'\n * Copyright \251 2004 Eric Anholt\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Eric Anholt not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Eric Anholt makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * ERIC ANHOLT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ERIC ANHOLT BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $Header$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/ati/ati_draw.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/ati/ati_microcode.c]=( typeset -a comments=( $' r128_cce.c -- ATI Rage 128 driver -*- linux-c -*-\n * radeon_cp.c -- CP support for Radeon -*- linux-c -*-\n *\n * Copyright 2000 Precision Insight, Inc., Cedar Park, Texas.\n * Copyright 2000 VA Linux Systems, Inc., Fremont, California.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n *\n * Authors:\n * Kevin E. Martin \n * Gareth Hughes \n ' ' CCE microcode (from ATI) ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/ati/ati_microcode.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/ati/ati_reg.h]=( typeset -a comments=( $'\n * Copyright \251 2003 Eric Anholt\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Eric Anholt not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Eric Anholt makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * ERIC ANHOLT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ERIC ANHOLT BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $Header$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/ati/ati_reg.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/ati/ati_stub.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \251 2003 Eric Anholt\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Eric Anholt not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Eric Anholt makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * ERIC ANHOLT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ERIC ANHOLT BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $Header$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/ati/ati_stub.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/ati/ati_video.c]=( typeset -a comments=( $'\n * Copyright \251 2004 Keith Packard\n * Copyright \251 2005 Eric Anholt\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Eric Anholt not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Eric Anholt makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * ERIC ANHOLT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ERIC ANHOLT BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Based on mach64video.c by Keith Packard.\n ' ' $RCSId$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/ati/ati_video.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/ati/r128_composite.c]=( typeset -a comments=( $'\n * Copyright \251 2003 Eric Anholt, Anders Carlsson\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Eric Anholt not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Eric Anholt makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * ERIC ANHOLT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ERIC ANHOLT BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $Header$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/ati/r128_composite.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/ati/radeon_composite.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \251 2003 Eric Anholt\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Eric Anholt not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Eric Anholt makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * ERIC ANHOLT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ERIC ANHOLT BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $Header$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/ati/radeon_composite.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/chips/chips.c]=( typeset -a comments=( $'\n * Copyright \251 2001 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $RCSId: xc/programs/Xserver/hw/kdrive/trident/trident.c,v 1.18 2001/06/04 09:45:42 keithp Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/chips/chips.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/chips/chips.h]=( typeset -a comments=( $'\n * Id: chips.h,v 1.2 1999/11/02 08:17:24 keithp Exp $\n *\n * Copyright \251 1999 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $RCSId: xc/programs/Xserver/hw/kdrive/chips/chips.h,v 1.9 2000/11/29 08:42:25 keithp Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/chips/chips.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/chips/chipsdraw.c]=( typeset -a comments=( $'\n * Id: tridentdraw.c,v 1.1 1999/11/02 03:54:47 keithp Exp $\n *\n * Copyright \251 1999 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $RCSId: xc/programs/Xserver/hw/kdrive/trident/tridentdraw.c,v 1.10 2001/06/03 18:48:19 keithp Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/chips/chipsdraw.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/chips/chipsstub.c]=( typeset -a comments=( $'\n * Id: chipsstub.c,v 1.1 1999/11/02 08:19:15 keithp Exp $\n *\n * Copyright 1999 SuSE, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of SuSE not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. SuSE makes no representations about the\n * suitability of this software for any purpose. It is provided "as is"\n * without express or implied warranty.\n *\n * SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE\n * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN \n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Keith Packard, SuSE, Inc.\n ' ' $RCSId: xc/programs/Xserver/hw/kdrive/chips/chipsstub.c,v 1.1 2001/09/05 07:12:42 keithp Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/chips/chipsstub.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/ephyr/ephyr.c]=( typeset -a comments=( $'\n * Xephyr - A kdrive X server thats runs in a host X window.\n * Authored by Matthew Allum \n * \n * Copyright \251 2004 Nokia \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Nokia not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Nokia makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * NOKIA DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL NOKIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $' TODO:\n *\n * o Support multiple screens, shouldn\'t be hard just alot of rejigging.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/ephyr/ephyr.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/ephyr/ephyr.h]=( typeset -a comments=( $'\n * Xephyr - A kdrive X server thats runs in a host X window.\n * Authored by Matthew Allum \n * \n * Copyright \251 2004 Nokia \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Nokia not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Nokia makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * NOKIA DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL NOKIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' for OsSignal() ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/ephyr/ephyr.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/ephyr/ephyr_draw.c]=( typeset -a comments=( $'\n * Copyright \251 2006 Intel Corporation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Authors:\n * Eric Anholt \n *\n ' ' No, really. The whole point of this module is to crash. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/ephyr/ephyr_draw.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/ephyr/ephyrinit.c]=( typeset -a comments=( $'\n * Xephyr - A kdrive X server thats runs in a host X window.\n * Authored by Matthew Allum \n * \n * Copyright \251 2004 Nokia \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Nokia not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Nokia makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * NOKIA DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL NOKIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $' \'Fake\' cursor stuff, could be improved ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/ephyr/ephyrinit.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/ephyr/hostx.c]=( typeset -a comments=( $'\n * Xephyr - A kdrive X server thats runs in a host X window.\n * Authored by Matthew Allum \n * \n * Copyright \251 2004 Nokia \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Nokia not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Nokia makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * NOKIA DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL NOKIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' for memset ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/ephyr/hostx.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/ephyr/hostx.h]=( typeset -a comments=( $'\n * Xephyr - A kdrive X server thats runs in a host X window.\n * Authored by Matthew Allum \n * \n * Copyright \251 2004 Nokia \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Nokia not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Nokia makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * NOKIA DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL NOKIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/ephyr/hostx.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/ephyr/os.c]=( typeset -a comments=( $'\n * Xephyr - A kdrive X server thats runs in a host X window.\n * Authored by Matthew Allum \n * \n * Copyright \251 2004 Nokia \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Nokia not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Nokia makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * NOKIA DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL NOKIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/ephyr/os.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/epson/epson13806.c]=( typeset -a comments=( ' $Header$ ' $'\n * Copyright 2004 by Costas Stylianou +44(0)7850 394095\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Costas Sylianou not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Costas Stylianou makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * COSTAS STYLIANOU DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL COSTAS STYLIANOU BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/epson/epson13806.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/epson/epson13806.h]=( typeset -a comments=( ' $Header$ ' $'\n * Copyright 2004 by Costas Stylianou +44(0)7850 394095\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Costas Sylianou not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Costas Stylianou makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * COSTAS STYLIANOU DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL COSTAS STYLIANOU BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/epson/epson13806.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/epson/epson13806draw.c]=( typeset -a comments=( ' $Header$ ' $'\n * Copyright 2004 by Costas Stylianou +44(0)7850 394095\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Costas Sylianou not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Costas Stylianou makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * COSTAS STYLIANOU DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL COSTAS STYLIANOU BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/epson/epson13806draw.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/epson/epson13806draw.h]=( typeset -a comments=( ' $Header$ ' $'\n * Copyright 2004 by Costas Stylianou +44(0)7850 394095\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Costas Sylianou not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Costas Stylianou makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * COSTAS STYLIANOU DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL COSTAS STYLIANOU BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/epson/epson13806draw.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/epson/epson13806reg.h]=( typeset -a comments=( ' $Header$ ' $'\n * Copyright 2004 by Costas Stylianou +44(0)7850 394095\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Costas Sylianou not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Costas Stylianou makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * COSTAS STYLIANOU DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL COSTAS STYLIANOU BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/epson/epson13806reg.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/epson/epson13806stub.c]=( typeset -a comments=( ' $Header$ ' $'\n * Copyright 2004 by Costas Stylianou +44(0)7850 394095\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Costas Sylianou not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Costas Stylianou makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * COSTAS STYLIANOU DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL COSTAS STYLIANOU BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/epson/epson13806stub.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/fake/fake.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2004 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * Set new configuration\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/fake/fake.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/fake/fake.h]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2004 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' _FBDEV_H_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/fake/fake.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/fake/fakeinit.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2004 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' cardinit ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/fake/fakeinit.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/fake/kbd.c]=( typeset -a comments=( $'\n * Id: kbd.c,v 1.1 1999/11/02 18:39:28 keithp Exp $\n *\n * Copyright \251 1999 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $RCSId: xc/programs/Xserver/hw/kdrive/fake/kbd.c,v 1.1 1999/11/19 13:53:53 hohndel Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/fake/kbd.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/fake/mouse.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2004 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/fake/mouse.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/fake/os.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2004 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/fake/os.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/fbdev/fbdev.c]=( typeset -a comments=( $'\n * Id: fbdev.c,v 1.1 1999/11/02 03:54:46 keithp Exp $\n *\n * Copyright \251 1999 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $RCSId: xc/programs/Xserver/hw/kdrive/fbdev/fbdev.c,v 1.31 2002/10/14 18:01:40 keithp Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/fbdev/fbdev.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/fbdev/fbdev.h]=( typeset -a comments=( $'\n * Id: fbdev.h,v 1.1 1999/11/02 03:54:46 keithp Exp $\n *\n * Copyright \251 1999 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $RCSId: xc/programs/Xserver/hw/kdrive/fbdev/fbdev.h,v 1.11 2001/06/03 21:52:45 keithp Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/fbdev/fbdev.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/fbdev/fbinit.c]=( typeset -a comments=( $'\n * Id: fbinit.c,v 1.1 1999/11/02 03:54:46 keithp Exp $\n *\n * Copyright \251 1999 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $RCSId: xc/programs/Xserver/hw/kdrive/fbdev/fbinit.c,v 1.8 2001/05/29 17:47:55 keithp Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/fbdev/fbinit.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/i810/i810.c]=( typeset -a comments=( $' COPYRIGHT AND PERMISSION NOTICE\n\nCopyright (c) 2000, 2001 Nokia Home Communications\n\nAll rights reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, and/or sell copies of the Software, and to permit persons\nto whom the Software is furnished to do so, provided that the above\ncopyright notice(s) and this permission notice appear in all copies of\nthe Software and that both the above copyright notice(s) and this\npermission notice appear in supporting documentation.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT\nOF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR\nHOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY\nSPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER\nRESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\nCONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\nCONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\nExcept as contained in this notice, the name of a copyright holder\nshall not be used in advertising or otherwise to promote the sale, use\nor other dealings in this Software without prior written authorization\nof the copyright holder.\n\nX Window System is a trademark of The Open Group ' ' $RCSId: xc/programs/Xserver/hw/kdrive/i810/i810.c,v 1.1 2001/03/30 02:18:41 keithp Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/i810/i810.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/i810/i810.h]=( typeset -a comments=( $' COPYRIGHT AND PERMISSION NOTICE\n\nCopyright (c) 2000, 2001 Nokia Home Communications\n\nAll rights reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, and/or sell copies of the Software, and to permit persons\nto whom the Software is furnished to do so, provided that the above\ncopyright notice(s) and this permission notice appear in all copies of\nthe Software and that both the above copyright notice(s) and this\npermission notice appear in supporting documentation.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT\nOF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR\nHOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY\nSPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER\nRESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\nCONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\nCONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\nExcept as contained in this notice, the name of a copyright holder\nshall not be used in advertising or otherwise to promote the sale, use\nor other dealings in this Software without prior written authorization\nof the copyright holder.\n\nX Window System is a trademark of The Open Group ' ' $RCSId: $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/i810/i810.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/i810/i810_cursor.c]=( typeset -a comments=( $' COPYRIGHT AND PERMISSION NOTICE\n\nCopyright (c) 2000, 2001 Nokia Home Communications\n\nAll rights reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, and/or sell copies of the Software, and to permit persons\nto whom the Software is furnished to do so, provided that the above\ncopyright notice(s) and this permission notice appear in all copies of\nthe Software and that both the above copyright notice(s) and this\npermission notice appear in supporting documentation.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT\nOF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR\nHOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY\nSPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER\nRESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\nCONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\nCONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\nExcept as contained in this notice, the name of a copyright holder\nshall not be used in advertising or otherwise to promote the sale, use\nor other dealings in this Software without prior written authorization\nof the copyright holder.\n\nX Window System is a trademark of The Open Group ' $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/i810/i810_cursor.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/i810/i810_reg.h]=( typeset -a comments=( $' COPYRIGHT AND PERMISSION NOTICE\n\nCopyright (c) 2000, 2001 Nokia Home Communications\n\nAll rights reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, and/or sell copies of the Software, and to permit persons\nto whom the Software is furnished to do so, provided that the above\ncopyright notice(s) and this permission notice appear in all copies of\nthe Software and that both the above copyright notice(s) and this\npermission notice appear in supporting documentation.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT\nOF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR\nHOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY\nSPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER\nRESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\nCONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\nCONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\nExcept as contained in this notice, the name of a copyright holder\nshall not be used in advertising or otherwise to promote the sale, use\nor other dealings in this Software without prior written authorization\nof the copyright holder.\n\nX Window System is a trademark of The Open Group ' $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/i810/i810_reg.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/i810/i810_video.c]=( typeset -a comments=( $' COPYRIGHT AND PERMISSION NOTICE\n\nCopyright (c) 2000, 2001 Nokia Home Communications\n\nAll rights reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, and/or sell copies of the Software, and to permit persons\nto whom the Software is furnished to do so, provided that the above\ncopyright notice(s) and this permission notice appear in all copies of\nthe Software and that both the above copyright notice(s) and this\npermission notice appear in supporting documentation.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT\nOF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR\nHOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY\nSPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER\nRESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\nCONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\nCONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\nExcept as contained in this notice, the name of a copyright holder\nshall not be used in advertising or otherwise to promote the sale, use\nor other dealings in this Software without prior written authorization\nof the copyright holder.\n\nX Window System is a trademark of The Open Group ' $'**************************************************************************\n \nCopyright 2000 Intel Corporation. All Rights Reserved. \n\nPermission is hereby granted, free of charge, to any person obtaining a \ncopy of this software and associated documentation files (the \n"Software"), to deal in the Software without restriction, including \nwithout limitation the rights to use, copy, modify, merge, publish, \ndistribute, sub license, and/or sell copies of the Software, and to \npermit persons to whom the Software is furnished to do so, subject to \nthe following conditions: \n\nThe above copyright notice and this permission notice (including the \nnext paragraph) shall be included in all copies or substantial portions \nof the Software. \n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS \nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF \nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. \nIN NO EVENT SHALL INTEL, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, \nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR \nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR \nTHE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/i810/i810_video.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/i810/i810draw.c]=( typeset -a comments=( $' COPYRIGHT AND PERMISSION NOTICE\n\nCopyright (c) 2000, 2001 Nokia Home Communications\n\nAll rights reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, and/or sell copies of the Software, and to permit persons\nto whom the Software is furnished to do so, provided that the above\ncopyright notice(s) and this permission notice appear in all copies of\nthe Software and that both the above copyright notice(s) and this\npermission notice appear in supporting documentation.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT\nOF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR\nHOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY\nSPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER\nRESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\nCONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\nCONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\nExcept as contained in this notice, the name of a copyright holder\nshall not be used in advertising or otherwise to promote the sale, use\nor other dealings in this Software without prior written authorization\nof the copyright holder.\n\nX Window System is a trademark of The Open Group ' $' Hardware accelerated drawing for KDrive i810 driver.\n Author: Pontus Lidman \n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/i810/i810draw.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/i810/i810draw.h]=( typeset -a comments=( $' COPYRIGHT AND PERMISSION NOTICE\n\nCopyright (c) 2000, 2001 Nokia Home Communications\n\nAll rights reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, and/or sell copies of the Software, and to permit persons\nto whom the Software is furnished to do so, provided that the above\ncopyright notice(s) and this permission notice appear in all copies of\nthe Software and that both the above copyright notice(s) and this\npermission notice appear in supporting documentation.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT\nOF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR\nHOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY\nSPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER\nRESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\nCONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\nCONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\nExcept as contained in this notice, the name of a copyright holder\nshall not be used in advertising or otherwise to promote the sale, use\nor other dealings in this Software without prior written authorization\nof the copyright holder.\n\nX Window System is a trademark of The Open Group ' $' Hardware accelerated drawing for KDrive i810 driver, header file.\n Author: Pontus Lidman \n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/i810/i810draw.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/i810/i810stub.c]=( typeset -a comments=( ' $RCSId: $ ' $' COPYRIGHT AND PERMISSION NOTICE\n\nCopyright (c) 2000, 2001 Nokia Home Communications\n\nAll rights reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, and/or sell copies of the Software, and to permit persons\nto whom the Software is furnished to do so, provided that the above\ncopyright notice(s) and this permission notice appear in all copies of\nthe Software and that both the above copyright notice(s) and this\npermission notice appear in supporting documentation.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT\nOF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR\nHOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY\nSPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER\nRESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\nCONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\nCONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\nExcept as contained in this notice, the name of a copyright holder\nshall not be used in advertising or otherwise to promote the sale, use\nor other dealings in this Software without prior written authorization\nof the copyright holder.\n\nX Window System is a trademark of The Open Group ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/i810/i810stub.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/linux/agp.c]=( typeset -a comments=( $'\n * Abstraction of the AGP GART interface.\n *\n * This version is for both Linux and FreeBSD.\n *\n * Copyright \251 2000-2001 Nokia Home Communications\n * Copyright \251 2000 VA Linux Systems, Inc.\n \nAll rights reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, and/or sell copies of the Software, and to permit persons\nto whom the Software is furnished to do so, provided that the above\ncopyright notice(s) and this permission notice appear in all copies of\nthe Software and that both the above copyright notice(s) and this\npermission notice appear in supporting documentation.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT\nOF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR\nHOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY\nSPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER\nRESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\nCONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\nCONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\nExcept as contained in this notice, the name of a copyright holder\nshall not be used in advertising or otherwise to promote the sale, use\nor other dealings in this Software without prior written authorization\nof the copyright holder.\n\n ' ' $RCSId: xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_agp.c,v 3.4 2000/08/28 18:12:56 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/linux/agp.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/linux/agp.h]=( typeset -a comments=( $' COPYRIGHT AND PERMISSION NOTICE\n\nCopyright (c) 2000, 2001 Nokia Home Communications\n\nAll rights reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, and/or sell copies of the Software, and to permit persons\nto whom the Software is furnished to do so, provided that the above\ncopyright notice(s) and this permission notice appear in all copies of\nthe Software and that both the above copyright notice(s) and this\npermission notice appear in supporting documentation.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT\nOF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR\nHOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY\nSPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER\nRESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\nCONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\nCONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\nExcept as contained in this notice, the name of a copyright holder\nshall not be used in advertising or otherwise to promote the sale, use\nor other dealings in this Software without prior written authorization\nof the copyright holder.\n\nX Window System is a trademark of The Open Group ' $' agp.h - header file for KDrive AGP GART interface\n *\n * Author: Pontus Lidman \n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/linux/agp.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/linux/bus.c]=( typeset -a comments=( $'\n * $RCSId: xc/programs/Xserver/hw/kdrive/linux/bus.c,v 1.2 2001/06/29 14:00:41 keithp Exp $\n *\n * Copyright \251 2000 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' /dev/adbmouse is a busmouse ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/linux/bus.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/linux/evdev.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2004 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' current device state ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/linux/evdev.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/linux/keyboard.c]=( typeset -a comments=( $'\n * $RCSId: xc/programs/Xserver/hw/kdrive/linux/keyboard.c,v 1.10 2001/11/08 10:26:24 keithp Exp $\n *\n * Copyright \251 1999 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' or XK_Find ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/linux/keyboard.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/linux/klinux.h]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2003 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' _KLINUX_H_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/linux/klinux.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/linux/linux.c]=( typeset -a comments=( $'\n * $RCSId: xc/programs/Xserver/hw/kdrive/linux/linux.c,v 1.6 2001/07/24 21:26:17 keithp Exp $\n *\n * Copyright \251 1999 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' Check before chowning -- this avoids touching the file system ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/linux/linux.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/linux/mouse.c]=( typeset -a comments=( $'\n * $RCSId: xc/programs/Xserver/hw/kdrive/linux/mouse.c,v 1.6 2002/08/02 16:11:35 keithp Exp $\n *\n * Copyright \251 2001 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' NOTUSED ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/linux/mouse.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/linux/ms.c]=( typeset -a comments=( $'\nCopyright (c) 2001 by Juliusz Chroboczek\nCopyright (c) 1999 by Keith Packard\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n' ' $RCSId: xc/programs/Xserver/hw/kdrive/linux/ms.c,v 1.1 2001/08/09 20:45:15 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/linux/ms.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/linux/ps2.c]=( typeset -a comments=( $'\n * $RCSId: xc/programs/Xserver/hw/kdrive/linux/ps2.c,v 1.6 2001/10/12 06:33:10 keithp Exp $\n *\n * Copyright \251 1999 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' "/dev/mouse", ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/linux/ps2.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/linux/ts.c]=( typeset -a comments=( $'\n * $RCSId: xc/programs/Xserver/hw/kdrive/linux/ts.c,v 1.9 2002/08/15 18:07:48 keithp Exp $\n *\n * Derived from ps2.c by Jim Gettys\n *\n * Copyright \251 1999 Keith Packard\n * Copyright \251 2000 Compaq Computer Corporation\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard or Compaq not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard and Compaq makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD AND COMPAQ DISCLAIM ALL WARRANTIES WITH REGARD TO THIS \n * SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, \n * IN NO EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' touch screen events ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/linux/ts.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/linux/tslib.c]=( typeset -a comments=( $'\n * $RCSId: xc/programs/Xserver/hw/kdrive/linux/tslib.c,v 1.1 2002/11/01 22:27:49 keithp Exp $\n * TSLIB based touchscreen driver for TinyX\n * Derived from ts.c by Keith Packard\n * Derived from ps2.c by Jim Gettys\n *\n * Copyright \251 1999 Keith Packard\n * Copyright \251 2000 Compaq Computer Corporation\n * Copyright \251 2002 MontaVista Software Inc.\n * Copyright \251 2005 OpenedHand Ltd.\n * \n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard or Compaq not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard and Compaq makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD AND COMPAQ DISCLAIM ALL WARRANTIES WITH REGARD TO THIS \n * SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, \n * IN NO EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n * \n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Michael Taht or MontaVista not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Michael Taht and Montavista make no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * MICHAEL TAHT AND MONTAVISTA DISCLAIM ALL WARRANTIES WITH REGARD TO THIS \n * SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, \n * IN NO EVENT SHALL EITHER BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Matthew Allum or OpenedHand not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Matthew Allum and OpenedHand make no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * MATTHEW ALLUM AND OPENEDHAND DISCLAIM ALL WARRANTIES WITH REGARD TO THIS \n * SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, \n * IN NO EVENT SHALL EITHER BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' set via TSLIB_TSDEVICE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/linux/tslib.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/mach64/mach64.c]=( typeset -a comments=( $'\n * Copyright \251 2001 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $RCSId: xc/programs/Xserver/hw/kdrive/mach64/mach64.c,v 1.10 2002/10/14 18:01:41 keithp Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/mach64/mach64.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/mach64/mach64.h]=( typeset -a comments=( $'\n * Id: mach64.h,v 1.2 1999/11/02 08:17:24 keithp Exp $\n *\n * Copyright \251 2001 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $RCSId: xc/programs/Xserver/hw/kdrive/mach64/mach64.h,v 1.5 2001/06/23 03:41:24 keithp Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/mach64/mach64.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/mach64/mach64draw.c]=( typeset -a comments=( $'\n * Id: mach64draw.c,v 1.1 1999/11/02 03:54:47 keithp Exp $\n *\n * Copyright \251 1999 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $RCSId: xc/programs/Xserver/hw/kdrive/mach64/mach64draw.c,v 1.6 2001/07/23 03:44:17 keithp Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/mach64/mach64draw.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/mach64/mach64draw.h]=( typeset -a comments=( $'\n * Id: tridentdraw.h,v 1.1 1999/11/02 03:54:47 keithp Exp $\n *\n * Copyright \251 1999 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $RCSId: xc/programs/Xserver/hw/kdrive/trident/tridentdraw.h,v 1.4 2000/10/11 06:04:40 keithp Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/mach64/mach64draw.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/mach64/mach64stub.c]=( typeset -a comments=( $'\n * Id: mach64stub.c,v 1.1 1999/11/02 08:19:15 keithp Exp $\n *\n * Copyright 1999 SuSE, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of SuSE not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. SuSE makes no representations about the\n * suitability of this software for any purpose. It is provided "as is"\n * without express or implied warranty.\n *\n * SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE\n * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN \n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Keith Packard, SuSE, Inc.\n ' ' $RCSId: xc/programs/Xserver/hw/kdrive/mach64/mach64stub.c,v 1.2 2001/10/12 06:33:10 keithp Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/mach64/mach64stub.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/mach64/mach64video.c]=( typeset -a comments=( $'\n * Copyright \251 2001 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $RCSId: xc/programs/Xserver/hw/kdrive/mach64/mach64video.c,v 1.9tsi Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/mach64/mach64video.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/mga/g400_common.h]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2004 Damien Ciabrini\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Anders Carlsson not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Anders Carlsson makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * DAMIEN CIABRINI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ANDERS CARLSSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $Header$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/mga/g400_common.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/mga/g400_composite.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2004 Damien Ciabrini\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Anders Carlsson not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Anders Carlsson makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * DAMIEN CIABRINI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ANDERS CARLSSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $Header$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/mga/g400_composite.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/mga/mga.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2003 Anders Carlsson\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Anders Carlsson not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Anders Carlsson makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * ANDERS CARLSSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ANDERS CARLSSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $Header$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/mga/mga.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/mga/mga.h]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \251 2003-2004 Anders Carlsson\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Anders Carlsson not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Anders Carlsson makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * ANDERS CARLSSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ANDERS CARLSSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $Header$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/mga/mga.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/mga/mgadraw.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \251 2003-2004 Anders Carlsson\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Anders Carlsson not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Anders Carlsson makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * ANDERS CARLSSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ANDERS CARLSSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $Header$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/mga/mgadraw.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/mga/mgastub.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2003 Anders Carlsson\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Anders Carlsson not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Anders Carlsson makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * ANDERS CARLSSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ANDERS CARLSSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $Header$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/mga/mgastub.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/neomagic/backend.c]=( typeset -a comments=( $'\n * Generic card driving functions.\n * Essentially, cascades calls to fbdev and vesa to initialize cards that\n * do not have hardware-specific routines yet. Copied from the ati driver.\n *\n * Copyright (c) 2004 Brent Cook \n *\n * This code is licensed under the GPL. See the file COPYING in the root\n * directory of the sources for details.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/neomagic/backend.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/neomagic/backend.h]=( typeset -a comments=( $'\n * Generic card driving functions.\n * Essentially, cascades calls to fbdev and vesa to initialize cards that\n * do not have hardware-specific routines yet. Copied from the ati driver.\n *\n * Copyright (c) 2004 Brent Cook \n *\n * This code is licensed under the GPL. See the file COPYING in the root\n * directory of the sources for details.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/neomagic/backend.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/neomagic/neo_draw.c]=( typeset -a comments=( $'\n *\n * Copyright \302\251 2004 Franco Catrin\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Franco Catrin not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Franco Catrin makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * FRANCO CATRIN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL FRANCO CATRIN BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' GXclear ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/neomagic/neo_draw.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/neomagic/neomagic.c]=( typeset -a comments=( $'\n *\n * Copyright \302\251 2004 Franco Catrin\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Franco Catrin not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Franco Catrin makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * FRANCO CATRIN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL FRANCO CATRIN BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/neomagic/neomagic.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/neomagic/neomagic.h]=( typeset -a comments=( $'\n *\n * Copyright \302\251 2004 Franco Catrin\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Franco Catrin not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Franco Catrin makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * FRANCO CATRIN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL FRANCO CATRIN BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $' If it\'s a NM2070 series ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/neomagic/neomagic.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/neomagic/neomagicstub.c]=( typeset -a comments=( $'\n *\n * Copyright \302\251 2004 Franco Catrin\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Franco Catrin not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Franco Catrin makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * FRANCO CATRIN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL FRANCO CATRIN BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/neomagic/neomagicstub.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/nvidia/nvidia.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2003 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' XXX for now ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/nvidia/nvidia.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/nvidia/nvidia.h]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2003 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * offset from ioport beginning \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/nvidia/nvidia.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/nvidia/nvidiadraw.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2003 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' GXclear ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/nvidia/nvidiadraw.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/nvidia/nvidiadraw.h]=( typeset -a comments=( $'\n * Id: tridentdraw.h,v 1.1 1999/11/02 03:54:47 keithp Exp $\n *\n * Copyright \251 1999 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $RCSId: xc/programs/Xserver/hw/kdrive/trident/tridentdraw.h,v 1.4 2000/10/11 06:04:40 keithp Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/nvidia/nvidiadraw.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/nvidia/nvidiastub.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2003 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/nvidia/nvidiastub.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/pm2/glint_regs.h]=( typeset -a comments=( $'\n * glint register file \n *\n * Copyright by Stefan Dirsch, Dirk Hohndel, Alan Hourihane\n * Authors: Alan Hourihane, \n * Dirk Hohndel, \n * Stefan Dirsch, \n * Simon P., \n *\n * this work is sponsored by S.u.S.E. GmbH, Fuerth, Elsa GmbH, Aachen and\n * Siemens Nixdorf Informationssysteme\n *\n ' ' The chips we know ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/pm2/glint_regs.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/pm2/pm2.c]=( typeset -a comments=( ' 8bpp ' ' 16bpp ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/pm2/pm2.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/pm2/pm2.h]=( typeset -a comments=( ' Clamp value due to bugs in PM3 ' ' _PM2_H_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/pm2/pm2.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/pm2/pm2_draw.c]=( typeset -a comments=( ' We can use Packed mode for filling solid non-GXcopy rasters ' ' We can only use GXcopy for Packed modes ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/pm2/pm2_draw.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/pm2/pm2stub.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/pm2/pm2stub.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/r128/r128.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2003 Anders Carlsson\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Anders Carlsson not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Anders Carlsson makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * ANDERS CARLSSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ANDERS CARLSSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $Header$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/r128/r128.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/r128/r128.h]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2003 Anders Carlsson\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Anders Carlsson not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Anders Carlsson makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * ANDERS CARLSSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ANDERS CARLSSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $Header$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/r128/r128.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/r128/r128draw.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2003 Anders Carlsson\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Anders Carlsson not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Anders Carlsson makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * ANDERS CARLSSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ANDERS CARLSSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $Header$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/r128/r128draw.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/r128/r128stub.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2003 Anders Carlsson\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Anders Carlsson not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Anders Carlsson makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * ANDERS CARLSSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ANDERS CARLSSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $Header$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/r128/r128stub.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/sdl/sdl.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2004 PillowElephantBadgerBankPond \n \n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of PillowElephantBadgerBankPond not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. PillowElephantBadgerBankPond makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * PillowElephantBadgerBankPond DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL PillowElephantBadgerBankPond BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * It\'s really not my fault - see it was the elephants!!\n * \t- jaymz\n *\n ' ' $Header$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/sdl/sdl.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/sis300/sis.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \251 2003 Eric Anholt\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Eric Anholt not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Eric Anholt makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * ERIC ANHOLT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ERIC ANHOLT BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $Header$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/sis300/sis.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/sis300/sis.h]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \251 2003 Eric Anholt\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Eric Anholt not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Eric Anholt makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * ERIC ANHOLT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ERIC ANHOLT BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $Header$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/sis300/sis.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/sis300/sis_draw.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \251 2003 Eric Anholt\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Eric Anholt not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Eric Anholt makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * ERIC ANHOLT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ERIC ANHOLT BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $Header$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/sis300/sis_draw.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/sis300/sis_reg.h]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 2000 Silicon Integrated Systems Corp, Inc., HsinChu, Taiwan.\nCopyright 2003 Eric Anholt\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\nERIC ANHOLT OR SILICON INTEGRATED SYSTEMS CORP BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Sung-Ching Lin \n * Eric Anholt \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/sis300/sis_reg.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/sis300/sis_stub.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \251 2003 Eric Anholt\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Eric Anholt not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Eric Anholt makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * ERIC ANHOLT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ERIC ANHOLT BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $Header$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/sis300/sis_stub.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/smi/smi.c]=( typeset -a comments=( $'\n * Copyright \251 2001 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' only handles one SMI card at standard VGA address ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/smi/smi.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/smi/smi.h]=( typeset -a comments=( $'\n * Id: smi.h,v 1.2 1999/11/02 08:17:24 keithp Exp $\n *\n * Copyright \251 2001 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * offset from ioport beginning \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/smi/smi.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/smi/smidraw.c]=( typeset -a comments=( $'\n * Id: smidraw.c,v 1.1 1999/11/02 03:54:47 keithp Exp $\n *\n * Copyright \251 1999 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' GXclear ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/smi/smidraw.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/smi/smidraw.h]=( typeset -a comments=( $'\n * Id: smidraw.h,v 1.1 1999/11/02 03:54:47 keithp Exp $\n *\n * Copyright \251 1999 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/smi/smidraw.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/smi/smistub.c]=( typeset -a comments=( $'\n * Id: smistub.c,v 1.1 1999/11/02 08:19:15 keithp Exp $\n *\n * Copyright 1999 SuSE, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of SuSE not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. SuSE makes no representations about the\n * suitability of this software for any purpose. It is provided "as is"\n * without express or implied warranty.\n *\n * SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE\n * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN \n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Keith Packard, SuSE, Inc.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/smi/smistub.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/src/fourcc.h]=( typeset -a comments=( $'\n This header file contains listings of STANDARD guids for video formats.\n Please do not place non-registered, or incomplete entries in this file.\n A list of some popular fourcc\'s are at: http://www.webartz.com/fourcc/\n For an explanation of fourcc <-> guid mappings see RFC2361.\n' ' _XF86_FOURCC_H_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/src/fourcc.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/src/kaa.c]=( typeset -a comments=( $'\n * $RCSId: xc/programs/Xserver/hw/kdrive/kaa.c,v 1.4 2001/06/04 09:45:41 keithp Exp $\n *\n * Copyright \251 2001 Keith Packard\n *\n * Partly based on code that is Copyright \251 The XFree86 Project Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' Free the offscreen area ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/src/kaa.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/src/kaa.h]=( typeset -a comments=( $'\n * $RCSId: $\n *\n * Copyright \251 2001 Keith Packard\n *\n * Partly based on code that is Copyright \251 The XFree86 Project Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' _KAA_H_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/src/kaa.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/src/kaapict.c]=( typeset -a comments=( $'\n * $RCSId$\n *\n * Copyright \251 2001 Keith Packard\n *\n * Partly based on code that is Copyright \251 The XFree86 Project Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' PICT_TYPE_ABGR ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/src/kaapict.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/src/kasync.c]=( typeset -a comments=( $'\n * Id: kasync.c,v 1.3 1999/11/24 04:29:28 keithp Exp $\n *\n * Copyright \251 1999 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $RCSId: xc/programs/Xserver/hw/kdrive/kasync.c,v 1.8 2001/03/30 02:15:19 keithp Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/src/kasync.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/src/kcmap.c]=( typeset -a comments=( $'\n * Id: kcmap.c,v 1.1 1999/11/02 03:54:46 keithp Exp $\n *\n * Copyright \251 1999 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $RCSId: xc/programs/Xserver/hw/kdrive/kcmap.c,v 1.4 2000/05/24 23:57:56 keithp Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/src/kcmap.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/src/kcurscol.c]=( typeset -a comments=( $'\n * $RCSId: xc/programs/Xserver/hw/kdrive/kcurscol.c,v 1.4 2000/05/11 18:14:13 tsi Exp $\n *\n * Copyright \251 1999 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n\t * Set these to an invalid pixel value so that\n\t * when the store colors comes through, the cursor\n\t * won\'t get recolored\n\t ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/src/kcurscol.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/src/kdrive.c]=( typeset -a comments=( $'\n * $RCSId: xc/programs/Xserver/hw/kdrive/kdrive.c,v 1.29 2002/10/31 18:29:50 keithp Exp $ \n *\n * Copyright \302\251 1999 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * Carry arguments from InitOutput through driver initialization\n * to KdScreenInit\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/src/kdrive.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/src/kdrive.h]=( typeset -a comments=( $'\n * Id: kdrive.h,v 1.1 1999/11/02 03:54:46 keithp Exp $\n *\n * Copyright \251 1999 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $RCSId: xc/programs/Xserver/hw/kdrive/kdrive.h,v 1.29 2002/11/13 16:37:39 keithp Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/src/kdrive.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/src/kinfo.c]=( typeset -a comments=( $'\n * Id: kinfo.c,v 1.1 1999/11/02 03:54:46 keithp Exp $\n *\n * Copyright \251 1999 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $RCSId: xc/programs/Xserver/hw/kdrive/kinfo.c,v 1.2 2000/02/23 20:29:53 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/src/kinfo.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/src/kinput.c]=( typeset -a comments=( $'\n * Id: kinput.c,v 1.1 1999/11/02 03:54:46 keithp Exp $\n *\n * Copyright \251 1999 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $RCSId: xc/programs/Xserver/hw/kdrive/kinput.c,v 1.30 2002/11/13 16:37:39 keithp Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/src/kinput.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/src/kkeymap.h]=( typeset -a comments=( $'\n * Id: kkeymap.h,v 1.1 1999/11/02 03:54:46 keithp Exp $\n *\n * Copyright \251 1999 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $RCSId: xc/programs/Xserver/hw/kdrive/kkeymap.h,v 1.1 1999/11/19 13:53:50 hohndel Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/src/kkeymap.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/src/kmap.c]=( typeset -a comments=( $'\n * Id: kmap.c,v 1.1 1999/11/02 03:54:46 keithp Exp $\n *\n * Copyright \251 1999 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $RCSId: xc/programs/Xserver/hw/kdrive/kmap.c,v 1.10 2001/07/24 21:26:17 keithp Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/src/kmap.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/src/kmode.c]=( typeset -a comments=( $'\n * $RCSId: xc/programs/Xserver/hw/kdrive/kmode.c,v 1.7 2002/10/14 18:01:40 keithp Exp $\n *\n * Copyright 1999 SuSE, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of SuSE not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. SuSE makes no representations about the\n * suitability of this software for any purpose. It is provided "as is"\n * without express or implied warranty.\n *\n * SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE\n * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN \n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Keith Packard, SuSE, Inc.\n ' $'\tH\tV\tHz\tKHz ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/src/kmode.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/src/knoop.c]=( typeset -a comments=( $'\n * Id: knoop.c,v 1.2 1999/11/02 06:16:28 keithp Exp $\n *\n * Copyright \251 1999 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $RCSId: xc/programs/Xserver/hw/kdrive/knoop.c,v 1.1 1999/11/19 13:53:50 hohndel Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/src/knoop.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/src/koffscreen.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2003 Anders Carlsson\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Anders Carlsson not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Anders Carlsson makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * ANDERS CARLSSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ANDERS CARLSSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' throw out requests that cannot fit ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/src/koffscreen.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/src/kshadow.c]=( typeset -a comments=( $'\n * $RCSId: $\n *\n * Copyright \251 1999 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' use fb computation for width ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/src/kshadow.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/src/ktest.c]=( typeset -a comments=( $'\n * Id: ktest.c,v 1.1 1999/11/02 03:54:46 keithp Exp $\n *\n * Copyright \251 1999 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $RCSId: xc/programs/Xserver/hw/kdrive/ktest.c,v 1.1 1999/11/19 13:53:50 hohndel Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/src/ktest.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/src/kxv.c]=( typeset -a comments=( $' \n\n XFree86 Xv DDX written by Mark Vojkovich (markv@valinux.com) \n Adapted for KDrive by Pontus Lidman \n\n Copyright (C) 2000, 2001 - Nokia Home Communications\n Copyright (C) 1998, 1999 - The XFree86 Project Inc.\n\nAll rights reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, and/or sell copies of the Software, and to permit persons\nto whom the Software is furnished to do so, provided that the above\ncopyright notice(s) and this permission notice appear in all copies of\nthe Software and that both the above copyright notice(s) and this\npermission notice appear in supporting documentation.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT\nOF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR\nHOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY\nSPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER\nRESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\nCONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\nCONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\nExcept as contained in this notice, the name of a copyright holder\nshall not be used in advertising or otherwise to promote the sale, use\nor other dealings in this Software without prior written authorization\nof the copyright holder.\n\n' ' $RCSId: xc/programs/Xserver/hw/kdrive/kxv.c,v 1.3 2001/08/09 09:08:54 keithp Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/src/kxv.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/src/kxv.h]=( typeset -a comments=( $' \n\n XFree86 Xv DDX written by Mark Vojkovich (markv@valinux.com) \n Adapted for KDrive by Pontus Lidman \n\n Copyright (C) 2000, 2001 - Nokia Home Communications\n Copyright (C) 1998, 1999 - The XFree86 Project Inc.\n\nAll rights reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, and/or sell copies of the Software, and to permit persons\nto whom the Software is furnished to do so, provided that the above\ncopyright notice(s) and this permission notice appear in all copies of\nthe Software and that both the above copyright notice(s) and this\npermission notice appear in supporting documentation.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT\nOF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR\nHOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY\nSPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER\nRESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\nCONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\nCONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\nExcept as contained in this notice, the name of a copyright holder\nshall not be used in advertising or otherwise to promote the sale, use\nor other dealings in this Software without prior written authorization\nof the copyright holder.\n\n' ' $RCSId: xc/programs/Xserver/hw/kdrive/kxv.h,v 1.1 2001/03/30 02:18:41 keithp Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/src/kxv.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/src/vga.c]=( typeset -a comments=( $'\n * Id: vga.c,v 1.1 1999/11/02 03:54:46 keithp Exp $\n *\n * Copyright \251 1999 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $RCSId: xc/programs/Xserver/hw/kdrive/vga.c,v 1.2 1999/12/30 03:03:07 robin Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/src/vga.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/src/vga.h]=( typeset -a comments=( $'\n * Id: vga.h,v 1.1 1999/11/02 03:54:46 keithp Exp $\n *\n * Copyright \251 1999 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $RCSId: xc/programs/Xserver/hw/kdrive/vga.h,v 1.2 1999/12/30 03:03:07 robin Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/src/vga.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/vesa/vbe.c]=( typeset -a comments=( $' \nCopyright (c) 2000 by Juliusz Chroboczek\n \nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions: \n \nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software. \n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n' ' $RCSId: xc/programs/Xserver/hw/kdrive/vesa/vbe.c,v 1.9 2001/05/29 04:54:12 keithp Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/vesa/vbe.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/vesa/vbe.h]=( typeset -a comments=( $' \nCopyright (c) 2000 by Juliusz Chroboczek\n \nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions: \n \nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software. \n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n' ' $RCSId: xc/programs/Xserver/hw/kdrive/vesa/vbe.h,v 1.6 2001/05/29 04:54:12 keithp Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/vesa/vbe.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/vesa/vesa.c]=( typeset -a comments=( $' \nCopyright (c) 2000 by Juliusz Chroboczek\n \nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions: \n \nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software. \n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n' ' $Id$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/vesa/vesa.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/vesa/vesa.h]=( typeset -a comments=( $' \nCopyright (c) 2000 by Juliusz Chroboczek\n \nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions: \n \nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software. \n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n' ' $RCSId: xc/programs/Xserver/hw/kdrive/vesa/vesa.h,v 1.13 2002/09/29 23:39:47 keithp Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/vesa/vesa.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/vesa/vesainit.c]=( typeset -a comments=( $' \nCopyright (c) 2000 by Juliusz Chroboczek\n \nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions: \n \nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software. \n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n' ' $RCSId: xc/programs/Xserver/hw/kdrive/vesa/vesainit.c,v 1.7 2001/09/05 07:12:43 keithp Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/vesa/vesainit.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/vesa/vga.c]=( typeset -a comments=( $'\n * $RCSId: xc/programs/Xserver/hw/kdrive/vesa/vga.c,v 1.1 2000/10/20 00:19:51 keithp Exp $\n *\n * Copyright \251 2000 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/vesa/vga.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/vesa/vga.h]=( typeset -a comments=( $'\n * $RCSId: xc/programs/Xserver/hw/kdrive/vesa/vga.h,v 1.1 2000/10/20 00:19:51 keithp Exp $\n *\n * Copyright \251 2000 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' _VGA_H_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/vesa/vga.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/vesa/vm86.c]=( typeset -a comments=( $'\n * $RCSId: xc/programs/Xserver/hw/kdrive/vesa/vm86.c,v 1.2 2002/02/19 00:18:05 keithp Exp $\n *\n * Copyright \251 2000 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $' \nCopyright (c) 2000 by Juliusz Chroboczek\n \nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions: \n \nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software. \n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/vesa/vm86.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/vesa/vm86.h]=( typeset -a comments=( $'\n * $RCSId: $\n *\n * Copyright \251 2000 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $' \nCopyright (c) 2000 by Juliusz Chroboczek\n \nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions: \n \nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software. \n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/vesa/vm86.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/via/via.c]=( typeset -a comments=( $'\n * Copyright \251 2004 Ralph Thomas\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Ralph Thomas not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Ralph Thomas makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * RALPH THOMAS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL RALPH THOMAS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n** VIA CLE266 driver\n** Copyright 2004 (C) Ralph Thomas \n**\n** http://www.viatech.com.tw/\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/via/via.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/via/via.h]=( typeset -a comments=( $'\n * Copyright \251 2004 Ralph Thomas\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Ralph Thomas not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Ralph Thomas makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * RALPH THOMAS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL RALPH THOMAS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n** VIA CLE266 driver\n** Copyright 2004 (C) Ralph Thomas \n**\n** http://www.viatech.com.tw/\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/via/via.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/via/via_regs.h]=( typeset -a comments=( $'\n * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.\n * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $'************************************************************************\n *\n * File: via_regs.h\n * Content: The defines of Via registers\n *\n ***********************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/via/via_regs.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/via/viadraw.c]=( typeset -a comments=( $'\n * Copyright \251 2004 Ralph Thomas\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Ralph Thomas not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Ralph Thomas makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * RALPH THOMAS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL RALPH THOMAS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n** VIA CLE266 driver\n** Copyright 2004 (C) Ralph Thomas \n**\n** http://www.viatech.com.tw/\n**\n** This code is for accelerated drawing of solids and accelerated\n** copies. Note that there is currently no software FIFO implemented,\n** and no documentation on any hardware FIFO.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/via/viadraw.c ) [unpack/xorg-server-1.3.0.0/hw/kdrive/via/viadraw.h]=( typeset -a comments=( $'\n * Copyright \251 2004 Ralph Thomas\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Ralph Thomas not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Ralph Thomas makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * RALPH THOMAS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL RALPH THOMAS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n** VIA CLE266 driver\n** Copyright 2004 (C) Ralph Thomas \n**\n** http://www.viatech.com.tw/\n**\n** This header has some function prototypes for the hardware\n** accelerated drawing code in viadraw.c.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/via/viadraw.h ) [unpack/xorg-server-1.3.0.0/hw/kdrive/via/viastub.c]=( typeset -a comments=( $'\n * Copyright \251 2004 Ralph Thomas\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Ralph Thomas not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Ralph Thomas makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * RALPH THOMAS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL RALPH THOMAS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n** VIA CLE266 driver\n** Copyright 2004 (C) Ralph Thomas \n**\n** http://www.viatech.com.tw/\n**\n** This is the stub code which links the VIA drawing code into the kdrive\n** framework.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/kdrive/via/viastub.c ) [unpack/xorg-server-1.3.0.0/hw/vfb/InitInput.c]=( typeset -a comments=( $'\n\nCopyright 1993, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom The Open Group.\n\n' $' The only reason for using the LK201 mappings here was that they were\n * easy to lift.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/vfb/InitInput.c ) [unpack/xorg-server-1.3.0.0/hw/vfb/InitOutput.c]=( typeset -a comments=( $'\n\nCopyright 1993, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom The Open Group.\n\n' ' HAS_MMAP ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/vfb/InitOutput.c ) [unpack/xorg-server-1.3.0.0/hw/vfb/lk201kbd.h]=( typeset -a comments=( $'**********************************************************\n\nCopyright 1987, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ' key pad ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/vfb/lk201kbd.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/atKeynames.h]=( typeset -a comments=( $'\n * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Thomas Roell not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Thomas Roell makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * THOMAS ROELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THOMAS ROELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' $'\n * Copyright (c) 1994-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/atKeynames.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/compiler.h]=( typeset -a comments=( $'\n * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Thomas Roell not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Thomas Roell makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * THOMAS ROELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THOMAS ROELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' $'\n * Copyright (c) 1994-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/compiler.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/fourcc.h]=( typeset -a comments=( $'\n * Copyright (c) 2000-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'\n This header file contains listings of STANDARD guids for video formats.\n Please do not place non-registered, or incomplete entries in this file.\n A list of some popular fourcc\'s are at: http://www.webartz.com/fourcc/\n For an explanation of fourcc <-> guid mappings see RFC2361.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/fourcc.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/scoasm.h]=( typeset -a comments=( $'\n * Copyright (c) 1996 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'\n * scoasm.h - used to define inline versions of certain functions which\n * do NOT appear in sys/inline.h.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/scoasm.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86.h]=( typeset -a comments=( $'\n * Copyright (c) 1997-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'\n * This file contains declarations for public XFree86 functions and variables,\n * and definitions of public macros.\n *\n * "public" means available to video drivers.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86AutoConfig.c]=( typeset -a comments=( $'\n * Copyright 2003 by David H. Dawes.\n * Copyright 2003 by X-Oz Technologies.\n * All rights reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n * \n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n * \n * Author: David Dawes .\n ' ' Sections for the default built-in configuration. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86AutoConfig.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Build.h]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Build.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Bus.c]=( typeset -a comments=( $'\n * Copyright (c) 1997-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'\n * This file contains the interfaces to the bus-specific code\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Bus.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Bus.h]=( typeset -a comments=( $'\n * Copyright (c) 1997-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'\n * This file contains definitions of the bus-related data structures/types.\n * Everything contained here is private to xf86Bus.c. In particular the\n * video drivers must not include this file.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Bus.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Config.c]=( typeset -a comments=( $'\n * Loosely based on code bearing the following copyright:\n *\n * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.\n ' $'\n * Copyright 1992-2003 by The XFree86 Project, Inc.\n * Copyright 1997 by Metro Link, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Config.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Config.h]=( typeset -a comments=( $'\n * Copyright (c) 1997-2000 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'\n * global structure that holds the result of parsing the config file\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Config.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Configure.c]=( typeset -a comments=( $'\n * Copyright 2000-2002 by Alan Hourihane, Flint Mountain, North Wales.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: Alan Hourihane, alanh@fairlite.demon.co.uk\n *\n ' $'\n * This is called by the driver, either through xf86Match???Instances() or\n * directly. We allocate a GDevRec and fill it in as much as we can, letting\n * the caller fill in the rest and/or change it as it sees fit.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Configure.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Cursor.c]=( typeset -a comments=( $'\n * Copyright (c) 1994-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ' $XConsortium: xf86Cursor.c /main/10 1996/10/19 17:58:23 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Cursor.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86DGA.c]=( typeset -a comments=( $'\n * Copyright (c) 1998-2002 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n *\n * Written by Mark Vojkovich\n ' $'\n * This is now set in InitOutput().\n *\n pScrn->SetDGAMode = xf86SetDGAMode;\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86DGA.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86DPMS.c]=( typeset -a comments=( $'\n * Copyright (c) 1997-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'\n * This file contains the DPMS functions required by the extension.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86DPMS.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Date.h]=( typeset -a comments=( $'\n * Copyright (c) 2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Date.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Debug.c]=( typeset -a comments=( $'\n * Copyright (c) 2000-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Debug.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86DefModes.c]=( typeset -a comments=( ' $XFree86$ ' $' THIS FILE IS AUTOMATICALLY GENERATED -- DO NOT EDIT -- LOOK at\n * modeline2c.pl ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86DefModes.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86DoProbe.c]=( typeset -a comments=( $'\n * Copyright (c) 1999-2002 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'\n * finish setting up the server\n * Load the driver modules and call their probe functions.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86DoProbe.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86DoScanPci.c]=( typeset -a comments=( $'\n * Copyright (c) 1999-2002 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'\n * Finish setting up the server.\n * Call the functions from the scanpci module.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86DoScanPci.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Events.c]=( typeset -a comments=( $'\n * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Thomas Roell not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Thomas Roell makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * THOMAS ROELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THOMAS ROELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' $'\n * Copyright (c) 1994-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Events.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Globals.c]=( typeset -a comments=( $'\n * Copyright (c) 1997-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'\n * This file contains all the XFree86 global variables.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Globals.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Helper.c]=( typeset -a comments=( $'\n * Copyright (c) 1997-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'\n * Authors: Dirk Hohndel \n * David Dawes \n * ... and others\n *\n * This file includes the helper functions that the server provides for\n * different drivers.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Helper.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86InPriv.h]=( typeset -a comments=( $'\n * Copyright (c) 1999 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ' xf86Globals.c ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86InPriv.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Init.c]=( typeset -a comments=( $'\n * Loosely based on code bearing the following copyright:\n *\n * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.\n ' $'\n * Copyright (c) 1992-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Init.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Io.c]=( typeset -a comments=( $'\n * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Thomas Roell not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Thomas Roell makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * THOMAS ROELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THOMAS ROELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' $'\n * Copyright (c) 1992-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Io.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Kbd.c]=( typeset -a comments=( $'\n * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Thomas Roell not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Thomas Roell makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * THOMAS ROELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THOMAS ROELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' $'\n * Copyright (c) 1992-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Kbd.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86KbdBSD.c]=( typeset -a comments=( $'\n * Derived from xf86Kbd.c by S_ren Schmidt (sos@login.dkuug.dk)\n * which is Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.\n * and from xf86KbdCODrv.c by Holger Veit\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Thomas Roell not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Thomas Roell makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * THOMAS ROELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THOMAS ROELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * Copyright (c) 1994-2002 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86KbdBSD.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86KbdLnx.c]=( typeset -a comments=( $'\n * Linux version of keymapping setup. The kernel (since 0.99.14) has support\n * for fully remapping the keyboard, but there are some differences between\n * the Linux map and the SVR4 map (esp. in the extended keycodes). We also\n * remove the restriction on what keycodes can be remapped.\n * Orest Zborowski.\n ' $'\n * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Thomas Roell not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Thomas Roell makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * THOMAS ROELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THOMAS ROELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86KbdLnx.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86KbdMach.c]=( typeset -a comments=( $'\n *****************************************************************************\n * HISTORY\n * Log:\txf86KbdMach.c,v\n * Revision 2.1.2.1 92/06/25 10:32:08 moore\n * \tIncorporate the Elliot Dresselhaus\'s, Ernest Hua\'s and local changes\n * \tto run Thomas Roell\'s I386 color X11R5. Original code only worked\n * \twith SCO Unix. New code works with 2.5 and 3.0 Mach\n * \t[92/06/24 rvb]\n * \n * \tEndLog\n * \n *****************************************************************************\n ' $'\n * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Thomas Roell not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Thomas Roell makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * THOMAS ROELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THOMAS ROELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86KbdMach.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Keymap.h]=( typeset -a comments=( $'\n * Copyright (c) 1994-2002 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'\n *\n * For Scancodes see notes in atKeynames.h !!!!\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Keymap.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86MiscExt.c]=( typeset -a comments=( $'\n * Copyright (c) 1999-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'\n * This file contains the Pointer/Keyboard functions needed by the \n * XFree86-Misc extension.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86MiscExt.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Mode.c]=( typeset -a comments=( $'\n * Copyright (c) 1997-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'\n * Authors: Dirk Hohndel \n * David Dawes \n * Marc La France \n * ... and others\n *\n * This file includes helper functions for mode related things.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Mode.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Module.h]=( typeset -a comments=( $'\n * Copyright (c) 1997-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'\n * This file contains the parts of the loader interface that are visible\n * to modules. This is the only loader-related header that modules should\n * include.\n *\n * It should include a bare minimum of other headers.\n *\n * Longer term, the module/loader code should probably live directly under\n * Xserver/.\n *\n * XXX This file arguably belongs in xfree86/loader/.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Module.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Opt.h]=( typeset -a comments=( $'\n * Copyright (c) 1998-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ' Option handling things that ModuleSetup procs can use ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Opt.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Option.c]=( typeset -a comments=( $'\n * Copyright (c) 1998-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'\n * Author: David Dawes \n *\n * This file includes public option handling functions.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Option.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86PM.c]=( typeset -a comments=( $'\n * Copyright (c) 2000-2002 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $' \n * we leave that as a global function for now. I don\'t know if \n * this might cause problems in the future. It is a global server \n * variable therefore it needs to be in a server info structure\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86PM.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86PciInfo.h]=( typeset -a comments=( $'\n * Copyright (c) 1995-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'\n * This file contains macros for the PCI Vendor and Device IDs for video\n * cards plus a few other things that are needed in drivers or elsewhere.\n * This information is used in several ways:\n * 1. It is used by drivers and/or other code.\n * 2. It is used by the pciid2c.pl script to determine what vendor data to\n * include in the pcidata module that the X server loads.\n * 3. A side-effect of 2. affects how config-generation works for\n * otherwise "unknown" cards.\n *\n * Don\'t add entries here for vendors that don\'t make video cards,\n * or for non-video devices unless they\'re needed by a driver or elsewhere.\n * A comprehensive set of PCI vendor, device and subsystem data is\n * auto-generated from the ../etc/pci.ids file using the pciids2c.pl script,\n * and is used in both the scanpci module and the scanpci utility. Don\'t\n * modify the pci.ids file. If new/corrected entries are required, add them\n * to ../etc/extrapci.ids.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86PciInfo.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Priv.h]=( typeset -a comments=( $'\n * Copyright (c) 1997-2002 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'\n * This file contains declarations for private XFree86 functions and variables,\n * and definitions of private macros.\n *\n * "private" means not available to video drivers.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Priv.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Privstr.h]=( typeset -a comments=( $'\n * Copyright (c) 1997-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'\n * This file contains definitions of the private XFree86 data structures/types.\n * None of the data structures here should be used by video drivers.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Privstr.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86RandR.c]=( typeset -a comments=( $'\n *\n * Copyright \302\251 2002 Keith Packard, member of The XFree86 Project, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' If there is driver support for randr, let it set our supported rotations ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86RandR.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Resources.h]=( typeset -a comments=( $'\n * Copyright (c) 1999-2002 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'\n * Exclusive unused VGA: resources unneeded but cannot be disabled.\n * Like old Millennium.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Resources.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Version.h]=( typeset -a comments=( $'\n * Copyright (c) 1994-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ' This has five arguments for compatibilty reasons ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Version.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Versions.c]=( typeset -a comments=( $'\n * Copyright (c) 2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ' Most built-in interfaces are handled this way. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Versions.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86VidMode.c]=( typeset -a comments=( $'\n * Copyright (c) 1999-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'\n * This file contains the VidMode functions required by the extension.\n * These have been added to avoid the need for the higher level extension\n * code to access the private XFree86 data structures directly. Wherever\n * possible this code uses the functions in xf86Mode.c to do the work,\n * so that two version of code that do similar things don\'t have to be\n * maintained.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86VidMode.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86XKB.c]=( typeset -a comments=( ' $XConsortium: xf86XKB.c /main/4 1996/02/04 09:28:04 kaleb $ ' $'***********************************************************\nCopyright (c) 1993 by Silicon Graphics Computer Systems, Inc.\n\nPermission to use, copy, modify, and distribute this\nsoftware and its documentation for any purpose and without\nfee is hereby granted, provided that the above copyright\nnotice appear in all copies and that both that copyright\nnotice and this permission notice appear in supporting\ndocumentation, and that the name of Silicon Graphics not be \nused in advertising or publicity pertaining to distribution \nof the software without specific prior written permission.\nSilicon Graphics makes no representation about the suitability \nof this software for any purpose. It is provided "as is"\nwithout any express or implied warranty.\n\nSILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \nSOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \nAND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\nGRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \nDAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \nDATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \nOR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\nTHE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86XKB.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Xinput.c]=( typeset -a comments=( $'\n * Copyright 1995-1999 by Frederic Lepied, France. \n * \n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Frederic Lepied not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Frederic Lepied makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty. \n * \n * FREDERIC LEPIED DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL FREDERIC LEPIED BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' $'\n * Copyright (c) 2000-2002 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Xinput.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Xinput.h]=( typeset -a comments=( ' $XConsortium: xf86Xinput.h /main/11 1996/10/27 11:05:29 kaleb $ ' $'\n * Copyright 1995-1999 by Frederic Lepied, France. \n * \n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Frederic Lepied not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Frederic Lepied makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty. \n * \n * FREDERIC LEPIED DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL FREDERIC LEPIED BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86Xinput.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86cmap.c]=( typeset -a comments=( $'\n * Copyright (c) 1998-2001 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ' to get prototype for pow on some systems ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86cmap.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86cmap.h]=( typeset -a comments=( $'\n * Copyright (c) 1998-2001 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ' _XF86CMAP_H ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86cmap.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86cvt.c]=( typeset -a comments=( $'\n * Copyright 2005-2006 Luc Verhaegen.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * The reason for having this function in a file of its own is\n * so that ../utils/cvt/cvt can link to it, and that xf86CVTMode\n * code is shared directly.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86cvt.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86fbBus.c]=( typeset -a comments=( $'\n * Copyright (c) 2000-2001 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'\n * This file contains the interfaces to the bus-specific code\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86fbBus.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86fbman.c]=( typeset -a comments=( $'\n * Copyright (c) 1998-2001 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $' \n#define DEBUG\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86fbman.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86fbman.h]=( typeset -a comments=( $'\n * Copyright (c) 1998-2001 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ' linear functions ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86fbman.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86isaBus.c]=( typeset -a comments=( $'\n * Copyright (c) 1997-2000 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'\n * This file contains the interfaces to the bus-specific code\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86isaBus.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86noBus.c]=( typeset -a comments=( $'\n * Copyright (c) 2000-2002 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'\n * This file contains the interfaces to the bus-specific code\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86noBus.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86pciBus.c]=( typeset -a comments=( $'\n * Copyright (c) 1997-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'\n * This file contains the interfaces to the bus-specific code\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86pciBus.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86pciBus.h]=( typeset -a comments=( $'\n * Copyright (c) 1999-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ' ID of the bridge to this bus ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86pciBus.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86sbusBus.c]=( typeset -a comments=( $'\n * SBUS bus-specific code.\n *\n * Copyright (C) 2000 Jakub Jelinek (jakub@redhat.com)\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to deal\n * in the Software without restriction, including without limitation the rights\n * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n * copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * JAKUB JELINEK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n\t * If we can use PROM information and found the PROM node for this\n\t * device, we can tell more about the card.\n\t ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86sbusBus.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86sbusBus.h]=( typeset -a comments=( $'\n * SBUS bus-specific declarations\n *\n * Copyright (C) 2000 Jakub Jelinek (jakub@redhat.com)\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to deal\n * in the Software without restriction, including without limitation the rights\n * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n * copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * JAKUB JELINEK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' Because of misdesigned openpromio ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86sbusBus.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86str.h]=( typeset -a comments=( $'\n * Copyright (c) 1997-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'\n * This file contains definitions of the public XFree86 data structures/types.\n * Any data structures that video drivers need to access should go here.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86str.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86xv.c]=( typeset -a comments=( $'\n * XFree86 Xv DDX written by Mark Vojkovich (markv@valinux.com)\n ' $'\n * Copyright (c) 1998-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86xv.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86xv.h]=( typeset -a comments=( $'\n * Copyright (c) 1998-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ' for RGB formats only ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86xv.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86xvmc.c]=( typeset -a comments=( $'\n * Copyright (c) 2001-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ' no adaptor by that name ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86xvmc.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86xvmc.h]=( typeset -a comments=( $'\n * Copyright (c) 2001 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ' reference the subpictures in the XF86MCAdaptorRec ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86xvmc.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86xvpriv.h]=( typeset -a comments=( $'\n * Copyright (c) 2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' '** These are DDX layer privates **' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xf86xvpriv.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xisb.c]=( typeset -a comments=( $'\n * Copyright (c) 1997 Metro Link Incorporated\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Except as contained in this notice, the name of the Metro Link shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Metro Link.\n *\n ' $'\n\tX Input Serial Buffer routines for use in any XInput driver that accesses\n\ta serial device.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xisb.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xisb.h]=( typeset -a comments=( $'\n * Copyright (c) 1997 Metro Link Incorporated\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Except as contained in this notice, the name of the Metro Link shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Metro Link.\n *\n ' ' $XFree86$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xisb.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xorgHelper.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xorgHelper.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/common/xorgVersion.h]=( typeset -a comments=( $'\n * Copyright (c) 2004, X.Org Foundation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/common/xorgVersion.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/ddc/ddcPriv.h]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/ddc/ddcPriv.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/ddc/ddcProperty.c]=( typeset -a comments=( $'\n * Copyright 2006 Luc Verhaegen.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $'\n * xf86Mode.c should have a some more DisplayModePtr list handling.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/ddc/ddcProperty.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/ddc/edid.c]=( typeset -a comments=( $' edid.c: retrieve EDID record from raw DDC1 data stream: data \n * is contained in an array of unsigned int each unsigned int \n * contains one bit if bit is 0 unsigned int has to be zero else \n * unsigned int > 0 \n * \n * Copyright 1998 by Egbert Eich \n ' ' catch the trivial case where all bytes are 0 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/ddc/edid.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/ddc/edid.h]=( typeset -a comments=( $' edid.h: defines to parse an EDID block \n *\n * This file contains all information to interpret a standard EDIC block \n * transmitted by a display device via DDC (Display Data Channel). So far \n * there is no information to deal with optional EDID blocks. \n * DDC is a Trademark of VESA (Video Electronics Standard Association).\n *\n * Copyright 1998 by Egbert Eich \n ' ' read complete EDID record ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/ddc/edid.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/ddc/interpret_edid.c]=( typeset -a comments=( $' interpret_edid.c: interpret a primary EDID block\n * \n * Copyright 1998 by Egbert Eich \n ' $'\n * max_clock is only encoded in EDID in tens of MHz, so occasionally we\n * find a monitor claiming a max of 160 with a mode requiring 162, or\n * similar. Strictly we should refuse to round up too far, but let\'s\n * see how well this works.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/ddc/interpret_edid.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/ddc/interpret_vdif.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/ddc/interpret_vdif.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/ddc/print_edid.c]=( typeset -a comments=( $' print_edid.c: print out all information retrieved from display device \n * \n * Copyright 1998 by Egbert Eich \n ' ' sanity check ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/ddc/print_edid.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/ddc/print_vdif.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/ddc/print_vdif.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/ddc/vdif.h]=( typeset -a comments=( ' ... on all supported platforms ' ' Monitor Description: ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/ddc/vdif.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/ddc/xf86DDC.c]=( typeset -a comments=( $' xf86DDC.c \n * \n * Copyright 1998,1999 by Egbert Eich \n ' ' needs the video driver ABI ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/ddc/xf86DDC.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/ddc/xf86DDC.h]=( typeset -a comments=( $' xf86DDC.h\n *\n * This file contains all information to interpret a standard EDIC block \n * transmitted by a display device via DDC (Display Data Channel). So far \n * there is no information to deal with optional EDID blocks. \n * DDC is a Trademark of VESA (Video Electronics Standard Association).\n *\n * Copyright 1998 by Egbert Eich \n ' ' speed up / slow down ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/ddc/xf86DDC.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/GLcoremodule.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Kevin E. Martin \n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/GLcoremodule.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/afbmodule.c]=( typeset -a comments=( $'\n * Copyright (C) 1998 The XFree86 Project, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the XFree86 Project shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from the\n * XFree86 Project.\n ' ' Only need the ansic layer ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/afbmodule.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/cfb32module.c]=( typeset -a comments=( $'\n * Copyright (C) 1998 The XFree86 Project, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the XFree86 Project shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from the\n * XFree86 Project.\n ' ' Only need the ansic layer ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/cfb32module.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/cfbmodule.c]=( typeset -a comments=( $'\n * Copyright (C) 1998 The XFree86 Project, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the XFree86 Project shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from the\n * XFree86 Project.\n ' ' Only need the ansic layer ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/cfbmodule.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/dbemodule.c]=( typeset -a comments=( $'\n * Data for the loader\n ' ' Need a non-NULL return value to indicate success ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/dbemodule.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/extmod/dgaproc.h]=( typeset -a comments=( ' A unique identifier for the mode (num > 0) ' ' name of mode given in the XF86Config ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/extmod/dgaproc.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/extmod/modinit.c]=( typeset -a comments=( $'\n * Copyright (c) 1997 Matthieu Herrb\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Matthieu Herrb not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Matthieu Herrb makes no\n * representations about the suitability of this software for any purpose.\n * It is provided "as is" without express or implied warranty.\n *\n * MATTHIEU HERRB DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL MATTHIEU HERRB BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * Array describing extensions to be initialized\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/extmod/modinit.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/extmod/modinit.h]=( typeset -a comments=( $' don\'t want Xlib structures ' $' don\'t want Xlib structures ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/extmod/modinit.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/extmod/vidmodeproc.h]=( typeset -a comments=( ' Prototypes for DGA functions that the DDX must provide ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/extmod/vidmodeproc.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/extmod/xf86dga.c]=( typeset -a comments=( $'\n\nCopyright (c) 1995 Jon Tombs\nCopyright (c) 1995, 1996, 1999 XFree86 Inc\n\n' ' get the parameters for the mode that best matches ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/extmod/xf86dga.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/extmod/xf86dga2.c]=( typeset -a comments=( $'\n Copyright (c) 1999 - The XFree86 Project Inc.\n\n Written by Mark Vojkovich\n' $' This holds the client\'s version information ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/extmod/xf86dga2.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/extmod/xf86dgaext.h]=( typeset -a comments=( ' $XFree86$ ' ' _XF86DGAEXT_H_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/extmod/xf86dgaext.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/extmod/xf86misc.c]=( typeset -a comments=( $'\n * Copyright (c) 1995, 1996 The XFree86 Project, Inc\n ' ' THIS IS NOT AN X CONSORTIUM STANDARD ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/extmod/xf86misc.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/extmod/xf86miscproc.h]=( typeset -a comments=( ' Prototypes for Pointer/Keyboard functions that the DDX must provide ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/extmod/xf86miscproc.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/extmod/xf86vmode.c]=( typeset -a comments=( $'\n\nCopyright 1995 Kaleb S. KEITHLEY\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL Kaleb S. KEITHLEY BE LIABLE FOR ANY CLAIM, DAMAGES \nOR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of Kaleb S. KEITHLEY \nshall not be used in advertising or otherwise to promote the sale, use \nor other dealings in this Software without prior written authorization\nfrom Kaleb S. KEITHLEY\n\n' ' THIS IS NOT AN X CONSORTIUM STANDARD OR AN X PROJECT TEAM SPECIFICATION ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/extmod/xf86vmode.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/extmod/xvmod.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/extmod/xvmod.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/extmod/xvmodproc.h]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/extmod/xvmodproc.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/fbmodule.c]=( typeset -a comments=( $'\n * Copyright (C) 1998 The XFree86 Project, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the XFree86 Project shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from the\n * XFree86 Project.\n ' ' Only need the ansic layer ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/fbmodule.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/ftmodule.c]=( typeset -a comments=( $'\n * Copyright (C) 1998-2002 The XFree86 Project, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the XFree86 Project shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from the\n * XFree86 Project.\n ' $'\n * This is the module data function that is accessed when loading\n * libfreetype as a module.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/ftmodule.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/glxmodule.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Kevin E. Martin \n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/glxmodule.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/mfbmodule.c]=( typeset -a comments=( $'\n * Copyright (C) 1998 The XFree86 Project, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the XFree86 Project shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from the\n * XFree86 Project.\n ' ' Only need the ansic layer ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/mfbmodule.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/recordmod.c]=( typeset -a comments=( ' Need a non-NULL return value to indicate success ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/recordmod.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/shmodule.c]=( typeset -a comments=( $'\n * Copyright \302\251 2000 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' Only need the ansic layer ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/shmodule.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/type1mod.c]=( typeset -a comments=( $'\n * Copyright (C) 1998 The XFree86 Project, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the XFree86 Project shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from the\n * XFree86 Project.\n ' $'\n * This is the module data function that is accessed when loading \n * libtype1 as a module.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/type1mod.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/xf86XTrapModule.c]=( typeset -a comments=( ' This is the xf86 module code for the DEC_XTRAP extension. ' ' needs the server extension ABI ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/xf86XTrapModule.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/xkbKillSrv.c]=( typeset -a comments=( $'***********************************************************\nCopyright (c) 1993 by Silicon Graphics Computer Systems, Inc.\n\nPermission to use, copy, modify, and distribute this\nsoftware and its documentation for any purpose and without\nfee is hereby granted, provided that the above copyright\nnotice appear in all copies and that both that copyright\nnotice and this permission notice appear in supporting\ndocumentation, and that the name of Silicon Graphics not be \nused in advertising or publicity pertaining to distribution \nof the software without specific prior written permission.\nSilicon Graphics makes no representation about the suitability \nof this software for any purpose. It is provided "as is"\nwithout any express or implied warranty.\n\nSILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \nSOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \nAND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\nGRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \nDAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \nDATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \nOR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\nTHE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/xkbKillSrv.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/xkbPrivate.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/xkbPrivate.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/xkbVT.c]=( typeset -a comments=( $'***********************************************************\nCopyright (c) 1993 by Silicon Graphics Computer Systems, Inc.\n\nPermission to use, copy, modify, and distribute this\nsoftware and its documentation for any purpose and without\nfee is hereby granted, provided that the above copyright\nnotice appear in all copies and that both that copyright\nnotice and this permission notice appear in supporting\ndocumentation, and that the name of Silicon Graphics not be \nused in advertising or publicity pertaining to distribution \nof the software without specific prior written permission.\nSilicon Graphics makes no representation about the suitability \nof this software for any purpose. It is provided "as is"\nwithout any express or implied warranty.\n\nSILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS \nSOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \nAND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\nGRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL \nDAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, \nDATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE \nOR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\nTHE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dixmods/xkbVT.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dri/dri.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nCopyright 2000 VA Linux Systems, Inc.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Jens Owen \n * Rickard E. (Rik) Faith \n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dri/dri.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dri/dri.h]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Jens Owen \n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dri/dri.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dri/drimodule.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Kevin E. Martin \n * Rickard E. Faith \n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dri/drimodule.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dri/dristruct.h]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Jens Owen \n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dri/dristruct.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dri/sarea.h]=( typeset -a comments=( $'*\n * \\file sarea.h \n * SAREA definitions.\n * \n * \\author Kevin E. Martin \n * \\author Jens Owen \n * \\author Rickard E. (Rik) Faith \n ' $'\n * Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\n * Copyright 2000 VA Linux Systems, Inc.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dri/sarea.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dri/xf86dri.c]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nCopyright 2000 VA Linux Systems, Inc.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Kevin E. Martin \n * Jens Owen \n * Rickard E. (Rik) Faith \n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dri/xf86dri.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/dummylib.h]=( typeset -a comments=( ' _DUMMY_LIB_H ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/dummylib.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/fatalerror.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Utility functions required by libxf86_os. \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/fatalerror.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/getemptypci.c]=( typeset -a comments=( $'\n * Utility functions required by libxf86_os. \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/getemptypci.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/getvalidbios.c]=( typeset -a comments=( $'\n * Utility functions required by libxf86_os. \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/getvalidbios.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/logvwrite.c]=( typeset -a comments=( $'\n * Utility functions required by libxf86_os. \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/logvwrite.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/pcitestmulti.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Utility functions required by libxf86_os. \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/pcitestmulti.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/verrorf.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Utility functions required by libxf86_os. \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/verrorf.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/xalloc.c]=( typeset -a comments=( $'\n * Utility functions required by libxf86_os. \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/xalloc.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/xf86addrestolist.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/xf86addrestolist.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/xf86allocscripi.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Utility functions required by libxf86_os. \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/xf86allocscripi.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/xf86drvmsg.c]=( typeset -a comments=( $'\n * Utility functions required by libxf86_os. \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/xf86drvmsg.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/xf86drvmsgverb.c]=( typeset -a comments=( $'\n * Utility functions required by libxf86_os. \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/xf86drvmsgverb.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/xf86errorf.c]=( typeset -a comments=( $'\n * Utility functions required by libxf86_os. \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/xf86errorf.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/xf86errorfverb.c]=( typeset -a comments=( $'\n * Utility functions required by libxf86_os. \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/xf86errorfverb.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/xf86getpagesize.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Utility functions required by libxf86_os. \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/xf86getpagesize.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/xf86getverb.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Utility functions required by libxf86_os. \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/xf86getverb.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/xf86info.c]=( typeset -a comments=( ' $XFree86$ ' ' Dummy variables ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/xf86info.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/xf86msg.c]=( typeset -a comments=( $'\n * Utility functions required by libxf86_os. \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/xf86msg.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/xf86msgverb.c]=( typeset -a comments=( $'\n * Utility functions required by libxf86_os. \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/xf86msgverb.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/xf86opt.c]=( typeset -a comments=( $'\n * Utility functions required by libxf86_os. \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/xf86opt.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/xf86screens.c]=( typeset -a comments=( ' $XFree86$ ' ' Dummy variables ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/xf86screens.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/xf86servisinit.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Utility functions required by libxf86_os. \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/xf86servisinit.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/xf86verbose.c]=( typeset -a comments=( ' $XFree86$ ' ' Dummy variables ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/dummylib/xf86verbose.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/exa/examodule.c]=( typeset -a comments=( $'\n * Copyright \251 2006 Intel Corporation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Authors:\n * Eric Anholt \n *\n ' $'*\n * This will be called during exaDriverInit, giving us the chance to set options\n * and hook in our EnableDisableFBAccess.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/exa/examodule.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/fbdevhw/fbdevhw.c]=( typeset -a comments=( ' all driver need this ' ' pci stuff ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/fbdevhw/fbdevhw.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/fbdevhw/fbdevhw.h]=( typeset -a comments=( $' Packed Pixels\t' ' Non interleaved planes ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/fbdevhw/fbdevhw.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/fbdevhw/fbdevhwstub.c]=( typeset -a comments=( $' Stubs for the static server on platforms that don\'t support fbdev ' ' Should cause something spectacular... ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/fbdevhw/fbdevhwstub.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/fbdevhw/fbpriv.h]=( typeset -a comments=( $'\n * copyed from from linux kernel 2.2.4\n * removed internal stuff (#ifdef __KERNEL__)\n ' $' Definitions of frame buffers\t\t\t\t\t\t' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/fbdevhw/fbpriv.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/bt829.c]=( typeset -a comments=( ' TODO: clean up/fix CC code ' ' Changing the following settings (especially VCROP) may ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/bt829.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/bt829.h]=( typeset -a comments=( ' Must be set before init ' ' Private variables ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/bt829.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/bt829_module.c]=( typeset -a comments=( ' This needs the video driver ABI ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/bt829_module.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/fi1236.c]=( typeset -a comments=( ' 0 - FI1236 ' $' !!!based on documentation - it should be:\n {733 ,16*55.25 ,16*801.25 ,16*160 ,16*454 ,0xA0 ,0x90, 0x30, 0x8e},' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/fi1236.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/fi1236.h]=( typeset -a comments=( ' why someone has defined NUM someplace else is beyoung me.. ' ' 16 * fcar_Mhz ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/fi1236.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/fi1236_module.c]=( typeset -a comments=( ' This needs the video driver ABI ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/fi1236_module.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/i2c_def.h]=( typeset -a comments=( $' the following are a workaround for possible loader bug.. \n WATCH function types ! ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/i2c_def.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/msp3430.c]=( typeset -a comments=( ' wrapper ' $'-----------------------------------------------------------------\n| common functions for all MSP34xx chips \n|----------------------------------------------------------------' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/msp3430.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/msp3430.h]=( typeset -a comments=( 'reinitialization needed after channel change ' 'current state of audio format ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/msp3430.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/msp3430_module.c]=( typeset -a comments=( ' This needs the video driver ABI ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/msp3430_module.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/tda8425.c]=( typeset -a comments=( ' set default parameters ' ' 3 = Spacial 2 = Linear 1 = Pseudo 0 = Forced mono ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/tda8425.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/tda8425.h]=( typeset -a comments=( $' the third parameter is meant to force detection of tda8425.\n This is because tda8425 is write-only and complete implementation\n of I2C protocol is not always available. Besides address there is no good\n way to autodetect it so we have to _know_ it is there anyway ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/tda8425.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/tda8425_module.c]=( typeset -a comments=( ' This needs the video driver ABI ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/tda8425_module.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/tda9850.c]=( typeset -a comments=( ' set default parameters ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/tda9850.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/tda9850.h]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/tda9850.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/tda9850_module.c]=( typeset -a comments=( ' This needs the video driver ABI ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/tda9850_module.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/tda9885.c]=( typeset -a comments=( ' set default parameters ' ' start with subaddress 0 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/tda9885.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/tda9885.h]=( typeset -a comments=( ' write-only parameters ' ' B DATA ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/tda9885.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/tda9885_module.c]=( typeset -a comments=( ' This needs the video driver ABI ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/tda9885_module.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/uda1380.c]=( typeset -a comments=( $'************************************************************************************\n * $Id$\n * \n * Copyright (C) 2005 Bogdan D. bogdand@users.sourceforge.net\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy of this \n * software and associated documentation files (the "Software"), to deal in the Software \n * without restriction, including without limitation the rights to use, copy, modify, \n * merge, publish, distribute, sublicense, and/or sell copies of the Software, \n * and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all copies or \n * substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, \n * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE \n * AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, \n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, \n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the author shall not be used in advertising or \n * otherwise to promote the sale, use or other dealings in this Software without prior written \n * authorization from the author.\n *\n ***********************************************************************************' ' set default parameters ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/uda1380.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/uda1380.h]=( typeset -a comments=( $'************************************************************************************\n * $Id$\n * \n * Copyright (C) 2005 Bogdan D. bogdand@users.sourceforge.net\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy of this \n * software and associated documentation files (the "Software"), to deal in the Software \n * without restriction, including without limitation the rights to use, copy, modify, \n * merge, publish, distribute, sublicense, and/or sell copies of the Software, \n * and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all copies or \n * substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, \n * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE \n * AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, \n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, \n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the author shall not be used in advertising or \n * otherwise to promote the sale, use or other dealings in this Software without prior written \n * authorization from the author.\n *\n * $Log$\n * Revision 1.3 2005/09/24 21:56:00 bogdand\n * Changed the license to a X/MIT one\n *\n * Revision 1.2 2005/07/01 22:43:11 daniels\n * Change all misc.h and os.h references to .\n *\n *\n ***********************************************************************************' ' register 0x03 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/uda1380.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/uda1380_module.c]=( typeset -a comments=( ' This needs the video driver ABI ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/uda1380_module.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/xf86i2c.c]=( typeset -a comments=( $'\n * Copyright (C) 1998 Itai Nahshon, Michael Schimek\n *\n * The original code was derived from and inspired by \n * the I2C driver from the Linux kernel.\n * (c) 1998 Gerd Knorr \n ' '(x)' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/xf86i2c.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/xf86i2c.h]=( typeset -a comments=( $' \n * Copyright (C) 1998 Itai Nahshon, Michael Schimek\n ' ' I2C masters have to register themselves ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/i2c/xf86i2c.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/int10/generic.c]=( typeset -a comments=( $'\n * XFree86 int10 module\n * execute BIOS int 10h calls in x86 real mode environment\n * Copyright 1999 Egbert Eich\n ' $'\n * the emulator cannot pass a pointer to the current xf86Int10InfoRec\n * to the memory access functions therefore store it here.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/int10/generic.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/int10/helper_exec.c]=( typeset -a comments=( $'\n * XFree86 int10 module\n * execute BIOS int 10h calls in x86 real mode environment\n * Copyright 1999 Egbert Eich\n *\n * Part of this is based on code taken from DOSEMU\n * (C) Copyright 1992, ..., 1999 the "DOSEMU-Development-Team"\n ' $'\n * To debug port accesses define PRINT_PORT.\n * Note! You also have to comment out ioperm()\n * in xf86EnableIO(). Otherwise we won\'t trap\n * on PIO.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/int10/helper_exec.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/int10/helper_mem.c]=( typeset -a comments=( $'\n * XFree86 int10 module\n * execute BIOS int 10h calls in x86 real mode environment\n * Copyright 1999 Egbert Eich\n ' $'\n * here we are really paranoid about faking a "real"\n * BIOS. Most of this information was pulled from\n * dosemu.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/int10/helper_mem.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/int10/pci.c]=( typeset -a comments=( $'\n * XFree86 int10 module\n * execute BIOS int 10h calls in x86 real mode environment\n * Copyright 1999 Egbert Eich\n ' ' Read in entire PCI ROM ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/int10/pci.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/int10/stub.c]=( typeset -a comments=( $'\n * XFree86 int10 module\n * execute BIOS int 10h calls in x86 real mode environment\n * Copyright 1999 Egbert Eich\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/int10/stub.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/int10/x86emu.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/int10/x86emu.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/int10/xf86int10.c]=( typeset -a comments=( $'\n * XFree86 int10 module\n * execute BIOS int 10h calls in x86 real mode environment\n * Copyright 1999 Egbert Eich\n ' $'\n * This is derived from a number of PC system BIOS\'es. The intent here is to\n * provide very primitive video support, before an EGA/VGA BIOS installs its\n * own interrupt vector. Here, "Ignored" calls should remain so. "Not\n * Implemented" denotes functionality that can be implemented should the need\n * arise. What are "Not Implemented" throughout are video memory accesses.\n * Also, very little input validity checking is done here.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/int10/xf86int10.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/int10/xf86int10.h]=( typeset -a comments=( $'\n * XFree86 int10 module\n * execute BIOS int 10h calls in x86 real mode environment\n * Copyright 1999 Egbert Eich\n ' ' int10 info structure ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/int10/xf86int10.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/int10/xf86int10module.c]=( typeset -a comments=( $'\n * XFree86 int10 module\n * execute BIOS int 10h calls in x86 real mode environment\n * Copyright 1999 Egbert Eich\n ' ' needs the video driver ABI ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/int10/xf86int10module.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/int10/xf86x86emu.c]=( typeset -a comments=( $'\n * XFree86 int10 module\n * execute BIOS int 10h calls in x86 real mode environment\n * Copyright 1999 Egbert Eich\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/int10/xf86x86emu.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/int10/xf86x86emu.h]=( typeset -a comments=( $'\n * XFree86 int10 module\n * execute BIOS int 10h calls in x86 real mode environment\n * Copyright 1999 Egbert Eich\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/int10/xf86x86emu.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/loader/dixsym.c]=( typeset -a comments=( $'\n * Copyright 1995-1998 by Metro Link, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Metro Link, Inc. not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Metro Link, Inc. makes no\n * representations about the suitability of this software for any purpose.\n * It is provided "as is" without express or implied warranty.\n *\n * METRO LINK, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL METRO LINK, INC. BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * Copyright (c) 1997-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/loader/dixsym.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/loader/dlloader.c]=( typeset -a comments=( $'\n * Copyright (c) 1997 The XFree86 Project, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software\n * and its documentation for any purpose is hereby granted without\n * fee, provided that the above copyright notice appear in all copies\n * and that both that copyright notice and this permission notice\n * appear in supporting documentation, and that the name of the\n * XFree86 Project, Inc. not be used in advertising or publicity\n * pertaining to distribution of the software without specific,\n * written prior permission. The Xfree86 Project, Inc. makes no\n * representations about the suitability of this software for any\n * purpose. It is provided "as is" without express or implied\n * warranty.\n *\n * THE XFREE86 PROJECT, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO\n * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n * AND FITNESS, IN NO EVENT SHALL THE XFREE86 PROJECT, INC. BE LIABLE\n * FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN\n * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING\n * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n ' $'\n * Once upon a time, X had multiple loader backends, three of which were\n * essentially libdl reimplementations. This was nonsense so we chucked\n * it, but we still retain the factorization between loader API and\n * platform implementation. This file is the libdl implementation, and\n * currently the only backend. If you find yourself porting to a platform\n * without working libdl - hpux, win32, some forsaken a.out host, etc. -\n * make a new backend rather than hacking up this file.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/loader/dlloader.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/loader/dlloader.h]=( typeset -a comments=( $'\n * Copyright 1997 Metro Link, Inc.\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Metro Link, Inc. not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Metro Link, Inc. makes no\n * representations about the suitability of this software for any purpose.\n * It is provided "as is" without express or implied warranty.\n *\n * METRO LINK, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL METRO LINK, INC. BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/loader/dlloader.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/loader/extsym.c]=( typeset -a comments=( $'\n *\n * Copyright 1999-2003 by The XFree86 Project, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of The XFree86 Project, Inc. not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. The XFree86 Project, Inc. makes no\n * representations about the suitability of this software for any purpose.\n * It is provided "as is" without express or implied warranty.\n *\n * THE XFREE86 PROJECT, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO\n * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n * AND FITNESS, IN NO EVENT SHALL THE XFREE86 PROJECT, INC. BE LIABLE\n * FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN\n * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING\n * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/loader/extsym.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/loader/fontsym.c]=( typeset -a comments=( $'\n * Copyright (c) 1998-2002 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ' Obsolete backwards compatibility symbols -- fontencc.c ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/loader/fontsym.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/loader/loader.c]=( typeset -a comments=( $'\n * Copyright 1995-1998 by Metro Link, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Metro Link, Inc. not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Metro Link, Inc. makes no\n * representations about the suitability of this software for any purpose.\n * It is provided "as is" without express or implied warranty.\n *\n * METRO LINK, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL METRO LINK, INC. BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * Copyright (c) 1997-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/loader/loader.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/loader/loader.h]=( typeset -a comments=( $'\n * Copyright 1995-1998 by Metro Link, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Metro Link, Inc. not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Metro Link, Inc. makes no\n * representations about the suitability of this software for any purpose.\n * It is provided "as is" without express or implied warranty.\n *\n * METRO LINK, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL METRO LINK, INC. BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * Copyright (c) 1997-2001 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/loader/loader.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/loader/loaderProcs.h]=( typeset -a comments=( $'\n * Copyright 1995-1998 by Metro Link, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Metro Link, Inc. not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Metro Link, Inc. makes no\n * representations about the suitability of this software for any purpose.\n * It is provided "as is" without express or implied warranty.\n *\n * METRO LINK, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL METRO LINK, INC. BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * Copyright (c) 1997-2002 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/loader/loaderProcs.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/loader/loadext.c]=( typeset -a comments=( $'\n * Copyright (c) 2000 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ' Maybe this file belongs elsewhere? ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/loader/loadext.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/loader/loadfont.c]=( typeset -a comments=( $'\n * Copyright (c) 1998 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ' Maybe this file belongs in lib/font/fontfile/module/ ? ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/loader/loadfont.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/loader/loadmod.c]=( typeset -a comments=( $'\n * Copyright 1995-1998 by Metro Link, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Metro Link, Inc. not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Metro Link, Inc. makes no\n * representations about the suitability of this software for any purpose.\n * It is provided "as is" without express or implied warranty.\n *\n * METRO LINK, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL METRO LINK, INC. BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * Copyright (c) 1997-2002 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/loader/loadmod.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/loader/misym.c]=( typeset -a comments=( $'\n *\n * Copyright 1995,96 by Metro Link, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Metro Link, Inc. not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Metro Link, Inc. makes no\n * representations about the suitability of this software for any purpose.\n * It is provided "as is" without express or implied warranty.\n *\n * METRO LINK, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL METRO LINK, INC. BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * Copyright (c) 1997-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/loader/misym.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/loader/os.c]=( typeset -a comments=( $'\n * Copyright (c) 1999-2002 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'\n * OSNAME is a standard form of the OS name that may be used by the\n * loader and by OS-specific modules. OSNAME here is different from what\'s in\n * dix-config.h\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/loader/os.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/loader/sym.h]=( typeset -a comments=( $'\n * Copyright 1995,96 by Metro Link, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Metro Link, Inc. not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Metro Link, Inc. makes no\n * representations about the suitability of this software for any purpose.\n * It is provided "as is" without express or implied warranty.\n *\n * METRO LINK, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL METRO LINK, INC. BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' _SYM_H ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/loader/sym.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/loader/xf86sym.c]=( typeset -a comments=( $'\n * Copyright 1995,96 by Metro Link, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Metro Link, Inc. not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Metro Link, Inc. makes no\n * representations about the suitability of this software for any purpose.\n * It is provided "as is" without express or implied warranty.\n *\n * METRO LINK, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL METRO LINK, INC. BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * Copyright (c) 1997-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/loader/xf86sym.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/modes/xf86Crtc.c]=( typeset -a comments=( $'\n * Copyright \302\251 2006 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of the copyright holders not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. The copyright holders make no representations\n * about the suitability of this software for any purpose. It is provided "as\n * is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' $'\n * Initialize xf86CrtcConfig structure\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/modes/xf86Crtc.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/modes/xf86Crtc.h]=( typeset -a comments=( $'\n * Copyright \302\251 2006 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of the copyright holders not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. The copyright holders make no representations\n * about the suitability of this software for any purpose. It is provided "as\n * is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ' Compat definitions for older X Servers. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/modes/xf86Crtc.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/modes/xf86Cursors.c]=( typeset -a comments=( $'\n * Copyright \302\251 2007 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of the copyright holders not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. The copyright holders make no representations\n * about the suitability of this software for any purpose. It is provided "as\n * is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' $'\n * Given a screen coordinate, rotate back to a cursor source coordinate\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/modes/xf86Cursors.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/modes/xf86DiDGA.c]=( typeset -a comments=( $'\n * Copyright \302\251 2006 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of the copyright holders not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. The copyright holders make no representations\n * about the suitability of this software for any purpose. It is provided "as\n * is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/modes/xf86DiDGA.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/modes/xf86EdidModes.c]=( typeset -a comments=( $'\n * Copyright 2006 Luc Verhaegen.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sub license,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $'*\n * @file This is a copy of edid_modes.c from the X Server, for compatibility\n * with old X Servers.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/modes/xf86EdidModes.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/modes/xf86Modes.c]=( typeset -a comments=( ' -*- c-basic-offset: 4 -*- ' ' $XdotOrg: xserver/xorg/hw/xfree86/common/xf86Mode.c,v 1.10 2006/03/07 16:00:57 libv Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/modes/xf86Modes.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/modes/xf86Modes.h]=( typeset -a comments=( $'\n * Copyright \251 2006 Intel Corporation\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Authors:\n * Eric Anholt \n *\n ' ' _XF86MODES_H_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/modes/xf86Modes.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/modes/xf86RandR12.c]=( typeset -a comments=( ' $XdotOrg: xc/programs/Xserver/hw/xfree86/common/xf86RandR.c,v 1.3 2004/07/30 21:53:09 eich Exp $ ' $'\n * $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86RandR.c,v 1.7tsi Exp $\n *\n * Copyright \251 2002 Keith Packard, member of The XFree86 Project, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of the copyright holders not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. The copyright holders make no representations\n * about the suitability of this software for any purpose. It is provided "as\n * is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/modes/xf86RandR12.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/modes/xf86RandR12.h]=( typeset -a comments=( $'\n * Copyright \302\251 2006 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of the copyright holders not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. The copyright holders make no representations\n * about the suitability of this software for any purpose. It is provided "as\n * is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ' _XF86_RANDR_H_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/modes/xf86RandR12.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/modes/xf86Rename.h]=( typeset -a comments=( $'\n * Copyright \302\251 2006 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of the copyright holders not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. The copyright holders make no representations\n * about the suitability of this software for any purpose. It is provided "as\n * is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ' _XF86RENAME_H_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/modes/xf86Rename.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/modes/xf86Rotate.c]=( typeset -a comments=( $'\n * Copyright \302\251 2006 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of the copyright holders not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. The copyright holders make no representations\n * about the suitability of this software for any purpose. It is provided "as\n * is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ' borrowed from composite extension, move to Render and publish? ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/modes/xf86Rotate.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/modes/xf86cvt.c]=( typeset -a comments=( $'\n * Copyright 2005-2006 Luc Verhaegen.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * @file This is a copy of xf86cvt.c from the X Server, for compatibility with\n * old servers (pre-1.2).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/modes/xf86cvt.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/assyntax.h]=( typeset -a comments=( $'\n * Copyright 1992 Vrije Universiteit, The Netherlands\n *\n * Permission to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted, provided\n * that the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of the Vrije Universiteit not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. The Vrije Universiteit makes no\n * representations about the suitability of this software for any purpose.\n * It is provided "as is" without express or implied warranty.\n *\n * The Vrije Universiteit DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL The Vrije Universiteit BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' $'\n * Copyright (c) 1993-1999 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/assyntax.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/alpha_video.c]=( typeset -a comments=( $'\n * Copyright 1992 by Rich Murphey \n * Copyright 1993 by David Wexelblat \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of Rich Murphey and David Wexelblat \n * not be used in advertising or publicity pertaining to distribution of \n * the software without specific, written prior permission. Rich Murphey and\n * David Wexelblat make no representations about the suitability of this \n * software for any purpose. It is provided "as is" without express or \n * implied warranty.\n *\n * RICH MURPHEY AND DAVID WEXELBLAT DISCLAIM ALL WARRANTIES WITH REGARD TO \n * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND \n * FITNESS, IN NO EVENT SHALL RICH MURPHEY OR DAVID WEXELBLAT BE LIABLE FOR \n * ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER \n * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF \n * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN \n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n ' ' $XConsortium: bsd_video.c /main/10 1996/10/25 11:37:57 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/alpha_video.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/arm_video.c]=( typeset -a comments=( $'\n * Copyright 1992 by Rich Murphey \n * Copyright 1993 by David Wexelblat \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of Rich Murphey and David Wexelblat \n * not be used in advertising or publicity pertaining to distribution of \n * the software without specific, written prior permission. Rich Murphey and\n * David Wexelblat make no representations about the suitability of this \n * software for any purpose. It is provided "as is" without express or \n * implied warranty.\n *\n * RICH MURPHEY AND DAVID WEXELBLAT DISCLAIM ALL WARRANTIES WITH REGARD TO \n * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND \n * FITNESS, IN NO EVENT SHALL RICH MURPHEY OR DAVID WEXELBLAT BE LIABLE FOR \n * ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER \n * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF \n * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN \n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n ' $'\n * The ARM32 code here carries the following copyright:\n *\n * Copyright 1997\n * Digital Equipment Corporation. All rights reserved.\n * This software is furnished under license and may be used and copied only in \n * accordance with the following terms and conditions. Subject to these\n * conditions, you may download, copy, install, use, modify and distribute\n * this software in source and/or binary form. No title or ownership is\n * transferred hereby.\n *\n * 1) Any source code used, modified or distributed must reproduce and retain\n * this copyright notice and list of conditions as they appear in the\n * source file.\n *\n * 2) No right is granted to use any trade name, trademark, or logo of Digital \n * Equipment Corporation. Neither the "Digital Equipment Corporation"\n * name nor any trademark or logo of Digital Equipment Corporation may be\n * used to endorse or promote products derived from this software without\n * the prior written permission of Digital Equipment Corporation.\n *\n * 3) This software is provided "AS-IS" and any express or implied warranties,\n * including but not limited to, any implied warranties of merchantability,\n * fitness for a particular purpose, or non-infringement are disclaimed.\n * In no event shall DIGITAL be liable for any damages whatsoever, and in\n * particular, DIGITAL shall not be liable for special, indirect,\n * consequential, or incidental damages or damages for lost profits, loss\n * of revenue or loss of use, whether such damages arise in contract, \n * negligence, tort, under statute, in equity, at law or otherwise, even\n * if advised of the possibility of such damage. \n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/arm_video.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/bsdResource.c]=( typeset -a comments=( ' Resource information code ' ' Avoid Imakefile changes ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/bsdResource.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/bsd_KbdMap.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Slightly modified xf86KbdBSD.c which is\n *\n * Derived from xf86Kbd.c by S_ren Schmidt (sos@login.dkuug.dk)\n * which is Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.\n * and from xf86KbdCODrv.c by Holger Veit\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/bsd_KbdMap.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/bsd_VTsw.c]=( typeset -a comments=( $'\n * Derived from VTsw_usl.c which is\n * Copyright 1993 by David Wexelblat \n * by S_ren Schmidt (sos@login.dkuug.dk)\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of David Wexelblat not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. David Wexelblat makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL DAVID WEXELBLAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' ' $XConsortium: bsd_VTsw.c /main/4 1996/02/21 17:50:57 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/bsd_VTsw.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/bsd_apm.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * APM events can be requested direclty from /dev/apm \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/bsd_apm.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/bsd_axp.c]=( typeset -a comments=( $'\n * BSD does a very nice job providing system information to\n * user space programs. Unfortunately it doesn\'t provide all\n * the information required. Therefore we just obtain the\n * system type and look up the rest from a list we maintain\n * ourselves.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/bsd_axp.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/bsd_ev56.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/bsd_ev56.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/bsd_init.c]=( typeset -a comments=( $'\n * Copyright 1992 by Rich Murphey \n * Copyright 1993 by David Wexelblat \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of Rich Murphey and David Wexelblat \n * not be used in advertising or publicity pertaining to distribution of \n * the software without specific, written prior permission. Rich Murphey and\n * David Wexelblat make no representations about the suitability of this \n * software for any purpose. It is provided "as is" without express or \n * implied warranty.\n *\n * RICH MURPHEY AND DAVID WEXELBLAT DISCLAIM ALL WARRANTIES WITH REGARD TO \n * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND \n * FITNESS, IN NO EVENT SHALL RICH MURPHEY OR DAVID WEXELBLAT BE LIABLE FOR \n * ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER \n * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF \n * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN \n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n ' ' $XConsortium: bsd_init.c /main/8 1996/10/23 13:13:05 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/bsd_init.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/bsd_io.c]=( typeset -a comments=( $'\n * Copyright 1992 by Rich Murphey \n * Copyright 1993 by David Dawes \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of Rich Murphey and David Dawes \n * not be used in advertising or publicity pertaining to distribution of \n * the software without specific, written prior permission. Rich Murphey and\n * David Dawes make no representations about the suitability of this \n * software for any purpose. It is provided "as is" without express or \n * implied warranty.\n *\n * RICH MURPHEY AND DAVID DAWES DISCLAIM ALL WARRANTIES WITH REGARD TO \n * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND \n * FITNESS, IN NO EVENT SHALL RICH MURPHEY OR DAVID DAWES BE LIABLE FOR \n * ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER \n * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF \n * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN \n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n ' ' $XConsortium: bsd_io.c /main/11 1996/10/19 18:06:07 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/bsd_io.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/bsd_jstk.c]=( typeset -a comments=( $'\n * Copyright 1995 by Frederic Lepied, France. \n * \n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Frederic Lepied not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Frederic Lepied makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty. \n * \n * FREDERIC LEPIED DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL FREDERIC LEPIED BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' ' Modified for FreeBSD by David Dawes ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/bsd_jstk.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/bsd_kbd.c]=( typeset -a comments=( $'\n * Copyright (c) 2002 by The XFree86 Project, Inc.\n * Author: Ivan Pascal.\n *\n * Based on the code from bsd_io.c which is\n * Copyright 1992 by Rich Murphey \n * Copyright 1993 by David Dawes \n ' ' FALL THROUGH ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/bsd_kbd.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/bsd_kbd.h]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/bsd_kbd.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/bsd_kmod.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Load a FreeBSD kernel module.\n * This is used by the DRI/DRM to load a DRM kernel module when\n * the X server starts. It could be used for other purposes in the future.\n * Input:\n * modName - name of the kernel module (Ex: "tdfx")\n * Return:\n * 0 for failure, 1 for success\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/bsd_kmod.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/bsd_kqueue_apm.c]=( typeset -a comments=( $'\n * Copyright (C) 2001 The XFree86 Project, Inc. All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sublicense, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice shall be\n * included in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n * IN NO EVENT SHALL THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES\n * OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR\n * THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n * \n * Except as contained in this notice, the name of the XFree86 Project\n * shall not be used in advertising or otherwise to promote the sale, use\n * or other dealings in this Software without prior written authorization\n * from the XFree86 Project.\n ' ' $OpenBSD: bsd_kqueue_apm.c,v 1.5 2002/07/30 23:07:42 matthieu Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/bsd_kqueue_apm.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/bsd_mouse.c]=( typeset -a comments=( $'\n * Copyright (c) 1999-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ' The UMS mices have middle button as number 3 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/bsd_mouse.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/i386_video.c]=( typeset -a comments=( $'\n * Copyright 1992 by Rich Murphey \n * Copyright 1993 by David Wexelblat \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of Rich Murphey and David Wexelblat \n * not be used in advertising or publicity pertaining to distribution of \n * the software without specific, written prior permission. Rich Murphey and\n * David Wexelblat make no representations about the suitability of this \n * software for any purpose. It is provided "as is" without express or \n * implied warranty.\n *\n * RICH MURPHEY AND DAVID WEXELBLAT DISCLAIM ALL WARRANTIES WITH REGARD TO \n * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND \n * FITNESS, IN NO EVENT SHALL RICH MURPHEY OR DAVID WEXELBLAT BE LIABLE FOR \n * ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER \n * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF \n * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN \n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n ' ' $XConsortium: bsd_video.c /main/10 1996/10/25 11:37:57 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/i386_video.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/libusb/data.c]=( typeset -a comments=( $'\t$NetBSD: data.c,v 1.6 1999/09/20 04:48:12 lukem Exp $\t' $'\n * Copyright (c) 1999 Lennart Augustsson \n * All rights reserved.\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions\n * are met:\n * 1. Redistributions of source code must retain the above copyright\n * notice, this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n * notice, this list of conditions and the following disclaimer in the\n * documentation and/or other materials provided with the distribution.\n *\n * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS\'\' AND\n * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\n * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\n * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\n * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\n * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n * SUCH DAMAGE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/libusb/data.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/libusb/descr.c]=( typeset -a comments=( $'\t$NetBSD: descr.c,v 1.7 1999/10/13 17:48:04 drochner Exp $\t' $'\n * Copyright (c) 1999 Lennart Augustsson \n * All rights reserved.\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions\n * are met:\n * 1. Redistributions of source code must retain the above copyright\n * notice, this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n * notice, this list of conditions and the following disclaimer in the\n * documentation and/or other materials provided with the distribution.\n *\n * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS\'\' AND\n * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\n * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\n * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\n * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\n * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n * SUCH DAMAGE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/libusb/descr.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/libusb/parse.c]=( typeset -a comments=( $'\t$NetBSD: parse.c,v 1.7 1999/10/13 17:48:04 drochner Exp $\t' $'\n * Copyright (c) 1999 Lennart Augustsson \n * All rights reserved.\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions\n * are met:\n * 1. Redistributions of source code must retain the above copyright\n * notice, this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n * notice, this list of conditions and the following disclaimer in the\n * documentation and/or other materials provided with the distribution.\n *\n * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS\'\' AND\n * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\n * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\n * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\n * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\n * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n * SUCH DAMAGE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/libusb/parse.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/libusb/usage.c]=( typeset -a comments=( $'\t$NetBSD: usage.c,v 1.4 1999/07/02 15:46:53 simonb Exp $\t' $'\n * Copyright (c) 1999 Lennart Augustsson \n * All rights reserved.\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions\n * are met:\n * 1. Redistributions of source code must retain the above copyright\n * notice, this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n * notice, this list of conditions and the following disclaimer in the\n * documentation and/or other materials provided with the distribution.\n *\n * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS\'\' AND\n * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\n * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\n * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\n * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\n * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n * SUCH DAMAGE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/libusb/usage.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/libusb/usb.h]=( typeset -a comments=( $'\t$NetBSD: usb.h,v 1.5 1999/07/02 15:46:53 simonb Exp $\t' $'\n * Copyright (c) 1999 Lennart Augustsson \n * All rights reserved.\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions\n * are met:\n * 1. Redistributions of source code must retain the above copyright\n * notice, this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n * notice, this list of conditions and the following disclaimer in the\n * documentation and/or other materials provided with the distribution.\n *\n * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS\'\' AND\n * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\n * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\n * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\n * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\n * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n * SUCH DAMAGE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/libusb/usb.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/libusb/usbvar.h]=( typeset -a comments=( $'\t$NetBSD: usbvar.h,v 1.2 1999/05/11 21:15:46 augustss Exp $\t' $'\n * Copyright (c) 1999 Lennart Augustsson \n * All rights reserved.\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions\n * are met:\n * 1. Redistributions of source code must retain the above copyright\n * notice, this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n * notice, this list of conditions and the following disclaimer in the\n * documentation and/or other materials provided with the distribution.\n *\n * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS\'\' AND\n * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\n * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\n * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\n * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\n * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n * SUCH DAMAGE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/libusb/usbvar.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/memrange.h]=( typeset -a comments=( $'\n * Memory range attribute operations, peformed on /dev/mem\n *\n * $FreeBSD: src/sys/sys/memrange.h,v 1.4 1999/12/29 04:24:44 peter Exp $\n ' ' $XFree86$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/memrange.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/ppc_video.c]=( typeset -a comments=( $'\n * Copyright 1992 by Rich Murphey \n * Copyright 1993 by David Wexelblat \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of Rich Murphey and David Wexelblat \n * not be used in advertising or publicity pertaining to distribution of \n * the software without specific, written prior permission. Rich Murphey and\n * David Wexelblat make no representations about the suitability of this \n * software for any purpose. It is provided "as is" without express or \n * implied warranty.\n *\n * RICH MURPHEY AND DAVID WEXELBLAT DISCLAIM ALL WARRANTIES WITH REGARD TO \n * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND \n * FITNESS, IN NO EVENT SHALL RICH MURPHEY OR DAVID WEXELBLAT BE LIABLE FOR \n * ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER \n * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF \n * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN \n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n ' ' $XConsortium: bsd_video.c /main/10 1996/10/25 11:37:57 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/ppc_video.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/sparc64_video.c]=( typeset -a comments=( $'\n * Copyright 1992 by Rich Murphey \n * Copyright 1993 by David Wexelblat \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of Rich Murphey and David Wexelblat \n * not be used in advertising or publicity pertaining to distribution of \n * the software without specific, written prior permission. Rich Murphey and\n * David Wexelblat make no representations about the suitability of this \n * software for any purpose. It is provided "as is" without express or \n * implied warranty.\n *\n * RICH MURPHEY AND DAVID WEXELBLAT DISCLAIM ALL WARRANTIES WITH REGARD TO \n * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND \n * FITNESS, IN NO EVENT SHALL RICH MURPHEY OR DAVID WEXELBLAT BE LIABLE FOR \n * ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER \n * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF \n * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN \n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n ' ' $XConsortium: bsd_video.c /main/10 1996/10/25 11:37:57 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bsd/sparc64_video.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bus/460gxPCI.c]=( typeset -a comments=( $'\n * Copyright (C) 2002-2003 The XFree86 Project, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the XFree86 Project shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from the\n * XFree86 Project.\n ' $'\n * This file contains the glue necessary for support of Intel\'s 460GX chipset.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bus/460gxPCI.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bus/460gxPCI.h]=( typeset -a comments=( $'\n * Copyright (C) 2002-2003 The XFree86 Project, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the XFree86 Project shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from the\n * XFree86 Project.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bus/460gxPCI.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bus/Pci.c]=( typeset -a comments=( $'\n * Pci.c - New server PCI access functions\n *\n * The XFree86 server PCI access functions have been reimplemented as a\n * framework that allows each supported platform/OS to have their own\n * platform/OS specific pci driver.\n *\n * All of the public PCI access functions exported to the other parts of\n * the server are declared in Pci.h and defined herein. These include:\n *\tpciInit() - Initialize PCI access functions\n *\tpciFindFirst() - Find a PCI device by dev/vend id\n *\tpciFindNext() - Find another PCI device by dev/vend id\n *\tpciReadLong() - Read a 32 bit value from a device\'s cfg space\n *\tpciReadWord() - Read a 16 bit value from a device\'s cfg space\n *\tpciReadByte() - Read an 8 bit value from a device\'s cfg space\n *\tpciWriteLong() - Write a 32 bit value to a device\'s cfg space\n *\tpciWriteWord() - Write a 16 bit value to a device\'s cfg space\n *\tpciWriteByte() - Write an 8 bit value to a device\'s cfg space\n *\tpciSetBitsLong() - Write a 32 bit value against a mask\n *\tpciSetBitsByte() - Write an 8 bit value against a mask\n *\tpciTag() - Return tag for a given PCI bus, device, &\n * function\n *\tpciDomTag() - Return tag for a given PCI domain, bus,\n * device & function\n *\tpciBusAddrToHostAddr() - Convert a PCI address to a host address\n *\tpciHostAddrToBusAddr() - Convert a host address to a PCI address\n *\tpciGetBaseSize() - Returns the number of bits in a PCI base\n * addr mapping\n *\txf86MapPciMem() - Like xf86MapVidMem() except function expects\n * a PCI address and a PCITAG that identifies\n * a PCI device\n *\txf86ReadPciBIOS() - Like xf86ReadBIOS() but can handle PCI/host\n * address translation and BIOS decode enabling\n *\txf86scanpci() - Return info about all PCI devices\n *\txf86GetPciDomain() - Return domain number from a PCITAG\n *\txf86MapDomainMemory() - Like xf86MapPciMem() but can handle\n * domain/host address translation\n *\txf86MapDomainIO() - Maps PCI I/O spaces\n *\txf86ReadDomainMemory() - Like xf86ReadPciBIOS() but can handle\n * domain/host address translation\n *\n * The actual PCI backend driver is selected by the pciInit() function\n * (see below) using either compile time definitions, run-time checks,\n * or both.\n *\n * Certain generic functions are provided that make the implementation\n * of certain well behaved platforms (e.g. those supporting PCI config\n * mechanism 1 or some thing close to it) very easy.\n *\n * Less well behaved platforms/OS\'s can roll their own functions.\n *\n * To add support for another platform/OS, add a call to fooPciInit() within\n * pciInit() below under the correct compile time definition or run-time\n * conditional.\n *\n * The fooPciInit() procedure must do three things:\n *\t1) Initialize the pciBusTable[] for all primary PCI buses including\n *\t the per domain PCI access functions (readLong, writeLong,\n *\t addrBusToHost, and addrHostToBus).\n *\n *\t2) Add entries to pciBusTable[] for configured secondary buses. This\n *\t step may be skipped if a platform is using the generic findFirst/\n *\t findNext functions because these procedures will automatically\n *\t discover and add secondary buses dynamically.\n *\n * 3) Overide default settings for global PCI access functions if\n *\t required. These include pciFindFirstFP, pciFindNextFP,\n *\t Of course, if you choose not to use one of the generic\n *\t functions, you will need to provide a platform specifc replacement.\n *\n * Gary Barton\n * Concurrent Computer Corporation\n * garyb@gate.net\n *\n ' $'\n * Copyright 1998 by Concurrent Computer Corporation\n *\n * Permission to use, copy, modify, distribute, and sell this software\n * and its documentation for any purpose is hereby granted without fee,\n * provided that the above copyright notice appear in all copies and that\n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of Concurrent Computer\n * Corporation not be used in advertising or publicity pertaining to\n * distribution of the software without specific, written prior\n * permission. Concurrent Computer Corporation makes no representations\n * about the suitability of this software for any purpose. It is\n * provided "as is" without express or implied warranty.\n *\n * CONCURRENT COMPUTER CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD\n * TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n * AND FITNESS, IN NO EVENT SHALL CONCURRENT COMPUTER CORPORATION BE\n * LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY\n * DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n *\n * Copyright 1998 by Metro Link Incorporated\n *\n * Permission to use, copy, modify, distribute, and sell this software\n * and its documentation for any purpose is hereby granted without fee,\n * provided that the above copyright notice appear in all copies and that\n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of Metro Link\n * Incorporated not be used in advertising or publicity pertaining to\n * distribution of the software without specific, written prior\n * permission. Metro Link Incorporated makes no representations\n * about the suitability of this software for any purpose. It is\n * provided "as is" without express or implied warranty.\n *\n * METRO LINK INCORPORATED DISCLAIMS ALL WARRANTIES WITH REGARD\n * TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n * AND FITNESS, IN NO EVENT SHALL METRO LINK INCORPORATED BE\n * LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY\n * DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n *\n * This software is derived from the original XFree86 PCI code\n * which includes the following copyright notices as well:\n *\n * Copyright 1995 by Robin Cutshaw \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of the above listed copyright holder(s)\n * not be used in advertising or publicity pertaining to distribution of\n * the software without specific, written prior permission. The above listed\n * copyright holder(s) make(s) no representations about the suitability of this\n * software for any purpose. It is provided "as is" without express or\n * implied warranty.\n *\n * THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM(S) ALL WARRANTIES WITH REGARD\n * TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n * AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE\n * LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY\n * DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER\n * IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING\n * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * This code is also based heavily on the code in FreeBSD-current, which was\n * written by Wolfgang Stanglmeier, and contains the following copyright:\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions\n * are met:\n * 1. Redistributions of source code must retain the above copyright\n * notice, this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n * notice, this list of conditions and the following disclaimer in the\n * documentation and/or other materials provided with the distribution.\n * 3. The name of the author may not be used to endorse or promote products\n * derived from this software without specific prior written permission.\n *\n * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS\'\' AND ANY EXPRESS OR\n * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES\n * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.\n * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,\n * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT\n * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF\n * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bus/Pci.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bus/Pci.h]=( typeset -a comments=( $'\n * Copyright 1998 by Concurrent Computer Corporation\n *\n * Permission to use, copy, modify, distribute, and sell this software\n * and its documentation for any purpose is hereby granted without fee,\n * provided that the above copyright notice appear in all copies and that\n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of Concurrent Computer\n * Corporation not be used in advertising or publicity pertaining to\n * distribution of the software without specific, written prior\n * permission. Concurrent Computer Corporation makes no representations\n * about the suitability of this software for any purpose. It is\n * provided "as is" without express or implied warranty.\n *\n * CONCURRENT COMPUTER CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD\n * TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n * AND FITNESS, IN NO EVENT SHALL CONCURRENT COMPUTER CORPORATION BE\n * LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY\n * DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n *\n * Copyright 1998 by Metro Link Incorporated\n *\n * Permission to use, copy, modify, distribute, and sell this software\n * and its documentation for any purpose is hereby granted without fee,\n * provided that the above copyright notice appear in all copies and that\n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of Metro Link\n * Incorporated not be used in advertising or publicity pertaining to\n * distribution of the software without specific, written prior\n * permission. Metro Link Incorporated makes no representations\n * about the suitability of this software for any purpose. It is\n * provided "as is" without express or implied warranty.\n *\n * METRO LINK INCORPORATED DISCLAIMS ALL WARRANTIES WITH REGARD\n * TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n * AND FITNESS, IN NO EVENT SHALL METRO LINK INCORPORATED BE\n * LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY\n * DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n *\n * This file is derived in part from the original xf86_PCI.h that included\n * following copyright message:\n *\n * Copyright 1995 by Robin Cutshaw \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of the above listed copyright holder(s)\n * not be used in advertising or publicity pertaining to distribution of\n * the software without specific, written prior permission. The above listed\n * copyright holder(s) make(s) no representations about the suitability of this\n * software for any purpose. It is provided "as is" without express or\n * implied warranty.\n *\n * THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM(S) ALL WARRANTIES WITH REGARD\n * TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n * AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE\n * LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY\n * DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER\n * IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING\n * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n ' $'\n * Copyright (c) 1999-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bus/Pci.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bus/Sbus.c]=( typeset -a comments=( $'\n * SBUS and OpenPROM access functions.\n *\n * Copyright (C) 2000 Jakub Jelinek (jakub@redhat.com)\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to deal\n * in the Software without restriction, including without limitation the rights\n * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n * copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * JAKUB JELINEK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n\t\t * All /SUNW,ffb outside of SBUS tree come before all\n\t\t * /SUNW,afb outside of SBUS tree in Linux.\n\t\t ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bus/Sbus.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bus/altixPCI.c]=( typeset -a comments=( $'\n * This file contains the glue necessary for support of SGI\'s Altix chipset.\n ' $'\n * get_dev_on_bus - Return the first device we find on segnum, busnum\n *\n * Walk all the PCI devices and return the first one found on segnum, busnum.\n * There may be a better way to do this in some xf86* function I don\'t know\n * about.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bus/altixPCI.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bus/altixPCI.h]=( typeset -a comments=( ' Some defines for PCI ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bus/altixPCI.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bus/axpPci.c]=( typeset -a comments=( $'\n * Copyright 1998 by Concurrent Computer Corporation\n *\n * Permission to use, copy, modify, distribute, and sell this software\n * and its documentation for any purpose is hereby granted without fee,\n * provided that the above copyright notice appear in all copies and that\n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of Concurrent Computer\n * Corporation not be used in advertising or publicity pertaining to\n * distribution of the software without specific, written prior\n * permission. Concurrent Computer Corporation makes no representations\n * about the suitability of this software for any purpose. It is\n * provided "as is" without express or implied warranty.\n *\n * CONCURRENT COMPUTER CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD\n * TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n * AND FITNESS, IN NO EVENT SHALL CONCURRENT COMPUTER CORPORATION BE\n * LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY\n * DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n *\n * Copyright 1998 by Metro Link Incorporated\n *\n * Permission to use, copy, modify, distribute, and sell this software\n * and its documentation for any purpose is hereby granted without fee,\n * provided that the above copyright notice appear in all copies and that\n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of Metro Link\n * Incorporated not be used in advertising or publicity pertaining to\n * distribution of the software without specific, written prior\n * permission. Metro Link Incorporated makes no representations\n * about the suitability of this software for any purpose. It is\n * provided "as is" without express or implied warranty.\n *\n * METRO LINK INCORPORATED DISCLAIMS ALL WARRANTIES WITH REGARD\n * TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n * AND FITNESS, IN NO EVENT SHALL METRO LINK INCORPORATED BE\n * LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY\n * DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n ' ' for _iobase ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bus/axpPci.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bus/e8870PCI.c]=( typeset -a comments=( $'\n * Copyright (C) 2002-2003 The XFree86 Project, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the XFree86 Project shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from the\n * XFree86 Project.\n ' $'\n * This file contains the glue necessary for support of Intel\'s E8870 chipset.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bus/e8870PCI.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bus/e8870PCI.h]=( typeset -a comments=( $'\n * Copyright (C) 2002-2003 The XFree86 Project, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the XFree86 Project shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from the\n * XFree86 Project.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bus/e8870PCI.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bus/freebsdPci.c]=( typeset -a comments=( $'\n * Copyright 1998 by Concurrent Computer Corporation\n *\n * Permission to use, copy, modify, distribute, and sell this software\n * and its documentation for any purpose is hereby granted without fee,\n * provided that the above copyright notice appear in all copies and that\n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of Concurrent Computer\n * Corporation not be used in advertising or publicity pertaining to\n * distribution of the software without specific, written prior\n * permission. Concurrent Computer Corporation makes no representations\n * about the suitability of this software for any purpose. It is\n * provided "as is" without express or implied warranty.\n *\n * CONCURRENT COMPUTER CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD\n * TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n * AND FITNESS, IN NO EVENT SHALL CONCURRENT COMPUTER CORPORATION BE\n * LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY\n * DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n *\n * Copyright 1998 by Metro Link Incorporated\n *\n * Permission to use, copy, modify, distribute, and sell this software\n * and its documentation for any purpose is hereby granted without fee,\n * provided that the above copyright notice appear in all copies and that\n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of Metro Link\n * Incorporated not be used in advertising or publicity pertaining to\n * distribution of the software without specific, written prior\n * permission. Metro Link Incorporated makes no representations\n * about the suitability of this software for any purpose. It is\n * provided "as is" without express or implied warranty.\n *\n * METRO LINK INCORPORATED DISCLAIMS ALL WARRANTIES WITH REGARD\n * TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n * AND FITNESS, IN NO EVENT SHALL METRO LINK INCORPORATED BE\n * LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY\n * DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n ' $'\n * freebsd platform specific PCI access functions -- using /dev/pci\n * needs kernel version 2.2.x\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bus/freebsdPci.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bus/ix86Pci.c]=( typeset -a comments=( $'\n * ix86Pci.c - x86 PCI driver\n *\n * The XFree86 server PCI access functions have been reimplemented as a\n * framework that allows each supported platform/OS to have their own\n * platform/OS specific PCI driver.\n *\n * Most of the code of these functions was simply lifted from the\n * Intel architecture specifric portion of the original Xfree86\n * PCI code in hw/xfree86/common_hw/xf86_PCI.C...\n *\n * Gary Barton\n * Concurrent Computer Corporation\n * garyb@gate.net\n ' $'\n * Copyright 1998 by Concurrent Computer Corporation\n *\n * Permission to use, copy, modify, distribute, and sell this software\n * and its documentation for any purpose is hereby granted without fee,\n * provided that the above copyright notice appear in all copies and that\n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of Concurrent Computer\n * Corporation not be used in advertising or publicity pertaining to\n * distribution of the software without specific, written prior\n * permission. Concurrent Computer Corporation makes no representations\n * about the suitability of this software for any purpose. It is\n * provided "as is" without express or implied warranty.\n *\n * CONCURRENT COMPUTER CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD\n * TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n * AND FITNESS, IN NO EVENT SHALL CONCURRENT COMPUTER CORPORATION BE\n * LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY\n * DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n *\n * Copyright 1998 by Metro Link Incorporated\n *\n * Permission to use, copy, modify, distribute, and sell this software\n * and its documentation for any purpose is hereby granted without fee,\n * provided that the above copyright notice appear in all copies and that\n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of Metro Link\n * Incorporated not be used in advertising or publicity pertaining to\n * distribution of the software without specific, written prior\n * permission. Metro Link Incorporated makes no representations\n * about the suitability of this software for any purpose. It is\n * provided "as is" without express or implied warranty.\n *\n * METRO LINK INCORPORATED DISCLAIMS ALL WARRANTIES WITH REGARD\n * TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n * AND FITNESS, IN NO EVENT SHALL METRO LINK INCORPORATED BE\n * LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY\n * DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n *\n * This software is derived from the original XFree86 PCI code\n * which includes the following copyright notices as well:\n *\n * Copyright 1995 by Robin Cutshaw \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of the above listed copyright holder(s)\n * not be used in advertising or publicity pertaining to distribution of\n * the software without specific, written prior permission. The above listed\n * copyright holder(s) make(s) no representations about the suitability of this\n * software for any purpose. It is provided "as is" without express or\n * implied warranty.\n *\n * THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM(S) ALL WARRANTIES WITH REGARD\n * TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n * AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE\n * LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY\n * DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER\n * IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING\n * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * This code is also based heavily on the code in FreeBSD-current, which was\n * written by Wolfgang Stanglmeier, and contains the following copyright:\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions\n * are met:\n * 1. Redistributions of source code must retain the above copyright\n * notice, this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n * notice, this list of conditions and the following disclaimer in the\n * documentation and/or other materials provided with the distribution.\n * 3. The name of the author may not be used to endorse or promote products\n * derived from this software without specific prior written permission.\n *\n * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS\'\' AND ANY EXPRESS OR\n * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES\n * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.\n * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,\n * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT\n * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF\n * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bus/ix86Pci.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bus/linuxPci.c]=( typeset -a comments=( $'\n * Copyright 1998 by Concurrent Computer Corporation\n *\n * Permission to use, copy, modify, distribute, and sell this software\n * and its documentation for any purpose is hereby granted without fee,\n * provided that the above copyright notice appear in all copies and that\n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of Concurrent Computer\n * Corporation not be used in advertising or publicity pertaining to\n * distribution of the software without specific, written prior\n * permission. Concurrent Computer Corporation makes no representations\n * about the suitability of this software for any purpose. It is\n * provided "as is" without express or implied warranty.\n *\n * CONCURRENT COMPUTER CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD\n * TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n * AND FITNESS, IN NO EVENT SHALL CONCURRENT COMPUTER CORPORATION BE\n * LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY\n * DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n *\n * Copyright 1998 by Metro Link Incorporated\n *\n * Permission to use, copy, modify, distribute, and sell this software\n * and its documentation for any purpose is hereby granted without fee,\n * provided that the above copyright notice appear in all copies and that\n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of Metro Link\n * Incorporated not be used in advertising or publicity pertaining to\n * distribution of the software without specific, written prior\n * permission. Metro Link Incorporated makes no representations\n * about the suitability of this software for any purpose. It is\n * provided "as is" without express or implied warranty.\n *\n * METRO LINK INCORPORATED DISCLAIMS ALL WARRANTIES WITH REGARD\n * TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n * AND FITNESS, IN NO EVENT SHALL METRO LINK INCORPORATED BE\n * LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY\n * DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n ' $'\n * linux platform specific PCI access functions -- using /proc/bus/pci\n * needs kernel version 2.2.x\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bus/linuxPci.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bus/netbsdPci.c]=( typeset -a comments=( $'\n * Copyright (C) 1994-2003 The XFree86 Project, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person\n * obtaining a copy of this software and associated documentation\n * files (the "Software"), to deal in the Software without\n * restriction, including without limitation the rights to use, copy,\n * modify, merge, publish, distribute, sublicense, and/or sell copies\n * of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be\n * included in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NONINFRINGEMENT. IN NO EVENT SHALL THE XFREE86 PROJECT BE LIABLE\n * FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF\n * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the XFree86 Project\n * shall not be used in advertising or otherwise to promote the sale,\n * use or other dealings in this Software without prior written\n * authorization from the XFree86 Project.\n ' ' pciReadLong ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bus/netbsdPci.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bus/ppcPci.c]=( typeset -a comments=( $'\n * ppcPci.c - PowerPC PCI access functions\n *\n * PCI driver functions supporting Motorola PowerPC platforms\n * including Powerstack(RiscPC/RiscPC+), PowerStackII, MTX, and\n * MVME 160x/260x/360x/460x VME boards\n *\n * Gary Barton\n * Concurrent Computer Corporation\n * garyb@gate.net\n *\n ' $'\n * Copyright 1998 by Concurrent Computer Corporation\n *\n * Permission to use, copy, modify, distribute, and sell this software\n * and its documentation for any purpose is hereby granted without fee,\n * provided that the above copyright notice appear in all copies and that\n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of Concurrent Computer\n * Corporation not be used in advertising or publicity pertaining to\n * distribution of the software without specific, written prior\n * permission. Concurrent Computer Corporation makes no representations\n * about the suitability of this software for any purpose. It is\n * provided "as is" without express or implied warranty.\n *\n * CONCURRENT COMPUTER CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD\n * TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n * AND FITNESS, IN NO EVENT SHALL CONCURRENT COMPUTER CORPORATION BE\n * LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY\n * DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n *\n * Copyright 1998 by Metro Link Incorporated\n *\n * Permission to use, copy, modify, distribute, and sell this software\n * and its documentation for any purpose is hereby granted without fee,\n * provided that the above copyright notice appear in all copies and that\n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of Metro Link\n * Incorporated not be used in advertising or publicity pertaining to\n * distribution of the software without specific, written prior\n * permission. Metro Link Incorporated makes no representations\n * about the suitability of this software for any purpose. It is\n * provided "as is" without express or implied warranty.\n *\n * METRO LINK INCORPORATED DISCLAIMS ALL WARRANTIES WITH REGARD\n * TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n * AND FITNESS, IN NO EVENT SHALL METRO LINK INCORPORATED BE\n * LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY\n * DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bus/ppcPci.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bus/sparcPci.c]=( typeset -a comments=( $'\n * Copyright (C) 2001-2003 The XFree86 Project, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the XFree86 Project shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from the\n * XFree86 Project.\n ' $'\n * A version of xf86MapVidMem() that allows for 64-bit displacements (but not\n * sizes). Areas thus mapped can be unmapped by xf86UnMapVidMem().\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bus/sparcPci.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bus/xf86Pci.h]=( typeset -a comments=( $'\n * Copyright 1998 by Concurrent Computer Corporation\n *\n * Permission to use, copy, modify, distribute, and sell this software\n * and its documentation for any purpose is hereby granted without fee,\n * provided that the above copyright notice appear in all copies and that\n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of Concurrent Computer\n * Corporation not be used in advertising or publicity pertaining to\n * distribution of the software without specific, written prior\n * permission. Concurrent Computer Corporation makes no representations\n * about the suitability of this software for any purpose. It is\n * provided "as is" without express or implied warranty.\n *\n * CONCURRENT COMPUTER CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD\n * TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n * AND FITNESS, IN NO EVENT SHALL CONCURRENT COMPUTER CORPORATION BE\n * LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY\n * DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n *\n * Copyright 1998 by Metro Link Incorporated\n *\n * Permission to use, copy, modify, distribute, and sell this software\n * and its documentation for any purpose is hereby granted without fee,\n * provided that the above copyright notice appear in all copies and that\n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of Metro Link\n * Incorporated not be used in advertising or publicity pertaining to\n * distribution of the software without specific, written prior\n * permission. Metro Link Incorporated makes no representations\n * about the suitability of this software for any purpose. It is\n * provided "as is" without express or implied warranty.\n *\n * METRO LINK INCORPORATED DISCLAIMS ALL WARRANTIES WITH REGARD\n * TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n * AND FITNESS, IN NO EVENT SHALL METRO LINK INCORPORATED BE\n * LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY\n * DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n *\n * This file is derived in part from the original xf86_PCI.h that included\n * following copyright message:\n *\n * Copyright 1995 by Robin Cutshaw \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of the above listed copyright holder(s)\n * not be used in advertising or publicity pertaining to distribution of\n * the software without specific, written prior permission. The above listed\n * copyright holder(s) make(s) no representations about the suitability of this\n * software for any purpose. It is provided "as is" without express or\n * implied warranty.\n *\n * THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM(S) ALL WARRANTIES WITH REGARD\n * TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n * AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE\n * LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY\n * DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER\n * IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING\n * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n ' $'\n * Copyright (c) 1999-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bus/xf86Pci.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bus/xf86Sbus.h]=( typeset -a comments=( $'\n * Platform specific SBUS and OpenPROM access declarations.\n *\n * Copyright (C) 2000 Jakub Jelinek (jakub@redhat.com)\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to deal\n * in the Software without restriction, including without limitation the rights\n * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n * copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * JAKUB JELINEK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' XXX ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bus/xf86Sbus.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bus/zx1PCI.c]=( typeset -a comments=( $'\n * Copyright (C) 2002-2003 The XFree86 Project, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the XFree86 Project shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from the\n * XFree86 Project.\n ' $'\n * This file contains the glue necessary for support of HP\'s ZX1 chipset.\n * Keep in mind that this chipset is used in both Itanium2 and PA-RISC\n * architectures.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bus/zx1PCI.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bus/zx1PCI.h]=( typeset -a comments=( $'\n * Copyright (C) 2002-2003 The XFree86 Project, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the XFree86 Project shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from the\n * XFree86 Project.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/bus/zx1PCI.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/hurd/hurd_init.c]=( typeset -a comments=( $'\n * Copyright 1997,1998 by UCHIYAMA Yasushi\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of UCHIYAMA Yasushi not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. UCHIYAMA Yasushi makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * UCHIYAMA YASUSHI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL UCHIYAMA YASUSHI BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/os-support/hurd/hurd_init.c,v 1.1 1998/08/16 10:25:48 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/hurd/hurd_init.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/hurd/hurd_io.c]=( typeset -a comments=( $'\n * Copyright 1997,1998 by UCHIYAMA Yasushi\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of UCHIYAMA Yasushi not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. UCHIYAMA Yasushi makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * UCHIYAMA YASUSHI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL UCHIYAMA YASUSHI BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/os-support/hurd/hurd_io.c,v 1.8 2002/10/11 01:40:35 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/hurd/hurd_io.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/hurd/hurd_kbd.c]=( typeset -a comments=( $'\n * Copyright 1997,1998 by UCHIYAMA Yasushi\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of UCHIYAMA Yasushi not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. UCHIYAMA Yasushi makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * UCHIYAMA YASUSHI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL UCHIYAMA YASUSHI BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/os-support/hurd/hurd_io.c,v 1.8 2002/10/11 01:40:35 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/hurd/hurd_kbd.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/hurd/hurd_mmap.c]=( typeset -a comments=( $'\n * Copyright 1997 by UCHIYAMA Yasushi\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of UCHIYAMA Yasushi not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. UCHIYAMA Yasushi makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * UCHIYAMA YASUSHI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL UCHIYAMA YASUSHI BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' ' $XFree86$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/hurd/hurd_mmap.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/hurd/hurd_mouse.c]=( typeset -a comments=( $'\n * Copyright 1997,1998 by UCHIYAMA Yasushi\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of UCHIYAMA Yasushi not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. UCHIYAMA Yasushi makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * UCHIYAMA YASUSHI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL UCHIYAMA YASUSHI BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/os-support/hurd/hurd_mouse.c,v 1.7 2000/02/10 22:33:44 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/hurd/hurd_mouse.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/hurd/hurd_video.c]=( typeset -a comments=( $'\n * Copyright 1997, 1998 by UCHIYAMA Yasushi\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of UCHIYAMA Yasushi not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. UCHIYAMA Yasushi makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * UCHIYAMA YASUSHI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL UCHIYAMA YASUSHI BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' ' $XFree86: xc/programs/Xserver/hw/xfree86/os-support/hurd/hurd_video.c,v 1.3 1999/04/29 12:24:52 dawes Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/hurd/hurd_video.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/int10Defines.h]=( typeset -a comments=( $'\n * Copyright (c) 2000-2001 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/int10Defines.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/linux/int10/linux.c]=( typeset -a comments=( $'\n * linux specific part of the int10 module\n * Copyright 1999, 2000, 2001, 2002, 2003, 2004 Egbert Eich\n ' ' DoSubModules ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/linux/int10/linux.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/linux/int10/vm86/linux_vm86.c]=( typeset -a comments=( ' $XFree86$ ' ' get the linear address ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/linux/int10/vm86/linux_vm86.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/linux/lnx.h]=( typeset -a comments=( ' new pciconfig_iobase syscall added in 2.2.15 and 2.3.99 ' $'\n * _iobase deals with the case the __NR_pciconfig_iobase is either undefined\n * or unsupported by the kernel, but we need to make sure that the `which\'\n * argument symbols are defined.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/linux/lnx.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/linux/lnxResource.c]=( typeset -a comments=( ' Resource information code ' ' Avoid Imakefile changes ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/linux/lnxResource.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/linux/lnx_KbdMap.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Slightly modified xf86KbdLnx.c which is\n *\n * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/linux/lnx_KbdMap.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/linux/lnx_acpi.c]=( typeset -a comments=( ' in milliseconds ' ' Check that we have a video event ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/linux/lnx_acpi.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/linux/lnx_agp.c]=( typeset -a comments=( $'\n * Abstraction of the AGP GART interface.\n *\n * This version is for Linux and Free/Open/NetBSD.\n *\n * Copyright \302\251 2000 VA Linux Systems, Inc.\n * Copyright \302\251 2001 The XFree86 Project, Inc.\n ' ' AGP page size is independent of the host page size. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/linux/lnx_agp.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/linux/lnx_apm.c]=( typeset -a comments=( $'\n * APM is still under construction.\n * I\'m not sure if the places where I initialize/deinitialize\n * apm is correct. Also I don\'t know what to do in SETUP state.\n * This depends if wakeup gets called in this situation, too.\n * Also we need to check if the action that is taken on an\n * event is reasonable.\n ' $' I believe this is wrong (EE)\n\t EBUSY is sent when a device refuses to be suspended.\n\t In this case we still need to undo everything we have\n\t done to suspend ourselves or we will stay in suspended\n\t state forever. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/linux/lnx_apm.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/linux/lnx_axp.c]=( typeset -a comments=( $'\n * pciconfig_iobase wrappers and dynamic i/o selection\n ' ' glibc versions (single hose only) ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/linux/lnx_axp.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/linux/lnx_ev56.c]=( typeset -a comments=( ' !INCLUDE_XF86_NO_DOMAIN ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/linux/lnx_ev56.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/linux/lnx_font.c]=( typeset -a comments=( $'\n * Copyright 2004, Egbert Eich\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * EGBERT EICH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-\n * NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of Egbert Eich shall not\n * be used in advertising or otherwise to promote the sale, use or other deal-\n *ings in this Software without prior written authorization from Egbert Eich.\n *\n ' ' GIO_FONTX fallback ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/linux/lnx_font.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/linux/lnx_ia64.c]=( typeset -a comments=( $'\n * Copyright 2004, Egbert Eich\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * EGBERT EICH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-\n * NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of Egbert Eich shall not\n * be used in advertising or otherwise to promote the sale, use or other deal-\n *ings in this Software without prior written authorization from Egbert Eich.\n *\n ' ' We need a 2.6.11 or better kernel for Altix support ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/linux/lnx_ia64.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/linux/lnx_init.c]=( typeset -a comments=( $'\n * Copyright 1992 by Orest Zborowski \n * Copyright 1993 by David Wexelblat \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of Orest Zborowski and David Wexelblat\n * not be used in advertising or publicity pertaining to distribution of\n * the software without specific, written prior permission. Orest Zborowski\n * and David Wexelblat make no representations about the suitability of this\n * software for any purpose. It is provided "as is" without express or\n * implied warranty.\n *\n * OREST ZBOROWSKI AND DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD\n * TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND\n * FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID WEXELBLAT BE LIABLE\n * FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\n * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\n * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n ' ' $XConsortium: lnx_init.c /main/7 1996/10/23 18:46:30 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/linux/lnx_init.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/linux/lnx_io.c]=( typeset -a comments=( $'\n * Copyright 1992 by Orest Zborowski \n * Copyright 1993 by David Dawes \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of Orest Zborowski and David Dawes \n * not be used in advertising or publicity pertaining to distribution of \n * the software without specific, written prior permission. Orest Zborowski\n * and David Dawes make no representations about the suitability of this \n * software for any purpose. It is provided "as is" without express or \n * implied warranty.\n *\n * OREST ZBOROWSKI AND DAVID DAWES DISCLAIMS ALL WARRANTIES WITH REGARD \n * TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND \n * FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID DAWES BE LIABLE \n * FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES \n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN \n * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF \n * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n ' ' $XConsortium: lnx_io.c /main/8 1996/10/19 18:06:28 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/linux/lnx_io.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/linux/lnx_jstk.c]=( typeset -a comments=( ' $XConsortium: lnx_jstk.c /main/7 1996/02/21 17:51:36 kaleb $ ' ' Id: lnx_jstk.c,v 1.1 1995/12/20 14:06:09 lepied Exp ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/linux/lnx_jstk.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/linux/lnx_kbd.c]=( typeset -a comments=( $'\n * Copyright (c) 2002 by The XFree86 Project, Inc.\n * Author: Ivan Pascal.\n *\n * Based on the code from lnx_io.c which is\n * Copyright 1992 by Orest Zborowski \n * Copyright 1993 by David Dawes \n ' ' Timeout in ms for sending to keyboard controller ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/linux/lnx_kbd.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/linux/lnx_kbd.h]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/linux/lnx_kbd.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/linux/lnx_kmod.c]=( typeset -a comments=( $' XFree86 #defines execl to be the xf86execl() function which does\n * a fork AND exec. We don\'t want that. We want the regular,\n * standard execl().\n ' $'\n * Load a Linux kernel module.\n * This is used by the DRI/DRM to load a DRM kernel module when\n * the X server starts. It could be used for other purposes in the future.\n * Input:\n * modName - name of the kernel module (Ex: "tdfx")\n * Return:\n * 0 for failure, 1 for success\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/linux/lnx_kmod.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/linux/lnx_mouse.c]=( typeset -a comments=( $'\n * Copyright 1999 by The XFree86 Project, Inc.\n ' ' Set the Device option. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/linux/lnx_mouse.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/linux/lnx_pci.c]=( typeset -a comments=( ' Try 2.6 devices first, with domain support ' 'bus+dev vendorid deviceid irq ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/linux/lnx_pci.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/linux/lnx_video.c]=( typeset -a comments=( $'\n * Copyright 1992 by Orest Zborowski \n * Copyright 1993 by David Wexelblat \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of Orest Zborowski and David Wexelblat\n * not be used in advertising or publicity pertaining to distribution of\n * the software without specific, written prior permission. Orest Zborowski\n * and David Wexelblat make no representations about the suitability of this\n * software for any purpose. It is provided "as is" without express or\n * implied warranty.\n *\n * OREST ZBOROWSKI AND DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD\n * TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND\n * FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID WEXELBLAT BE LIABLE\n * FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\n * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\n * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n ' ' $XConsortium: lnx_video.c /main/9 1996/10/19 18:06:34 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/linux/lnx_video.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/lynxos/lynx_init.c]=( typeset -a comments=( $'\n * Copyright 1993 by Thomas Mueller\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Thomas Mueller not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Thomas Mueller makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * THOMAS MUELLER DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THOMAS MUELLER BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' $' check if we\'re run with euid==0 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/lynxos/lynx_init.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/lynxos/lynx_io.c]=( typeset -a comments=( $'\n * Copyright 1993 by Thomas Mueller\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Thomas Mueller not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Thomas Mueller makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * THOMAS MUELLER DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THOMAS MUELLER BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' ' Lynx 2.2.1 has sophisticated atc stuff.... ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/lynxos/lynx_io.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/lynxos/lynx_mmap.c]=( typeset -a comments=( $'\n * Copyright 1993 by Thomas Mueller\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Thomas Mueller not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Thomas Mueller makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * THOMAS MUELLER DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THOMAS MUELLER BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' $'\n * Read BIOS using smem_create facility\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/lynxos/lynx_mmap.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/lynxos/lynx_mouse.c]=( typeset -a comments=( $'\n * Copyright 1999 by The XFree86 Project, Inc.\n ' ' XXX Need to check this. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/lynxos/lynx_mouse.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/lynxos/lynx_noinline.c]=( typeset -a comments=( $'\n * Copyright 1998 by Metro Link Incorporated\n *\n * Permission to use, copy, modify, distribute, and sell this software\n * and its documentation for any purpose is hereby granted without fee,\n * provided that the above copyright notice appear in all copies and that\n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of Metro Link\n * Incorporated not be used in advertising or publicity pertaining to\n * distribution of the software without specific, written prior\n * permission. Metro Link Incorporated makes no representations\n * about the suitability of this software for any purpose. It is\n * provided "as is" without express or implied warranty.\n *\n * METRO LINK INCORPORATED DISCLAIMS ALL WARRANTIES WITH REGARD\n * TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n * AND FITNESS, IN NO EVENT SHALL METRO LINK INCORPORATED BE\n * LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY\n * DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n ' ' NO_INLINE && ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/lynxos/lynx_noinline.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/lynxos/lynx_ppc.c]=( typeset -a comments=( $'\n * Copyright 1998 by Metro Link Incorporated\n *\n * Permission to use, copy, modify, distribute, and sell this software\n * and its documentation for any purpose is hereby granted without fee,\n * provided that the above copyright notice appear in all copies and that\n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of Metro Link\n * Incorporated not be used in advertising or publicity pertaining to\n * distribution of the software without specific, written prior\n * permission. Metro Link Incorporated makes no representations\n * about the suitability of this software for any purpose. It is\n * provided "as is" without express or implied warranty.\n *\n * METRO LINK INCORPORATED DISCLAIMS ALL WARRANTIES WITH REGARD\n * TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n * AND FITNESS, IN NO EVENT SHALL METRO LINK INCORPORATED BE\n * LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY\n * DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/lynxos/lynx_ppc.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/lynxos/lynx_video.c]=( typeset -a comments=( $'\n * Copyright 1993 by Thomas Mueller\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Thomas Mueller not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Thomas Mueller makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * THOMAS MUELLER DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THOMAS MUELLER BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' '*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/lynxos/lynx_video.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/misc/BUSmemcpy.c]=( typeset -a comments=( $'***************************************************************************\n\n For Alpha Linux, BusToMem() and MemToBus() can be simply memcpy(), BUT:\n we need to prevent unaligned operations when accessing DENSE space on the BUS,\n as the video memory is mmap\'d that way. The below code does this.\n\nNOTE: we could simply use the "memcpy()" from LIBC here, but that, currently, is\n not as fast.\n\nThanks to Linus Torvalds for contributing this code.\n\n***************************************************************************' $'\n * The Jensen lacks dense memory, thus we have to address the bus via\n * the sparse addressing scheme. These routines are only used in s3im.c\n * Non time critical code uses SlowBCopy_{from/to} bus.\n *\n * Martin Ostermann (ost@comnets.rwth-aachen.de) - Apr.-Sep. 1996\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/misc/BUSmemcpy.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/misc/Delay.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/misc/Delay.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/misc/IODelay.c]=( typeset -a comments=( ' $XConsortium: IODelay.c /main/1 1996/05/07 17:13:43 kaleb $ ' $'******************************************************************************\n Stub for Alpha Linux\n******************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/misc/IODelay.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/misc/SlowBcopy.c]=( typeset -a comments=( ' $XConsortium: SlowBcopy.c /main/1 1996/05/07 17:14:10 kaleb $ ' $'******************************************************************************\n for Alpha Linux\n******************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/misc/SlowBcopy.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/misc/xf86_IlHack.c]=( typeset -a comments=( $'\n * This file is an incredible crock to get the normally-inline functions\n * built into the server so that things can be debugged properly.\n *\n * Note: this doesn\'t work when using a compiler other than GCC.\n ' ' $XConsortium: xf86_IlHack.c /main/4 1996/02/21 17:52:26 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/misc/xf86_IlHack.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/misc/xf86_Util.c]=( typeset -a comments=( $'\n * Copyright 1993 by David Wexelblat \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of David Wexelblat not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. David Wexelblat makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL DAVID WEXELBLAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' ' $XConsortium: xf86_Util.c /main/5 1996/10/23 13:13:10 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/misc/xf86_Util.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/sco/VTsw_sco.c]=( typeset -a comments=( $'\n * Copyright 1993 by David Wexelblat \n * Copyright 1993 by David McCullough \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of David Wexelblat not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. David Wexelblat makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL DAVID WEXELBLAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' ' $XConsortium: VTsw_sco.c /main/2 1995/11/13 06:08:36 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/sco/VTsw_sco.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/sco/sco_KbdMap.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2005 by J. Kean Johnston \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name J. Kean Johnston not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. J. Kean Johnston makes no\n * representations about the suitability of this software for any purpose.\n * It is provided "as is" without express or implied warranty.\n *\n * J. KEAN JOHNSTON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL J. KEAN JOHNSTON BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF\n * USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\n * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/sco/sco_KbdMap.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/sco/sco_init.c]=( typeset -a comments=( $'\n * Copyright 2001-2005 by J. Kean Johnston \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name J. Kean Johnston not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. J. Kean Johnston makes no\n * representations about the suitability of this software for any purpose.\n * It is provided "as is" without express or implied warranty.\n *\n * J. KEAN JOHNSTON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL J. KEAN JOHNSTON BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF\n * USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\n * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $XConsortium$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/sco/sco_init.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/sco/sco_io.c]=( typeset -a comments=( $'\n * Copyright 2001 by J. Kean Johnston \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name J. Kean Johnston not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. J. Kean Johnston makes no\n * representations about the suitability of this software for any purpose.\n * It is provided "as is" without express or implied warranty.\n *\n * J. KEAN JOHNSTON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL J. KEAN JOHNSTON BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF\n * USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\n * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $XConsortium$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/sco/sco_io.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/sco/sco_iop.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2001 by J. Kean Johnston \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name J. Kean Johnston not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. J. Kean Johnston makes no\n * representations about the suitability of this software for any purpose.\n * It is provided "as is" without express or implied warranty.\n *\n * J. KEAN JOHNSTON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL J. KEAN JOHNSTON BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF\n * USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\n * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/sco/sco_iop.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/sco/sco_kbd.c]=( typeset -a comments=( ' $XFree86$ ' $'\n * Copyright 2005 by J. Kean Johnston \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name J. Kean Johnston not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. J. Kean Johnston makes no\n * representations about the suitability of this software for any purpose.\n * It is provided "as is" without express or implied warranty.\n *\n * J. KEAN JOHNSTON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL J. KEAN JOHNSTON BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF\n * USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\n * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/sco/sco_kbd.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/sco/sco_kbd.h]=( typeset -a comments=( ' $XFree86$ ' ' SCO_KBD_HDR ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/sco/sco_kbd.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/sco/sco_mouse.c]=( typeset -a comments=( $'\n * Copyright 2001 by J. Kean Johnston \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name J. Kean Johnston not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. J. Kean Johnston makes no\n * representations about the suitability of this software for any purpose.\n * It is provided "as is" without express or implied warranty.\n *\n * J. KEAN JOHNSTON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL J. KEAN JOHNSTON BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF\n * USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\n * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $XConsortium$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/sco/sco_mouse.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/sco/sco_video.c]=( typeset -a comments=( $'\n * Copyright 2001 by J. Kean Johnston \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name J. Kean Johnston not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. J. Kean Johnston makes no\n * representations about the suitability of this software for any purpose.\n * It is provided "as is" without express or implied warranty.\n *\n * J. KEAN JOHNSTON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL J. KEAN JOHNSTON BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF\n * USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\n * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $XConsortium$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/sco/sco_video.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/VTsw_noop.c]=( typeset -a comments=( $'\n * Copyright 1993 by David Wexelblat \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of David Wexelblat not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. David Wexelblat makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL DAVID WEXELBLAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' ' $XConsortium: VTsw_noop.c /main/3 1996/02/21 17:53:25 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/VTsw_noop.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/VTsw_usl.c]=( typeset -a comments=( $'\n * Copyright 1993 by David Wexelblat \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of David Wexelblat not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. David Wexelblat makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL DAVID WEXELBLAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' ' $XConsortium: VTsw_usl.c /main/3 1996/02/21 17:53:28 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/VTsw_usl.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/agp_noop.c]=( typeset -a comments=( $'\n * Copyright (c) 2000-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'\n * Abstraction of the AGP GART interface. Stubs for platforms without\n * AGP GART support.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/agp_noop.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/at_scancode.c]=( typeset -a comments=( $'\n * Copyright (c) 2002-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ' special prefixes ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/at_scancode.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/bios_devmem.c]=( typeset -a comments=( $'\n * Copyright 1993 by David Wexelblat \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of David Wexelblat not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. David Wexelblat makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL DAVID WEXELBLAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' ' $XConsortium: bios_devmem.c /main/5 1996/10/19 18:07:41 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/bios_devmem.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/bios_mmap.c]=( typeset -a comments=( $'\n * Copyright 1993 by David Wexelblat \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of David Wexelblat not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. David Wexelblat makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL DAVID WEXELBLAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' ' $XConsortium: bios_V4mmap.c /main/4 1996/02/21 17:54:27 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/bios_mmap.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/ia64Pci.c]=( typeset -a comments=( $'\n * Copyright (C) 2002-2003 The XFree86 Project, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the XFree86 Project shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from the\n * XFree86 Project.\n ' $'\n * This file contains the glue needed to support various IA-64 chipsets.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/ia64Pci.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/ia64Pci.h]=( typeset -a comments=( $'\n * Copyright 2004, Egbert Eich\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * EGBERT EICH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-\n * NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of Egbert Eich shall not\n * be used in advertising or otherwise to promote the sale, use or other deal-\n *ings in this Software without prior written authorization from Egbert Eich.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/ia64Pci.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/ioperm_noop.c]=( typeset -a comments=( $'\n * Copyright 1993 by David Wexelblat \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of David Wexelblat not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. David Wexelblat makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL DAVID WEXELBLAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' ' $XConsortium: ioperm_noop.c /main/3 1996/02/21 17:53:39 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/ioperm_noop.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/kbd.c]=( typeset -a comments=( $'\n * Copyright (c) 2001-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/kbd.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/kmod_noop.c]=( typeset -a comments=( $'\n * Copyright (c) 2000 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ' failure ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/kmod_noop.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/libc_wrapper.c]=( typeset -a comments=( $'\n * Copyright 1997-2003 by The XFree86 Project, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of Orest Zborowski and David Wexelblat \n * not be used in advertising or publicity pertaining to distribution of \n * the software without specific, written prior permission. Orest Zborowski\n * and David Wexelblat make no representations about the suitability of this \n * software for any purpose. It is provided "as is" without express or \n * implied warranty.\n *\n * THE XFREE86 PROJECT, INC. DISCLAIMS ALL WARRANTIES WITH REGARD \n * TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND \n * FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID WEXELBLAT BE LIABLE \n * FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES \n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN \n * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF \n * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n ' ' LSB will be 0 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/libc_wrapper.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/pm_noop.c]=( typeset -a comments=( $'\n * Copyright (c) 2000 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ' Stubs for the OS-support layer power-management functions. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/pm_noop.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/posix_tty.c]=( typeset -a comments=( $'\n * Copyright 1993-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Except as contained in this notice, the name of the XFree86 Project shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from the\n * XFree86 Project.\n ' $'\n *\n * Copyright (c) 1997 Metro Link Incorporated\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Except as contained in this notice, the name of the Metro Link shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Metro Link.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/posix_tty.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/sigio.c]=( typeset -a comments=( $' sigio.c -- Support for SIGIO handler installation and removal\n * Created: Thu Jun 3 15:39:18 1999 by faith@precisioninsight.com\n *\n * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n * \n * Authors: Rickard E. (Rik) Faith \n ' $'\n * Copyright (c) 2002 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/sigio.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/sigiostubs.c]=( typeset -a comments=( $'\n * Copyright (c) 1999-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ' XXX This is a quick hack for the benefit of xf86SetSilkenMouse() ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/sigiostubs.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/stdPci.c]=( typeset -a comments=( $'\n * Copyright (c) 1999-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/stdPci.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/stdResource.c]=( typeset -a comments=( $'\n * Copyright (c) 1999-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ' Standard resource information code ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/stdResource.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/std_kbdEv.c]=( typeset -a comments=( $'\n * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany\n * Copyright 1993 by David Dawes \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of Thomas Roell and David Dawes \n * not be used in advertising or publicity pertaining to distribution of \n * the software without specific, written prior permission. Thomas Roell and\n * David Dawes makes no representations about the suitability of this \n * software for any purpose. It is provided "as is" without express or \n * implied warranty.\n *\n * THOMAS ROELL AND DAVID DAWES DISCLAIMS ALL WARRANTIES WITH REGARD TO \n * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND \n * FITNESS, IN NO EVENT SHALL THOMAS ROELL OR DAVID DAWES BE LIABLE FOR \n * ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER \n * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF \n * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN \n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n ' ' $XConsortium: std_kbdEv.c /main/4 1996/03/11 10:47:33 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/std_kbdEv.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/sysv_kbd.c]=( typeset -a comments=( $'\n * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany\n * Copyright 1993 by David Dawes \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of Thomas Roell and David Dawes \n * not be used in advertising or publicity pertaining to distribution of \n * the software without specific, written prior permission. Thomas Roell and\n * David Dawes makes no representations about the suitability of this \n * software for any purpose. It is provided "as is" without express or \n * implied warranty.\n *\n * THOMAS ROELL AND DAVID DAWES DISCLAIMS ALL WARRANTIES WITH REGARD TO \n * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND \n * FITNESS, IN NO EVENT SHALL THOMAS ROELL OR DAVID DAWES BE LIABLE FOR \n * ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER \n * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF \n * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN \n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n ' ' $XConsortium: sysv_kbd.c /main/3 1996/02/21 17:53:59 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/sysv_kbd.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/vidmem.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'\n * This file contains the common part of the video memory mapping functions\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/vidmem.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/xf86Axp.c]=( typeset -a comments=( $'\n * Copyright (c) 2000 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/xf86Axp.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/xf86Axp.h]=( typeset -a comments=( ' $XFree86$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/shared/xf86Axp.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/solaris/agpgart.h]=( typeset -a comments=( $'\n * AGPGART module version 0.99\n * Copyright (C) 1999 Jeff Hartmann\n * Copyright (C) 1999 Precision Insight, Inc.\n * Copyright (C) 1999 Xi Graphics, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * JEFF HARTMANN, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE\n * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Copyright 2005 Sun Microsystems, Inc. All rights reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, and/or sell copies of the Software, and to permit persons\n * to whom the Software is furnished to do so, provided that the above\n * copyright notice(s) and this permission notice appear in all copies of\n * the Software and that both the above copyright notice(s) and this\n * permission notice appear in supporting documentation.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT\n * OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR\n * HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL\n * INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING\n * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,\n * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION\n * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * Except as contained in this notice, the name of a copyright holder\n * shall not be used in advertising or otherwise to promote the sale, use\n * or other dealings in this Software without prior written authorization\n * of the copyright holder.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/solaris/agpgart.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/solaris/sun_agp.c]=( typeset -a comments=( $'\n * Abstraction of the AGP GART interface.\n *\n * This version is for Solaris.\n *\n * Copyright \251 2000 VA Linux Systems, Inc.\n * Copyright \251 2001 The XFree86 Project, Inc.\n ' $' Copyright 2005 Sun Microsystems, Inc. All rights reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, and/or sell copies of the Software, and to permit persons\n * to whom the Software is furnished to do so, provided that the above\n * copyright notice(s) and this permission notice appear in all copies of\n * the Software and that both the above copyright notice(s) and this\n * permission notice appear in supporting documentation.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT\n * OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR\n * HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL\n * INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING\n * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,\n * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION\n * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * Except as contained in this notice, the name of a copyright holder\n * shall not be used in advertising or otherwise to promote the sale, use\n * or other dealings in this Software without prior written authorization\n * of the copyright holder.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/solaris/sun_agp.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/solaris/sun_bios.c]=( typeset -a comments=( $'\n * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany\n * Copyright 1993 by David Wexelblat \n * Copyright 1999 by David Holland \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the names of the copyright holders not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. The copyright holders make no representations\n * about the suitability of this software for any purpose. It is provided "as\n * is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT\n * SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' $'\n * Read BIOS via mmap()ing physical memory.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/solaris/sun_bios.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/solaris/sun_init.c]=( typeset -a comments=( $'\n * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany\n * Copyright 1993 by David Wexelblat \n * Copyright 1999 by David Holland \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the names of the copyright holders not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. The copyright holders make no representations\n * about the suitability of this software for any purpose. It is provided "as\n * is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, AND IN NO\n * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' $' Check if we\'re run with euid==0 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/solaris/sun_init.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/solaris/sun_io.c]=( typeset -a comments=( ' $XdotOrg: $ ' $'\n * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany\n * Copyright 1993 by David Dawes \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of Thomas Roell and David Dawes\n * not be used in advertising or publicity pertaining to distribution of\n * the software without specific, written prior permission. Thomas Roell and\n * David Dawes makes no representations about the suitability of this\n * software for any purpose. It is provided "as is" without express or\n * implied warranty.\n *\n * THOMAS ROELL AND DAVID DAWES DISCLAIM ALL WARRANTIES WITH REGARD TO THIS\n * SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,\n * IN NO EVENT SHALL THOMAS ROELL OR DAVID DAWES BE LIABLE FOR ANY SPECIAL,\n * INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\n * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE\n * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/solaris/sun_io.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/solaris/sun_kbd.c]=( typeset -a comments=( $'\n * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany\n * Copyright 1993 by David Dawes \n * Copyright 1999 by David Holland \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the names of Thomas Roell and David Dawes not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Thomas Roell and David Dawes make no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * THOMAS ROELL AND DAVID DAWES DISCLAIM ALL WARRANTIES WITH REGARD TO THIS\n * SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.\n * IN NO EVENT SHALL THOMAS ROELL OR DAVID DAWES BE LIABLE FOR ANY SPECIAL,\n * INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\n * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE\n * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' [JCH-96/01/21] Extended std reverse map to four buttons. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/solaris/sun_kbdEv.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/solaris/sun_mouse.c]=( typeset -a comments=( $'\n * Copyright 1999-2001 The XFree86 Project, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the XFree86 Project shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from the\n * XFree86 Project.\n ' $' Copyright 2004-2005 Sun Microsystems, Inc. All rights reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, and/or sell copies of the Software, and to permit persons\n * to whom the Software is furnished to do so, provided that the above\n * copyright notice(s) and this permission notice appear in all copies of\n * the Software and that both the above copyright notice(s) and this\n * permission notice appear in supporting documentation.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT\n * OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR\n * HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL\n * INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING\n * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,\n * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION\n * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * Except as contained in this notice, the name of a copyright holder\n * shall not be used in advertising or otherwise to promote the sale, use\n * or other dealings in this Software without prior written authorization\n * of the copyright holder.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/solaris/sun_mouse.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/solaris/sun_vid.c]=( typeset -a comments=( $'\n * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany\n * Copyright 1993 by David Wexelblat \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the names of the copyright holders not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. The copyright holders make no representations\n * about the suitability of this software for any purpose. It is provided "as\n * is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT\n * SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n *\n ' ' get __x86 definition if not set by compiler ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/solaris/sun_vid.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/sysv/sysv_init.c]=( typeset -a comments=( $'\n * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany\n * Copyright 1993 by David Wexelblat \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of Thomas Roell and David Wexelblat \n * not be used in advertising or publicity pertaining to distribution of \n * the software without specific, written prior permission. Thomas Roell and\n * David Wexelblat makes no representations about the suitability of this \n * software for any purpose. It is provided "as is" without express or \n * implied warranty.\n *\n * THOMAS ROELL AND DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD TO \n * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND \n * FITNESS, IN NO EVENT SHALL THOMAS ROELL OR DAVID WEXELBLAT BE LIABLE FOR \n * ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER \n * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF \n * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN \n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n ' ' $XConsortium: sysv_init.c /main/4 1996/02/21 17:54:31 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/sysv/sysv_init.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/sysv/sysv_io.c]=( typeset -a comments=( $'\n * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany\n * Copyright 1993 by David Dawes \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of Thomas Roell and David Dawes \n * not be used in advertising or publicity pertaining to distribution of \n * the software without specific, written prior permission. Thomas Roell and\n * David Dawes makes no representations about the suitability of this \n * software for any purpose. It is provided "as is" without express or \n * implied warranty.\n *\n * THOMAS ROELL AND DAVID DAWES DISCLAIMS ALL WARRANTIES WITH REGARD TO \n * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND \n * FITNESS, IN NO EVENT SHALL THOMAS ROELL OR DAVID DAWES BE LIABLE FOR \n * ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER \n * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF \n * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN \n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n ' ' $XConsortium: sysv_io.c /main/8 1996/10/19 18:08:06 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/sysv/sysv_io.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/sysv/sysv_mouse.c]=( typeset -a comments=( $'\n * Copyright 1999 by The XFree86 Project, Inc.\n ' ' XXX Need to check this. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/sysv/sysv_mouse.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/sysv/sysv_video.c]=( typeset -a comments=( $'\n * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany\n * Copyright 1993 by David Wexelblat \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of Thomas Roell and David Wexelblat \n * not be used in advertising or publicity pertaining to distribution of \n * the software without specific, written prior permission. Thomas Roell and\n * David Wexelblat makes no representations about the suitability of this \n * software for any purpose. It is provided "as is" without express or \n * implied warranty.\n *\n * THOMAS ROELL AND DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD TO \n * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND \n * FITNESS, IN NO EVENT SHALL THOMAS ROELL OR DAVID WEXELBLAT BE LIABLE FOR \n * ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER \n * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF \n * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN \n * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n ' ' $XConsortium: sysv_video.c /main/8 1996/10/25 11:38:09 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/sysv/sysv_video.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/sysv/xqueue.c]=( typeset -a comments=( $'\n * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany\n * Copyright 1993-1999 by The XFree86 Project, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of the copyright holders not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. The copyright holders make no\n * representations about the suitability of this software for any purpose.\n * It is provided "as is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' ' $XConsortium: xqueue.c /main/8 1996/10/19 18:08:11 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/sysv/xqueue.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/sysv/xqueue.h]=( typeset -a comments=( ' $XFree86$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/sysv/xqueue.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/usl/usl_KbdMap.c]=( typeset -a comments=( ' $XdotOrg$ ' $'\n * Copyright 2005 by J. Kean Johnston \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name J. Kean Johnston not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. J. Kean Johnston makes no\n * representations about the suitability of this software for any purpose.\n * It is provided "as is" without express or implied warranty.\n *\n * J. KEAN JOHNSTON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL J. KEAN JOHNSTON BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF\n * USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\n * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/usl/usl_KbdMap.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/usl/usl_init.c]=( typeset -a comments=( ' $XdotOrg$ ' $'\n * Copyright 2001-2005 by Kean Johnston \n * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany\n * Copyright 1993 by David Wexelblat \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of Thomas Roell, David Wexelblat \n * and Kean Johnston not be used in advertising or publicity pertaining to\n * distribution of the software without specific, written prior permission.\n * Thomas Roell, David Wexelblat and Kean Johnston make no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * THOMAS ROELL, DAVID WEXELBLAT AND KEAN JOHNSTON DISCLAIM ALL WARRANTIES\n * WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF\n * MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THOMAS ROELLm DAVID WEXELBLAT\n * OR KEAN JOHNSTON BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL\n * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR\n * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS\n * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF\n * THIS SOFTWARE.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/usl/usl_init.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/usl/usl_io.c]=( typeset -a comments=( $'\n * Copyright 2001-2005 by Kean Johnston \n * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany\n * Copyright 1993 by David Dawes \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of Thomas Roell, David Dawes \n * and Kean Johnston not be used in advertising or publicity pertaining to\n * distribution of the software without specific, written prior permission.\n * Thomas Roell, David Dawes and Kean Johnston make no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * THOMAS ROELL, DAVID DAWES AND KEAN JOHNSTON DISCLAIM ALL WARRANTIES\n * WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF\n * MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THOMAS ROELLm DAVID WEXELBLAT\n * OR KEAN JOHNSTON BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL\n * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR\n * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS\n * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF\n * THIS SOFTWARE.\n *\n ' ' $XConsortium$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/usl/usl_io.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/usl/usl_iop.c]=( typeset -a comments=( $'\n * Copyright 2001,2005 by Kean Johnston \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name Kean Johnston not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Kean Johnston makes no\n * representations about the suitability of this software for any purpose.\n * It is provided "as is" without express or implied warranty.\n *\n * KEAN JOHNSTON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEAN JOHNSTON BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF\n * USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\n * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $XConsortium$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/usl/usl_iop.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/usl/usl_kbd.c]=( typeset -a comments=( $'\n * Copyright 2005 by Kean Johnston \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name Kean Johnston not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Kean Johnston makes no\n * representations about the suitability of this software for any purpose.\n * It is provided "as is" without express or implied warranty.\n *\n * KEAN JOHNSTON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEAN JOHNSTON BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF\n * USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\n * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $XConsortium$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/usl/usl_kbd.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/usl/usl_kbd.h]=( typeset -a comments=( ' $XdotOrg$ ' ' SCO_KBD_HDR ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/usl/usl_kbd.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/usl/usl_mouse.c]=( typeset -a comments=( $'\n * Copyright 2005 Kean Johnston\n * Copyright 1999 by The XFree86 Project, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of The XFree86 Project, Inc\n * and Kean Johnston not be used in advertising or publicity pertaining to\n * distribution of the software without specific, written prior permission.\n * The XFree86 Project, Inc and Kean Johnston make no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * THE XFREE86 PROJECT, INC AND KEAN JOHNSTON DISCLAIM ALL WARRANTIES\n * WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF\n * MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THOMAS ROELLm DAVID WEXELBLAT\n * OR KEAN JOHNSTON BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL\n * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR\n * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS\n * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF\n * THIS SOFTWARE.\n *\n ' ' X valuator ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/usl/usl_mouse.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/usl/usl_video.c]=( typeset -a comments=( ' $XdotOrg$ ' $'\n * Copyrught 2005 Kean Johnston \n * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany\n * Copyright 1993 by David Wexelblat \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of Thomas Roell, David Dawes \n * and Kean Johnston not be used in advertising or publicity pertaining to\n * distribution of the software without specific, written prior permission.\n * Thomas Roell, David Dawes and Kean Johnston make no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * THOMAS ROELL, DAVID DAWES AND KEAN JOHNSTON DISCLAIM ALL WARRANTIES\n * WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF\n * MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THOMAS ROELLm DAVID WEXELBLAT\n * OR KEAN JOHNSTON BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL\n * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR\n * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS\n * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF\n * THIS SOFTWARE.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/usl/usl_video.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/usl/usl_vtsw.c]=( typeset -a comments=( ' $XdotOrg$ ' $'\n * Copyright 2005 by Kean Johnston \n * Copyright 1993 by David Wexelblat \n * Copyright 1993 by David McCullough \n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of David Wexelblat not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. David Wexelblat makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL DAVID WEXELBLAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/usl/usl_vtsw.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/usl/usl_xqueue.c]=( typeset -a comments=( ' $XdotOrg$ ' $'\n * Copyright 2005 by Kean Johnston \n * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany\n * Copyright 1993-1999 by The XFree86 Project, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of the copyright holders not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. The copyright holders make no\n * representations about the suitability of this software for any purpose.\n * It is provided "as is" without express or implied warranty.\n *\n * THE COPYRIGHT HOLDERS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/usl/usl_xqueue.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/usl/usl_xqueue.h]=( typeset -a comments=( ' $XdotOrg$ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/usl/usl_xqueue.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/xf86OSKbd.h]=( typeset -a comments=( $'\n * Copyright (c) 2002-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n *\n * Author: Ivan Pascal.\n ' ' Public interface to OS-specific keyboard support. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/xf86OSKbd.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/xf86OSmouse.h]=( typeset -a comments=( $'\n * Copyright (c) 1999-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ' Public interface to OS-specific mouse support. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/xf86OSmouse.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/xf86OSpriv.h]=( typeset -a comments=( $'\n * Copyright (c) 1999-2000 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ' _XF86OSPRIV_H ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/xf86OSpriv.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/xf86_OSlib.h]=( typeset -a comments=( $'\n * Copyright 1990, 1991 by Thomas Roell, Dinkelscherben, Germany\n * Copyright 1992 by David Dawes \n * Copyright 1992 by Jim Tsillas \n * Copyright 1992 by Rich Murphey \n * Copyright 1992 by Robert Baron \n * Copyright 1992 by Orest Zborowski \n * Copyright 1993 by Vrije Universiteit, The Netherlands\n * Copyright 1993 by David Wexelblat \n * Copyright 1994, 1996 by Holger Veit \n * Copyright 1997 by Takis Psarogiannakopoulos \n * Copyright 1994-2003 by The XFree86 Project, Inc\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of the above listed copyright holders \n * not be used in advertising or publicity pertaining to distribution of \n * the software without specific, written prior permission. The above listed\n * copyright holders make no representations about the suitability of this \n * software for any purpose. It is provided "as is" without express or \n * implied warranty.\n *\n * THE ABOVE LISTED COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD \n * TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n * AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDERS BE \n * LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY \n * DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER \n * IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING \n * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n ' $'\n * The ARM32 code here carries the following copyright:\n *\n * Copyright 1997\n * Digital Equipment Corporation. All rights reserved.\n * This software is furnished under license and may be used and copied only in \n * accordance with the following terms and conditions. Subject to these\n * conditions, you may download, copy, install, use, modify and distribute\n * this software in source and/or binary form. No title or ownership is\n * transferred hereby.\n *\n * 1) Any source code used, modified or distributed must reproduce and retain\n * this copyright notice and list of conditions as they appear in the\n * source file.\n *\n * 2) No right is granted to use any trade name, trademark, or logo of Digital \n * Equipment Corporation. Neither the "Digital Equipment Corporation"\n * name nor any trademark or logo of Digital Equipment Corporation may be\n * used to endorse or promote products derived from this software without\n * the prior written permission of Digital Equipment Corporation.\n *\n * 3) This software is provided "AS-IS" and any express or implied warranties,\n * including but not limited to, any implied warranties of merchantability,\n * fitness for a particular purpose, or non-infringement are disclaimed.\n * In no event shall DIGITAL be liable for any damages whatsoever, and in\n * particular, DIGITAL shall not be liable for special, indirect,\n * consequential, or incidental damages or damages for lost profits, loss\n * of revenue or loss of use, whether such damages arise in contract, \n * negligence, tort, under statute, in equity, at law or otherwise, even\n * if advised of the possibility of such damage. \n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/xf86_OSlib.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/xf86_OSproc.h]=( typeset -a comments=( $'\n * Copyright 1990, 1991 by Thomas Roell, Dinkelscherben, Germany\n * Copyright 1992 by David Dawes \n * Copyright 1992 by Jim Tsillas \n * Copyright 1992 by Rich Murphey \n * Copyright 1992 by Robert Baron \n * Copyright 1992 by Orest Zborowski \n * Copyright 1993 by Vrije Universiteit, The Netherlands\n * Copyright 1993 by David Wexelblat \n * Copyright 1994, 1996 by Holger Veit \n * Copyright 1994-2003 by The XFree86 Project, Inc\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of the above listed copyright holders \n * not be used in advertising or publicity pertaining to distribution of \n * the software without specific, written prior permission. The above listed\n * copyright holders make no representations about the suitability of this \n * software for any purpose. It is provided "as is" without express or \n * implied warranty.\n *\n * THE ABOVE LISTED COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD \n * TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n * AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDERS BE \n * LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY \n * DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER \n * IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING \n * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n ' $'\n * The ARM32 code here carries the following copyright:\n *\n * Copyright 1997\n * Digital Equipment Corporation. All rights reserved.\n * This software is furnished under license and may be used and copied only in \n * accordance with the following terms and conditions. Subject to these\n * conditions, you may download, copy, install, use, modify and distribute\n * this software in source and/or binary form. No title or ownership is\n * transferred hereby.\n *\n * 1) Any source code used, modified or distributed must reproduce and retain\n * this copyright notice and list of conditions as they appear in the\n * source file.\n *\n * 2) No right is granted to use any trade name, trademark, or logo of Digital \n * Equipment Corporation. Neither the "Digital Equipment Corporation"\n * name nor any trademark or logo of Digital Equipment Corporation may be\n * used to endorse or promote products derived from this software without\n * the prior written permission of Digital Equipment Corporation.\n *\n * 3) This software is provided "AS-IS" and any express or implied warranties,\n * including but not limited to, any implied warranties of merchantability,\n * fitness for a particular purpose, or non-infringement are disclaimed.\n * In no event shall DIGITAL be liable for any damages whatsoever, and in\n * particular, DIGITAL shall not be liable for special, indirect,\n * consequential, or incidental damages or damages for lost profits, loss\n * of revenue or loss of use, whether such damages arise in contract, \n * negligence, tort, under statute, in equity, at law or otherwise, even\n * if advised of the possibility of such damage. \n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/xf86_OSproc.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/xf86_ansic.h]=( typeset -a comments=( $'\n * Copyright 1997-2003 by The XFree86 Project, Inc\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of the above listed copyright holders \n * not be used in advertising or publicity pertaining to distribution of \n * the software without specific, written prior permission. The above listed\n * copyright holders make no representations about the suitability of this \n * software for any purpose. It is provided "as is" without express or \n * implied warranty.\n *\n * THE ABOVE LISTED COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD \n * TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY \n * AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDERS BE \n * LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY \n * DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER \n * IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING \n * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n ' ' Handle ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/xf86_ansic.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/xf86_libc.h]=( typeset -a comments=( $'\n * Copyright (c) 1997-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'\n * This file is an attempt to make developing code for the new loadable module\n * architecure simpler. It tries to use macros to hide all libc wrappers so\n * that all that is needed to "port" a module to this architecture is to\n * include this one header file\n *\n * Revision history:\n *\n *\n * 0.4\tApr 12 1997\tadd the ANSI defines\n * 0.3\tFeb 24 1997\thandle getenv\n * 0.2\tFeb 24 1997\thide few FILE functions\n * 0.1\tFeb 24 1997\thide the trivial functions mem* str*\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/xf86_libc.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/xorgos.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/os-support/xorgos.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/osandcommon.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/osandcommon.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/parser/Configint.h]=( typeset -a comments=( $'\n * \n * Copyright (c) 1997 Metro Link Incorporated\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"), \n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of the Metro Link shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Metro Link.\n * \n ' $'\n * Copyright (c) 1997-2002 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/parser/Configint.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/parser/DRI.c]=( typeset -a comments=( $' DRI.c -- DRI Section in XF86Config file\n * Created: Fri Mar 19 08:40:22 1999 by faith@precisioninsight.com\n * Revised: Thu Jun 17 16:08:05 1999 by faith@precisioninsight.com\n *\n * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n * \n * \n ' ' Zero is a valid value for this. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/parser/DRI.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/parser/Device.c]=( typeset -a comments=( $' \n * \n * Copyright (c) 1997 Metro Link Incorporated\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"), \n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of the Metro Link shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Metro Link.\n * \n ' $'\n * Copyright (c) 1997-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/parser/Device.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/parser/Extensions.c]=( typeset -a comments=( $'\n * Copyright 2004 Red Hat Inc., Raleigh, North Carolina.\n *\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation on the rights to use, copy, modify, merge,\n * publish, distribute, sublicense, and/or sell copies of the Software,\n * and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial\n * portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS\n * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' $'\n * Authors:\n * Kevin E. Martin \n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/parser/Extensions.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/parser/Files.c]=( typeset -a comments=( $' \n * \n * Copyright (c) 1997 Metro Link Incorporated\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"), \n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of the Metro Link shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Metro Link.\n * \n ' $'\n * Copyright (c) 1997-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/parser/Files.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/parser/Flags.c]=( typeset -a comments=( $' \n * \n * Copyright (c) 1997 Metro Link Incorporated\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"), \n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of the Metro Link shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Metro Link.\n * \n ' $'\n * Copyright (c) 1997-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/parser/Flags.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/parser/Input.c]=( typeset -a comments=( $' \n * \n * Copyright (c) 1997 Metro Link Incorporated\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"), \n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of the Metro Link shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Metro Link.\n * \n ' $'\n * Copyright (c) 1997-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/parser/Input.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/parser/Keyboard.c]=( typeset -a comments=( $' \n * \n * Copyright (c) 1997 Metro Link Incorporated\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"), \n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of the Metro Link shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Metro Link.\n * \n ' $'\n * Copyright (c) 1997-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/parser/Keyboard.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/parser/Layout.c]=( typeset -a comments=( $' \n * \n * Copyright (c) 1997 Metro Link Incorporated\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"), \n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of the Metro Link shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Metro Link.\n * \n ' $'\n * Copyright (c) 1997-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/parser/Layout.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/parser/Module.c]=( typeset -a comments=( $' \n * \n * Copyright (c) 1997 Metro Link Incorporated\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"), \n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of the Metro Link shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Metro Link.\n * \n ' $'\n * Copyright (c) 1997-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/parser/Module.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/parser/Monitor.c]=( typeset -a comments=( $' \n * \n * Copyright (c) 1997 Metro Link Incorporated\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"), \n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of the Metro Link shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Metro Link.\n * \n ' $'\n * Copyright (c) 1997-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/parser/Monitor.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/parser/Pointer.c]=( typeset -a comments=( $' \n * \n * Copyright (c) 1997 Metro Link Incorporated\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"), \n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of the Metro Link shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Metro Link.\n * \n ' $'\n * Copyright (c) 1997-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/parser/Pointer.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/parser/Screen.c]=( typeset -a comments=( $' \n * \n * Copyright (c) 1997 Metro Link Incorporated\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"), \n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of the Metro Link shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Metro Link.\n * \n ' $'\n * Copyright (c) 1997-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/parser/Screen.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/parser/Vendor.c]=( typeset -a comments=( $' \n * \n * Copyright (c) 1997 Metro Link Incorporated\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"), \n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of the Metro Link shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Metro Link.\n * \n ' $'\n * Copyright (c) 1997-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/parser/Vendor.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/parser/Video.c]=( typeset -a comments=( $' \n * \n * Copyright (c) 1997 Metro Link Incorporated\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"), \n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of the Metro Link shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Metro Link.\n * \n ' $'\n * Copyright (c) 1997-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/parser/Video.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/parser/configProcs.h]=( typeset -a comments=( $'\n * Copyright (c) 1997-2001 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ' Private procs. Public procs are in xf86Parser.h and xf86Optrec.h ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/parser/configProcs.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/parser/cpconfig.c]=( typeset -a comments=( $' \n * \n * Copyright (c) 1997 Metro Link Incorporated\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"), \n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of the Metro Link shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Metro Link.\n * \n ' ' View/edit this file with tab stops set to 4 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/parser/cpconfig.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/parser/read.c]=( typeset -a comments=( $' \n * \n * Copyright (c) 1997 Metro Link Incorporated\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"), \n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of the Metro Link shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Metro Link.\n * \n ' $'\n * Copyright (c) 1997-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/parser/read.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/parser/scan.c]=( typeset -a comments=( $' \n * \n * Copyright (c) 1997 Metro Link Incorporated\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"), \n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of the Metro Link shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Metro Link.\n * \n ' $'\n * Copyright (c) 1997-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/parser/scan.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/parser/write.c]=( typeset -a comments=( $' \n * \n * Copyright (c) 1997 Metro Link Incorporated\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"), \n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of the Metro Link shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Metro Link.\n * \n ' $'\n * Copyright (c) 1997-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/parser/write.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/parser/xf86Optrec.h]=( typeset -a comments=( $' \n * \n * Copyright (c) 1997 Metro Link Incorporated\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"), \n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of the Metro Link shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Metro Link.\n * \n ' $'\n * Copyright (c) 1997-2001 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/parser/xf86Optrec.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/parser/xf86Parser.h]=( typeset -a comments=( $' \n * \n * Copyright (c) 1997 Metro Link Incorporated\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"), \n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of the Metro Link shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Metro Link.\n * \n ' $'\n * Copyright (c) 1997-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/parser/xf86Parser.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/parser/xf86tokens.h]=( typeset -a comments=( $' \n * \n * Copyright (c) 1997 Metro Link Incorporated\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"), \n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of the Metro Link shall not be\n * used in advertising or otherwise to promote the sale, use or other dealings\n * in this Software without prior written authorization from Metro Link.\n * \n ' $'\n * Copyright (c) 1997-2003 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/parser/xf86tokens.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/rac/xf86RAC.c]=( typeset -a comments=( ' Colormap ' ' Cursor ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/rac/xf86RAC.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/rac/xf86RAC.h]=( typeset -a comments=( ' flags ' ' __XF86RAC_H ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/rac/xf86RAC.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/ramdac/BT.c]=( typeset -a comments=( $'\n * Copyright 1998 by Alan Hourihane, Wigan, England.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n *\n * BT RAMDAC routines.\n ' ' Here we pass a short, so that we can evaluate a mask too ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/ramdac/BT.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/ramdac/BT.h]=( typeset -a comments=( $'\n * BT registers\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/ramdac/BT.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/ramdac/BTPriv.h]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/ramdac/BTPriv.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/ramdac/IBM.c]=( typeset -a comments=( $'\n * Copyright 1998 by Alan Hourihane, Wigan, England.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n *\n * IBM RAMDAC routines.\n ' ' In 100Hz units ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/ramdac/IBM.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/ramdac/IBM.h]=( typeset -a comments=( $'\n * IBM Ramdac registers\n ' ' not RGB525 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/ramdac/IBM.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/ramdac/IBMPriv.h]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/ramdac/IBMPriv.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/ramdac/TI.c]=( typeset -a comments=( $'\n * Copyright 1998 by Alan Hourihane, Wigan, England.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n *\n * Modified from IBM.c to support TI RAMDAC routines \n * by Jens Owen, .\n ' ' The following values are in kHz ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/ramdac/TI.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/ramdac/TI.h]=( typeset -a comments=( $'\n * TI Ramdac registers\n ' ' These are pll values that are accessed via TIDAC_pll_pixel_data ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/ramdac/TI.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/ramdac/TIPriv.h]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/ramdac/TIPriv.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/ramdac/xf86BitOrder.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/ramdac/xf86BitOrder.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/ramdac/xf86Cursor.c]=( typeset -a comments=( ' sprite functions ' ' Screen functions ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/ramdac/xf86Cursor.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/ramdac/xf86Cursor.h]=( typeset -a comments=( ' _XF86CURSOR_H ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/ramdac/xf86Cursor.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/ramdac/xf86CursorPriv.h]=( typeset -a comments=( ' Number of requests to force HW cursor ' ' _XF86CURSORPRIV_H ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/ramdac/xf86CursorPriv.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/ramdac/xf86HWCurs.c]=( typeset -a comments=( $' Cursors might be only 32 wide. Give\'em a chance ' ' BITMAP_SCANLINE_PAD == 64 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/ramdac/xf86HWCurs.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/ramdac/xf86RamDac.c]=( typeset -a comments=( $'\n * Copyright 1998 by Alan Hourihane, Wigan, England.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n *\n * Generic RAMDAC access routines.\n ' $'\n * make sure the RamDacRec is allocated\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/ramdac/xf86RamDac.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/ramdac/xf86RamDac.h]=( typeset -a comments=( $' Define unique vendor codes for RAMDAC\'s ' $' This is probably the nastiest assumption, we allocate 1024 slots for\n * ramdac registers, should be enough. I\'ve checked IBM and TVP series \n * and they seem o.k \n * Then we allocate 768 entries for the DAC too. IBM640 needs 1024 -FIXME\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/ramdac/xf86RamDac.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/ramdac/xf86RamDacCmap.c]=( typeset -a comments=( $'\n * Copyright 1998 by Alan Hourihane, Wigan, England.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Alan Hourihane not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Alan Hourihane makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n * Authors: Alan Hourihane, \n *\n * Generic RAMDAC access to colormaps.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/ramdac/xf86RamDacCmap.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/ramdac/xf86RamDacPriv.h]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/ramdac/xf86RamDacPriv.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/scanpci/xf86PciData.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/scanpci/xf86PciData.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/scanpci/xf86PciData.h]=( typeset -a comments=( $'\n * Copyright (c) 2000-2002 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'\n * Whoever loads this module needs to define these and initialise them\n * after loading.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/scanpci/xf86PciData.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/scanpci/xf86PciIds.h]=( typeset -a comments=( $'\n * THIS FILE IS AUTOMATICALLY GENERATED -- DO NOT EDIT\n *\n * It is generated by pciid2c.pl using data from the following files:\n *\n * ../etc/pci.ids\n * ../etc/extrapci.ids\n * ../common/xf86PciInfo.h\n ' $'\n * Copyright \251 2002 by the XFree86 Project, Inc.\n *\n * The pci.ids file and the data it contains are from the Linux PCI ID\'s\n * Project (http://pciids.sf.net/). It is maintained by Martin Mares\n * and other volunteers. The pci.ids file is licensed under\n * the BSD 3-clause or GPL version 2 or later licenses.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/scanpci/xf86PciIds.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/scanpci/xf86PciStdIds.h]=( typeset -a comments=( $'\n * THIS FILE IS AUTOMATICALLY GENERATED -- DO NOT EDIT\n *\n * It is generated by pciid2c.pl using data from the following files:\n *\n * ../etc/pci.ids\n * ../etc/extrapci.ids\n * ../common/xf86PciInfo.h\n ' $'\n * Copyright \251 2002 by the XFree86 Project, Inc.\n *\n * The pci.ids file and the data it contains are from the Linux PCI ID\'s\n * Project (http://pciids.sf.net/). It is maintained by Martin Mares\n * and other volunteers. The pci.ids file is licensed under\n * the BSD 3-clause or GPL version 2 or later licenses.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/scanpci/xf86PciStdIds.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/scanpci/xf86PciStr.h]=( typeset -a comments=( $'\n * Copyright (c) 2002 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'\n * Structs used to hold the pre-parsed pci.ids data. These are private\n * to the scanpci and pcidata modules.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/scanpci/xf86PciStr.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/scanpci/xf86ScanPci.c]=( typeset -a comments=( $'\n * Display the Subsystem Vendor Id and Subsystem Id in order to identify\n * the cards installed in this computer\n *\n * A lot of this comes from Robin Cutshaw\'s scanpci\n *\n ' $'\n * Copyright (c) 1995-2002 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/scanpci/xf86ScanPci.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/scanpci/xf86ScanPci.h]=( typeset -a comments=( $'\n * Copyright (c) 2000-2002 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'\n * Whoever loads this module needs to define these and initialise them\n * after loading.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/scanpci/xf86ScanPci.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/shadowfb/sfbmodule.c]=( typeset -a comments=( ' Only need the ansic layer ' ' signature, to be patched into the file by a tool ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/shadowfb/sfbmodule.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/shadowfb/shadow.c]=( typeset -a comments=( $'\n Copyright (C) 1999. The XFree86 Project Inc.\n\n Written by Mark Vojkovich (mvojkovi@ucsd.edu)\n\n Pre-fb-write callbacks and RENDER support - Nolan Leake (nolan@vmware.com)\n' ' RENDER ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/shadowfb/shadow.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/shadowfb/shadowfb.h]=( typeset -a comments=( $'\n * User defined callback function. Passed a pointer to the ScrnInfo struct,\n * the number of dirty rectangles, and a pointer to the first dirty rectangle\n * in the array.\n ' $'\n * ShadowFBInit initializes the shadowfb subsystem. refreshArea is a pointer\n * to a user supplied callback function. This function will be called after\n * any operation that modifies the framebuffer. The newly dirtied rectangles\n * are passed to the callback.\n *\n * Returns FALSE in the event of an error.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/shadowfb/shadowfb.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/utils/cvt/cvt.c]=( typeset -a comments=( $'\n * Copyright 2005-2006 Luc Verhaegen.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n ' ' Standalone VESA CVT standard timing modelines generator. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/utils/cvt/cvt.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/utils/gtf/gtf.c]=( typeset -a comments=( $' gtf.c Generate mode timings using the GTF Timing Standard\n *\n * gcc gtf.c -o gtf -lm -Wall\n *\n * Copyright (c) 2001, Andy Ritger aritger@nvidia.com\n * All rights reserved.\n * \n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions\n * are met:\n * \n * o Redistributions of source code must retain the above copyright\n * notice, this list of conditions and the following disclaimer.\n * o Redistributions in binary form must reproduce the above copyright\n * notice, this list of conditions and the following disclaimer\n * in the documentation and/or other materials provided with the\n * distribution.\n * o Neither the name of NVIDIA nor the names of its contributors\n * may be used to endorse or promote products derived from this\n * software without specific prior written permission.\n *\n *\n * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT\n * NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND\n * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL\n * THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,\n * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,\n * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\n * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\n * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\n * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\n * POSSIBILITY OF SUCH DAMAGE.\n *\n * \n *\n * This program is based on the Generalized Timing Formula(GTF TM)\n * Standard Version: 1.0, Revision: 1.0\n *\n * The GTF Document contains the following Copyright information:\n *\n * Copyright (c) 1994, 1995, 1996 - Video Electronics Standards\n * Association. Duplication of this document within VESA member\n * companies for review purposes is permitted. All other rights\n * reserved.\n *\n * While every precaution has been taken in the preparation\n * of this standard, the Video Electronics Standards Association and\n * its contributors assume no responsibility for errors or omissions,\n * and make no warranties, expressed or implied, of functionality\n * of suitability for any purpose. The sample code contained within\n * this standard may be used without restriction.\n *\n * \n *\n * The GTF EXCEL(TM) SPREADSHEET, a sample (and the definitive)\n * implementation of the GTF Timing Standard, is available at:\n *\n * ftp://ftp.vesa.org/pub/GTF/GTF_V1R1.xls\n *\n *\n *\n * This program takes a desired resolution and vertical refresh rate,\n * and computes mode timings according to the GTF Timing Standard.\n * These mode timings can then be formatted as an XServer modeline\n * or a mode description for use by fbset(8).\n *\n *\n *\n * NOTES:\n *\n * The GTF allows for computation of "margins" (the visible border\n * surrounding the addressable video); on most non-overscan type\n * systems, the margin period is zero. I\'ve implemented the margin\n * computations but not enabled it because 1) I don\'t really have\n * any experience with this, and 2) neither XServer modelines nor\n * fbset fb.modes provide an obvious way for margin timings to be\n * included in their mode descriptions (needs more investigation).\n * \n * The GTF provides for computation of interlaced mode timings;\n * I\'ve implemented the computations but not enabled them, yet.\n * I should probably enable and test this at some point.\n *\n * \n *\n * TODO:\n *\n * o Add support for interlaced modes.\n *\n * o Implement the other portions of the GTF: compute mode timings\n * given either the desired pixel clock or the desired horizontal\n * frequency.\n *\n * o It would be nice if this were more general purpose to do things\n * outside the scope of the GTF: like generate double scan mode\n * timings, for example.\n * \n * o Printing digits to the right of the decimal point when the\n * digits are 0 annoys me.\n *\n * o Error checking.\n *\n ' ' % of active vertical image ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/utils/gtf/gtf.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/utils/ioport/ioport.c]=( typeset -a comments=( $'\n * Copyright 2002 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that copyright\n * notice and this permission notice appear in supporting documentation, and\n * that the name of Marc Aurele La France not be used in advertising or\n * publicity pertaining to distribution of the software without specific,\n * written prior permission. Marc Aurele La France makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as-is" without express or implied warranty.\n *\n * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO\n * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ' Attribute Controller is different ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/utils/ioport/ioport.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/utils/kbd_mode/bsd-kbd_mode.c]=( typeset -a comments=( ' Keyboard mode control program for 386BSD ' ' $XConsortium: kbd_mode.c /main/7 1996/03/11 10:46:12 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/utils/kbd_mode/bsd-kbd_mode.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/utils/kbd_mode/sun-kbd_mode.c]=( typeset -a comments=( ' $XdotOrg: $ ' $'***********************************************************\nCopyright 1987 by Sun Microsystems, Inc. Mountain View, CA.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this\nsoftware and its documentation for any purpose and without\nfee is hereby granted, provided that the above copyright no-\ntice appear in all copies and that both that copyright no-\ntice and this permission notice appear in supporting docu-\nmentation, and that the names of Sun or The Open Group\nnot be used in advertising or publicity pertaining to \ndistribution of the software without specific prior \nwritten permission. Sun and The Open Group make no \nrepresentations about the suitability of this software for \nany purpose. It is provided "as is" without any express or \nimplied warranty.\n\nSUN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\nINCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FIT-\nNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SUN BE LI-\nABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR\nPROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\nTHE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/utils/kbd_mode/sun-kbd_mode.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/utils/pcitweak/pcitweak.c]=( typeset -a comments=( $'\n * Copyright (c) 1999-2002 by The XFree86 Project, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR\n * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the copyright holder(s)\n * and author(s) shall not be used in advertising or otherwise to promote\n * the sale, use or other dealings in this Software without prior written\n * authorization from the copyright holder(s) and author(s).\n ' $'\n * pcitweak.c\n *\n * Author: David Dawes \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/utils/pcitweak/pcitweak.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/utils/scanpci/scanpci.c]=( typeset -a comments=( $'\n * Copyright 2000 by Egbert Eich\n * Copyright 1995 by Robin Cutshaw \n * Copyright 2002 by David Dawes\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the names of the above listed copyright holder(s)\n * not be used in advertising or publicity pertaining to distribution of\n * the software without specific, written prior permission. The above listed\n * copyright holder(s) make(s) no representations about the suitability of this\n * software for any purpose. It is provided "as is" without express or\n * implied warranty.\n *\n * THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM(S) ALL WARRANTIES WITH REGARD\n * TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n * AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE\n * LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY\n * DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER\n * IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING\n * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n ' ' to get getopt on Linux ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/utils/scanpci/scanpci.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/accessx.c]=( typeset -a comments=( $'\n * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of Conectiva Linux shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from\n * Conectiva Linux.\n *\n * Author: Paulo C\303\251sar Pereira de Andrade \n *\n ' $'\n * Types\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/accessx.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/card-cfg.c]=( typeset -a comments=( $'\n * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of Conectiva Linux shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from\n * Conectiva Linux.\n *\n * Author: Paulo C\303\251sar Pereira de Andrade \n *\n ' $'\n * Prototypes\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/card-cfg.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/card-cfg.h]=( typeset -a comments=( $'\n * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of Conectiva Linux shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from\n * Conectiva Linux.\n *\n * Author: Paulo C\303\251sar Pereira de Andrade \n *\n * $XFree86$\n ' $'\n * Prototypes\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/card-cfg.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/cards.c]=( typeset -a comments=( $'\n * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of Conectiva Linux shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from\n * Conectiva Linux.\n *\n * Author: Paulo C\303\251sar Pereira de Andrade \n *\n ' ' defined in config.h, but of no use here ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/cards.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/cards.h]=( typeset -a comments=( $'\n * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of Conectiva Linux shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from\n * Conectiva Linux.\n *\n * Author: Paulo C\303\251sar Pereira de Andrade \n *\n ' ' CARDS_PRIVATE ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/cards.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/config.c]=( typeset -a comments=( $'\n * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of Conectiva Linux shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from\n * Conectiva Linux.\n *\n * Author: Paulo C\303\251sar Pereira de Andrade \n *\n ' $'\n * Prototypes\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/config.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/config.h]=( typeset -a comments=( $'\n * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of Conectiva Linux shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from\n * Conectiva Linux.\n *\n * Author: Paulo C\303\251sar Pereira de Andrade \n *\n ' ' Get PATH_MAX ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/config.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/expert.c]=( typeset -a comments=( $'\n * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of Conectiva Linux shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from\n * Conectiva Linux.\n *\n * Author: Paulo C\303\251sar Pereira de Andrade \n *\n ' $'\n * Types\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/expert.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/help.c]=( typeset -a comments=( $'\n * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Except as contained in this notice, the name of Conectiva Linux shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from\n * Conectiva Linux.\n *\n * Author: Paulo C\303\251sar Pereira de Andrade \n *\n ' ' for bsearch() ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/help.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/help.h]=( typeset -a comments=( $'\n * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Except as contained in this notice, the name of Conectiva Linux shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from\n * Conectiva Linux.\n *\n * Author: Paulo C\303\251sar Pereira de Andrade \n *\n * $XFree86$\n ' ' help string definitions ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/help.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/interface.c]=( typeset -a comments=( $'\n * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of Conectiva Linux shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from\n * Conectiva Linux.\n *\n * Author: Paulo C\303\251sar Pereira de Andrade \n *\n ' $'\n * Prototypes\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/interface.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/keyboard-cfg.c]=( typeset -a comments=( $'\n * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of Conectiva Linux shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from\n * Conectiva Linux.\n *\n * Author: Paulo C\303\251sar Pereira de Andrade \n *\n ' $'\n * Types\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/keyboard-cfg.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/keyboard-cfg.h]=( typeset -a comments=( $'\n * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of Conectiva Linux shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from\n * Conectiva Linux.\n *\n * Author: Paulo C\303\251sar Pereira de Andrade \n *\n ' $'\n * All file names are from XProjectRoot or XWINHOME environment variable.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/keyboard-cfg.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/loader.c]=( typeset -a comments=( $'\n * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of Conectiva Linux shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from\n * Conectiva Linux.\n *\n * Author: Paulo C\303\251sar Pereira de Andrade \n *\n ' ' SIGNALRETURNSINT ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/loader.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/loader.h]=( typeset -a comments=( $'\n * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of Conectiva Linux shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from\n * Conectiva Linux.\n *\n * Author: Paulo C\303\251sar Pereira de Andrade \n *\n ' ' common/xf86Opt.h ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/loader.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/loadmod.c]=( typeset -a comments=( $'\n * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of Conectiva Linux shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from\n * Conectiva Linux.\n *\n * Author: Paulo C\303\251sar Pereira de Andrade \n *\n ' ' XXX beware (or fix it) libc functions called here are the xf86 ones ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/loadmod.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/monitor-cfg.c]=( typeset -a comments=( $'\n * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of Conectiva Linux shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from\n * Conectiva Linux.\n *\n * Author: Paulo C\303\251sar Pereira de Andrade \n *\n ' $'\n * Prototypes\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/monitor-cfg.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/monitor-cfg.h]=( typeset -a comments=( $'\n * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of Conectiva Linux shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from\n * Conectiva Linux.\n *\n * Author: Paulo C\303\251sar Pereira de Andrade \n *\n ' $'\n * Prototypes\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/monitor-cfg.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/mouse-cfg.c]=( typeset -a comments=( $'\n * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of Conectiva Linux shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from\n * Conectiva Linux.\n *\n * Author: Paulo C\303\251sar Pereira de Andrade \n *\n ' $'\n * Prototypes\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/mouse-cfg.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/mouse-cfg.h]=( typeset -a comments=( $'\n * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of Conectiva Linux shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from\n * Conectiva Linux.\n *\n * Author: Paulo C\303\251sar Pereira de Andrade \n *\n * $XFree86$\n ' $'\n * Prototypes\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/mouse-cfg.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/options.c]=( typeset -a comments=( $'\n * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of Conectiva Linux shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from\n * Conectiva Linux.\n *\n * Author: Paulo C\303\251sar Pereira de Andrade \n *\n ' $'\n * Prototypes\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/options.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/options.h]=( typeset -a comments=( $'\n * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of Conectiva Linux shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from\n * Conectiva Linux.\n *\n * Author: Paulo C\303\251sar Pereira de Andrade \n *\n ' $'\n * Prototypes\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/options.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/screen-cfg.c]=( typeset -a comments=( $'\n * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of Conectiva Linux shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from\n * Conectiva Linux.\n *\n * Author: Paulo C\303\251sar Pereira de Andrade \n *\n ' $'\n * Prototypes\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/screen-cfg.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/screen-cfg.h]=( typeset -a comments=( $'\n * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of Conectiva Linux shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from\n * Conectiva Linux.\n *\n * Author: Paulo C\303\251sar Pereira de Andrade \n *\n ' $'\n * Prototypes\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/screen-cfg.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/screen.c]=( typeset -a comments=( $'\n * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of Conectiva Linux shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from\n * Conectiva Linux.\n *\n * Author: Paulo C\303\251sar Pereira de Andrade \n *\n ' $'\n * Prototypes\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/screen.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/screen.h]=( typeset -a comments=( $'\n * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of Conectiva Linux shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from\n * Conectiva Linux.\n *\n * Author: Paulo C\303\251sar Pereira de Andrade \n *\n ' $'\n * Prototypes\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/screen.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/startx.c]=( typeset -a comments=( $'\n * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of Conectiva Linux shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from\n * Conectiva Linux.\n *\n * Author: Paulo C\303\251sar Pereira de Andrade \n *\n ' $'\n * Initialization\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/startx.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/stubs.c]=( typeset -a comments=( $'\n * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of Conectiva Linux shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from\n * Conectiva Linux.\n *\n * Author: Paulo C\303\251sar Pereira de Andrade \n *\n ' $'\n * Implementation\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/stubs.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/stubs.h]=( typeset -a comments=( $'\n * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of Conectiva Linux shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from\n * Conectiva Linux.\n *\n * Author: Paulo C\303\251sar Pereira de Andrade \n *\n ' ' _xf86cfg_stubs_h ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/stubs.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/text-mode.c]=( typeset -a comments=( $'\n * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of Conectiva Linux shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from\n * Conectiva Linux.\n *\n * Author: Paulo C\303\251sar Pereira de Andrade \n *\n ' ' string must have at least 256 bytes ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/text-mode.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/vidmode.c]=( typeset -a comments=( $'\n * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of Conectiva Linux shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from\n * Conectiva Linux.\n *\n * Author: Paulo C\303\251sar Pereira de Andrade \n *\n ' $'\n * Most of the code here is based on the xvidtune code.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/vidmode.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/vidmode.h]=( typeset -a comments=( $'\n * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of Conectiva Linux shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from\n * Conectiva Linux.\n *\n * Author: Paulo C\303\251sar Pereira de Andrade \n *\n ' $'\n * Types\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/vidmode.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/xf86config.c]=( typeset -a comments=( $'\n * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of Conectiva Linux shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from\n * Conectiva Linux.\n *\n * Author: Paulo C\303\251sar Pereira de Andrade \n *\n ' $'\n * Implementation\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/xf86config.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/xf86config.h]=( typeset -a comments=( $'\n * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n * \n * Except as contained in this notice, the name of Conectiva Linux shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from\n * Conectiva Linux.\n *\n * Author: Paulo C\303\251sar Pereira de Andrade \n *\n ' ' _xf86cfg_xf86config_h ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgcfg/xf86config.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgconfig/cards.c]=( typeset -a comments=( ' $XConsortium: cards.c /main/9 1996/10/19 18:15:32 kaleb $ ' $'\n * Functions to manipulate card database.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgconfig/cards.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgconfig/cards.h]=( typeset -a comments=( ' $XConsortium: cards.h /main/3 1996/02/21 18:12:53 kaleb $ ' ' Name of the card. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgconfig/cards.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgconfig/xorgconfig.c]=( typeset -a comments=( $'\n * This is a configuration program that will create a base XF86Config\n * file based on menu choices. Its main feature is that clueless users\n * may be less inclined to select crazy sync rates way over monitor spec,\n * by presenting a menu with standard monitor types. Also some people\n * don\'t read docs unless an executable that they can run tells them to.\n *\n * It assumes a 24-line or bigger text console.\n *\n * Revision history:\n * 25Sep94 Initial version.\n * 27Sep94 Fix hsync range of monitor types to match with best possible mode.\n * Remove \'const\'.\n * Tweak descriptions.\n * 28Sep94 Fixes from J"org Wunsch:\n * Don\'t use gets().\n * Add mouse device prompt.\n * Fix lines overrun for 24-line console.\n * Increase buffer size for probeonly output.\n * 29Sep94 Fix bad bug with old XF86Config preserving during probeonly run.\n * Add note about vertical refresh in interlaced modes.\n * Name gets() replacement getstring().\n * Add warning about binary paths.\n * Fixes from David Dawes:\n * Don\'t use \'ln -sf\'.\n * Omit man path reference in comment.\n * Generate only a generic 320x200 SVGA section for accel cards.\n *\t Only allow writing to /usr/X11R6/lib/X11 if root, and use\n *\t -xf86config for the -probeonly phase (root only).\n * Fix bug that forces screen type to accel in some cases.\n * 30Sep94 Continue after clocks probe fails.\n * Note about programmable clocks.\n * Rename to \'xf86config\'. Not to be confused with XF86Config\n * or the -xf86config option.\n * 07Oct94 Correct hsync in standard mode timings comments, and include\n * the proper +/-h/vsync flags.\n * 11Oct94 Skip \'numclocks:\' and \'pixel clocks:\' lines when probing for\n * \t clocks.\n * 18Oct94 Add check for existence of /usr/X11R6.\n *\t Add note about ctrl-alt-backspace.\n * 06Nov94 Add comment above standard mode timings in XF86Config.\n * 24Dec94 Add low-resolution modes using doublescan.\n * 29Dec94 Add note in horizontal sync range selection.\n *\t Ask about ClearDTR/RTS option for Mouse Systems mice.\n *\t Ask about writing to /etc/XF86Config.\n *\t Allow link to be set in /var/X11R6/bin.\n *\t Note about X -probeonly crashing.\n *\t Add keyboard Alt binding option for non-ASCII characters.\n *\t Add card database selection.\n *\t Write temporary XF86Config for clock probing in /tmp instead\n *\t of /usr/X11R6/lib/X11.\n *\t Add RAMDAC and Clockchip menu.\n * 27Mar99 Modified for XFree86 4.0 config file format\n * 06Sep02 Write comment block about \'DontVTSwitch\'.\n *\n * Possible enhancements:\n * - Add more standard mode timings (also applies to README.Config). Missing\n * are 1024x768 @ 72 Hz, 1152x900 modes, and 1280x1024 @ ~70 Hz.\n * I suspect there is a VESA standard for 1024x768 @ 72 Hz with 77 MHz dot\n * clock, and 1024x768 @ 75 Hz with 78.7 MHz dot clock. New types of\n * monitors probably work better with VESA 75 Hz timings.\n * - Add option for creation of clear, minimal XF86Config.\n * - The card database doesn\'t include most of the entries in previous\n * databases.\n *\n * Send comments to H.Hanemaayer@inter.nl.net.\n *\n * Things to keep up-to-date:\n * - Accelerated server names.\n * - Ramdac and Clockchip settings.\n * - The card database.\n *\n ' $' Oct2000\n * New \'Configuration of XKB\' section.\n * Author: Ivan Pascal The XFree86 Project.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/utils/xorgconfig/xorgconfig.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/vbe/vbe.c]=( typeset -a comments=( $'\n * XFree86 vbe module\n * Copyright 2000 Egbert Eich\n *\n * The mode query/save/set/restore functions from the vesa driver \n * have been moved here.\n * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)\n * Authors: Paulo C\303\251sar Pereira de Andrade \n ' ' If we have initalized int10 we ought to free it, too ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/vbe/vbe.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/vbe/vbe.h]=( typeset -a comments=( $'\n * XFree86 vbe module\n * Copyright 2000 Egbert Eich\n *\n * The mode query/save/set/restore functions from the vesa driver \n * have been moved here.\n * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)\n * Authors: Paulo C\303\251sar Pereira de Andrade \n ' ' All GCC versions recognise this syntax ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/vbe/vbe.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/vbe/vbeModes.c]=( typeset -a comments=( $'\n * Copyright \302\251 2002 David Dawes\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Except as contained in this notice, the name of the author(s) shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from\n * the author(s).\n *\n * Authors: David Dawes \n *\n ' $'\n * Find supported mode depths.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/vbe/vbeModes.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/vbe/vbeModes.h]=( typeset -a comments=( $'\n * Copyright \302\251 2002 David Dawes\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n *\n * Except as contained in this notice, the name of the author(s) shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from\n * the author(s).\n *\n * Authors: David Dawes \n *\n ' $'\n * This is intended to be stored in the DisplayModeRec\'s private area.\n * It includes all the information necessary to VBE information.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/vbe/vbeModes.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/vbe/vbe_module.c]=( typeset -a comments=( ' needs the video driver ABI ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/vbe/vbe_module.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/vgahw/vgaCmap.c]=( typeset -a comments=( $'\n * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Thomas Roell not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Thomas Roell makes no representations\n * about the suitability of this software for any purpose. It is provided\n * "as is" without express or implied warranty.\n *\n * THOMAS ROELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL THOMAS ROELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n ' ' $XConsortium: vgaCmap.c /main/15 1996/10/28 05:13:44 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/vgahw/vgaCmap.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/vgahw/vgaHW.c]=( typeset -a comments=( $'\n *\n * Copyright 1991-1999 by The XFree86 Project, Inc.\n *\n * Loosely based on code bearing the following copyright:\n *\n * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.\n *\n ' $'\n * These used to be OS-specific, which made this module have an undesirable\n * OS dependency. Define them by default for all platforms.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/vgahw/vgaHW.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/vgahw/vgaHW.h]=( typeset -a comments=( $'\n * Copyright (c) 1997,1998 The XFree86 Project, Inc.\n *\n * Loosely based on code bearing the following copyright:\n *\n * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.\n *\n * Author: Dirk Hohndel\n ' $'\n * access macro\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/vgahw/vgaHW.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/vgahw/vgaHWmodule.c]=( typeset -a comments=( $'\n * Copyright 1998 by The XFree86 Project, Inc\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/vgahw/vgaHWmodule.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/x86emu/debug.c]=( typeset -a comments=( $'***************************************************************************\n*\n*\t\t\t\t\t\tRealmode X86 Emulator Library\n*\n* \tCopyright (C) 1996-1999 SciTech Software, Inc.\n* \t\t\t\t Copyright (C) David Mosberger-Tang\n* \t\t\t\t\t Copyright (C) 1999 Egbert Eich\n*\n* ========================================================================\n*\n* Permission to use, copy, modify, distribute, and sell this software and\n* its documentation for any purpose is hereby granted without fee,\n* provided that the above copyright notice appear in all copies and that\n* both that copyright notice and this permission notice appear in\n* supporting documentation, and that the name of the authors not be used\n* in advertising or publicity pertaining to distribution of the software\n* without specific, written prior permission. The authors makes no\n* representations about the suitability of this software for any purpose.\n* It is provided "as is" without express or implied warranty.\n*\n* THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n* EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n* CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF\n* USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\n* OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n* PERFORMANCE OF THIS SOFTWARE.\n*\n* ========================================================================\n*\n* Language:\t\tANSI C\n* Environment:\tAny\n* Developer: Kendall Bennett\n*\n* Description: This file contains the code to handle debugging of the\n*\t\t\t\temulator.\n*\n***************************************************************************' '----------------------------- Implementation ----------------------------' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/x86emu/debug.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/x86emu/decode.c]=( typeset -a comments=( $'***************************************************************************\n*\n*\t\t\t\t\t\tRealmode X86 Emulator Library\n*\n* \tCopyright (C) 1996-1999 SciTech Software, Inc.\n* \t\t\t\t Copyright (C) David Mosberger-Tang\n* \t\t\t\t\t Copyright (C) 1999 Egbert Eich\n*\n* ========================================================================\n*\n* Permission to use, copy, modify, distribute, and sell this software and\n* its documentation for any purpose is hereby granted without fee,\n* provided that the above copyright notice appear in all copies and that\n* both that copyright notice and this permission notice appear in\n* supporting documentation, and that the name of the authors not be used\n* in advertising or publicity pertaining to distribution of the software\n* without specific, written prior permission. The authors makes no\n* representations about the suitability of this software for any purpose.\n* It is provided "as is" without express or implied warranty.\n*\n* THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n* EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n* CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF\n* USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\n* OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n* PERFORMANCE OF THIS SOFTWARE.\n*\n* ========================================================================\n*\n* Language:\t\tANSI C\n* Environment:\tAny\n* Developer: Kendall Bennett\n*\n* Description: This file includes subroutines which are related to\n*\t\t\t\tinstruction decoding and accessess of immediate data via IP. etc.\n*\n***************************************************************************' '----------------------------- Implementation ----------------------------' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/x86emu/decode.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/x86emu/fpu.c]=( typeset -a comments=( $'***************************************************************************\n*\n*\t\t\t\t\t\tRealmode X86 Emulator Library\n*\n* \tCopyright (C) 1996-1999 SciTech Software, Inc.\n* \t\t\t\t Copyright (C) David Mosberger-Tang\n* \t\t\t\t\t Copyright (C) 1999 Egbert Eich\n*\n* ========================================================================\n*\n* Permission to use, copy, modify, distribute, and sell this software and\n* its documentation for any purpose is hereby granted without fee,\n* provided that the above copyright notice appear in all copies and that\n* both that copyright notice and this permission notice appear in\n* supporting documentation, and that the name of the authors not be used\n* in advertising or publicity pertaining to distribution of the software\n* without specific, written prior permission. The authors makes no\n* representations about the suitability of this software for any purpose.\n* It is provided "as is" without express or implied warranty.\n*\n* THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n* EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n* CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF\n* USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\n* OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n* PERFORMANCE OF THIS SOFTWARE.\n*\n* ========================================================================\n*\n* Language:\t\tANSI C\n* Environment:\tAny\n* Developer: Kendall Bennett\n*\n* Description: This file contains the code to implement the decoding and\n* emulation of the FPU instructions.\n*\n***************************************************************************' '----------------------------- Implementation ----------------------------' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/x86emu/fpu.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/x86emu/ops.c]=( typeset -a comments=( $'***************************************************************************\n*\n*\t\t\t\t\t\tRealmode X86 Emulator Library\n*\n* \tCopyright (C) 1996-1999 SciTech Software, Inc.\n* \t\t\t\t Copyright (C) David Mosberger-Tang\n* \t\t\t\t\t Copyright (C) 1999 Egbert Eich\n*\n* ========================================================================\n*\n* Permission to use, copy, modify, distribute, and sell this software and\n* its documentation for any purpose is hereby granted without fee,\n* provided that the above copyright notice appear in all copies and that\n* both that copyright notice and this permission notice appear in\n* supporting documentation, and that the name of the authors not be used\n* in advertising or publicity pertaining to distribution of the software\n* without specific, written prior permission. The authors makes no\n* representations about the suitability of this software for any purpose.\n* It is provided "as is" without express or implied warranty.\n*\n* THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n* EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n* CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF\n* USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\n* OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n* PERFORMANCE OF THIS SOFTWARE.\n*\n* ========================================================================\n*\n* Language:\t\tANSI C\n* Environment:\tAny\n* Developer: Kendall Bennett\n*\n* Description: This file includes subroutines to implement the decoding\n* and emulation of all the x86 processor instructions.\n*\n* There are approximately 250 subroutines in here, which correspond\n* to the 256 byte-"opcodes" found on the 8086. The table which\n* dispatches this is found in the files optab.[ch].\n*\n* Each opcode proc has a comment preceeding it which gives it\'s table\n* address. Several opcodes are missing (undefined) in the table.\n*\n* Each proc includes information for decoding (DECODE_PRINTF and\n* DECODE_PRINTF2), debugging (TRACE_REGS, SINGLE_STEP), and misc\n* functions (START_OF_INSTR, END_OF_INSTR).\n*\n* Many of the procedures are *VERY* similar in coding. This has\n* allowed for a very large amount of code to be generated in a fairly\n* short amount of time (i.e. cut, paste, and modify). The result is\n* that much of the code below could have been folded into subroutines\n* for a large reduction in size of this file. The downside would be\n* that there would be a penalty in execution speed. The file could\n* also have been *MUCH* larger by inlining certain functions which\n* were called. This could have resulted even faster execution. The\n* prime directive I used to decide whether to inline the code or to\n* modularize it, was basically: 1) no unnecessary subroutine calls,\n* 2) no routines more than about 200 lines in size, and 3) modularize\n* any code that I might not get right the first time. The fetch_*\n* subroutines fall into the latter category. The The decode_* fall\n* into the second category. The coding of the "switch(mod){ .... }"\n* in many of the subroutines below falls into the first category.\n* Especially, the coding of {add,and,or,sub,...}_{byte,word}\n* subroutines are an especially glaring case of the third guideline.\n* Since so much of the code is cloned from other modules (compare\n* opcode #00 to opcode #01), making the basic operations subroutine\n* calls is especially important; otherwise mistakes in coding an\n* "add" would represent a nightmare in maintenance.\n*\n***************************************************************************' '----------------------------- Implementation ----------------------------' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/x86emu/ops.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/x86emu/ops2.c]=( typeset -a comments=( $'***************************************************************************\n*\n*\t\t\t\t\t\tRealmode X86 Emulator Library\n*\n* \tCopyright (C) 1996-1999 SciTech Software, Inc.\n* \t\t\t\t Copyright (C) David Mosberger-Tang\n* \t\t\t\t\t Copyright (C) 1999 Egbert Eich\n*\n* ========================================================================\n*\n* Permission to use, copy, modify, distribute, and sell this software and\n* its documentation for any purpose is hereby granted without fee,\n* provided that the above copyright notice appear in all copies and that\n* both that copyright notice and this permission notice appear in\n* supporting documentation, and that the name of the authors not be used\n* in advertising or publicity pertaining to distribution of the software\n* without specific, written prior permission. The authors makes no\n* representations about the suitability of this software for any purpose.\n* It is provided "as is" without express or implied warranty.\n*\n* THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n* EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n* CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF\n* USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\n* OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n* PERFORMANCE OF THIS SOFTWARE.\n*\n* ========================================================================\n*\n* Language:\t\tANSI C\n* Environment:\tAny\n* Developer: Kendall Bennett\n*\n* Description: This file includes subroutines to implement the decoding\n* and emulation of all the x86 extended two-byte processor\n* instructions.\n*\n***************************************************************************' '----------------------------- Implementation ----------------------------' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/x86emu/ops2.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/x86emu/prim_ops.c]=( typeset -a comments=( $'***************************************************************************\n*\n*\t\t\t\t\t\tRealmode X86 Emulator Library\n*\n* \tCopyright (C) 1996-1999 SciTech Software, Inc.\n* \t\t\t\t Copyright (C) David Mosberger-Tang\n* \t\t\t\t\t Copyright (C) 1999 Egbert Eich\n*\n* ========================================================================\n*\n* Permission to use, copy, modify, distribute, and sell this software and\n* its documentation for any purpose is hereby granted without fee,\n* provided that the above copyright notice appear in all copies and that\n* both that copyright notice and this permission notice appear in\n* supporting documentation, and that the name of the authors not be used\n* in advertising or publicity pertaining to distribution of the software\n* without specific, written prior permission. The authors makes no\n* representations about the suitability of this software for any purpose.\n* It is provided "as is" without express or implied warranty.\n*\n* THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n* EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n* CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF\n* USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\n* OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n* PERFORMANCE OF THIS SOFTWARE.\n*\n* ========================================================================\n*\n* Language:\t\tANSI C\n* Environment:\tAny\n* Developer: Kendall Bennett\n*\n* Description: This file contains the code to implement the primitive\n*\t\t\t\tmachine operations used by the emulation code in ops.c\n*\n* Carry Chain Calculation\n*\n* This represents a somewhat expensive calculation which is\n* apparently required to emulate the setting of the OF and AF flag.\n* The latter is not so important, but the former is. The overflow\n* flag is the XOR of the top two bits of the carry chain for an\n* addition (similar for subtraction). Since we do not want to\n* simulate the addition in a bitwise manner, we try to calculate the\n* carry chain given the two operands and the result.\n*\n* So, given the following table, which represents the addition of two\n* bits, we can derive a formula for the carry chain.\n*\n* a b cin r cout\n* 0 0 0 0 0\n* 0 0 1 1 0\n* 0 1 0 1 0\n* 0 1 1 0 1\n* 1 0 0 1 0\n* 1 0 1 0 1\n* 1 1 0 0 1\n* 1 1 1 1 1\n*\n* Construction of table for cout:\n*\n* ab\n* r \\ 00 01 11 10\n* |------------------\n* 0 | 0 1 1 1\n* 1 | 0 0 1 0\n*\n* By inspection, one gets: cc = ab + r\'(a + b)\n*\n* That represents alot of operations, but NO CHOICE....\n*\n* Borrow Chain Calculation.\n*\n* The following table represents the subtraction of two bits, from\n* which we can derive a formula for the borrow chain.\n*\n* a b bin r bout\n* 0 0 0 0 0\n* 0 0 1 1 1\n* 0 1 0 1 1\n* 0 1 1 0 1\n* 1 0 0 1 0\n* 1 0 1 0 0\n* 1 1 0 0 0\n* 1 1 1 1 1\n*\n* Construction of table for cout:\n*\n* ab\n* r \\ 00 01 11 10\n* |------------------\n* 0 | 0 1 0 0\n* 1 | 1 1 1 0\n*\n* By inspection, one gets: bc = a\'b + r(a\' + b)\n*\n***************************************************************************' '------------------------- Global Variables ------------------------------' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/x86emu/prim_ops.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/x86emu/sys.c]=( typeset -a comments=( $'***************************************************************************\n*\n*\t\t\t\t\t\tRealmode X86 Emulator Library\n*\n* \tCopyright (C) 1996-1999 SciTech Software, Inc.\n* \t\t\t\t Copyright (C) David Mosberger-Tang\n* \t\t\t\t\t Copyright (C) 1999 Egbert Eich\n*\n* ========================================================================\n*\n* Permission to use, copy, modify, distribute, and sell this software and\n* its documentation for any purpose is hereby granted without fee,\n* provided that the above copyright notice appear in all copies and that\n* both that copyright notice and this permission notice appear in\n* supporting documentation, and that the name of the authors not be used\n* in advertising or publicity pertaining to distribution of the software\n* without specific, written prior permission. The authors makes no\n* representations about the suitability of this software for any purpose.\n* It is provided "as is" without express or implied warranty.\n*\n* THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n* EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n* CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF\n* USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\n* OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n* PERFORMANCE OF THIS SOFTWARE.\n*\n* ========================================================================\n*\n* Language:\t\tANSI C\n* Environment:\tAny\n* Developer: Kendall Bennett\n*\n* Description: This file includes subroutines which are related to\n*\t\t\t\tprogrammed I/O and memory access. Included in this module\n*\t\t\t\tare default functions with limited usefulness. For real\n*\t\t\t\tuses these functions will most likely be overriden by the\n*\t\t\t\tuser library.\n*\n***************************************************************************' '------------------------- Global Variables ------------------------------' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/x86emu/sys.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/x86emu/validate.c]=( typeset -a comments=( $'***************************************************************************\n*\n*\t\t\t\t\t\tRealmode X86 Emulator Library\n*\n* \tCopyright (C) 1996-1999 SciTech Software, Inc.\n* \t\t\t\t Copyright (C) David Mosberger-Tang\n* \t\t\t\t\t Copyright (C) 1999 Egbert Eich\n*\n* ========================================================================\n*\n* Permission to use, copy, modify, distribute, and sell this software and\n* its documentation for any purpose is hereby granted without fee,\n* provided that the above copyright notice appear in all copies and that\n* both that copyright notice and this permission notice appear in\n* supporting documentation, and that the name of the authors not be used\n* in advertising or publicity pertaining to distribution of the software\n* without specific, written prior permission. The authors makes no\n* representations about the suitability of this software for any purpose.\n* It is provided "as is" without express or implied warranty.\n*\n* THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n* EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n* CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF\n* USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\n* OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n* PERFORMANCE OF THIS SOFTWARE.\n*\n* ========================================================================\n*\n* Language: Watcom C 10.6 or later\n* Environment: 32-bit DOS\n* Developer: Kendall Bennett\n*\n* Description: Program to validate the x86 emulator library for\n* correctness. We run the emulator primitive operations\n* functions against the real x86 CPU, and compare the result\n* and flags to ensure correctness.\n*\n* We use inline assembler to compile and build this program.\n*\n***************************************************************************' '-------------------------- Implementation -------------------------------' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/x86emu/validate.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/x86emu/x86emu.h]=( typeset -a comments=( $'***************************************************************************\n*\n*\t\t\t\t\t\tRealmode X86 Emulator Library\n*\n* \tCopyright (C) 1996-1999 SciTech Software, Inc.\n* \t\t\t\t Copyright (C) David Mosberger-Tang\n* \t\t\t\t\t Copyright (C) 1999 Egbert Eich\n*\n* ========================================================================\n*\n* Permission to use, copy, modify, distribute, and sell this software and\n* its documentation for any purpose is hereby granted without fee,\n* provided that the above copyright notice appear in all copies and that\n* both that copyright notice and this permission notice appear in\n* supporting documentation, and that the name of the authors not be used\n* in advertising or publicity pertaining to distribution of the software\n* without specific, written prior permission. The authors makes no\n* representations about the suitability of this software for any purpose.\n* It is provided "as is" without express or implied warranty.\n*\n* THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n* EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n* CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF\n* USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\n* OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n* PERFORMANCE OF THIS SOFTWARE.\n*\n* ========================================================================\n*\n* Language:\t\tANSI C\n* Environment:\tAny\n* Developer: Kendall Bennett\n*\n* Description: Header file for public specific functions.\n* Any application linking against us should only\n* include this header\n*\n***************************************************************************' '---------------------- Macros and type definitions ----------------------' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/x86emu/x86emu.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/x86emu/x86emu/debug.h]=( typeset -a comments=( $'***************************************************************************\n*\n*\t\t\t\t\t\tRealmode X86 Emulator Library\n*\n* \tCopyright (C) 1996-1999 SciTech Software, Inc.\n* \t\t\t\t Copyright (C) David Mosberger-Tang\n* \t\t\t\t\t Copyright (C) 1999 Egbert Eich\n*\n* ========================================================================\n*\n* Permission to use, copy, modify, distribute, and sell this software and\n* its documentation for any purpose is hereby granted without fee,\n* provided that the above copyright notice appear in all copies and that\n* both that copyright notice and this permission notice appear in\n* supporting documentation, and that the name of the authors not be used\n* in advertising or publicity pertaining to distribution of the software\n* without specific, written prior permission. The authors makes no\n* representations about the suitability of this software for any purpose.\n* It is provided "as is" without express or implied warranty.\n*\n* THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n* EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n* CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF\n* USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\n* OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n* PERFORMANCE OF THIS SOFTWARE.\n*\n* ========================================================================\n*\n* Language:\t\tANSI C\n* Environment:\tAny\n* Developer: Kendall Bennett\n*\n* Description: Header file for debug definitions.\n*\n***************************************************************************' '---------------------- Macros and type definitions ----------------------' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/x86emu/x86emu/debug.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/x86emu/x86emu/decode.h]=( typeset -a comments=( $'***************************************************************************\n*\n*\t\t\t\t\t\tRealmode X86 Emulator Library\n*\n* \tCopyright (C) 1996-1999 SciTech Software, Inc.\n* \t\t\t\t Copyright (C) David Mosberger-Tang\n* \t\t\t\t\t Copyright (C) 1999 Egbert Eich\n*\n* ========================================================================\n*\n* Permission to use, copy, modify, distribute, and sell this software and\n* its documentation for any purpose is hereby granted without fee,\n* provided that the above copyright notice appear in all copies and that\n* both that copyright notice and this permission notice appear in\n* supporting documentation, and that the name of the authors not be used\n* in advertising or publicity pertaining to distribution of the software\n* without specific, written prior permission. The authors makes no\n* representations about the suitability of this software for any purpose.\n* It is provided "as is" without express or implied warranty.\n*\n* THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n* EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n* CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF\n* USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\n* OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n* PERFORMANCE OF THIS SOFTWARE.\n*\n* ========================================================================\n*\n* Language:\t\tANSI C\n* Environment:\tAny\n* Developer: Kendall Bennett\n*\n* Description: Header file for instruction decoding logic.\n*\n***************************************************************************' '---------------------- Macros and type definitions ----------------------' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/x86emu/x86emu/decode.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/x86emu/x86emu/fpu.h]=( typeset -a comments=( $'***************************************************************************\n*\n*\t\t\t\t\t\tRealmode X86 Emulator Library\n*\n* \tCopyright (C) 1996-1999 SciTech Software, Inc.\n* \t\t\t\t Copyright (C) David Mosberger-Tang\n* \t\t\t\t\t Copyright (C) 1999 Egbert Eich\n*\n* ========================================================================\n*\n* Permission to use, copy, modify, distribute, and sell this software and\n* its documentation for any purpose is hereby granted without fee,\n* provided that the above copyright notice appear in all copies and that\n* both that copyright notice and this permission notice appear in\n* supporting documentation, and that the name of the authors not be used\n* in advertising or publicity pertaining to distribution of the software\n* without specific, written prior permission. The authors makes no\n* representations about the suitability of this software for any purpose.\n* It is provided "as is" without express or implied warranty.\n*\n* THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n* EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n* CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF\n* USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\n* OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n* PERFORMANCE OF THIS SOFTWARE.\n*\n* ========================================================================\n*\n* Language:\t\tANSI C\n* Environment:\tAny\n* Developer: Kendall Bennett\n*\n* Description: Header file for FPU instruction decoding.\n*\n***************************************************************************' ' Use "C" linkage when in C++ mode ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/x86emu/x86emu/fpu.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/x86emu/x86emu/fpu_regs.h]=( typeset -a comments=( $'***************************************************************************\n*\n*\t\t\t\t\t\tRealmode X86 Emulator Library\n*\n* \tCopyright (C) 1996-1999 SciTech Software, Inc.\n* \t\t\t\t Copyright (C) David Mosberger-Tang\n* \t\t\t\t\t Copyright (C) 1999 Egbert Eich\n*\n* ========================================================================\n*\n* Permission to use, copy, modify, distribute, and sell this software and\n* its documentation for any purpose is hereby granted without fee,\n* provided that the above copyright notice appear in all copies and that\n* both that copyright notice and this permission notice appear in\n* supporting documentation, and that the name of the authors not be used\n* in advertising or publicity pertaining to distribution of the software\n* without specific, written prior permission. The authors makes no\n* representations about the suitability of this software for any purpose.\n* It is provided "as is" without express or implied warranty.\n*\n* THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n* EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n* CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF\n* USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\n* OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n* PERFORMANCE OF THIS SOFTWARE.\n*\n* ========================================================================\n*\n* Language:\t\tANSI C\n* Environment:\tAny\n* Developer: Kendall Bennett\n*\n* Description: Header file for FPU register definitions.\n*\n***************************************************************************' ' Basic 8087 register can hold any of the following values: ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/x86emu/x86emu/fpu_regs.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/x86emu/x86emu/ops.h]=( typeset -a comments=( $'***************************************************************************\n*\n*\t\t\t\t\t\tRealmode X86 Emulator Library\n*\n* \tCopyright (C) 1996-1999 SciTech Software, Inc.\n* \t\t\t\t Copyright (C) David Mosberger-Tang\n* \t\t\t\t\t Copyright (C) 1999 Egbert Eich\n*\n* ========================================================================\n*\n* Permission to use, copy, modify, distribute, and sell this software and\n* its documentation for any purpose is hereby granted without fee,\n* provided that the above copyright notice appear in all copies and that\n* both that copyright notice and this permission notice appear in\n* supporting documentation, and that the name of the authors not be used\n* in advertising or publicity pertaining to distribution of the software\n* without specific, written prior permission. The authors makes no\n* representations about the suitability of this software for any purpose.\n* It is provided "as is" without express or implied warranty.\n*\n* THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n* EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n* CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF\n* USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\n* OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n* PERFORMANCE OF THIS SOFTWARE.\n*\n* ========================================================================\n*\n* Language:\t\tANSI C\n* Environment:\tAny\n* Developer: Kendall Bennett\n*\n* Description: Header file for operand decoding functions.\n*\n***************************************************************************' ' __X86EMU_OPS_H ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/x86emu/x86emu/ops.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/x86emu/x86emu/prim_asm.h]=( typeset -a comments=( $'***************************************************************************\n*\n*\t\t\t\t\t\tRealmode X86 Emulator Library\n*\n* \tCopyright (C) 1996-1999 SciTech Software, Inc.\n* \t\t\t\t Copyright (C) David Mosberger-Tang\n* \t\t\t\t\t Copyright (C) 1999 Egbert Eich\n*\n* ========================================================================\n*\n* Permission to use, copy, modify, distribute, and sell this software and\n* its documentation for any purpose is hereby granted without fee,\n* provided that the above copyright notice appear in all copies and that\n* both that copyright notice and this permission notice appear in\n* supporting documentation, and that the name of the authors not be used\n* in advertising or publicity pertaining to distribution of the software\n* without specific, written prior permission. The authors makes no\n* representations about the suitability of this software for any purpose.\n* It is provided "as is" without express or implied warranty.\n*\n* THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n* EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n* CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF\n* USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\n* OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n* PERFORMANCE OF THIS SOFTWARE.\n*\n* ========================================================================\n*\n* Language:\t\tWatcom C++ 10.6 or later\n* Environment:\tAny\n* Developer: Kendall Bennett\n*\n* Description: Inline assembler versions of the primitive operand\n*\t\t\t\tfunctions for faster performance. At the moment this is\n*\t\t\t\tx86 inline assembler, but these functions could be replaced\n*\t\t\t\twith native inline assembler for each supported processor\n*\t\t\t\tplatform.\n*\n***************************************************************************' ' __X86EMU_PRIM_ASM_H ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/x86emu/x86emu/prim_asm.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/x86emu/x86emu/prim_ops.h]=( typeset -a comments=( $'***************************************************************************\n*\n*\t\t\t\t\t\tRealmode X86 Emulator Library\n*\n* \tCopyright (C) 1996-1999 SciTech Software, Inc.\n* \t\t\t\t Copyright (C) David Mosberger-Tang\n* \t\t\t\t\t Copyright (C) 1999 Egbert Eich\n*\n* ========================================================================\n*\n* Permission to use, copy, modify, distribute, and sell this software and\n* its documentation for any purpose is hereby granted without fee,\n* provided that the above copyright notice appear in all copies and that\n* both that copyright notice and this permission notice appear in\n* supporting documentation, and that the name of the authors not be used\n* in advertising or publicity pertaining to distribution of the software\n* without specific, written prior permission. The authors makes no\n* representations about the suitability of this software for any purpose.\n* It is provided "as is" without express or implied warranty.\n*\n* THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n* EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n* CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF\n* USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\n* OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n* PERFORMANCE OF THIS SOFTWARE.\n*\n* ========================================================================\n*\n* Language:\t\tANSI C\n* Environment:\tAny\n* Developer: Kendall Bennett\n*\n* Description: Header file for primitive operation functions.\n*\n***************************************************************************' ' Use "C" linkage when in C++ mode ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/x86emu/x86emu/prim_ops.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/x86emu/x86emu/regs.h]=( typeset -a comments=( $'***************************************************************************\n*\n*\t\t\t\t\t\tRealmode X86 Emulator Library\n*\n* \tCopyright (C) 1996-1999 SciTech Software, Inc.\n* \t\t\t\t Copyright (C) David Mosberger-Tang\n* \t\t\t\t\t Copyright (C) 1999 Egbert Eich\n*\n* ========================================================================\n*\n* Permission to use, copy, modify, distribute, and sell this software and\n* its documentation for any purpose is hereby granted without fee,\n* provided that the above copyright notice appear in all copies and that\n* both that copyright notice and this permission notice appear in\n* supporting documentation, and that the name of the authors not be used\n* in advertising or publicity pertaining to distribution of the software\n* without specific, written prior permission. The authors makes no\n* representations about the suitability of this software for any purpose.\n* It is provided "as is" without express or implied warranty.\n*\n* THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n* EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n* CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF\n* USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\n* OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n* PERFORMANCE OF THIS SOFTWARE.\n*\n* ========================================================================\n*\n* Language:\t\tANSI C\n* Environment:\tAny\n* Developer: Kendall Bennett\n*\n* Description: Header file for x86 register definitions.\n*\n***************************************************************************' '---------------------- Macros and type definitions ----------------------' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/x86emu/x86emu/regs.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/x86emu/x86emu/types.h]=( typeset -a comments=( $'***************************************************************************\n*\n*\t\t\t\t\t\tRealmode X86 Emulator Library\n*\n* \tCopyright (C) 1996-1999 SciTech Software, Inc.\n* \t\t\t\t Copyright (C) David Mosberger-Tang\n* \t\t\t\t\t Copyright (C) 1999 Egbert Eich\n*\n* ========================================================================\n*\n* Permission to use, copy, modify, distribute, and sell this software and\n* its documentation for any purpose is hereby granted without fee,\n* provided that the above copyright notice appear in all copies and that\n* both that copyright notice and this permission notice appear in\n* supporting documentation, and that the name of the authors not be used\n* in advertising or publicity pertaining to distribution of the software\n* without specific, written prior permission. The authors makes no\n* representations about the suitability of this software for any purpose.\n* It is provided "as is" without express or implied warranty.\n*\n* THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n* EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n* CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF\n* USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\n* OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n* PERFORMANCE OF THIS SOFTWARE.\n*\n* ========================================================================\n*\n* Language:\t\tANSI C\n* Environment:\tAny\n* Developer: Kendall Bennett\n*\n* Description: Header file for x86 emulator type definitions.\n*\n***************************************************************************' $'\n * The following kludge is an attempt to work around typedef conflicts with\n * .\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/x86emu/x86emu/types.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/x86emu/x86emu/x86emui.h]=( typeset -a comments=( $'***************************************************************************\n*\n*\t\t\t\t\t\tRealmode X86 Emulator Library\n*\n* \tCopyright (C) 1996-1999 SciTech Software, Inc.\n* \t\t\t\t Copyright (C) David Mosberger-Tang\n* \t\t\t\t\t Copyright (C) 1999 Egbert Eich\n*\n* ========================================================================\n*\n* Permission to use, copy, modify, distribute, and sell this software and\n* its documentation for any purpose is hereby granted without fee,\n* provided that the above copyright notice appear in all copies and that\n* both that copyright notice and this permission notice appear in\n* supporting documentation, and that the name of the authors not be used\n* in advertising or publicity pertaining to distribution of the software\n* without specific, written prior permission. The authors makes no\n* representations about the suitability of this software for any purpose.\n* It is provided "as is" without express or implied warranty.\n*\n* THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n* EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n* CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF\n* USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\n* OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n* PERFORMANCE OF THIS SOFTWARE.\n*\n* ========================================================================\n*\n* Language:\t\tANSI C\n* Environment:\tAny\n* Developer: Kendall Bennett\n*\n* Description: Header file for system specific functions. These functions\n*\t\t\t\tare always compiled and linked in the OS depedent libraries,\n*\t\t\t\tand never in a binary portable driver.\n*\n***************************************************************************' $' If we are compiling in C++ mode, we can compile some functions as\n * inline to increase performance (however the code size increases quite\n * dramatically in this case).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/x86emu/x86emu/x86emui.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/l-xaaBitmap.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/l-xaaBitmap.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/l-xaaStipple.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/l-xaaStipple.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/l-xaaTEGlyph.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/l-xaaTEGlyph.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/l3-xaaBitmap.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/l3-xaaBitmap.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/l3-xaaStipple.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/l3-xaaStipple.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/lf-xaaBitmap.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/lf-xaaBitmap.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/lf-xaaStipple.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/lf-xaaStipple.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/lf-xaaTEGlyph.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/lf-xaaTEGlyph.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/lf3-xaaBitmap.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/lf3-xaaBitmap.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/lf3-xaaStipple.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/lf3-xaaStipple.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/m-xaaBitmap.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/m-xaaBitmap.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/m-xaaStipple.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/m-xaaStipple.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/m-xaaTEGlyph.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/m-xaaTEGlyph.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/m3-xaaBitmap.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/m3-xaaBitmap.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/m3-xaaStipple.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/m3-xaaStipple.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/mf-xaaBitmap.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/mf-xaaBitmap.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/mf-xaaStipple.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/mf-xaaStipple.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/mf-xaaTEGlyph.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/mf-xaaTEGlyph.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/mf3-xaaBitmap.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/mf3-xaaBitmap.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/mf3-xaaStipple.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/mf3-xaaStipple.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/s-xaaDashLine.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/s-xaaDashLine.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/s-xaaLine.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/s-xaaLine.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaa.h]=( typeset -a comments=( $'\n\n ******** OPERATION SPECIFIC FLAGS *********\n\n **** solid/dashed line flags ****\n \n--------- --------\n23 LINE_PATTERN_LSBFIRST_MSBJUSTIFIED\n22 LINE_PATTERN_LSBFIRST_LSBJUSTIFIED\n21 LINE_PATTERN_MSBFIRST_MSBJUSTIFIED\n20 LINE_PATTERN_MSBFIRST_LSBJUSTIFIED\n19 LINE_PATTERN_POWER_OF_2_ONLY\n18 LINE_LIMIT_COORDS\n17 .\n16 .\n--------- -------\n\n **** screen to screen copy flags ****\n\n--------- --------\n23 ONLY_LEFT_TO_RIGHT_BITBLT\n22 ONLY_TWO_BITBLT_DIRECTIONS\n21 .\n20 .\n19 .\n18 .\n17 .\n16 .\n--------- -------\n\n **** clipping flags ****\n\n--------- --------\n23 .\n22 HARDWARE_CLIP_SCREEN_TO_SCREEN_COLOR_EXPAND\n21 HARDWARE_CLIP_SCREEN_TO_SCREEN_COPY\n20 HARDWARE_CLIP_MONO_8x8_FILL\n19 HARDWARE_CLIP_COLOR_8x8_FILL \n18 HARDWARE_CLIP_SOLID_FILL\n17 HARDWARE_CLIP_DASHED_LINE\n16 HARDWARE_CLIP_SOLID_LINE\n--------- -------\n\n\n **** hardware pattern flags ****\n\n--------- --------\n23 .\n22 .\n21 HARDWARE_PATTERN_SCREEN_ORIGIN\n20 .\n19 .\n18 .\n17 HARDWARE_PATTERN_PROGRAMMED_ORIGIN\n16 HARDWARE_PATTERN_PROGRAMMED_BITS\n--------- -------\n\n **** write pixmap flags ****\n\n--------- --------\n23 .\n22 .\n21 .\n20 .\n19 .\n18 .\n17 .\n16 CONVERT_32BPP_TO_24BPP\n--------- -------\n\n\n ******** GENERIC FLAGS *********\n\n--------- -------\n15 SYNC_AFTER_COLOR_EXPAND\n14 CPU_TRANSFER_PAD_QWORD\n13 .\n12 LEFT_EDGE_CLIPPING_NEGATIVE_X\n11\t LEFT_EDGE_CLIPPING\n10\t CPU_TRANSFER_BASE_FIXED\n 9 BIT_ORDER_IN_BYTE_MSBFIRST \n 8 TRANSPARENCY_GXCOPY_ONLY\n--------- -------\n 7 NO_TRANSPARENCY\n 6 TRANSPARENCY_ONLY\n 5 ROP_NEEDS_SOURCE\n 4 TRIPLE_BITS_24BPP\n 3 RGB_EQUAL\n 2 NO_PLANEMASK\n 1 NO_GXCOPY\n 0 GXCOPY_ONLY\n--------- -------\n\n\n' ' Flags ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaa.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaBitBlt.c]=( typeset -a comments=( $' \n This is a lighter version of cfbBitBlt. We calculate the boxes\n when accelerating pixmap->screen and screen->screen copies. \n We also pass the GC to the doBitBlt function so that it has access\n to the fg and bg so CopyPlane can use this. \n' ' may be a new region, or just a copy ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaBitBlt.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaBitOrder.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaBitOrder.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaBitmap.c]=( typeset -a comments=( '********* byte swapping **************' $' \n When the accelerator is TRANSPARENCY_ONLY, WriteBitmap can do\n the fill in two passes, inverting the source on the second pass. \n For GXcopy we can fill the backing rectangle as a solid rect and\n avoid the invert.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaBitmap.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaCpyArea.c]=( typeset -a comments=( $'\n Written mostly by Harm Hanemaayer (H.Hanemaayer@inter.nl.net).\n ' $' XXX we have to err on the side of safety when both are windows,\n * because we don\'t know if IncludeInferiors is being used.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaCpyArea.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaCpyPlane.c]=( typeset -a comments=( $'\n A CopyPlane function that handles bitmap->screen copies and\n sends anything else to the Fallback.\n\n Also, a PushPixels for solid fill styles.\n\n Written by Mark Vojkovich (markv@valinux.com)\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaCpyPlane.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaCpyWin.c]=( typeset -a comments=( $'\n Written by Harm Hanemaayer (H.Hanemaayer@inter.nl.net).\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaCpyWin.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaDashLine.c]=( typeset -a comments=( ' Origin or Previous ' ' number of points ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaDashLine.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaFallback.c]=( typeset -a comments=( ' devPrivate ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaFallback.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaFillArc.c]=( typeset -a comments=( $'\n * Copyright 1996 The XFree86 Project\n *\n * Permission is hereby granted, free of charge, to any person obtaining a \n * copy of this software and associated documentation files (the "Software"), \n * to deal in the Software without restriction, including without limitation \n * the rights to use, copy, modify, merge, publish, distribute, sublicense, \n * and/or sell copies of the Software, and to permit persons to whom the \n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL \n * HARM HANEMAAYER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, \n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF \n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE \n * SOFTWARE.\n * \n * Written by Harm Hanemaayer (H.Hanemaayer@inter.nl.net).\n ' $'\n * Filled solid arcs, based on cfbfillarc.c.\n *\n * Fill arc using calls to low-level span fill. Because the math for\n * each span can be done concurrently with the drawing of the span\n * with a graphics coprocessor operation, this is faster than just\n * using miPolyFillArc, which first calculates all the spans and then\n * calls FillSpans.\n *\n * Clipped arcs are dispatched to FillSpans.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaFillArc.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaFillPoly.c]=( typeset -a comments=( $'\n * Copyright 1996 The XFree86 Project\n *\n * Permission is hereby granted, free of charge, to any person obtaining a \n * copy of this software and associated documentation files (the "Software"), \n * to deal in the Software without restriction, including without limitation \n * the rights to use, copy, modify, merge, publish, distribute, sublicense, \n * and/or sell copies of the Software, and to permit persons to whom the \n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL \n * HARM HANEMAAYER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, \n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF \n * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE \n * SOFTWARE.\n * \n ' $'\n * Written by Mark Vojkovich. Loosly based on an original version\n * written by Harm Hanemaayer (H.Hanemaayer@inter.nl.net) which\n * only did solid rectangles and didn\'t have trapezoid support.\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaFillPoly.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaFillRect.c]=( typeset -a comments=( ' number of rectangles to fill ' ' Pointer to first rectangle to fill ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaFillRect.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaGC.c]=( typeset -a comments=( ' initialize any other private fields here ' ' -1 is reserved for transparency ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaGC.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaGCmisc.c]=( typeset -a comments=( $' We make the assumption that the FillSpans, PolyFillRect, FillPolygon\n and PolyFillArc functions are linked in a way that they all have \n the same rop/color/planemask restrictions. If the driver provides \n a GC level replacement for these, it will need to supply a new \n Validate functions if it breaks this assumption ' $' The [Stippled/OpaqueStippled/Tiled]FillChooser \n\t\tfunctions do the validating ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaGCmisc.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaImage.c]=( typeset -a comments=( ' bytes ' ' bytes ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaImage.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaInit.c]=( typeset -a comments=( ' MUST be >= 1024 ' $'\n * XXX These three should be static, but that breaks ABI compat with XF4.4\n * and Xorg 6.7.0 modules. DO NOT use them in new code, you should never\n * be setting them, and you\'ve got Get functions below.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaInit.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaInitAccel.c]=( typeset -a comments=( $'\n * XAA Config options\n ' ' requires the video driver ABI ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaInitAccel.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaLine.c]=( typeset -a comments=( ' Origin or Previous ' ' number of points ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaLine.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaLineMisc.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaLineMisc.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaNonTEGlyph.c]=( typeset -a comments=( $' Not used anymore because the algorithm isn\'t correct. It doesn\'t\n handle overlapping characters properly ' $'*******************************************************************\n\n Here we have NonTEGlyphRenders for a bunch of different color\n expansion types. The driver may provide its own renderer, but\n this is the default one which renders using lower-level primitives\n exported by the chipset driver.\n\n*******************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaNonTEGlyph.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaNonTEText.c]=( typeset -a comments=( $'*******************************************************************\n\n In this file we have GC level replacements for PolyText8/16,\n ImageText8/16, ImageGlyphBlt and PolyGlyphBlt for NonTE (proportional) \n fonts. The idea is that everything in this file is device independent.\n The mentioned GCOps are merely wrappers for the \n PolyGlyphBltNonTEColorExpansion and ImageGlyphBltNonTEColorExpansion\n functions which calculate the boxes containing arbitrarily clipped \n text and passes them to the NonTEGlyphRenderer which will usually \n be a lower level XAA function which renders these clipped glyphs using\n the basic color expansion functions exported by the chipset driver.\n The NonTEGlyphRenderer itself may optionally be driver supplied to\n facilitate work-arounds/optimizations at a higher level than usual.\n\n Written by Mark Vojkovich (mvojkovi@ucsd.edu)\n\n*******************************************************************' $'*******************************************************************\n\n GC level replacements for PolyText8/16 and ImageText8/16\n for NonTE fonts when using color expansion.\n\n*******************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaNonTEText.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaOffscreen.c]=( typeset -a comments=( $'\n Copyright (c) 1999 - The XFree86 Project Inc.\n\n Written by Mark Vojkovich\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaOffscreen.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaOverlay.c]=( typeset -a comments=( ' pixmap ' ' pixmap ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaOverlay.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaOverlayDF.c]=( typeset -a comments=( $'\n Copyright (c) 1999 - The XFree86 Project Inc.\n\n Written by Mark Vojkovich\n' ' Screen funcs ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaOverlayDF.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaPCache.c]=( typeset -a comments=( $' CAUTION: This doesn\'t free big ' $' This guy\'s job is to get at least 4 big slots out of a list of fragments ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaPCache.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaPaintWin.c]=( typeset -a comments=( ' pixmap ' ' pixmap ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaPaintWin.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaPict.c]=( typeset -a comments=( $'\n *\n * Copyright \302\251 2000 Keith Packard, member of The XFree86 Project, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' PICT_TYPE_ABGR ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaPict.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaROP.c]=( typeset -a comments=( ' $XFree86$ ' ' GXclear ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaROP.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaRect.c]=( typeset -a comments=( $'\n Much of this file based on code by \n\tHarm Hanemaayer (H.Hanemaayer@inter.nl.net).\n' ' number of clip rectangles ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaRect.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaSpans.c]=( typeset -a comments=( ' number of spans to fill ' ' pointer to list of start points ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaSpans.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaStateChange.c]=( typeset -a comments=( $' Wrap all XAA functions and allocate our private structure.\n ' ' Wrap functions start here ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaStateChange.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaStipple.c]=( typeset -a comments=( ' TRIPLE_BITS pattern expansion ' ' gcc is rather pedantic about SHIFT_R(0xFFFFFFFF,32) ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaStipple.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaTEGlyph.c]=( typeset -a comments=( ' scanline function for TRIPLE_BITS_24BPP ' ' Loop unrolled functions for common font widths ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaTEGlyph.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaTEText.c]=( typeset -a comments=( $'*******************************************************************\n\n In this file we have GC level replacements for PolyText8/16,\n ImageText8/16, ImageGlyphBlt and PolyGlyphBlt for TE (fixed) fonts.\n The idea is that everything in this file is device independent.\n The mentioned GCOps are merely wrappers for XAAGlyphBltTEColorExpansion\n which calculates the boxes containing arbitrarily clipped text\n and passes them to the TEGlyphRenderer which will usually be a lower \n level XAA function which renders these clipped glyphs using\n the basic color expansion functions exported by the chipset driver.\n The TEGlyphRenderer itself may optionally be driver supplied to\n facilitate work-arounds/optimizations at a higher level than usual.\n\n v1.0 - Mark Vojkovich (mvojkovi@ucsd.edu)\n\n\n*******************************************************************' $'*******************************************************************\n\n GC level replacements for PolyText8/16 and ImageText8/16\n for TE fonts when using color expansion.\n\n*******************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaTEText.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaTables.c]=( typeset -a comments=( $'\n * This is a table of 24-bit values, indexed with an 8-bit byte value, then\n * expands each bit to three consecutive bits. This is required for color\n * expansion in 24bpp mode with the coprocessor in 8bpp mode, with LSB-first\n * bit order within a byte.\n ' $'\n * This is a table of 24-bit values, indexed with an 8-bit byte value,\n * that reverses the bit order of a byte and then expands each bit to three\n * consecutive bits. This is required for color expansion in 24bpp mode\n * with the coprocessor in 8bpp mode, with MSB-first bit order within a\n * byte.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaTables.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaWideLine.c]=( typeset -a comments=( $'\n\nXAAPolylinesWideSolid does not maintain a span list and subsequently does\nnot follow the "touch-each-pixel-once" rules for wide lines and arcs.\nThis means it can only be used in the case where we have\nmiSpansEasyRop(pGC->alu). Since we clip spans on the fly, we\nlimited usage of this function to one rect situations. This\nfunction is used only for solid lines. \n\n Adapted from miWideLine by Mark Vojkovich (mvojkovi@ucsd.edu)\nOriginal mi code written by Keith Packard.\n\n' ' start y coordinate ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaWideLine.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaWrapper.c]=( typeset -a comments=( ' #include "render.h" ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaWrapper.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaWrapper.h]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaaWrapper.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaacexp.h]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaacexp.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaalocal.h]=( typeset -a comments=( ' This file is very unorganized ! ' ' helpers ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaalocal.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaarop.h]=( typeset -a comments=( ' $XFree86$ ' $'\n\n int XAAHelpSolidROP(ScrnInfoPtr pScrn, int *fg, int pm, int *rop)\n\n\tFor use with solid fills emulated by solid 8x8 patterns. You \n\tgive it the foreground, planemask and X rop and it will replace \n\tthe foreground with a new one and the rop with the appropriate \n\tMS triadic raster op. The function will return which components \n\t(S-P) need to be enabled. \n\n\n int XAAHelpPatternROP(ScrnInfoPtr pScrn, int *fg, int *bg, int pm, int *rop)\n\n\tFor use with 8x8 opaque pattern fills. You give it the foreground, \t\n\tand background, planemask and X rop and it will replace the \n\tforeground and background with new ones and the rop with the \n\tappropriate MS triadic raster op. The function will return which \n\tcomponents (S-P) need to be enabled. \n\n\n\t ROP_PAT - Means to enable 8x8 mono patterns (all bits \n\t\t set for solid patterns). Set the foreground and\n\t\t background as returned by the function. \n\n\t ROP_SRC - Means a source of color == planemask should be used.\n\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaarop.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaawrap.h]=( typeset -a comments=( ' This also works fine for drawables ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xaa/xaawrap.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/maskbits.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/maskbits.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbbitblt.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbbitblt.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbbltC.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbbltC.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbbltCI.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbbltCI.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbbltG.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbbltG.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbbltO.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbbltO.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbbltX.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbbltX.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbbres.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbbres.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbbresd.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbbresd.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbbstore.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbbstore.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbclip.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbclip.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbcmap.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbcmap.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbfillarc.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbfillarc.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbfillrct.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbfillrct.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbfillsp.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbfillsp.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbfont.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbfont.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbgc.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbgc.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbgetsp.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbgetsp.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbhrzvert.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbhrzvert.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbigbblak.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbigbblak.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbigbwht.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbigbwht.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbimage.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbimage.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbline.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbline.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbmap.h]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbmap.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbmap.sh]=( typeset -a comments=( $'!/bin/sh\n' $' $XFree86: xc/programs/Xserver/hw/xfree86/xf1bpp/mfbmap.sh,v 1.1.2.3 1998/06/27 14:48:23 dawes Exp $\n\n This script recreates the mapping list that maps the mfb external\n symbols * to xf1bpp* (without "mfb")\n This should only be rerun if there have been changes in the mfb code\n that affect the external symbols.\n It assumes that Xserver/mfb has been compiled.\n The output goes to stdout.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbmap.sh ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbmisc.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbmisc.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbmodule.c]=( typeset -a comments=( $'\n * Copyright (C) 1997 The XFree86 Project, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the XFree86 Project shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from the\n * XFree86 Project.\n ' ' Only need ansic layer ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbmodule.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbpablack.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbpablack.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbpainv.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbpainv.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbpawhite.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbpawhite.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbpgbblak.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbpgbblak.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbpgbinv.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbpgbinv.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbpgbwht.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbpgbwht.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbpixmap.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbpixmap.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbplyblack.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbplyblack.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbplyinv.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbplyinv.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbplywhite.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbplywhite.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbpntwin.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbpntwin.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbpolypnt.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbpolypnt.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbpushpxl.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbpushpxl.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbscrclse.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbscrclse.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbscrinit.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbscrinit.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbseg.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbseg.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbsetsp.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbsetsp.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbteblack.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbteblack.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbtewhite.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbtewhite.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbtileC.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbtileC.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbtileG.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbtileG.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbunmap.h]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbunmap.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbunmap.sh]=( typeset -a comments=( $'!/bin/sh\n' $' $XFree86: xc/programs/Xserver/hw/xfree86/xf1bpp/mfbunmap.sh,v 1.1.2.1 1998/06/27 14:48:24 dawes Exp $\n\n This script recreates a header that undoes the effect of mfbmap.h\n This should only be rerun if there have been changes in the mfb code\n that affect the external symbols.\n It assumes that Xserver/mfb has been compiled.\n The output goes to stdout.\n' ) comments_parsed=true file_format=shell fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbunmap.sh ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbwindow.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbwindow.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbzerarc.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/mfbzerarc.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/xf1bpp.h]=( typeset -a comments=( $'\n * Copyright (C) 1994-1998 The XFree86 Project, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the XFree86 Project shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from the\n * XFree86 Project.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf1bpp/xf1bpp.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/OScompiler.h]=( typeset -a comments=( $'\n * Copyright IBM Corporation 1987,1988,1989\n *\n * All Rights Reserved\n *\n * Permission to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that\n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of IBM not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission.\n *\n * IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\n * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\n * IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\n * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n *\n' ' $XConsortium: OScompiler.h /main/4 1996/02/21 17:56:09 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/OScompiler.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/emulOpStip.c]=( typeset -a comments=( $'\n * Copyright IBM Corporation 1987,1988,1989\n *\n * All Rights Reserved\n *\n * Permission to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that \n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of IBM not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission.\n *\n * IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\n * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\n * IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\n * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n *\n' ' $XConsortium: emulOpStip.c /main/4 1996/02/21 17:56:12 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/emulOpStip.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/emulRepAre.c]=( typeset -a comments=( $'\n * Copyright IBM Corporation 1987,1988,1989\n *\n * All Rights Reserved\n *\n * Permission to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that \n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of IBM not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission.\n *\n * IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\n * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\n * IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\n * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n *\n' ' $XConsortium: emulRepAre.c /main/5 1996/02/21 17:56:16 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/emulRepAre.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/emulTile.c]=( typeset -a comments=( $'\n * Copyright IBM Corporation 1987,1988,1989\n *\n * All Rights Reserved\n *\n * Permission to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that \n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of IBM not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission.\n *\n * IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\n * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\n * IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\n * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n *\n' ' $XConsortium: emulTile.c /main/4 1996/02/21 17:56:23 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/emulTile.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ibmTrace.h]=( typeset -a comments=( ' $XConsortium: ibmTrace.h /main/3 1996/02/21 17:56:27 kaleb $ ' ' empty ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ibmTrace.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/mfbbres.c]=( typeset -a comments=( ' Combined Purdue/PurduePlus patches, level 2.0, 1/17/89 ' $'**********************************************************\n\nCopyright (c) 1987 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the X Consortium.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/mfbbres.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/mfbbresd.c]=( typeset -a comments=( $'**********************************************************\n\nCopyright (c) 1987 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the X Consortium.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ' GJA -- modified this file for vga16 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/mfbbresd.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/mfbfillarc.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright (c) 1989 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the X Consortium.\n\n*******************************************************' ' GJA -- Took mfb code and modified it. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/mfbfillarc.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/mfbhrzvert.c]=( typeset -a comments=( ' Combined Purdue/PurduePlus patches, level 2.0, 1/17/89 ' $'**********************************************************\n\nCopyright (c) 1987 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the X Consortium.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/mfbhrzvert.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/mfbimggblt.c]=( typeset -a comments=( ' Combined Purdue/PurduePlus patches, level 2.0, 1/17/89 ' $'**********************************************************\n\nCopyright (c) 1987 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the X Consortium.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/mfbimggblt.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/mfbline.c]=( typeset -a comments=( $'**********************************************************\n\nCopyright (c) 1987 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the X Consortium.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ' GJA -- modified this file for vga16 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/mfbline.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/mfbseg.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/mfbseg.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/mfbzerarc.c]=( typeset -a comments=( $'***********************************************************\n\nCopyright (c) 1989 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the X Consortium.\n\n*******************************************************' ' GJA -- Took mfb code and modified it. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/mfbzerarc.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/offscreen.c]=( typeset -a comments=( $'\n * Copyright 1993 Gerrit Jan Akkerman \n *\n * Permission to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that \n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of Gerrit Jan Akkerman not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission.\n *\n * GERRIT JAN AKKERMAN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,\n * IN NO EVENT SHALL GERRIT JAN AKKERMAN BE LIABLE FOR ANY SPECIAL, INDIRECT\n * OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF\n * USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\n * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n *\n' $'\n * Copyright IBM Corporation 1987,1988,1989\n *\n * All Rights Reserved\n *\n * Permission to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that \n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of IBM not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission.\n *\n * IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\n * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\n * IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\n * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n *\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/offscreen.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcArea.c]=( typeset -a comments=( $'\n * Copyright IBM Corporation 1987,1988,1989\n *\n * All Rights Reserved\n *\n * Permission to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that \n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of IBM not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission.\n *\n * IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\n * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\n * IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\n * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n *\n' ' $XConsortium: ppcArea.c /main/4 1996/02/21 17:57:02 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcArea.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcBStore.c]=( typeset -a comments=( $'\n\nCopyright (c) 1987 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom the X Consortium.\n\n\nCopyright IBM Corporation 1987,1988,1989\nAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that \nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of IBM not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nIBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nIBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n\nCopyright 1987 by the Regents of the University of California\nAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\n' ' $XConsortium: ppcBStore.c /main/5 1996/02/21 17:57:06 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcBStore.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcCReduce.c]=( typeset -a comments=( $'\n * Copyright IBM Corporation 1987,1988,1989\n *\n * All Rights Reserved\n *\n * Permission to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that \n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of IBM not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission.\n *\n * IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\n * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\n * IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\n * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n *\n' ' $XConsortium: ppcCReduce.c /main/3 1996/02/21 17:57:17 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcCReduce.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcClip.c]=( typeset -a comments=( $'\n\nCopyright (c) 1987 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom the X Consortium.\n\n\nCopyright IBM Corporation 1987,1988,1989\nAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that \nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of IBM not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nIBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nIBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts,\nAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n' ' $XConsortium: ppcClip.c /main/4 1996/02/21 17:57:21 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcClip.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcCpArea.c]=( typeset -a comments=( $'\n * Copyright IBM Corporation 1987,1988,1989\n *\n * All Rights Reserved\n *\n * Permission to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that \n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of IBM not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission.\n *\n * IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\n * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\n * IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\n * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n *\n' ' $XConsortium: ppcCpArea.c /main/6 1996/02/21 17:57:24 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcCpArea.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcDepth.c]=( typeset -a comments=( $'\n * Copyright IBM Corporation 1987,1988,1989\n *\n * All Rights Reserved\n *\n * Permission to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that \n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of IBM not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission.\n *\n * IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\n * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\n * IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\n * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n *\n' ' $XConsortium: ppcDepth.c /main/3 1996/02/21 17:57:31 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcDepth.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcFillRct.c]=( typeset -a comments=( ' Combined Purdue/PurduePlus patches, level 2.0, 1/17/89 ' $'**********************************************************\n\nCopyright (c) 1987 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the X Consortium.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcFillRct.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcGC.c]=( typeset -a comments=( $'\n\nCopyright (c) 1987 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom the X Consortium.\n\n\nCopyright IBM Corporation 1987,1988,1989\nAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that \nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of IBM not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nIBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nIBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts,\nAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n' ' $XConsortium: ppcGC.c /main/6 1996/02/21 17:57:38 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcGC.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcGCstr.h]=( typeset -a comments=( $'\n * Copyright IBM Corporation 1987,1988,1989\n *\n * All Rights Reserved\n *\n * Permission to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that \n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of IBM not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission.\n *\n * IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\n * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\n * IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\n * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n *\n' $'**********************************************************\n\t\tCopyright IBM Corporation 1988\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of IBM not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nIBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nIBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcGCstr.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcGetSp.c]=( typeset -a comments=( $'\n * Copyright IBM Corporation 1987,1988,1989\n *\n * All Rights Reserved\n *\n * Permission to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that \n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of IBM not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission.\n *\n * IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\n * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\n * IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\n * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n *\n' $'**********************************************************\n\nCopyright (c) 1987 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the X Consortium.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcGetSp.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcIO.c]=( typeset -a comments=( $'\n\nCopyright (c) 1990 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom the X Consortium.\n\n\nCopyright IBM Corporation 1987,1988,1989\nAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that \nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of IBM not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nIBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nIBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n' ' $XConsortium: ppcIO.c /main/8 1996/02/21 17:57:49 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcIO.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcImg.c]=( typeset -a comments=( $'\n * Copyright IBM Corporation 1987,1988,1989\n *\n * All Rights Reserved\n *\n * Permission to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that \n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of IBM not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission.\n *\n * IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\n * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\n * IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\n * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n *\n' ' $XConsortium: ppcImg.c /main/4 1996/02/21 17:57:53 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcImg.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcPixFS.c]=( typeset -a comments=( $'\n * Copyright IBM Corporation 1987,1988,1989\n *\n * All Rights Reserved\n *\n * Permission to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that \n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of IBM not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission.\n *\n * IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\n * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\n * IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\n * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n *\n' $'*****************************************************************\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcPixFS.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcPixmap.c]=( typeset -a comments=( $'\n * Copyright IBM Corporation 1987,1988,1989\n *\n * All Rights Reserved\n *\n * Permission to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that \n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of IBM not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission.\n *\n * IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\n * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\n * IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\n * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n *\n' $'**********************************************************\n\nCopyright (c) 1987 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the X Consortium.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcPixmap.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcPntWin.c]=( typeset -a comments=( $'\n * Copyright IBM Corporation 1987,1988,1989\n *\n * All Rights Reserved\n *\n * Permission to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that \n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of IBM not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission.\n *\n * IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\n * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\n * IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\n * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n *\n' $'**********************************************************\n\nCopyright (c) 1987 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the X Consortium.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcPntWin.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcPolyPnt.c]=( typeset -a comments=( $'\n\nCopyright (c) 1987 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom the X Consortium.\n\n\nCopyright IBM Corporation 1987,1988,1989\nAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that \nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of IBM not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nIBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nIBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts,\nAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n' ' $XConsortium: ppcPolyPnt.c /main/5 1996/02/21 17:58:07 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcPolyPnt.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcPolyRec.c]=( typeset -a comments=( $'\n * Copyright IBM Corporation 1987,1988,1989\n *\n * All Rights Reserved\n *\n * Permission to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that \n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of IBM not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission.\n *\n * IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\n * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\n * IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\n * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n *\n' $'**********************************************************\n\nCopyright (c) 1987 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the X Consortium.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcPolyRec.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcQuery.c]=( typeset -a comments=( $'\n * Copyright IBM Corporation 1987,1988,1989\n *\n * All Rights Reserved\n *\n * Permission to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that \n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of IBM not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission.\n *\n * IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\n * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\n * IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\n * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n *\n' ' $XConsortium: ppcQuery.c /main/3 1996/02/21 17:58:18 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcQuery.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcRslvC.c]=( typeset -a comments=( $'***********************************************************\nCopyright 1987 by Sun Microsystems, Inc. Mountain View, CA.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this\nsoftware and its documentation for any purpose and without\nfee is hereby granted, provided that the above copyright no-\ntice appear in all copies and that both that copyright no-\ntice and this permission notice appear in supporting docu-\nmentation, and that the names of Sun or X Consortium\nnot be used in advertising or publicity pertaining to \ndistribution of the software without specific prior \nwritten permission. Sun and X Consortium make no \nrepresentations about the suitability of this software for \nany purpose. It is provided "as is" without any express or \nimplied warranty.\n\nSUN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\nINCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FIT-\nNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SUN BE LI-\nABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR\nPROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\nTHE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n*******************************************************' $'\n * Copyright IBM Corporation 1987,1988,1989\n *\n * All Rights Reserved\n *\n * Permission to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that \n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of IBM not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission.\n *\n * IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\n * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\n * IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\n * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n *\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcRslvC.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcSetSp.c]=( typeset -a comments=( $'\n * Copyright IBM Corporation 1987,1988,1989\n *\n * All Rights Reserved\n *\n * Permission to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that \n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of IBM not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission.\n *\n * IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\n * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\n * IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\n * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n *\n' $'**********************************************************\n\nCopyright (c) 1987 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from the X Consortium.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcSetSp.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcSpMcro.h]=( typeset -a comments=( $'\n * Copyright IBM Corporation 1987,1988,1989\n *\n * All Rights Reserved\n *\n * Permission to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that \n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of IBM not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission.\n *\n * IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\n * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\n * IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\n * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n *\n' ' $XConsortium: ppcSpMcro.h /main/3 1996/02/21 17:58:36 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcSpMcro.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcWinFS.c]=( typeset -a comments=( $'\n * Copyright IBM Corporation 1987,1988,1989\n *\n * All Rights Reserved\n *\n * Permission to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that \n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of IBM not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission.\n *\n * IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\n * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\n * IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\n * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n *\n' $'*****************************************************************\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcWinFS.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcWindow.c]=( typeset -a comments=( $'\n\nCopyright (c) 1987 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom the X Consortium.\n\n\nCopyright IBM Corporation 1987,1988,1989\nAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that \nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of IBM not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nIBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nIBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts,\nAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n' ' $XConsortium: ppcWindow.c /main/5 1996/02/21 17:58:43 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/ppcWindow.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/vgaBitBlt.c]=( typeset -a comments=( ' GJA -- span move routines ' ' $XConsortium: vgaBitBlt.c /main/8 1996/10/27 11:06:39 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/vgaBitBlt.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/vgaGC.c]=( typeset -a comments=( $'\n\nCopyright (c) 1987 X Consortium\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall\nnot be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization\nfrom the X Consortium.\n\n\nCopyright IBM Corporation 1987,1988,1989\nAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that \nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of IBM not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nIBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nIBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts,\nAll Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission.\n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n' ' $XConsortium: vgaGC.c /main/6 1996/02/21 17:58:54 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/vgaGC.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/vgaImages.c]=( typeset -a comments=( $'\n * Copyright IBM Corporation 1987,1988,1989\n *\n * All Rights Reserved\n *\n * Permission to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that \n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of IBM not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission.\n *\n * IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\n * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\n * IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\n * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n *\n' ' $XConsortium: vgaImages.c /main/5 1996/02/21 17:58:58 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/vgaImages.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/vgaReg.h]=( typeset -a comments=( $'\n * Copyright IBM Corporation 1987,1988,1989\n *\n * All Rights Reserved\n *\n * Permission to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that \n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of IBM not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission.\n *\n * IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\n * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\n * IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\n * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n *\n' ' $XConsortium: vgaReg.h /main/4 1996/02/21 17:59:02 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/vgaReg.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/vgaSolid.c]=( typeset -a comments=( $'\n * Copyright IBM Corporation 1987,1988,1989\n *\n * All Rights Reserved\n *\n * Permission to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that \n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of IBM not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission.\n *\n * IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\n * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\n * IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\n * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n *\n' ' $XConsortium: vgaSolid.c /main/5 1996/02/21 17:59:06 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/vgaSolid.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/vgaStipple.c]=( typeset -a comments=( $'\n * Copyright IBM Corporation 1987,1988,1989\n *\n * All Rights Reserved\n *\n * Permission to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that \n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of IBM not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission.\n *\n * IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\n * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\n * IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\n * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n *\n' ' $XConsortium: vgaStipple.c /main/5 1996/02/21 17:59:10 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/vgaStipple.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/vgaVideo.h]=( typeset -a comments=( $'\n * Copyright IBM Corporation 1987,1988,1989\n *\n * All Rights Reserved\n *\n * Permission to use, copy, modify, and distribute this software and its\n * documentation for any purpose and without fee is hereby granted,\n * provided that the above copyright notice appear in all copies and that \n * both that copyright notice and this permission notice appear in\n * supporting documentation, and that the name of IBM not be\n * used in advertising or publicity pertaining to distribution of the\n * software without specific, written prior permission.\n *\n * IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\n * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\n * IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\n * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\n * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\n * SOFTWARE.\n *\n' ' $XConsortium: vgaVideo.h /main/4 1996/02/21 17:59:14 kaleb $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/vgaVideo.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/vgamodule.c]=( typeset -a comments=( $'\n * Copyright (C) 1998 The XFree86 Project, Inc. All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the "Software"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n * Except as contained in this notice, the name of the XFree86 Project shall\n * not be used in advertising or otherwise to promote the sale, use or other\n * dealings in this Software without prior written authorization from the\n * XFree86 Project.\n ' ' Only need ansic layer ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/vgamodule.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/wm3.c]=( typeset -a comments=( ' $XConsortium: wm3.c /main/5 1996/02/21 17:59:21 kaleb $ ' ' Ferraro is wrong. GJA ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/wm3.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/wm3.h]=( typeset -a comments=( ' $XConsortium: wm3.h /main/4 1996/02/21 17:59:24 kaleb $ ' $' Do call in Write Mode 3.\n * We take care of the possibility that two passes are needed.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/wm3.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/xf4bpp.h]=( typeset -a comments=( ' ppcArea.c ' ' ppcBStore.c ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf4bpp/xf4bpp.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf8_16bpp/cfb8_16.h]=( typeset -a comments=( $'\n * Copyright 2006 Adam Jackson.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' this has to stay misnamed for ABI reasons ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf8_16bpp/cfb8_16.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf8_16bpp/xf8_16module.c]=( typeset -a comments=( $'\n * Copyright 2006 Adam Jackson.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' Only need the ansic layer ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf8_16bpp/xf8_16module.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf8_32bpp/cfb8_32.h]=( typeset -a comments=( ' XXX ' ' XXX ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf8_32bpp/cfb8_32.h ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf8_32bpp/cfb8_32module.c]=( typeset -a comments=( ' Only need the ansic layer ' ' signature, to be patched into the file by a tool ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf8_32bpp/cfb8_32module.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf8_32bpp/cfbbstore.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf8_32bpp/cfbbstore.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf8_32bpp/cfbcpyarea.c]=( typeset -a comments=( ' have to translate 32 -> 8 copies ' ' have to translate 8 -> 32 copies ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf8_32bpp/cfbcpyarea.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf8_32bpp/cfbcpyplane.c]=( typeset -a comments=( ' $XFree86$ ' $' There\'s actually much more to it than this ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf8_32bpp/cfbcpyplane.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf8_32bpp/cfbgc.c]=( typeset -a comments=( $'**********************************************************\n\nCopyright 1987, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' $'\n\nPSZ\t\t8\t16\t24\t32\nPIXEL_ADDR\tTrue\tTrue\tTrue\tTrue\nNO_ONE_RECT\tFalse\tFalse\tFalse\tFalse\nWriteBitGroup\tTrue\tTrue\tTrue\tTrue\nFOUR_BIT_CODE\tTrue\tFalse\tFalse\tFalse\nLOWMEMFTPT\tFalse\tFalse\tFalse\tFalse\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf8_32bpp/cfbgc.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf8_32bpp/cfbgc32.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf8_32bpp/cfbgc32.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf8_32bpp/cfbgc8.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf8_32bpp/cfbgc8.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf8_32bpp/cfbgcmisc.c]=( typeset -a comments=( ' $XFree86$ ' ' bitsPerPixel == 8 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf8_32bpp/cfbgcmisc.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf8_32bpp/cfbgcunder.c]=( typeset -a comments=( $'**********************************************************\n\nCopyright 1987, 1998 The Open Group\n\nPermission to use, copy, modify, distribute, and sell this software and its\ndocumentation for any purpose is hereby granted without fee, provided that\nthe above copyright notice appear in all copies and that both that\ncopyright notice and this permission notice appear in supporting\ndocumentation.\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of The Open Group shall not be\nused in advertising or otherwise to promote the sale, use or other dealings\nin this Software without prior written authorization from The Open Group.\n\n\nCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Digital not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\nALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL\nDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR\nANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS\nSOFTWARE.\n\n*****************************************************************' ' stateChanges ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf8_32bpp/cfbgcunder.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf8_32bpp/cfbimage.c]=( typeset -a comments=( ' source is depth 8, 32 bpp ' ' moving an 8bpp XYPixmap to a 32bpp screen ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf8_32bpp/cfbimage.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf8_32bpp/cfbpntwin.c]=( typeset -a comments=( ' point to the top byte ' ' point to the third byte ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf8_32bpp/cfbpntwin.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf8_32bpp/cfbscrinit.c]=( typeset -a comments=( $' CAUTION: We require that cfb8 and cfb32 were NOT \n\tcompiled with CFB_NEED_SCREEN_PRIVATE ' ' All cfb will have the same GC and Window private indicies ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf8_32bpp/cfbscrinit.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf8_32bpp/cfbwindow.c]=( typeset -a comments=( $' We don\'t bother with cfb\'s fastBackground/Border so we don\'t\n need to use the Window privates ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf8_32bpp/cfbwindow.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xf8_32bpp/xf86overlay.c]=( typeset -a comments=( $'\n Copyright (C) 1998. The XFree86 Project Inc.\n\n Written by Mark Vojkovich (mvojkovi@ucsd.edu)\n' '* Screen Functions *' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xf8_32bpp/xf86overlay.c ) [unpack/xorg-server-1.3.0.0/hw/xfree86/xorg.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xfree86/xorg.c ) [unpack/xorg-server-1.3.0.0/hw/xgl/egl/evdev.c]=( typeset -a comments=( $'\n * $Id$\n *\n * Copyright \302\251 2004 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' current device state ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xgl/egl/evdev.c ) [unpack/xorg-server-1.3.0.0/hw/xgl/egl/kinput.c]=( typeset -a comments=( $'\n * Id: kinput.c,v 1.1 1999/11/02 03:54:46 keithp Exp $\n *\n * Copyright 1999 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $RCSId: xc/programs/Xserver/hw/kdrive/kinput.c,v 1.30 2002/11/13 16:37:39 keithp Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xgl/egl/kinput.c ) [unpack/xorg-server-1.3.0.0/hw/xgl/egl/kkeymap.h]=( typeset -a comments=( $'\n * Id: kkeymap.h,v 1.1 1999/11/02 03:54:46 keithp Exp $\n *\n * Copyright 1999 Keith Packard\n *\n * Permission to use, copy, modify, distribute, and sell this software and its\n * documentation for any purpose is hereby granted without fee, provided that\n * the above copyright notice appear in all copies and that both that\n * copyright notice and this permission notice appear in supporting\n * documentation, and that the name of Keith Packard not be used in\n * advertising or publicity pertaining to distribution of the software without\n * specific, written prior permission. Keith Packard makes no\n * representations about the suitability of this software for any purpose. It\n * is provided "as is" without express or implied warranty.\n *\n * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\n * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,\n * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\n * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n * PERFORMANCE OF THIS SOFTWARE.\n ' ' $RCSId: xc/programs/Xserver/hw/kdrive/kkeymap.h,v 1.1 1999/11/19 13:53:50 hohndel Exp $ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xgl/egl/kkeymap.h ) [unpack/xorg-server-1.3.0.0/hw/xgl/egl/module/xeglmodule.c]=( typeset -a comments=( $'\n * Copyright \302\251 2005 Novell, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software\n * and its documentation for any purpose is hereby granted without\n * fee, provided that the above copyright notice appear in all copies\n * and that both that copyright notice and this permission notice\n * appear in supporting documentation, and that the name of\n * Novell, Inc. not be used in advertising or publicity pertaining to\n * distribution of the software without specific, written prior permission.\n * Novell, Inc. makes no representations about the suitability of this\n * software for any purpose. It is provided "as is" without express or\n * implied warranty.\n *\n * NOVELL, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN\n * NO EVENT SHALL NOVELL, INC. BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS\n * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,\n * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION\n * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: David Reveman \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xgl/egl/module/xeglmodule.c ) [unpack/xorg-server-1.3.0.0/hw/xgl/egl/xegl.c]=( typeset -a comments=( $'\n * Copyright \302\251 2004 David Reveman\n *\n * Permission to use, copy, modify, distribute, and sell this software\n * and its documentation for any purpose is hereby granted without\n * fee, provided that the above copyright notice appear in all copies\n * and that both that copyright notice and this permission notice\n * appear in supporting documentation, and that the name of\n * David Reveman not be used in advertising or publicity pertaining to\n * distribution of the software without specific, written prior permission.\n * David Reveman makes no representations about the suitability of this\n * software for any purpose. It is provided "as is" without express or\n * implied warranty.\n *\n * DAVID REVEMAN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN\n * NO EVENT SHALL DAVID REVEMAN BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS\n * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,\n * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION\n * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: David Reveman \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xgl/egl/xegl.c ) [unpack/xorg-server-1.3.0.0/hw/xgl/egl/xegl.h]=( typeset -a comments=( $'\n * Copyright \302\251 2005 Novell, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software\n * and its documentation for any purpose is hereby granted without\n * fee, provided that the above copyright notice appear in all copies\n * and that both that copyright notice and this permission notice\n * appear in supporting documentation, and that the name of\n * Novell, Inc. not be used in advertising or publicity pertaining to\n * distribution of the software without specific, written prior permission.\n * Novell, Inc. makes no representations about the suitability of this\n * software for any purpose. It is provided "as is" without express or\n * implied warranty.\n *\n * NOVELL, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN\n * NO EVENT SHALL NOVELL, INC. BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS\n * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,\n * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION\n * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: David Reveman \n ' ' _XEGL_H_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xgl/egl/xegl.h ) [unpack/xorg-server-1.3.0.0/hw/xgl/egl/xeglinit.c]=( typeset -a comments=( $'\n * Copyright \302\251 2004 David Reveman\n *\n * Permission to use, copy, modify, distribute, and sell this software\n * and its documentation for any purpose is hereby granted without\n * fee, provided that the above copyright notice appear in all copies\n * and that both that copyright notice and this permission notice\n * appear in supporting documentation, and that the name of\n * David Reveman not be used in advertising or publicity pertaining to\n * distribution of the software without specific, written prior permission.\n * David Reveman makes no representations about the suitability of this\n * software for any purpose. It is provided "as is" without express or\n * implied warranty.\n *\n * DAVID REVEMAN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN\n * NO EVENT SHALL DAVID REVEMAN BE LIABLE FOR ANY SPECIAL, INDIRECT OR\n * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS\n * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,\n * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION\n * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * Author: David Reveman \n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/xorg-server-1.3.0.0/hw/xgl/egl/xeglinit.c ) [unpack/xorg-server-1.3.0.0/hw/xgl/egl/xeglinput.c]=( typeset -a comments=( $'\n * Mouse argument syntax:\n *\n * device,protocol,options...\n *\n * Options are any of:\n * 1-5 n button mouse\n * 2button emulate middle button\n * {NMO} Reorder buttons\n ' $'\n * Parse mouse information. Syntax:\n *\n * ,,{,