summaryrefslogtreecommitdiff
path: root/gc_dlopen.c
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2011-08-25 00:16:06 +0400
committerIvan Maidanski <ivmai@mail.ru>2011-08-25 00:16:06 +0400
commit64517562486bbd3e67f2b9d8106e87c1bab40109 (patch)
treeb27b77edf33726eb1bcd624ee5622e56c034365e /gc_dlopen.c
parenteb3a6c3e0a931c5c06f9abe2e5a58be706daba84 (diff)
downloadbdwgc-64517562486bbd3e67f2b9d8106e87c1bab40109.tar.gz
Remove information about the authors from the source files.
(This information could be observed via "git log" or by looking into the original version of a file.) * Makefile.am: Remove original-author and modified-by information (as well as a time-stamp) from the file header. * configure.ac: Ditto. * cord/cordbscs.c: Ditto. * cord/cordprnt.c: Ditto. * cord/cordxtra.c: Ditto. * cord/de.c: Ditto. * cord/de_cmds.h: Ditto. * cord/de_win.h: Ditto. * doc/README.arm.cross: Ditto. * doc/doc.am: Ditto. * dyn_load.c: Ditto. * gc_cpp.cc: Ditto. * gc_dlopen.c: Ditto. * include/cord.h: Ditto. * include/include.am: Ditto. * include/private/cord_pos.h: Ditto. * include/private/gc_hdrs.h: Ditto. * include/weakpointer.h: Ditto. * m4/gc_set_version.m4: Ditto. * tests/test_cpp.cc: Ditto. * cord/cordprnt.c: Fix a typo in a comment. * AUTHORS: Add authors. * cord/cordprnt.c: Expand all tabs to spaces; remove trailing spaces at EOLn. * cord/de.c: Ditto. * cord/de_cmds.h: Ditto. * cord/de_win.c: Ditto. * cord/de_win.h: Ditto. * doc/README.arm.cross: Ditto. * include/private/cord_pos.h: Ditto. * include/weakpointer.h: Ditto. * m4/gc_set_version.m4: Ditto.
Diffstat (limited to 'gc_dlopen.c')
-rw-r--r--gc_dlopen.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gc_dlopen.c b/gc_dlopen.c
index f76230ec..0da82278 100644
--- a/gc_dlopen.c
+++ b/gc_dlopen.c
@@ -11,9 +11,6 @@
* Permission to modify the code and to distribute modified code is granted,
* provided the above notices are retained, and a notice that the code was
* modified is included with the above copyright notice.
- *
- * Original author: Bill Janssen
- * Heavily modified by Hans Boehm and others
*/
#include "private/gc_priv.h"