summaryrefslogtreecommitdiff
path: root/libc/README.libc
diff options
context:
space:
mode:
Diffstat (limited to 'libc/README.libc')
-rw-r--r--libc/README.libc10
1 files changed, 10 insertions, 0 deletions
diff --git a/libc/README.libc b/libc/README.libc
new file mode 100644
index 0000000..0f0260d
--- /dev/null
+++ b/libc/README.libc
@@ -0,0 +1,10 @@
+This directory contains sources for library routines which some users have
+found to be missing on their machines.
+
+Since some of this code is covered by the GNU General Public License, a copy
+is included in the file COPYING. Note that only those files in the c2man
+distribution which explicitly state that they fall under the terms of this
+license actually do so.
+
+The getopt routines (needed for MSC on the PC, and for VMS) are adapted from
+the GNU versions.