* AUTHORS: Add info about the maintainer.
* README.QUICK: Update header copyright (add Ivan Maidanski).
* include/gc.h: Likewise.
* README.md (Copyright & Warranty): Update copyright (add the
missing copyrights from the source code files).
* doc/gc.man (.TH): Update modification date.
* doc/gc.man (.SH AUTHOR): Update; add reference to AUTHORS file.
Early contributions also mentioned (duplicated) in ChangeLog file; details of
later ones should be in "git log".
+Currently maintained by Ivan Maidanski.
+
HISTORY -
Early versions of this collector were developed as a part of research
Copyright (c) 1991-1995 by Xerox Corporation. All rights reserved.
Copyright (c) 1996-1999 by Silicon Graphics. All rights reserved.
Copyright (c) 1999-2001 by Hewlett-Packard. All rights reserved.
+Copyright (c) 2009-2018 Ivan Maidanski
THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
* Copyright (c) 1991-1996 by Xerox Corporation. All rights reserved.
* Copyright (c) 1996-1999 by Silicon Graphics. All rights reserved.
* Copyright (c) 1999-2011 by Hewlett-Packard Development Company.
+ * Copyright (c) 2009-2018 Ivan Maidanski
-The files pthread_stop_world.c and pthread_support.c are also
+The files pthread_stop_world.c, pthread_support.c and some others are also
* Copyright (c) 1998 by Fergus Henderson. All rights reserved.
-The files Makefile.am, and configure.in are
+The file gc.h is also
-* Copyright (c) 2001 by Red Hat Inc. All rights reserved.
+ * Copyright (c) 2007 Free Software Foundation, Inc
+
+The files Makefile.am and configure.ac are
+
+ * Copyright (c) 2001 by Red Hat Inc. All rights reserved.
+
+The files msvc_dbg.c and msvc_dbg.h are
+
+ * Copyright (c) 2004-2005 Andrei Polushin
+
+The file initsecondarythread.c is
+
+ * Copyright (c) 2011 Ludovic Courtes
Several files supporting GNU-style builds are copyrighted by the Free
Software Foundation, and carry a different license from that given
-.TH BDWGC 3 "2 October 2003"
+.TH BDWGC 3 "22 July 2018"
.SH NAME
GC_malloc, GC_malloc_atomic, GC_free, GC_realloc, GC_enable_incremental, GC_register_finalizer, GC_malloc_ignore_off_page, GC_malloc_atomic_ignore_off_page, GC_set_warn_proc \- Garbage collecting malloc replacement
.SH SYNOPSIS
.LP
.SH AUTHOR
Hans-J. Boehm (boehm@acm.org).
-Some of the code was written by others, most notably Alan Demers.
+Some of the code was written by others (see the AUTHORS file for the details), most notably by Alan Demers, and, recently, Ivan Maidanski.
* Copyright 1999 by Hewlett-Packard Company. All rights reserved.
* Copyright (C) 2007 Free Software Foundation, Inc
* Copyright (c) 2000-2011 by Hewlett-Packard Development Company.
+ * Copyright (c) 2009-2018 Ivan Maidanski
*
* THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
* OR IMPLIED. ANY USE IS AT YOUR OWN RISK.