gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gcl-devel] Re: GCL info docs and ANSI CL spec


From: Michael Koehne
Subject: Re: [Gcl-devel] Re: GCL info docs and ANSI CL spec
Date: Tue, 15 Jun 2004 19:00:47 +0200
User-agent: Mutt/1.3.28i

Moin Sam Steingold,

> > A list of files with uncertain copyright status would be helpful.
> grep -i -v copyright info/*

  this wont give the right list ;(

    for x in ./info/*.texi
    do
        echo -n "$x "
        fgrep -i copyright $x || echo missing.
    done

  will do in bash, and perhaps also in other shells.

  some files (e.g. chap-*.texi) look like derived work of the ANSI standard.
  It would be great, if one could use the original words in a GPLed program!

  Other files like internal.texi are most certainly original GCL, even if
  they dont have an internal copyright notice. One should sort out which
  files inherit the GPL from GCL, and which are still coverered by other
  licenses and copyrights.

Bye Michael
-- 
  mailto:address@hidden             UNA:+.? 'CED+2+:::Linux:2.4.22'UNZ+1'
  http://www.xml-edifact.org/           CETERUM CENSEO WINDOWS ESSE DELENDAM




reply via email to

[Prev in Thread] Current Thread [Next in Thread]