diff options
Diffstat (limited to 'winsup/mingw/gccmain.c')
-rw-r--r-- | winsup/mingw/gccmain.c | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/winsup/mingw/gccmain.c b/winsup/mingw/gccmain.c index 5c438e9..601d15a 100644 --- a/winsup/mingw/gccmain.c +++ b/winsup/mingw/gccmain.c @@ -1,20 +1,14 @@ /* * gccmain.c + * This file has no copyright assigned and is placed in the Public Domain. + * This file is a part of the mingw-runtime package. + * No warranty is given; refer to the file DISCLAIMER within the package. * * A separate version of __main, __do_global_ctors and __do_global_dtors for * Mingw32 for use with Cygwin32 b19. Hopefully this object file will only * be linked if the libgcc.a doesn't include __main, __do_global_dtors and * __do_global_ctors. * - * This file is part of the Mingw32 package. - * - * Contributors: - * Code supplied by Stan Cox <scox@cygnus.com> - * - * $Revision$ - * $Author$ - * $Date$ - * */ /* Needed for the atexit prototype. */ |