diff options
author | Ivan Maidanski <ivmai@mail.ru> | 2018-07-22 12:17:42 +0300 |
---|---|---|
committer | Ivan Maidanski <ivmai@mail.ru> | 2018-07-22 12:17:42 +0300 |
commit | 3bd265a64b612af9d906b73394f2adb161bd0dec (patch) | |
tree | 682d3c6a45d5091fa1cbeb83881ab9ed394dd53f /AUTHORS | |
parent | 3eee04dbe94311bf964b444c8e0cb01c91f17787 (diff) | |
download | bdwgc-3bd265a64b612af9d906b73394f2adb161bd0dec.tar.gz |
Update copyright information in the documentation and gc.h files
* 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.
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |