Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2001-03-06 00:29:24 +0300
committerCorinna Vinschen <corinna@vinschen.de>2001-03-06 00:29:24 +0300
commita887211b0012ee3ce20e1327bb0a6ed49719edf5 (patch)
tree434a50c50e9a03c6a74737bfef7fd75626cf9a1c /winsup/cygwin/include/sys
parent6249353a4c2f33021e7572435c811387cc98ac0c (diff)
* include/a.out.h: Add copyright hint.
* include/fcntl.h: Ditto. * include/lastlog.h: Ditto. * include/memory.h: Ditto. * include/mntent.h: Ditto. * include/paths.h: Ditto. * include/poll.h: Ditto. * include/syslog.h: Ditto. * include/termio.h: Ditto. * include/tzfile.h: Ditto. * include/arpa/inet.h: Ditto. * include/asm/byteorder.h: Ditto. * include/asm/socket.h: Ditto. * include/asm/types.h: Ditto. * include/cygwin/if.h: Ditto. * include/cygwin/mtio.h: Ditto. * include/cygwin/rdevio.h: Ditto. * include/cygwin/socket.h: Ditto. * include/net/if.h: Ditto. * include/netinet/in.h: Ditto. * include/netinet/in_systm.h: Ditto. * include/netinet/ip.h: Ditto. * include/netinet/ip_icmp.h: Ditto. * include/netinet/tcp.h: Ditto. * include/sys/cdefs.h: Ditto. * include/sys/cygwin.h: Ditto. * include/sys/ioctl.h: Ditto. * include/sys/mman.h: Ditto. * include/sys/mount.h: Ditto. * include/sys/mtio.h: Ditto. * include/sys/procfs.h: Ditto. * include/sys/resource.h: Ditto. * include/sys/smallprint.h: Ditto. * include/sys/socket.h: Ditto. * include/sys/strace.h: Ditto. * include/sys/syslog.h: Ditto. * include/sys/sysmacros.h: Ditto. * include/sys/termio.h: Ditto. * include/sys/termios.h: Ditto. * include/sys/uio.h: Ditto. * include/sys/un.h: Ditto. * include/sys/utsname.h: Ditto. * include/sys/vfs.h: Ditto. * include/sys/wait.h: Ditto. * regexp/regerror.c: Ditto. * regexp/regexp.h: Ditto. * regexp/regmagic.h: Ditto.
Diffstat (limited to 'winsup/cygwin/include/sys')
-rw-r--r--winsup/cygwin/include/sys/cdefs.h10
-rw-r--r--winsup/cygwin/include/sys/cygwin.h10
-rw-r--r--winsup/cygwin/include/sys/ioctl.h10
-rw-r--r--winsup/cygwin/include/sys/mman.h10
-rw-r--r--winsup/cygwin/include/sys/mount.h10
-rw-r--r--winsup/cygwin/include/sys/mtio.h10
-rw-r--r--winsup/cygwin/include/sys/procfs.h10
-rw-r--r--winsup/cygwin/include/sys/resource.h10
-rw-r--r--winsup/cygwin/include/sys/smallprint.h10
-rw-r--r--winsup/cygwin/include/sys/socket.h10
-rw-r--r--winsup/cygwin/include/sys/strace.h10
-rw-r--r--winsup/cygwin/include/sys/syslog.h10
-rw-r--r--winsup/cygwin/include/sys/sysmacros.h10
-rw-r--r--winsup/cygwin/include/sys/termio.h10
-rw-r--r--winsup/cygwin/include/sys/termios.h10
-rw-r--r--winsup/cygwin/include/sys/uio.h10
-rw-r--r--winsup/cygwin/include/sys/un.h10
-rw-r--r--winsup/cygwin/include/sys/utsname.h10
-rw-r--r--winsup/cygwin/include/sys/vfs.h10
-rw-r--r--winsup/cygwin/include/sys/wait.h10
20 files changed, 200 insertions, 0 deletions
diff --git a/winsup/cygwin/include/sys/cdefs.h b/winsup/cygwin/include/sys/cdefs.h
index bb99f7d0b..57bf89bef 100644
--- a/winsup/cygwin/include/sys/cdefs.h
+++ b/winsup/cygwin/include/sys/cdefs.h
@@ -1,3 +1,13 @@
+/* sys/cdefs.h
+
+ Copyright 1998, 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 _SYS_CDEFS_H
#define _SYS_CDEFS_H
#ifdef __cplusplus
diff --git a/winsup/cygwin/include/sys/cygwin.h b/winsup/cygwin/include/sys/cygwin.h
index daab7795d..bca09f7b8 100644
--- a/winsup/cygwin/include/sys/cygwin.h
+++ b/winsup/cygwin/include/sys/cygwin.h
@@ -1,3 +1,13 @@
+/* sys/cygwin.h
+
+ Copyright 1997, 1998, 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 _SYS_CYGWIN_H
#define _SYS_CYGWIN_H
diff --git a/winsup/cygwin/include/sys/ioctl.h b/winsup/cygwin/include/sys/ioctl.h
index 8164de85e..93f73a69c 100644
--- a/winsup/cygwin/include/sys/ioctl.h
+++ b/winsup/cygwin/include/sys/ioctl.h
@@ -1,3 +1,13 @@
+/* sys/ioctl.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. */
+
/* sys/ioctl.h */
#ifndef _SYS_IOCTL_H
diff --git a/winsup/cygwin/include/sys/mman.h b/winsup/cygwin/include/sys/mman.h
index 244dcdb39..70c003589 100644
--- a/winsup/cygwin/include/sys/mman.h
+++ b/winsup/cygwin/include/sys/mman.h
@@ -1,3 +1,13 @@
+/* sys/mman.h
+
+ Copyright 1996, 1997, 1998, 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 _SYS_MMAN_H_
#define _SYS_MMAN_H_
diff --git a/winsup/cygwin/include/sys/mount.h b/winsup/cygwin/include/sys/mount.h
index 04341f8d6..00b7a0137 100644
--- a/winsup/cygwin/include/sys/mount.h
+++ b/winsup/cygwin/include/sys/mount.h
@@ -1,3 +1,13 @@
+/* sys/mount.h
+
+ Copyright 1998, 1999, 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 _SYS_MOUNT_H
#define _SYS_MOUNT_H
diff --git a/winsup/cygwin/include/sys/mtio.h b/winsup/cygwin/include/sys/mtio.h
index af75e40b2..84812bdc9 100644
--- a/winsup/cygwin/include/sys/mtio.h
+++ b/winsup/cygwin/include/sys/mtio.h
@@ -1,3 +1,13 @@
+/* sys/mtio.h
+
+ Copyright 1999, 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. */
+
/* sys/mtio.h header file for Cygwin. */
#ifndef _SYS_MTIO_H
diff --git a/winsup/cygwin/include/sys/procfs.h b/winsup/cygwin/include/sys/procfs.h
index 9b601b377..78485f678 100644
--- a/winsup/cygwin/include/sys/procfs.h
+++ b/winsup/cygwin/include/sys/procfs.h
@@ -1,3 +1,13 @@
+/* sys/procfs.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. */
+
/* sys/procfs.h header file for Cygwin. */
#ifndef _SYS_PROCFS_H
diff --git a/winsup/cygwin/include/sys/resource.h b/winsup/cygwin/include/sys/resource.h
index c3fd5a9db..c68a206e1 100644
--- a/winsup/cygwin/include/sys/resource.h
+++ b/winsup/cygwin/include/sys/resource.h
@@ -1,3 +1,13 @@
+/* sys/resource.h
+
+ Copyright 1997, 1998, 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 _SYS_RESOURCE_H_
#define _SYS_RESOURCE_H_
diff --git a/winsup/cygwin/include/sys/smallprint.h b/winsup/cygwin/include/sys/smallprint.h
index 617e12a8c..9593d4d10 100644
--- a/winsup/cygwin/include/sys/smallprint.h
+++ b/winsup/cygwin/include/sys/smallprint.h
@@ -1,3 +1,13 @@
+/* sys/smallprint.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 _SYS_SMALLPRINT_H
#define _SYS_SMALLPRINT_H
diff --git a/winsup/cygwin/include/sys/socket.h b/winsup/cygwin/include/sys/socket.h
index 70ec1fb27..ca76419eb 100644
--- a/winsup/cygwin/include/sys/socket.h
+++ b/winsup/cygwin/include/sys/socket.h
@@ -1,3 +1,13 @@
+/* sys/socket.h
+
+ Copyright 1996-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 _SYS_SOCKET_H
#define _SYS_SOCKET_H
diff --git a/winsup/cygwin/include/sys/strace.h b/winsup/cygwin/include/sys/strace.h
index 66f2c2cff..b5cf77573 100644
--- a/winsup/cygwin/include/sys/strace.h
+++ b/winsup/cygwin/include/sys/strace.h
@@ -1,3 +1,13 @@
+/* sys/strace.h
+
+ Copyright 1996-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. */
+
/* sys/strace.h */
/* This file contains routines for tracing system calls and other internal
diff --git a/winsup/cygwin/include/sys/syslog.h b/winsup/cygwin/include/sys/syslog.h
index 3186804a5..f3195175e 100644
--- a/winsup/cygwin/include/sys/syslog.h
+++ b/winsup/cygwin/include/sys/syslog.h
@@ -1,3 +1,13 @@
+/* sys/syslog.h
+
+ Copyright 1996, 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 _SYS_LOG_H
#define _SYS_LOG_H
diff --git a/winsup/cygwin/include/sys/sysmacros.h b/winsup/cygwin/include/sys/sysmacros.h
index ecf3a3ae7..cc3a69160 100644
--- a/winsup/cygwin/include/sys/sysmacros.h
+++ b/winsup/cygwin/include/sys/sysmacros.h
@@ -1,3 +1,13 @@
+/* sys/sysmacros.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 _SYS_SYSMACROS_H
#define _SYS_SYSMACROS_H
diff --git a/winsup/cygwin/include/sys/termio.h b/winsup/cygwin/include/sys/termio.h
index 75b815146..87f2eb461 100644
--- a/winsup/cygwin/include/sys/termio.h
+++ b/winsup/cygwin/include/sys/termio.h
@@ -1,2 +1,12 @@
+/* sys/termio.h
+
+ Copyright 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. */
+
#include <sys/termios.h>
diff --git a/winsup/cygwin/include/sys/termios.h b/winsup/cygwin/include/sys/termios.h
index b0dc2e4f3..a87f10627 100644
--- a/winsup/cygwin/include/sys/termios.h
+++ b/winsup/cygwin/include/sys/termios.h
@@ -1,3 +1,13 @@
+/* sys/termios.h
+
+ Copyright 1997, 1998, 1999, 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. */
+
/* sys/termios.h */
#ifndef _SYS_TERMIOS_H
diff --git a/winsup/cygwin/include/sys/uio.h b/winsup/cygwin/include/sys/uio.h
index 5309a79db..d355ac5b6 100644
--- a/winsup/cygwin/include/sys/uio.h
+++ b/winsup/cygwin/include/sys/uio.h
@@ -1,3 +1,13 @@
+/* sys/uio.h
+
+ Copyright 1996, 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 _UIO_H_
#define _UIO_H_
diff --git a/winsup/cygwin/include/sys/un.h b/winsup/cygwin/include/sys/un.h
index 6f49c7b06..25588e2b2 100644
--- a/winsup/cygwin/include/sys/un.h
+++ b/winsup/cygwin/include/sys/un.h
@@ -1,3 +1,13 @@
+/* sys/un.h
+
+ Copyright 1999, 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 _SYS_UN_H
#define _SYS_UN_H
diff --git a/winsup/cygwin/include/sys/utsname.h b/winsup/cygwin/include/sys/utsname.h
index bbfa9a6d0..bb770c0f1 100644
--- a/winsup/cygwin/include/sys/utsname.h
+++ b/winsup/cygwin/include/sys/utsname.h
@@ -1,3 +1,13 @@
+/* sys/utsname.h
+
+ Copyright 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 _SYS_UTSNAME_H
#define _SYS_UTSNAME_H
diff --git a/winsup/cygwin/include/sys/vfs.h b/winsup/cygwin/include/sys/vfs.h
index 4d3b0b6e0..f0f3eb96c 100644
--- a/winsup/cygwin/include/sys/vfs.h
+++ b/winsup/cygwin/include/sys/vfs.h
@@ -1,3 +1,13 @@
+/* sys/vfs.h
+
+ Copyright 1997, 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 _SYS_VFS_H_
#define _SYS_VFS_H_
diff --git a/winsup/cygwin/include/sys/wait.h b/winsup/cygwin/include/sys/wait.h
index a9648eec2..9dd8bf7dc 100644
--- a/winsup/cygwin/include/sys/wait.h
+++ b/winsup/cygwin/include/sys/wait.h
@@ -1,3 +1,13 @@
+/* sys/wait.h
+
+ Copyright 1997, 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 _SYS_WAIT_H
#define _SYS_WAIT_H