SUNWlibgc.copyright revision 12715
For the avoidance of doubt, except that if any license choice other
than GPL or LGPL is available it will apply instead, Sun elects to
use only the General Public License version 2 (GPLv2) at this time
for any software where a choice of GPL license versions is made
available with the language indicating that GPLv2 or any later
version may be used, or where a choice of which version of the GPL
is applied is otherwise unspecified.
--------------------------------------------------------------------
Copyright (c) 1996-1997 Silicon Graphics Computer Systems, Inc.
Copyright (c) 2002 Hewlett-Packard Company
Permission to use, copy, modify, distribute and sell this software
and its documentation for any purpose is hereby granted without fee,
provided that the above copyright notice appear in all copies and
that both that copyright notice and this permission notice appear
in supporting documentation. Silicon Graphics makes no
representations about the suitability of this software for any
purpose. It is provided "as is" without express or implied warranty.
--------------------------------------------------------------------
Some routines for the Macintosh OS port of the Hans-J. Boehm, Alan J. Demers
garbage collector.
11/22/94 pcb StripAddress the temporary memory handle for 24-bit mode.
11/30/94 pcb Tracking all memory usage so we can deallocate it all at once.
02/10/96 pcb Added routine to perform a final collection when unloading shared library by Patrick C.Beard
--------------------------------------------------------------------
Copyright (c) 2003 by Hewlett-Packard Company. All rights reserved.
This file is covered by the GNU general public license, version 2.
see doc/COPYING for details.
--------------------------------------------------------------------
Copyright (c) 2003-2005 Hewlett-Packard Development Company, L.P.
Original Author: Hans Boehm
This file may be redistributed and/or modified under the
terms of the GNU General Public License as published by the Free Software
Foundation; either version 2, or (at your option) any later version.
It is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License in the
file doc/COPYING for more details.
--------------------------------------------------------------------
Copyright (c) 1991-1996 by Xerox Corporation. All rights reserved.
Copyright (c) 1996-1999 by Silicon Graphics. All rights reserved.
Copyright 1988, 1989 Hans-J. Boehm, Alan J. Demers
Copyright (c) 1999-2005 Hewlett-Packard Development Company, L.P.
Copyright (C) 2007 Free Software Foundation, Inc
THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
Permission is hereby granted to use or copy this program
for any purpose, provided the above notices are retained on all copies.
Permission to modify the code and to distribute modified code is granted,
provided the above notices are retained, and a notice that the code was
modified is included with the above copyright notice.
Author: Hans-J. Boehm (boehm@parc.xerox.com)
Original author: Bill Janssen
--------------------------------------------------------------------
Copyright (c) 1994 by Xerox Corporation. All rights reserved.
THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
Permission is hereby granted to copy this code for any purpose,
provided the above notices are retained on all copies.
Authors: John R. Ellis and Jesse Hull
Boehm, December 20, 1994 7:26 pm PST
--------------------------------------------------------------------
Copyright (c) 2003 by Hewlett-Packard Company. All rights reserved.
Copyright (c) 2003-2005 Hewlett-Packard Development Company, L.P.
Copyright (c) 2004-2005 Andrei Polushin
The implementation of the routines described here is covered by the GPL.
This header file is covered by the following license:
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.