RE: [Gcl-devel] Re: [gnu.org #48656] Re: GCL compliance with GNU GPL
Subject: RE: [Gcl-devel] Re: [gnu.org #48656] Re: GCL compliance with GNU GPL
From: Mike Thomas
Date: Fri, 18 Jul 2003 11:13:46 +1000
Hi everyone.
| What are these Emacs extracts, and how big are they total?
In broad terms:
$ fgrep -i "is part of GNU emacs" o/*
grep: o/CVS: Invalid request code
o/firstfile.c:This file is part of GNU Emacs.
o/lastfile.c:This file is part of GNU Emacs.
o/ntheap.h:This file is part of GNU Emacs.
grep: o/save: Invalid request code
o/unexaix.c:This file is part of GNU Emacs.
o/unexdyld.c:This file is part of GNU Emacs.
o/unexec-19.29.c:This file is part of GNU Emacs.
o/unexec.c:This file is part of GNU Emacs.
o/unexmips.c:This file is part of GNU Emacs.
o/unexnt.c:This file is part of GNU Emacs.
o/unexnt.c:This file is part of GNU Emacs.
o/unexsgi.c:This file is part of GNU Emacs.
$ ls -l o/*file.c o/ntheap.h o/unex*
-rw-r--r-- 1 miketh Administ 1237 Jul 31 2002 o/firstfile.c
-rw-r--r-- 1 miketh Administ 1954 Jul 31 2002 o/lastfile.c
-rw-r--r-- 1 miketh Administ 1494 Feb 17 11:57 o/mingfile.c
-rw-r--r-- 1 miketh Administ 3906 Dec 7 1999 o/ntheap.h
-rw-r--r-- 1 miketh Administ 25320 Feb 1 2002 o/unexaix.c
-rw-r--r-- 1 miketh Administ 36213 Jul 18 07:09 o/unexdyld.c
-rw-r--r-- 1 miketh Administ 33765 Jul 20 2002 o/unexec-19.29.c
-rw-r--r-- 1 miketh Administ 33770 Nov 1 2002 o/unexec.c
-rw-r--r-- 1 miketh Administ 41710 Feb 17 11:57 o/unexelf.c
-rw-r--r-- 1 miketh Administ 31815 Dec 7 1999 o/unexelfsgi.c
-rw-r--r-- 1 miketh Administ 9374 Dec 7 1999 o/unexhp9k800.c
-rw-r--r-- 1 miketh Administ 27283 Jul 20 2002 o/unexlin.c
-rw-r--r-- 1 miketh Administ 10157 Feb 11 10:52 o/unexmips.c
-rw-r--r-- 1 miketh Administ 33573 Jul 11 16:06 o/unexnt.c
-rw-r--r-- 1 miketh Administ 32686 Dec 7 1999 o/unexsgi.c
We are also looking at integrating the latest unexw32.c and support files
from GNU Emacs.
I personally hope that we can retain LGPL licencing for GNU Common Lisp, but
not at the expense of trampling on the rights of the various contributors to
the GPL licenced code.
Cheers
Mike Thomas.