diff options
author | Christopher Faylor <me@cgf.cx> | 2008-01-01 19:07:36 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2008-01-01 19:07:36 +0000 |
commit | e1ab5e688c2423a167708708375ad6a453a7e589 (patch) | |
tree | bf367a793aadbac48c9860d4c124301407413014 /winsup/cygwin/pipe.cc | |
parent | 8528ecbde8282bb640a49b531408cc783f05966a (diff) | |
download | cygnal-e1ab5e688c2423a167708708375ad6a453a7e589.tar.gz cygnal-e1ab5e688c2423a167708708375ad6a453a7e589.tar.bz2 cygnal-e1ab5e688c2423a167708708375ad6a453a7e589.zip |
* tty.cc: Update copyright.
* pipe.cc: Ditto.
Diffstat (limited to 'winsup/cygwin/pipe.cc')
-rw-r--r-- | winsup/cygwin/pipe.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/pipe.cc b/winsup/cygwin/pipe.cc index 4774ef352..91fbbe95e 100644 --- a/winsup/cygwin/pipe.cc +++ b/winsup/cygwin/pipe.cc @@ -1,7 +1,7 @@ /* pipe.cc: pipe for Cygwin. - Copyright 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007 Hat, Inc. + Copyright 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, + 2008 Hat, Inc. This file is part of Cygwin. |