diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2016-06-25 13:36:52 +0200 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2016-06-25 13:36:52 +0200 |
commit | 6ef3cc7da3240bf605a9fa912f14bcd297fd807f (patch) | |
tree | 7dc8ad7f5f03e353b9b3254748dc778afa8595a4 | |
parent | 2a18fb4b94584e230531cf642270adcfc49c10cd (diff) | |
download | cygnal-6ef3cc7da3240bf605a9fa912f14bcd297fd807f.tar.gz cygnal-6ef3cc7da3240bf605a9fa912f14bcd297fd807f.tar.bz2 cygnal-6ef3cc7da3240bf605a9fa912f14bcd297fd807f.zip |
Remove leftover useless copyright hints
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r-- | winsup/cygwin/cygthread.h | 3 | ||||
-rw-r--r-- | winsup/cygwin/devices.h | 3 | ||||
-rw-r--r-- | winsup/cygwin/include/sys/param.h | 3 | ||||
-rw-r--r-- | winsup/cygwin/include/sys/wait.h | 3 | ||||
-rw-r--r-- | winsup/cygwin/pipe.cc | 3 |
5 files changed, 0 insertions, 15 deletions
diff --git a/winsup/cygwin/cygthread.h b/winsup/cygwin/cygthread.h index f0b5f733e..f3b0bf00d 100644 --- a/winsup/cygwin/cygthread.h +++ b/winsup/cygwin/cygthread.h @@ -1,8 +1,5 @@ /* cygthread.h - Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2010, 2011 Red - Hat, Inc. - This software is a copyrighted work licensed under the terms of the Cygwin license. Please consult the file "CYGWIN_LICENSE" for details. */ diff --git a/winsup/cygwin/devices.h b/winsup/cygwin/devices.h index 8d2b3edce..5fb3396c0 100644 --- a/winsup/cygwin/devices.h +++ b/winsup/cygwin/devices.h @@ -1,8 +1,5 @@ /* devices.h - Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2011, 2012 Red - Hat, Inc. - This file is part of Cygwin. This software is a copyrighted work licensed under the terms of the diff --git a/winsup/cygwin/include/sys/param.h b/winsup/cygwin/include/sys/param.h index ff0517627..63de726e6 100644 --- a/winsup/cygwin/include/sys/param.h +++ b/winsup/cygwin/include/sys/param.h @@ -1,8 +1,5 @@ /* sys/param.h - Copyright 1996, 1997, 1998, 2002, 2003, 2005, 2007, 2009, 2011, 2012 Red - Hat, Inc. - This software is a copyrighted work licensed under the terms of the Cygwin license. Please consult the file "CYGWIN_LICENSE" for details. */ diff --git a/winsup/cygwin/include/sys/wait.h b/winsup/cygwin/include/sys/wait.h index 19f599c1b..69e1b9d9b 100644 --- a/winsup/cygwin/include/sys/wait.h +++ b/winsup/cygwin/include/sys/wait.h @@ -1,8 +1,5 @@ /* sys/wait.h - Copyright 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2006, 2011, 2012 Red - Hat, Inc. - This file is part of Cygwin. This software is a copyrighted work licensed under the terms of the diff --git a/winsup/cygwin/pipe.cc b/winsup/cygwin/pipe.cc index 5f4df131b..79b796631 100644 --- a/winsup/cygwin/pipe.cc +++ b/winsup/cygwin/pipe.cc @@ -1,8 +1,5 @@ /* pipe.cc: pipe for Cygwin. - Copyright 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009, 2010, 2011, 2012, 2013, 2015 Hat, Inc. - This file is part of Cygwin. This software is a copyrighted work licensed under the terms of the |