some libc files now not copyable, some newly copyable
[pspp] / config / srclist.txt
1 # $Id: srclist.txt,v 1.7 2002-11-25 00:19:45 karl Exp $
2 # Files for which we are not the source.  See ./srclistvars.sh for the
3 # variable definitions.
4
5 $GNUCONFIG/config.guess         config
6 $GNUCONFIG/config.sub           config
7 #
8 $AUTOMAKE/depcomp               config
9 # after next release $AUTOMAKE/install-sh               config
10 $AUTOMAKE/mdate-sh              config
11 $AUTOMAKE/missing               config
12 # after next release $AUTOMAKE/mkinstalldirs            config
13 #
14 $TEXINFOSRC/doc/texinfo.tex     config
15
16 $AUTOCONF/INSTALL               doc
17 #
18 $GNUORG/COPYING.DOC             doc
19 $GNUORG/fdl.texi                doc
20
21 $GETTEXT/gettext.h              lib
22 #
23 #$LIBCSRC/malloc/obstack.c      lib gpl
24 #$LIBCSRC/posix/getopt.c                lib gpl
25 $LIBCSRC/posix/getopt.h         lib gpl
26 $LIBCSRC/posix/getopt1.c        lib gpl
27 $LIBCSRC/posix/regex.h          lib gpl
28 #$LIBCSRC/string/strdup.c       lib gpl
29 #
30 # - libc/sysdeps/generic has memcpy.c, memmove.c, strcasecmp.c, but they
31 #   are totally different implementations.
32 # - Likewise libc/string/strerror.c.
33 # - libc/locale/programs/xstrdup.c is almost usable, but uses the __P
34 #   prototype macro.