diff options
author | Christopher Faylor <me@cgf.cx> | 2013-01-21 04:38:31 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2013-01-21 04:38:31 +0000 |
commit | bc837d22f3f2ee84cfa575ea1d33d8271d4e3450 (patch) | |
tree | ef82f47123fdda293d89565694304a741e653b03 /winsup/cygwin/fhandler_floppy.cc | |
parent | 6e75c72b89496ef702133a9b093f5bdadb5ca0e7 (diff) | |
download | newlib-bc837d22f3f2ee84cfa575ea1d33d8271d4e3450.zip newlib-bc837d22f3f2ee84cfa575ea1d33d8271d4e3450.tar.gz newlib-bc837d22f3f2ee84cfa575ea1d33d8271d4e3450.tar.bz2 |
Throughout, update copyrights to reflect dates which correspond to main-branch
checkins. Regularize copyright format.
Diffstat (limited to 'winsup/cygwin/fhandler_floppy.cc')
-rw-r--r-- | winsup/cygwin/fhandler_floppy.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/fhandler_floppy.cc b/winsup/cygwin/fhandler_floppy.cc index eaa7f6a..431a52a 100644 --- a/winsup/cygwin/fhandler_floppy.cc +++ b/winsup/cygwin/fhandler_floppy.cc @@ -1,8 +1,8 @@ /* fhandler_floppy.cc. See fhandler.h for a description of the fhandler classes. - Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, - 2009, 2011, 2012 Red Hat, Inc. + Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, + 2011, 2012 Red Hat, Inc. This file is part of Cygwin. |