summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2021-11-22 23:43:48 +0300
committerIvan Maidanski <ivmai@mail.ru>2021-11-22 23:43:48 +0300
commitccd7689eee5b53186013263ca7cfda34f217f57b (patch)
treec9413ed7e0dd5e6b0886de567bac7c70e234dada /README.md
parent30f7109482e6846284f961b9a0a388e6ab4c19be (diff)
downloadbdwgc-ccd7689eee5b53186013263ca7cfda34f217f57b.tar.gz
Synchronize copyright years between README files
* README.QUICK: Copy copyright years from README.md. * README.md (Copyright & Warranty): Adjust copyrights (synchronize with that of the source files). * alloc.c: Adjust copyrights in the file head comment and GC_copyright (synchronize with that of updated README.QUICK). * include/gc.h: Likewise. * alloc.c (GC_copyright): Reformat. * dbg_mlc.c: Add trailing dot to a copyright in the file head comment. * finalize.c: Likewise. * include/gc.h: Likewise. * tests/initsecondarythread.c: Reformat copyright in the file head comment (change C to lower case).
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index ca9197b8..19b2f53a 100644
--- a/README.md
+++ b/README.md
@@ -554,23 +554,23 @@ GitHub.
## Copyright & Warranty
- * Copyright (c) 1988, 1989 Hans-J. Boehm, Alan J. Demers
+ * Copyright (c) 1988-1989 Hans-J. Boehm, Alan J. Demers
* 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) 1999-2011 Hewlett-Packard Development Company, L.P.
* Copyright (c) 2008-2021 Ivan Maidanski
The files pthread_stop_world.c, pthread_support.c and some others are also
* Copyright (c) 1998 by Fergus Henderson. All rights reserved.
-The file include/gc.h is also
+The files dbg_mlc.c, finalize.c and include/gc.h are also
- * Copyright (c) 2007 Free Software Foundation, Inc
+ * 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.
+ * Copyright (c) 1999-2001 by Red Hat, Inc. All rights reserved.
The files extra/msvc_dbg.c and include/private/msvc_dbg.h are