diff options
author | Christopher Faylor <me@cgf.cx> | 2001-09-11 17:02:23 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-09-11 17:02:23 +0000 |
commit | dc3543aa4600feea40773d7df750cf3b53849d1f (patch) | |
tree | 27499be34cb37cbc12c824822902021299f8c573 /winsup | |
parent | dbc82a87a31073b0dbcec8a162f0afc994940b5c (diff) | |
download | newlib-dc3543aa4600feea40773d7df750cf3b53849d1f.zip newlib-dc3543aa4600feea40773d7df750cf3b53849d1f.tar.gz newlib-dc3543aa4600feea40773d7df750cf3b53849d1f.tar.bz2 |
change copyright.
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/cygwin/sync.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/sync.cc b/winsup/cygwin/sync.cc index 5aa798e..7ef5dc8 100644 --- a/winsup/cygwin/sync.cc +++ b/winsup/cygwin/sync.cc @@ -4,7 +4,7 @@ which is intended to operate similarly to a mutex but attempts to avoid making expensive calls to the kernel. - Copyright 2000 Cygnus Solutions. + Copyright 2000, 2001 Red Hat, Inc. Written by Christopher Faylor <cgf@cygnus.com> |