LICENSE 1.5 KB

123456789101112131415161718192021222324252627282930313233
  1. MIT-style License
  2. Copyright (c) 1988-1989 Hans-J. Boehm, Alan J. Demers
  3. Copyright (c) 1991-1996 by Xerox Corporation. All rights reserved.
  4. Copyright (c) 1996-1999 by Silicon Graphics. All rights reserved.
  5. Copyright (c) 1998 by Fergus Henderson. All rights reserved.
  6. Copyright (c) 1999-2001 by Red Hat, Inc. All rights reserved.
  7. Copyright (c) 1999-2011 Hewlett-Packard Development Company, L.P.
  8. Copyright (c) 2004-2005 Andrei Polushin
  9. Copyright (c) 2007 Free Software Foundation, Inc.
  10. Copyright (c) 2008-2022 Ivan Maidanski
  11. Copyright (c) 2011 Ludovic Courtes
  12. Copyright (c) 2018 Petter A. Urkedal
  13. THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
  14. OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
  15. Permission is hereby granted to use or copy this program
  16. for any purpose, provided the above notices are retained on all copies.
  17. Permission to modify the code and to distribute modified code is granted,
  18. provided the above notices are retained, and a notice that the code was
  19. modified is included with the above copyright notice.
  20. Several files (gc/gc_allocator.h, extra/msvc_dbg.c) come with slightly
  21. different licenses, though they are all similar in spirit (the exact
  22. licensing terms are given at the beginning of the corresponding source file).
  23. A few of the files needed to use the GNU-style build procedure come with
  24. a modified GPL license that appears not to significantly restrict use of
  25. the collector, though use of those files for a purpose other than building
  26. the collector may require the resulting code to be covered by the GPL.