mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-20 16:01:10 +08:00
* winver.rc: Add more words to copyright.
This commit is contained in:
parent
0e6d80e4fa
commit
39be53dc4c
@ -1,3 +1,7 @@
|
||||
2002-06-13 Nicholas S. Wourms <nwourms@netscape.net>
|
||||
|
||||
* winver.rc: Add more words to copyright.
|
||||
|
||||
2002-06-13 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* cygheap.cc (cygheap_user::set_name): Revert previous change.
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* smallprint.c: small print routines for WIN32
|
||||
|
||||
Copyright 1996, 1998, 2000, 2001 Red Hat, Inc.
|
||||
Copyright 1996, 1998, 2000, 2001, 2002 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* sync.h: Header file for cygwin synchronization primitives.
|
||||
|
||||
Copyright 1999, 2000, 2001 Red Hat, Inc.
|
||||
Copyright 1999, 2000, 2001, 2002 Red Hat, Inc.
|
||||
|
||||
Written by Christopher Faylor <cgf@cygnus.com>
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
/* thread.h: Locking and threading module definitions
|
||||
|
||||
Copyright 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
|
||||
Copyright 2001 Red Hat, Inc.
|
||||
|
||||
Written by Marco Fuykschot <marco@ddi.nl>
|
||||
Major update 2001 Robert Collins <rbtcollins@hotmail.com>
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* threaded_queue.h
|
||||
|
||||
Copyright 2001 Red Hat Inc.
|
||||
Copyright 2001, 2002 Red Hat Inc.
|
||||
|
||||
Written by Robert Collins <rbtcollins@hotmail.com>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* wincap.h: Header for OS capability class.
|
||||
|
||||
Copyright 2001 Red Hat, Inc.
|
||||
Copyright 2001, 2002 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
|
@ -36,7 +36,7 @@ BEGIN
|
||||
VALUE "FileDescription", "Cygwin\256 POSIX Emulation DLL"
|
||||
VALUE "FileVersion", STRINGIFY(CYGWIN_VERSION)
|
||||
VALUE "InternalName", CYGWIN_DLL_NAME
|
||||
VALUE "LegalCopyright", "Copyright \251 Red Hat. 1996-2001"
|
||||
VALUE "LegalCopyright", "Copyright \251 Red Hat, Inc. 1996-2002"
|
||||
VALUE "OriginalFilename", CYGWIN_DLL_NAME
|
||||
VALUE "ProductName", "Cygwin"
|
||||
VALUE "ProductVersion", STRINGIFY(CYGWIN_VERSION)
|
||||
|
Loading…
x
Reference in New Issue
Block a user