From 286b072a89eb7f94a1c7ffbc999acbf8bf485f6f Mon Sep 17 00:00:00 2001 From: Gitea Date: Wed, 16 Dec 2020 14:26:16 -0600 Subject: [PATCH] Added a shitton of headers to the headers --- include/aio.h | 11 +++++++++++ include/assert.h | 11 +++++++++++ include/cpio.h | 11 +++++++++++ include/ctype.h | 11 +++++++++++ include/float.h | 11 +++++++++++ include/fmtmsg.h | 11 +++++++++++ include/fnmatch.h | 11 +++++++++++ include/grp.h | 11 +++++++++++ include/iconv.h | 11 +++++++++++ include/netinet/in.h | 11 +++++++++++ include/sys/io.h | 11 +++++++++++ include/sys/utsname.h | 11 +++++++++++ include/syslog.h | 11 +++++++++++ include/tar.h | 11 +++++++++++ include/time.h | 11 +++++++++++ include/types/blkcnt_t.h | 11 +++++++++++ include/types/blksize_t.h | 11 +++++++++++ include/types/clock_t.h | 11 +++++++++++ include/types/clockid_t.h | 11 +++++++++++ include/types/dev_t.h | 11 +++++++++++ include/types/fsblkcnt_t.h | 11 +++++++++++ include/types/fsfilcnt_t.h | 11 +++++++++++ include/types/gid_t.h | 11 +++++++++++ include/types/id_t.h | 11 +++++++++++ include/types/ino_t.h | 11 +++++++++++ include/types/locale_t.h | 11 +++++++++++ include/types/mode_t.h | 11 +++++++++++ include/types/nlink_t.h | 11 +++++++++++ include/types/off_t.h | 11 +++++++++++ include/types/pid_t.h | 11 +++++++++++ include/types/ptrdiff_t.h | 11 +++++++++++ include/types/sa_family_t.h | 11 +++++++++++ include/types/size_t.h | 11 +++++++++++ include/types/ssize_t.h | 11 +++++++++++ include/types/suseconds_t.h | 11 +++++++++++ include/types/time_t.h | 11 +++++++++++ include/types/timer_t.h | 11 +++++++++++ include/types/uid_t.h | 11 +++++++++++ include/types/wchar_t.h | 11 +++++++++++ 39 files changed, 429 insertions(+) diff --git a/include/aio.h b/include/aio.h index 3590c83..18ec508 100644 --- a/include/aio.h +++ b/include/aio.h @@ -1,3 +1,14 @@ +/* + * - asynchronous IO + * + * This header is a part of the FENIX C Library and is free software. + * You can redistribute and/or modify it subject to the terms of the + * Clumsy Wolf Public License v4. For more details, see the file COPYING. + * + * The FENIX C Library is distributed WITH NO WARRANTY WHATSOEVER. See + * The CWPL for more details. + */ + #ifndef _AIO_H #define _AIO_H diff --git a/include/assert.h b/include/assert.h index 8d5b7f0..f621106 100644 --- a/include/assert.h +++ b/include/assert.h @@ -1,3 +1,14 @@ +/* + * - make assertions + * + * This header is a part of the FENIX C Library and is free software. + * You can redistribute and/or modify it subject to the terms of the + * Clumsy Wolf Public License v4. For more details, see the file COPYING. + * + * The FENIX C Library is distributed WITH NO WARRANTY WHATSOEVER. See + * The CWPL for more details. + */ + #ifndef _ASSERT_H #define _ASSERT_H diff --git a/include/cpio.h b/include/cpio.h index f15c5f4..7f0ae31 100644 --- a/include/cpio.h +++ b/include/cpio.h @@ -1,3 +1,14 @@ +/* + * - values for CPIO archives + * + * This header is a part of the FENIX C Library and is free software. + * You can redistribute and/or modify it subject to the terms of the + * Clumsy Wolf Public License v4. For more details, see the file COPYING. + * + * The FENIX C Library is distributed WITH NO WARRANTY WHATSOEVER. See + * The CWPL for more details. + */ + #ifndef _CPIO_H #define _CPIO_H diff --git a/include/ctype.h b/include/ctype.h index 7c2a010..a308e77 100644 --- a/include/ctype.h +++ b/include/ctype.h @@ -1,3 +1,14 @@ +/* + * - character types + * + * This header is a part of the FENIX C Library and is free software. + * You can redistribute and/or modify it subject to the terms of the + * Clumsy Wolf Public License v4. For more details, see the file COPYING. + * + * The FENIX C Library is distributed WITH NO WARRANTY WHATSOEVER. See + * The CWPL for more details. + */ + #ifndef _CTYPE_H #define _CTYPE_H diff --git a/include/float.h b/include/float.h index a6b4d6c..bf56581 100644 --- a/include/float.h +++ b/include/float.h @@ -1,3 +1,14 @@ +/* + * - floating point stuffs + * + * This header is a part of the FENIX C Library and is free software. + * You can redistribute and/or modify it subject to the terms of the + * Clumsy Wolf Public License v4. For more details, see the file COPYING. + * + * The FENIX C Library is distributed WITH NO WARRANTY WHATSOEVER. See + * The CWPL for more details. + */ + #ifndef _FLOAT_H #define _FLOAT_H diff --git a/include/fmtmsg.h b/include/fmtmsg.h index a2cae15..961a987 100644 --- a/include/fmtmsg.h +++ b/include/fmtmsg.h @@ -1,3 +1,14 @@ +/* + * - message display structures + * + * This header is a part of the FENIX C Library and is free software. + * You can redistribute and/or modify it subject to the terms of the + * Clumsy Wolf Public License v4. For more details, see the file COPYING. + * + * The FENIX C Library is distributed WITH NO WARRANTY WHATSOEVER. See + * The CWPL for more details. + */ + #ifndef _FMTMSG_H #define _FMTMSG_H diff --git a/include/fnmatch.h b/include/fnmatch.h index ada2bc9..3244f12 100644 --- a/include/fnmatch.h +++ b/include/fnmatch.h @@ -1,3 +1,14 @@ +/* + * - filename matching + * + * This header is a part of the FENIX C Library and is free software. + * You can redistribute and/or modify it subject to the terms of the + * Clumsy Wolf Public License v4. For more details, see the file COPYING. + * + * The FENIX C Library is distributed WITH NO WARRANTY WHATSOEVER. See + * The CWPL for more details. + */ + #ifndef _FNMATCH_H #define _FNMATCH_H diff --git a/include/grp.h b/include/grp.h index a55f18c..4572f66 100644 --- a/include/grp.h +++ b/include/grp.h @@ -1,3 +1,14 @@ +/* + * - group stuffs + * + * This header is a part of the FENIX C Library and is free software. + * You can redistribute and/or modify it subject to the terms of the + * Clumsy Wolf Public License v4. For more details, see the file COPYING. + * + * The FENIX C Library is distributed WITH NO WARRANTY WHATSOEVER. See + * The CWPL for more details. + */ + #ifndef _GRP_H #define _GRP_H diff --git a/include/iconv.h b/include/iconv.h index 5552660..40ab1d2 100644 --- a/include/iconv.h +++ b/include/iconv.h @@ -1,3 +1,14 @@ +/* + * - codeset conversion + * + * This header is a part of the FENIX C Library and is free software. + * You can redistribute and/or modify it subject to the terms of the + * Clumsy Wolf Public License v4. For more details, see the file COPYING. + * + * The FENIX C Library is distributed WITH NO WARRANTY WHATSOEVER. See + * The CWPL for more details. + */ + #ifndef _ICONV_H #define _ICONV_H diff --git a/include/netinet/in.h b/include/netinet/in.h index 8138a72..6d63ca3 100644 --- a/include/netinet/in.h +++ b/include/netinet/in.h @@ -1,3 +1,14 @@ +/* + * - internet address stuff + * + * This header is a part of the FENIX C Library and is free software. + * You can redistribute and/or modify it subject to the terms of the + * Clumsy Wolf Public License v4. For more details, see the file COPYING. + * + * The FENIX C Library is distributed WITH NO WARRANTY WHATSOEVER. See + * The CWPL for more details. + */ + #ifndef _NETINET_IN_H #define _NETINET_IN_H diff --git a/include/sys/io.h b/include/sys/io.h index 6afa261..9b7cb1e 100644 --- a/include/sys/io.h +++ b/include/sys/io.h @@ -1,3 +1,14 @@ +/* + * - very low level IO + * + * This header is a part of the FENIX C Library and is free software. + * You can redistribute and/or modify it subject to the terms of the + * Clumsy Wolf Public License v4. For more details, see the file COPYING. + * + * The FENIX C Library is distributed WITH NO WARRANTY WHATSOEVER. See + * The CWPL for more details. + */ + #ifndef _SYS_IO_H #define _SYS_IO_H diff --git a/include/sys/utsname.h b/include/sys/utsname.h index 08c981f..5f8fc15 100644 --- a/include/sys/utsname.h +++ b/include/sys/utsname.h @@ -1,3 +1,14 @@ +/* + * - system information + * + * This header is a part of the FENIX C Library and is free software. + * You can redistribute and/or modify it subject to the terms of the + * Clumsy Wolf Public License v4. For more details, see the file COPYING. + * + * The FENIX C Library is distributed WITH NO WARRANTY WHATSOEVER. See + * The CWPL for more details. + */ + #ifndef _SYS_UTSNAME_H #define _SYS_UTSNAME_H diff --git a/include/syslog.h b/include/syslog.h index a6b07ed..8a148cf 100644 --- a/include/syslog.h +++ b/include/syslog.h @@ -1,3 +1,14 @@ +/* + * - system error logging + * + * This header is a part of the FENIX C Library and is free software. + * You can redistribute and/or modify it subject to the terms of the + * Clumsy Wolf Public License v4. For more details, see the file COPYING. + * + * The FENIX C Library is distributed WITH NO WARRANTY WHATSOEVER. See + * The CWPL for more details. + */ + #ifndef _SYSLOG_H #define _SYSLOG_H diff --git a/include/tar.h b/include/tar.h index d96b159..143fb6e 100644 --- a/include/tar.h +++ b/include/tar.h @@ -1,3 +1,14 @@ +/* + * - tar definitions + * + * This header is a part of the FENIX C Library and is free software. + * You can redistribute and/or modify it subject to the terms of the + * Clumsy Wolf Public License v4. For more details, see the file COPYING. + * + * The FENIX C Library is distributed WITH NO WARRANTY WHATSOEVER. See + * The CWPL for more details. + */ + #ifndef _TAR_H #define _TAR_H diff --git a/include/time.h b/include/time.h index 9323d44..284932a 100644 --- a/include/time.h +++ b/include/time.h @@ -1,3 +1,14 @@ +/* + * - time stuffs + * + * This header is a part of the FENIX C Library and is free software. + * You can redistribute and/or modify it subject to the terms of the + * Clumsy Wolf Public License v4. For more details, see the file COPYING. + * + * The FENIX C Library is distributed WITH NO WARRANTY WHATSOEVER. See + * The CWPL for more details. + */ + #ifndef _TIME_H #define _TIME_H diff --git a/include/types/blkcnt_t.h b/include/types/blkcnt_t.h index 76319bb..ebea0a4 100644 --- a/include/types/blkcnt_t.h +++ b/include/types/blkcnt_t.h @@ -1,3 +1,14 @@ +/* + * - file block count type + * + * This header is a part of the FENIX C Library and is free software. + * You can redistribute and/or modify it subject to the terms of the + * Clumsy Wolf Public License v4. For more details, see the file COPYING. + * + * The FENIX C Library is distributed WITH NO WARRANTY WHATSOEVER. See + * The CWPL for more details. + */ + #ifndef _TYPES_BLKCNT_T_H #define _TYPES_BLKCNT_T_H diff --git a/include/types/blksize_t.h b/include/types/blksize_t.h index 595a44d..2189605 100644 --- a/include/types/blksize_t.h +++ b/include/types/blksize_t.h @@ -1,3 +1,14 @@ +/* + * - block size type + * + * This header is a part of the FENIX C Library and is free software. + * You can redistribute and/or modify it subject to the terms of the + * Clumsy Wolf Public License v4. For more details, see the file COPYING. + * + * The FENIX C Library is distributed WITH NO WARRANTY WHATSOEVER. See + * The CWPL for more details. + */ + #ifndef _TYPES_BLKSIZE_T_H #define _TYPES_BLKSIZE_T_H diff --git a/include/types/clock_t.h b/include/types/clock_t.h index 1d4cbc7..2bc0af1 100644 --- a/include/types/clock_t.h +++ b/include/types/clock_t.h @@ -1,3 +1,14 @@ +/* + * - system time type + * + * This header is a part of the FENIX C Library and is free software. + * You can redistribute and/or modify it subject to the terms of the + * Clumsy Wolf Public License v4. For more details, see the file COPYING. + * + * The FENIX C Library is distributed WITH NO WARRANTY WHATSOEVER. See + * The CWPL for more details. + */ + #ifndef _TYPES_CLOCK_T_H #define _TYPES_CLOCK_T_H diff --git a/include/types/clockid_t.h b/include/types/clockid_t.h index 52ef0b2..b756a75 100644 --- a/include/types/clockid_t.h +++ b/include/types/clockid_t.h @@ -1,3 +1,14 @@ +/* + * - clock ID for clock and timer functions + * + * This header is a part of the FENIX C Library and is free software. + * You can redistribute and/or modify it subject to the terms of the + * Clumsy Wolf Public License v4. For more details, see the file COPYING. + * + * The FENIX C Library is distributed WITH NO WARRANTY WHATSOEVER. See + * The CWPL for more details. + */ + #ifndef _TYPES_CLOCKID_T_H #define _TYPES_CLOCKID_T_H diff --git a/include/types/dev_t.h b/include/types/dev_t.h index cca8285..ccd269e 100644 --- a/include/types/dev_t.h +++ b/include/types/dev_t.h @@ -1,3 +1,14 @@ +/* + * - device IDs + * + * This header is a part of the FENIX C Library and is free software. + * You can redistribute and/or modify it subject to the terms of the + * Clumsy Wolf Public License v4. For more details, see the file COPYING. + * + * The FENIX C Library is distributed WITH NO WARRANTY WHATSOEVER. See + * The CWPL for more details. + */ + #ifndef _TYPES_DEV_T_H #define _TYPES_DEV_T_H diff --git a/include/types/fsblkcnt_t.h b/include/types/fsblkcnt_t.h index 5bf35d6..0a9b642 100644 --- a/include/types/fsblkcnt_t.h +++ b/include/types/fsblkcnt_t.h @@ -1,3 +1,14 @@ +/* + * - file system block count type + * + * This header is a part of the FENIX C Library and is free software. + * You can redistribute and/or modify it subject to the terms of the + * Clumsy Wolf Public License v4. For more details, see the file COPYING. + * + * The FENIX C Library is distributed WITH NO WARRANTY WHATSOEVER. See + * The CWPL for more details. + */ + #ifndef _TYPES_FSBLKCNT_T_H #define _TYPES_FSBLKCNT_T_H diff --git a/include/types/fsfilcnt_t.h b/include/types/fsfilcnt_t.h index e875075..8ded7f6 100644 --- a/include/types/fsfilcnt_t.h +++ b/include/types/fsfilcnt_t.h @@ -1,3 +1,14 @@ +/* + * - filesystem file count type + * + * This header is a part of the FENIX C Library and is free software. + * You can redistribute and/or modify it subject to the terms of the + * Clumsy Wolf Public License v4. For more details, see the file COPYING. + * + * The FENIX C Library is distributed WITH NO WARRANTY WHATSOEVER. See + * The CWPL for more details. + */ + #ifndef _TYPES_FSFILCNT_T_H #define _TYPES_FSFILCNT_T_H diff --git a/include/types/gid_t.h b/include/types/gid_t.h index 26645a8..d7b1c73 100644 --- a/include/types/gid_t.h +++ b/include/types/gid_t.h @@ -1,3 +1,14 @@ +/* + * - group ID type + * + * This header is a part of the FENIX C Library and is free software. + * You can redistribute and/or modify it subject to the terms of the + * Clumsy Wolf Public License v4. For more details, see the file COPYING. + * + * The FENIX C Library is distributed WITH NO WARRANTY WHATSOEVER. See + * The CWPL for more details. + */ + #ifndef _TYPES_GID_T_H #define _TYPES_GID_T_H diff --git a/include/types/id_t.h b/include/types/id_t.h index 9a5d5f5..6498149 100644 --- a/include/types/id_t.h +++ b/include/types/id_t.h @@ -1,3 +1,14 @@ +/* + * - generic ID type + * + * This header is a part of the FENIX C Library and is free software. + * You can redistribute and/or modify it subject to the terms of the + * Clumsy Wolf Public License v4. For more details, see the file COPYING. + * + * The FENIX C Library is distributed WITH NO WARRANTY WHATSOEVER. See + * The CWPL for more details. + */ + #ifndef _TYPES_ID_T_H #define _TYPES_ID_T_H diff --git a/include/types/ino_t.h b/include/types/ino_t.h index 5f2b45f..6322b71 100644 --- a/include/types/ino_t.h +++ b/include/types/ino_t.h @@ -1,3 +1,14 @@ +/* + * - file serial number type + * + * This header is a part of the FENIX C Library and is free software. + * You can redistribute and/or modify it subject to the terms of the + * Clumsy Wolf Public License v4. For more details, see the file COPYING. + * + * The FENIX C Library is distributed WITH NO WARRANTY WHATSOEVER. See + * The CWPL for more details. + */ + #ifndef _TYPES_INO_T_H #define _TYPES_INO_T_H diff --git a/include/types/locale_t.h b/include/types/locale_t.h index 5dc2ad2..42d6efe 100644 --- a/include/types/locale_t.h +++ b/include/types/locale_t.h @@ -1,3 +1,14 @@ +/* + * - locale descriptor structure(?) + * + * This header is a part of the FENIX C Library and is free software. + * You can redistribute and/or modify it subject to the terms of the + * Clumsy Wolf Public License v4. For more details, see the file COPYING. + * + * The FENIX C Library is distributed WITH NO WARRANTY WHATSOEVER. See + * The CWPL for more details. + */ + #ifndef _TYPES_LOCALE_T_H #define _TYPES_LOCALE_T_H diff --git a/include/types/mode_t.h b/include/types/mode_t.h index c75fd32..0214a02 100644 --- a/include/types/mode_t.h +++ b/include/types/mode_t.h @@ -1,3 +1,14 @@ +/* + * - file attribute type + * + * This header is a part of the FENIX C Library and is free software. + * You can redistribute and/or modify it subject to the terms of the + * Clumsy Wolf Public License v4. For more details, see the file COPYING. + * + * The FENIX C Library is distributed WITH NO WARRANTY WHATSOEVER. See + * The CWPL for more details. + */ + #ifndef _TYPES_MODE_T_H #define _TYPES_MODE_T_H diff --git a/include/types/nlink_t.h b/include/types/nlink_t.h index 8e30e02..5ea3a01 100644 --- a/include/types/nlink_t.h +++ b/include/types/nlink_t.h @@ -1,3 +1,14 @@ +/* + * - link count type + * + * This header is a part of the FENIX C Library and is free software. + * You can redistribute and/or modify it subject to the terms of the + * Clumsy Wolf Public License v4. For more details, see the file COPYING. + * + * The FENIX C Library is distributed WITH NO WARRANTY WHATSOEVER. See + * The CWPL for more details. + */ + #ifndef _TYPES_NLINK_T_H #define _TYPES_NLINK_T_H diff --git a/include/types/off_t.h b/include/types/off_t.h index 76d879d..a3acde8 100644 --- a/include/types/off_t.h +++ b/include/types/off_t.h @@ -1,3 +1,14 @@ +/* + * - file size type + * + * This header is a part of the FENIX C Library and is free software. + * You can redistribute and/or modify it subject to the terms of the + * Clumsy Wolf Public License v4. For more details, see the file COPYING. + * + * The FENIX C Library is distributed WITH NO WARRANTY WHATSOEVER. See + * The CWPL for more details. + */ + #ifndef _TYPES_OFF_T_H #define _TYPES_OFF_T_H diff --git a/include/types/pid_t.h b/include/types/pid_t.h index 7ae5653..8610bb1 100644 --- a/include/types/pid_t.h +++ b/include/types/pid_t.h @@ -1,3 +1,14 @@ +/* + * - process ID type + * + * This header is a part of the FENIX C Library and is free software. + * You can redistribute and/or modify it subject to the terms of the + * Clumsy Wolf Public License v4. For more details, see the file COPYING. + * + * The FENIX C Library is distributed WITH NO WARRANTY WHATSOEVER. See + * The CWPL for more details. + */ + #ifndef _TYPES_PID_T_H #define _TYPES_PID_T_H diff --git a/include/types/ptrdiff_t.h b/include/types/ptrdiff_t.h index 6623a70..438d237 100644 --- a/include/types/ptrdiff_t.h +++ b/include/types/ptrdiff_t.h @@ -1,3 +1,14 @@ +/* + * - different between two pointers + * + * This header is a part of the FENIX C Library and is free software. + * You can redistribute and/or modify it subject to the terms of the + * Clumsy Wolf Public License v4. For more details, see the file COPYING. + * + * The FENIX C Library is distributed WITH NO WARRANTY WHATSOEVER. See + * The CWPL for more details. + */ + #ifndef _TYPES_PTRDIFF_T_H #define _TYPES_PTRDIFF_T_H diff --git a/include/types/sa_family_t.h b/include/types/sa_family_t.h index 8df03f5..09f22e6 100644 --- a/include/types/sa_family_t.h +++ b/include/types/sa_family_t.h @@ -1,3 +1,14 @@ +/* + * - socket address family + * + * This header is a part of the FENIX C Library and is free software. + * You can redistribute and/or modify it subject to the terms of the + * Clumsy Wolf Public License v4. For more details, see the file COPYING. + * + * The FENIX C Library is distributed WITH NO WARRANTY WHATSOEVER. See + * The CWPL for more details. + */ + #ifndef _TYPES_SA_FAMILY_T_H #define _TYPES_SA_FAMILY_T_H diff --git a/include/types/size_t.h b/include/types/size_t.h index 79c7874..97c108e 100644 --- a/include/types/size_t.h +++ b/include/types/size_t.h @@ -1,3 +1,14 @@ +/* + * - size of objects + * + * This header is a part of the FENIX C Library and is free software. + * You can redistribute and/or modify it subject to the terms of the + * Clumsy Wolf Public License v4. For more details, see the file COPYING. + * + * The FENIX C Library is distributed WITH NO WARRANTY WHATSOEVER. See + * The CWPL for more details. + */ + #ifndef _TYPES_SIZE_T_H #define _TYPES_SIZE_T_H diff --git a/include/types/ssize_t.h b/include/types/ssize_t.h index da9cd30..bcb37a0 100644 --- a/include/types/ssize_t.h +++ b/include/types/ssize_t.h @@ -1,3 +1,14 @@ +/* + * - byte counts and error indications + * + * This header is a part of the FENIX C Library and is free software. + * You can redistribute and/or modify it subject to the terms of the + * Clumsy Wolf Public License v4. For more details, see the file COPYING. + * + * The FENIX C Library is distributed WITH NO WARRANTY WHATSOEVER. See + * The CWPL for more details. + */ + #ifndef _TYPES_SSIZE_T_H #define _TYPES_SSIZE_T_H diff --git a/include/types/suseconds_t.h b/include/types/suseconds_t.h index 9a9d700..1a01e10 100644 --- a/include/types/suseconds_t.h +++ b/include/types/suseconds_t.h @@ -1,3 +1,14 @@ +/* + * - time in microseconds + * + * This header is a part of the FENIX C Library and is free software. + * You can redistribute and/or modify it subject to the terms of the + * Clumsy Wolf Public License v4. For more details, see the file COPYING. + * + * The FENIX C Library is distributed WITH NO WARRANTY WHATSOEVER. See + * The CWPL for more details. + */ + #ifndef _TYPES_SUSECONDS_T_H #define _TYPES_SUSECONDS_T_H diff --git a/include/types/time_t.h b/include/types/time_t.h index 39860be..19ecfc6 100644 --- a/include/types/time_t.h +++ b/include/types/time_t.h @@ -1,3 +1,14 @@ +/* + * - time in seconds + * + * This header is a part of the FENIX C Library and is free software. + * You can redistribute and/or modify it subject to the terms of the + * Clumsy Wolf Public License v4. For more details, see the file COPYING. + * + * The FENIX C Library is distributed WITH NO WARRANTY WHATSOEVER. See + * The CWPL for more details. + */ + #ifndef _TYPES_TIME_T_H #define _TYPES_TIME_T_H diff --git a/include/types/timer_t.h b/include/types/timer_t.h index ea993f3..e60c27a 100644 --- a/include/types/timer_t.h +++ b/include/types/timer_t.h @@ -1,3 +1,14 @@ +/* + * - timer ID + * + * This header is a part of the FENIX C Library and is free software. + * You can redistribute and/or modify it subject to the terms of the + * Clumsy Wolf Public License v4. For more details, see the file COPYING. + * + * The FENIX C Library is distributed WITH NO WARRANTY WHATSOEVER. See + * The CWPL for more details. + */ + #ifndef _TYPES_TIMER_T_H #define _TYPES_TIMER_T_H diff --git a/include/types/uid_t.h b/include/types/uid_t.h index 60f88b3..b62e863 100644 --- a/include/types/uid_t.h +++ b/include/types/uid_t.h @@ -1,3 +1,14 @@ +/* + * - user ID + * + * This header is a part of the FENIX C Library and is free software. + * You can redistribute and/or modify it subject to the terms of the + * Clumsy Wolf Public License v4. For more details, see the file COPYING. + * + * The FENIX C Library is distributed WITH NO WARRANTY WHATSOEVER. See + * The CWPL for more details. + */ + #ifndef _TYPES_UID_T_H #define _TYPES_UID_T_H diff --git a/include/types/wchar_t.h b/include/types/wchar_t.h index 5ff4d31..d682ebf 100644 --- a/include/types/wchar_t.h +++ b/include/types/wchar_t.h @@ -1,3 +1,14 @@ +/* + * - wide character + * + * This header is a part of the FENIX C Library and is free software. + * You can redistribute and/or modify it subject to the terms of the + * Clumsy Wolf Public License v4. For more details, see the file COPYING. + * + * The FENIX C Library is distributed WITH NO WARRANTY WHATSOEVER. See + * The CWPL for more details. + */ + #ifndef _TYPES_WCHAR_T_H #define _TYPES_WCHAR_T_H