From: Ben H. <bh...@us...> - 2002-01-02 04:52:24
|
Update of /cvsroot/thinlisp/thinlisp-1.0/src/tl/c In directory usw-pr-cvs1:/tmp/cvs-serv13014 Modified Files: makefile-cygnus makefile-freebsd makefile-linux makefile-macosx Log Message: Copyright date changes, ought to get all these... Index: makefile-cygnus =================================================================== RCS file: /cvsroot/thinlisp/thinlisp-1.0/src/tl/c/makefile-cygnus,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** makefile-cygnus 2001/03/04 15:24:36 1.8 --- makefile-cygnus 2002/01/02 04:52:21 1.9 *************** *** 2,6 **** # TL Cygnus Makefile # ! # Copyright (c) 2001 The ThinLisp Group CC = gcc -o --- 2,6 ---- # TL Cygnus Makefile # ! # Copyright (c) 2002 The ThinLisp Group CC = gcc -o Index: makefile-freebsd =================================================================== RCS file: /cvsroot/thinlisp/thinlisp-1.0/src/tl/c/makefile-freebsd,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** makefile-freebsd 2001/03/04 15:24:36 1.8 --- makefile-freebsd 2002/01/02 04:52:21 1.9 *************** *** 2,6 **** # TL Freebsd Makefile # ! # Copyright (c) 2001 The ThinLisp Group CC = gcc -o --- 2,6 ---- # TL Freebsd Makefile # ! # Copyright (c) 2002 The ThinLisp Group CC = gcc -o Index: makefile-linux =================================================================== RCS file: /cvsroot/thinlisp/thinlisp-1.0/src/tl/c/makefile-linux,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** makefile-linux 2001/03/04 15:24:36 1.8 --- makefile-linux 2002/01/02 04:52:21 1.9 *************** *** 2,6 **** # TL Linux Makefile # ! # Copyright (c) 2001 The ThinLisp Group CC = gcc -o --- 2,6 ---- # TL Linux Makefile # ! # Copyright (c) 2002 The ThinLisp Group CC = gcc -o Index: makefile-macosx =================================================================== RCS file: /cvsroot/thinlisp/thinlisp-1.0/src/tl/c/makefile-macosx,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** makefile-macosx 2001/06/09 22:20:32 1.1 --- makefile-macosx 2002/01/02 04:52:21 1.2 *************** *** 2,6 **** # TL Macosx Makefile # ! # Copyright (c) 2001 The ThinLisp Group CC = cc -o --- 2,6 ---- # TL Macosx Makefile # ! # Copyright (c) 2002 The ThinLisp Group CC = cc -o |