aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index 6105362..abcd633 100644
--- a/README
+++ b/README
@@ -1,12 +1,12 @@
GSC README
-Copyright (C) 2005 Sergey Poznyakoff
+Copyright (C) 2005, 2007 Sergey Poznyakoff
See the end of file for copying conditions.
* Introduction
GSC stands for Gray's Script Collection. It is a collection of
shell scripts I use on my machines. Basically, it's for my own use,
-but you may find it useful too. All scripts are under GPL.
+but you may find it useful too. All scripts and programs are under GPL.
* Installation
@@ -16,6 +16,9 @@ but you may find it useful too. All scripts are under GPL.
make
make install
+Some C code relies on GNU libc functions, such as obstack, getline or
+getopt_long. If you lack these, you'll have to provide replacements.
+
* Documentation
Full documentation is shipped in doc subdirectory

Return to:

Send suggestions and report system problems to the System administrator.