public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/35905]  New: gcc 4.2.3 still contains many GPL v2 references
@ 2008-04-10 23:13 carlton at bactrian dot org
  2008-04-10 23:18 ` [Bug other/35905] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: carlton at bactrian dot org @ 2008-04-10 23:13 UTC (permalink / raw)
  To: gcc-bugs

I just downloaded GCC 4.2.3, and discovered that it states in several places
that it's using GPL v2 instead of v3; my impression from following the mailing
lists is that it (and even 4.2.2) should be GPL v3.

One example (a particularly important one, since it's most exposed to the user)
is the manual:
<http://gcc.gnu.org/onlinedocs/gcc-4.2.3/gcc/Copying.html#Copying>.  Also, the
top-level directory of the source contains v2 versions of COPYING and
COPYING.LIB.  (I don't know what, if any, files within the tree refer to the
top-level versions of those files, instead of the versions within
subdirectories, but it is at the very least confusing to only have v2 versions
at the top level.)  Another example I ran across is that files in libstdc++/src
refer to GPL v2.  (Though, given the presence of the exception there, there's
probably little difference between v2 and v3...)


-- 
           Summary: gcc 4.2.3 still contains many GPL v2 references
           Product: gcc
           Version: 4.2.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: carlton at bactrian dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35905


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug other/35905] gcc 4.2.3 still contains many GPL v2 references
  2008-04-10 23:13 [Bug other/35905] New: gcc 4.2.3 still contains many GPL v2 references carlton at bactrian dot org
@ 2008-04-10 23:18 ` pinskia at gcc dot gnu dot org
  2008-04-10 23:19 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-04-10 23:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2008-04-10 23:17 -------
>(Though, given the presence of the exception there, there's
probably little difference between v2 and v3...)

Actually this is why those have not been moved yet.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35905


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug other/35905] gcc 4.2.3 still contains many GPL v2 references
  2008-04-10 23:13 [Bug other/35905] New: gcc 4.2.3 still contains many GPL v2 references carlton at bactrian dot org
  2008-04-10 23:18 ` [Bug other/35905] " pinskia at gcc dot gnu dot org
@ 2008-04-10 23:19 ` pinskia at gcc dot gnu dot org
  2008-04-10 23:21 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-04-10 23:19 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2008-04-10 23:19 -------
(In reply to comment #1)
> Actually this is why those have not been moved yet.

And more to the point, the FSF lawyers have not decided how to word the
exception for the GPLv3.

Now Copying.html is a different story and I think was already fixed.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35905


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug other/35905] gcc 4.2.3 still contains many GPL v2 references
  2008-04-10 23:13 [Bug other/35905] New: gcc 4.2.3 still contains many GPL v2 references carlton at bactrian dot org
  2008-04-10 23:18 ` [Bug other/35905] " pinskia at gcc dot gnu dot org
  2008-04-10 23:19 ` pinskia at gcc dot gnu dot org
@ 2008-04-10 23:21 ` pinskia at gcc dot gnu dot org
  2008-04-10 23:22 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-04-10 23:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2008-04-10 23:20 -------
(In reply to comment #2)
> Now Copying.html is a different story and I think was already fixed.
And has: http://gcc.gnu.org/ml/gcc-patches/2008-04/msg00106.html .


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35905


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug other/35905] gcc 4.2.3 still contains many GPL v2 references
  2008-04-10 23:13 [Bug other/35905] New: gcc 4.2.3 still contains many GPL v2 references carlton at bactrian dot org
                   ` (2 preceding siblings ...)
  2008-04-10 23:21 ` pinskia at gcc dot gnu dot org
@ 2008-04-10 23:22 ` pinskia at gcc dot gnu dot org
  2008-04-10 23:30 ` carlton at bactrian dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-04-10 23:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2008-04-10 23:21 -------
I don't think we should keep this bug opened any more as the only issue left to
"fix" is really in the FSF hands and they are already working on it.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35905


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug other/35905] gcc 4.2.3 still contains many GPL v2 references
  2008-04-10 23:13 [Bug other/35905] New: gcc 4.2.3 still contains many GPL v2 references carlton at bactrian dot org
                   ` (3 preceding siblings ...)
  2008-04-10 23:22 ` pinskia at gcc dot gnu dot org
@ 2008-04-10 23:30 ` carlton at bactrian dot org
  2008-04-10 23:34 ` pinskia at gcc dot gnu dot org
  2010-05-22 17:40 ` jsm28 at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: carlton at bactrian dot org @ 2008-04-10 23:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from carlton at bactrian dot org  2008-04-10 23:30 -------
Thanks for the info.  I just did a spot check on the trunk and
4.2 branch: it looks like all the currently fixable issues I raised are fixed
in the trunk, and Copying.html is probably fixed in the branch (I saw
gpl_v3.texi).  But there's no COPYING3{,.LIB} at the toplevel
of the 4.2 branch, which I think is important to reduce confusion.

I didn't spot check the 4.3 or 4.1 branches.  (Is 4.1 still open?
I don't remember.)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35905


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug other/35905] gcc 4.2.3 still contains many GPL v2 references
  2008-04-10 23:13 [Bug other/35905] New: gcc 4.2.3 still contains many GPL v2 references carlton at bactrian dot org
                   ` (4 preceding siblings ...)
  2008-04-10 23:30 ` carlton at bactrian dot org
@ 2008-04-10 23:34 ` pinskia at gcc dot gnu dot org
  2010-05-22 17:40 ` jsm28 at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-04-10 23:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from pinskia at gcc dot gnu dot org  2008-04-10 23:34 -------
>(Is 4.1 still open? I don't remember.)

Yes but no .... see the thread starting at
http://gcc.gnu.org/ml/gcc/2008-03/msg00163.html .

4.3 branch should be have already COPYING3{,.LIB} as it was the trunk when they
were added.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35905


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug other/35905] gcc 4.2.3 still contains many GPL v2 references
  2008-04-10 23:13 [Bug other/35905] New: gcc 4.2.3 still contains many GPL v2 references carlton at bactrian dot org
                   ` (5 preceding siblings ...)
  2008-04-10 23:34 ` pinskia at gcc dot gnu dot org
@ 2010-05-22 17:40 ` jsm28 at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2010-05-22 17:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from jsm28 at gcc dot gnu dot org  2010-05-22 17:40 -------
4.2 branch is closed.  All GPL files whose home is GCC rather than being
shared with other projects were updated for 4.4 at the latest as far as I know.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.4.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35905


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-05-22 17:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-10 23:13 [Bug other/35905] New: gcc 4.2.3 still contains many GPL v2 references carlton at bactrian dot org
2008-04-10 23:18 ` [Bug other/35905] " pinskia at gcc dot gnu dot org
2008-04-10 23:19 ` pinskia at gcc dot gnu dot org
2008-04-10 23:21 ` pinskia at gcc dot gnu dot org
2008-04-10 23:22 ` pinskia at gcc dot gnu dot org
2008-04-10 23:30 ` carlton at bactrian dot org
2008-04-10 23:34 ` pinskia at gcc dot gnu dot org
2010-05-22 17:40 ` jsm28 at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).