Update copyright information in the documentation and gc.h files
authorIvan Maidanski <ivmai@mail.ru>
Sun, 22 Jul 2018 09:17:42 +0000 (12:17 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Sun, 22 Jul 2018 09:17:42 +0000 (12:17 +0300)
* 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.

AUTHORS
README.QUICK
README.md
doc/gc.man
include/gc.h

diff --git a/AUTHORS b/AUTHORS
index ca6f75f..b9dd83a 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -2,6 +2,8 @@ This is an attempt to acknowledge contributions to the garbage collector.
 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
index b11d4ef..d96ff47 100644 (file)
@@ -2,6 +2,7 @@ Copyright 1988, 1989 Hans-J. Boehm, Alan J. Demers
 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.
index 49cadb2..7f6904c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -556,14 +556,27 @@ GitHub.
  * 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
index d758115..1d2ac7a 100644 (file)
@@ -1,4 +1,4 @@
-.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
@@ -100,4 +100,4 @@ The malloc(3) man page.
 .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.
index fd3e426..1c5308e 100644 (file)
@@ -5,6 +5,7 @@
  * 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.