___________________________________
|      |  |  |     |  _  |     |  |
|  |___|  |  |  |  |    _|  |  |  |    GNU GLOBAL source code tag system
|  |   |  |  |  |  |     |     |  |
|  ~~  |   ~~|     |  ~  |  |  |   ~~|          for all hackers.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Copyright holder of GNU GLOBAL
==============================

Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
	2006 Tama Communications Corporation. All rights reserved.

Contributers of GNU GLOBAL
==========================

The undermentioned people wrote the code, and the right was abandoned
or transferred to Tama Communications Corporation with legal paper.

The original author is Shigio YAMAGUCHI.

Port to Windows 32 (for Borland C++ Compiler) by Dan Fandrich.
(most of #ifdef _WIN32.)

Port to DJGPP by Jason Hood.
(libutil/is_unixy.[ch] and most of #ifdef __DJGPP__.)

The following improvements by Hideki IWAMOTO.
* INCLUDED FROM index of htags.
* CVS REPOSITORY link of htags.
* Real support of Yacc source code of htags.
* Rewriting parser for assembly language using Yacc(asm_scan.l,asm_parse.y).
* Adding config variable 'langmap' to htags.
* Performance improvement of gtags and htags by decreasing the frequency
  of invoking parser.
* Performance improvement of the incremental updating of gtags by changing
  algorithm.
* Adding the --file filelist option of gtags.
* Essential part of internal sort filter (replacement of gnusort).

Besides he has contributed many improvements to GLOBAL.

There are also many others who have contributed patches and fixes.
Please see files ChangeLog and THANKS.

Separate packages
=================

GLOBAL is distributed with the files derived from the following packages.

o BSD DB Library by University of California, Berkeley.
  (http://www.cs.berkeley.edu/)

	libdb/bt_close.c
	libdb/bt_conv.c
	libdb/bt_debug.c
	libdb/bt_delete.c
	libdb/bt_get.c
	libdb/bt_open.c
	libdb/bt_overflow.c
	libdb/bt_page.c
	libdb/bt_put.c
	libdb/bt_search.c
	libdb/bt_seq.c
	libdb/bt_split.c
	libdb/bt_utils.c
	libdb/btree.h
	libdb/compat.h
	libdb/db.c
	libdb/db.h
	libdb/extern.h
	libdb/mpool.c
	libdb/mpool.h
	libdb/queue.h

o GNU C Library by Free Software Foundation, Inc.
  (http://www.gnu.org/software/libc/libc.html)

	libglibc/getopt.c
	libglibc/getopt.h
	libglibc/getopt1.c
	libglibc/regex.c
	libglibc/regex.h
	libglibc/snprintf.c
	libglibc/obstack.c
	libglibc/obstack.h
	libglibc/hash-string.c
	libglibc/hash-string.h

they are considered a separate package, not part of GLOBAL proper.
