diff options
Diffstat (limited to 'winsup/cygwin/include/netinet')
-rw-r--r-- | winsup/cygwin/include/netinet/in.h | 10 | ||||
-rw-r--r-- | winsup/cygwin/include/netinet/in_systm.h | 10 | ||||
-rw-r--r-- | winsup/cygwin/include/netinet/ip.h | 10 | ||||
-rw-r--r-- | winsup/cygwin/include/netinet/ip_icmp.h | 10 | ||||
-rw-r--r-- | winsup/cygwin/include/netinet/tcp.h | 10 |
5 files changed, 50 insertions, 0 deletions
diff --git a/winsup/cygwin/include/netinet/in.h b/winsup/cygwin/include/netinet/in.h index 8536f551e..7081282a7 100644 --- a/winsup/cygwin/include/netinet/in.h +++ b/winsup/cygwin/include/netinet/in.h @@ -1,3 +1,13 @@ +/* netinet/in.h + + Copyright 1998, 2001 Red Hat, Inc. + +This file is part of Cygwin. + +This software is a copyrighted work licensed under the terms of the +Cygwin license. Please consult the file "CYGWIN_LICENSE" for +details. */ + #ifndef _NETINET_IN_H #define _NETINET_IN_H diff --git a/winsup/cygwin/include/netinet/in_systm.h b/winsup/cygwin/include/netinet/in_systm.h index 959612279..17b5feb8d 100644 --- a/winsup/cygwin/include/netinet/in_systm.h +++ b/winsup/cygwin/include/netinet/in_systm.h @@ -1,3 +1,13 @@ +/* netinet/in_systm.h + + Copyright 2000, 2001 Red Hat, Inc. + +This file is part of Cygwin. + +This software is a copyrighted work licensed under the terms of the +Cygwin license. Please consult the file "CYGWIN_LICENSE" for +details. */ + #ifndef _NETINET_IN_SYSTM_H #define _NETINET_IN_SYSTM_H diff --git a/winsup/cygwin/include/netinet/ip.h b/winsup/cygwin/include/netinet/ip.h index f50d7da2b..33c59f87a 100644 --- a/winsup/cygwin/include/netinet/ip.h +++ b/winsup/cygwin/include/netinet/ip.h @@ -1,3 +1,13 @@ +/* netinet/ip.h + + Copyright 1998, 2001 Red Hat, Inc. + +This file is part of Cygwin. + +This software is a copyrighted work licensed under the terms of the +Cygwin license. Please consult the file "CYGWIN_LICENSE" for +details. */ + #ifndef _NETINET_IP_H #define _NETINET_IP_H diff --git a/winsup/cygwin/include/netinet/ip_icmp.h b/winsup/cygwin/include/netinet/ip_icmp.h index 547a03a85..6a1be053c 100644 --- a/winsup/cygwin/include/netinet/ip_icmp.h +++ b/winsup/cygwin/include/netinet/ip_icmp.h @@ -1,3 +1,13 @@ +/* netinet/ip_icmp.h + + Copyright 1998, 2001 Red Hat, Inc. + +This file is part of Cygwin. + +This software is a copyrighted work licensed under the terms of the +Cygwin license. Please consult the file "CYGWIN_LICENSE" for +details. */ + #ifndef _NETINET_IP_ICMP_H #define _NETINET_IP_ICMP_H diff --git a/winsup/cygwin/include/netinet/tcp.h b/winsup/cygwin/include/netinet/tcp.h index f1ef70107..eef9a6116 100644 --- a/winsup/cygwin/include/netinet/tcp.h +++ b/winsup/cygwin/include/netinet/tcp.h @@ -1,3 +1,13 @@ +/* netinet/tcp.h + + Copyright 2000, 2001 Red Hat, Inc. + +This file is part of Cygwin. + +This software is a copyrighted work licensed under the terms of the +Cygwin license. Please consult the file "CYGWIN_LICENSE" for +details. */ + #ifndef _NETINET_TCP_H #define _NETINET_TCP_H |