summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/lib
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/lib')
-rw-r--r--winsup/cygwin/lib/_cygwin_crt0_common.cc3
-rw-r--r--winsup/cygwin/lib/atexit.c2
-rw-r--r--winsup/cygwin/lib/crt0.h2
-rw-r--r--winsup/cygwin/lib/cygwin_attach_dll.c2
-rw-r--r--winsup/cygwin/lib/cygwin_crt0.c2
-rw-r--r--winsup/cygwin/lib/dll_entry.c2
-rw-r--r--winsup/cygwin/lib/dll_main.cc2
-rw-r--r--winsup/cygwin/lib/dso_handle.c2
-rw-r--r--winsup/cygwin/lib/libcmain.c2
-rw-r--r--winsup/cygwin/lib/premain0.c2
-rw-r--r--winsup/cygwin/lib/premain1.c2
-rw-r--r--winsup/cygwin/lib/premain2.c2
-rw-r--r--winsup/cygwin/lib/premain3.c2
13 files changed, 0 insertions, 27 deletions
diff --git a/winsup/cygwin/lib/_cygwin_crt0_common.cc b/winsup/cygwin/lib/_cygwin_crt0_common.cc
index 50785d7a0..612aa123d 100644
--- a/winsup/cygwin/lib/_cygwin_crt0_common.cc
+++ b/winsup/cygwin/lib/_cygwin_crt0_common.cc
@@ -1,8 +1,5 @@
/* _cygwin_crt0_common.cc: common crt0 function for cygwin crt0's.
- Copyright 2000, 2001, 2002, 2003, 2004, 2009, 2010, 2011, 2012, 2013
- 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/lib/atexit.c b/winsup/cygwin/lib/atexit.c
index a2dec6267..067c64eae 100644
--- a/winsup/cygwin/lib/atexit.c
+++ b/winsup/cygwin/lib/atexit.c
@@ -1,7 +1,5 @@
/* atexit.c: atexit entry point
- Copyright 2014 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/lib/crt0.h b/winsup/cygwin/lib/crt0.h
index d289e7824..c551de78f 100644
--- a/winsup/cygwin/lib/crt0.h
+++ b/winsup/cygwin/lib/crt0.h
@@ -1,7 +1,5 @@
/* crt0.h: header file for crt0.
- Copyright 2000, 2001, 2008, 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/lib/cygwin_attach_dll.c b/winsup/cygwin/lib/cygwin_attach_dll.c
index 543073c89..866bfd80f 100644
--- a/winsup/cygwin/lib/cygwin_attach_dll.c
+++ b/winsup/cygwin/lib/cygwin_attach_dll.c
@@ -1,7 +1,5 @@
/* attach_dll.cc: crt0 for attaching cygwin DLL from a non-cygwin app.
- Copyright 2000, 2001, 2007, 2010 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/lib/cygwin_crt0.c b/winsup/cygwin/lib/cygwin_crt0.c
index 952ae28b7..776e7e8de 100644
--- a/winsup/cygwin/lib/cygwin_crt0.c
+++ b/winsup/cygwin/lib/cygwin_crt0.c
@@ -1,7 +1,5 @@
/* cygwin_crt0.c: crt0 for cygwin
- Copyright 2000, 2001, 2007, 2008, 2009, 2011 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/lib/dll_entry.c b/winsup/cygwin/lib/dll_entry.c
index 781f6a3ea..d0c390dde 100644
--- a/winsup/cygwin/lib/dll_entry.c
+++ b/winsup/cygwin/lib/dll_entry.c
@@ -1,7 +1,5 @@
/* dll_entry.cc: Provide the default user DLL linker entry point.
- Copyright 1998, 2000, 2001 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/lib/dll_main.cc b/winsup/cygwin/lib/dll_main.cc
index 558c3485b..2e8b410eb 100644
--- a/winsup/cygwin/lib/dll_main.cc
+++ b/winsup/cygwin/lib/dll_main.cc
@@ -1,7 +1,5 @@
/* dll_main.cc: Provide the DllMain stub that the user can override.
- Copyright 1998, 2000, 2001, 2009, 2010 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/lib/dso_handle.c b/winsup/cygwin/lib/dso_handle.c
index c3069b732..25572bf36 100644
--- a/winsup/cygwin/lib/dso_handle.c
+++ b/winsup/cygwin/lib/dso_handle.c
@@ -1,7 +1,5 @@
/* dso_handle.c: Provide default __dso_handle.
- Copyright 2014 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/lib/libcmain.c b/winsup/cygwin/lib/libcmain.c
index 73c698d31..e796d3b63 100644
--- a/winsup/cygwin/lib/libcmain.c
+++ b/winsup/cygwin/lib/libcmain.c
@@ -1,7 +1,5 @@
/* libcmain.c
- Copyright 1996, 1997, 1998, 2000, 2001, 2004, 2006, 2009 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/lib/premain0.c b/winsup/cygwin/lib/premain0.c
index 20e4e7712..5c3b1cb3c 100644
--- a/winsup/cygwin/lib/premain0.c
+++ b/winsup/cygwin/lib/premain0.c
@@ -1,7 +1,5 @@
/* premain0.c
- Copyright 2000, 2013 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/lib/premain1.c b/winsup/cygwin/lib/premain1.c
index e30d11265..557d1f836 100644
--- a/winsup/cygwin/lib/premain1.c
+++ b/winsup/cygwin/lib/premain1.c
@@ -1,7 +1,5 @@
/* premain1.c
- Copyright 2000, 2013 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/lib/premain2.c b/winsup/cygwin/lib/premain2.c
index 437562dc5..e5d5a1efb 100644
--- a/winsup/cygwin/lib/premain2.c
+++ b/winsup/cygwin/lib/premain2.c
@@ -1,7 +1,5 @@
/* premain2.c
- Copyright 2000, 2013 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/lib/premain3.c b/winsup/cygwin/lib/premain3.c
index b37758600..6440ea825 100644
--- a/winsup/cygwin/lib/premain3.c
+++ b/winsup/cygwin/lib/premain3.c
@@ -1,7 +1,5 @@
/* premain3.c
- Copyright 2000, 2013 Red Hat, Inc.
-
This file is part of Cygwin.
This software is a copyrighted work licensed under the terms of the