public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Name of front-end
@ 2003-12-06  9:57 Henrik Sorensen
  2003-12-06 11:31 ` Andrew Haley
  2003-12-06 13:47 ` Andreas Jaeger
  0 siblings, 2 replies; 15+ messages in thread
From: Henrik Sorensen @ 2003-12-06  9:57 UTC (permalink / raw)
  To: gcc


For more some time now, I have been working on a gpl'ed PL/1 front-end for 
GCC, well, just a few hours every week.

Would there be any objections against naming the compiler front-end the
"GNU PL/1 compiler" ?

And name the directory for the pl/1 compiler for gnupl1 ?

I first thought of gpl1, but it seems gpl is already used ;-)

Thanks for your comments

Henrik

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

* Name of front-end
  2003-12-06  9:57 Name of front-end Henrik Sorensen
@ 2003-12-06 11:31 ` Andrew Haley
  2003-12-06 14:24   ` Robert Dewar
                     ` (2 more replies)
  2003-12-06 13:47 ` Andreas Jaeger
  1 sibling, 3 replies; 15+ messages in thread
From: Andrew Haley @ 2003-12-06 11:31 UTC (permalink / raw)
  To: Henrik Sorensen; +Cc: gcc

Henrik Sorensen writes:
 > 
 > For more some time now, I have been working on a gpl'ed PL/1 front-end for 
 > GCC, well, just a few hours every week.
 > 
 > Would there be any objections against naming the compiler front-end the
 > "GNU PL/1 compiler" ?
 > 
 > And name the directory for the pl/1 compiler for gnupl1 ?
 > 
 > I first thought of gpl1, but it seems gpl is already used ;-)
 > 
 > Thanks for your comments

Is PL/1 a trademark?  If it is, you'll have to call it something like

"The GNU compiler for the PL/1 programming language."

Andrew.

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

* Re: Name of front-end
  2003-12-06  9:57 Name of front-end Henrik Sorensen
  2003-12-06 11:31 ` Andrew Haley
@ 2003-12-06 13:47 ` Andreas Jaeger
  2003-12-06 14:39   ` Henrik Sorensen
  1 sibling, 1 reply; 15+ messages in thread
From: Andreas Jaeger @ 2003-12-06 13:47 UTC (permalink / raw)
  To: henrik.sorensen; +Cc: gcc

[-- Attachment #1: Type: text/plain, Size: 829 bytes --]

Henrik Sorensen <henrik.sorensen@balcab.ch> writes:

> For more some time now, I have been working on a gpl'ed PL/1 front-end for 
> GCC, well, just a few hours every week.
>
> Would there be any objections against naming the compiler front-end the
> "GNU PL/1 compiler" ?

What's the copyright situation of the code?  Did you assign it to the
FSF?

> And name the directory for the pl/1 compiler for gnupl1 ?

If you like to integrate it into GCC, the directory name would most
probably be just pl1, see the other frontends that GCC has.

> I first thought of gpl1, but it seems gpl is already used ;-)

Andreas
-- 
 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj
  SuSE Linux AG, Deutschherrnstr. 15-19, 90429 Nürnberg, Germany
   GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126

[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]

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

* Re: Name of front-end
  2003-12-06 11:31 ` Andrew Haley
@ 2003-12-06 14:24   ` Robert Dewar
  2003-12-06 14:31   ` Henrik Sorensen
  2003-12-08 15:28   ` Paul Koning
  2 siblings, 0 replies; 15+ messages in thread
From: Robert Dewar @ 2003-12-06 14:24 UTC (permalink / raw)
  To: Andrew Haley; +Cc: Henrik Sorensen, gcc

Andrew Haley wrote:

> Is PL/1 a trademark?  If it is, you'll have to call it something like
> 
> "The GNU compiler for the PL/1 programming language."
> 
> Andrew.

Trademark law is complex, I strongly advise against anyone giving
amateur legal opinions in this area :-)


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

* Re: Name of front-end
  2003-12-06 11:31 ` Andrew Haley
  2003-12-06 14:24   ` Robert Dewar
@ 2003-12-06 14:31   ` Henrik Sorensen
  2003-12-08 15:28   ` Paul Koning
  2 siblings, 0 replies; 15+ messages in thread
From: Henrik Sorensen @ 2003-12-06 14:31 UTC (permalink / raw)
  To: Andrew Haley; +Cc: gcc

>  > Would there be any objections against naming the compiler front-end the
>  > "GNU PL/1 compiler" ?
>  >
>
> Is PL/1 a trademark?  If it is, you'll have to call it something like
> "The GNU compiler for the PL/1 programming language."

Trademark or not, I do like your suggestion

>
> Andrew.
Thanks
Henrik

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

* Re: Name of front-end
  2003-12-06 13:47 ` Andreas Jaeger
@ 2003-12-06 14:39   ` Henrik Sorensen
  2003-12-06 16:41     ` Toon Moene
                       ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Henrik Sorensen @ 2003-12-06 14:39 UTC (permalink / raw)
  To: Andreas Jaeger; +Cc: gcc

> > Would there be any objections against naming the compiler front-end the
> > "GNU PL/1 compiler" ?
> What's the copyright situation of the code?  Did you assign it to the
> FSF?

Currently I have not assigned the copyrigths, but this is clearly my 
intentions. But to be honest, there isn't much going on in pl1 the compiler 
yet. It is basically just a scanner and parser that gets invoked from gcc.
There is still a very long way to have a workable compiler, let alone, having 
it ready for inclussion in the gcc main tree. I would get the assignment of 
copyrights going, only when I actually had something working to show.

But does it matter for the name of the front-end, whether or not the copyright 
has been assigned ?

> > And name the directory for the pl/1 compiler for gnupl1 ?
> If you like to integrate it into GCC, the directory name would most
> probably be just pl1, see the other frontends that GCC has.

Good point. I will keep it as pl1. 

> Andreas

Thanks
Henrik

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

* Re: Name of front-end
  2003-12-06 14:39   ` Henrik Sorensen
@ 2003-12-06 16:41     ` Toon Moene
  2003-12-06 18:23     ` Gerald Pfeifer
  2003-12-06 20:45     ` Marc Espie
  2 siblings, 0 replies; 15+ messages in thread
From: Toon Moene @ 2003-12-06 16:41 UTC (permalink / raw)
  To: henrik.sorensen; +Cc: Andreas Jaeger, gcc

Henrik Sorensen wrote:

>>>Would there be any objections against naming the compiler front-end the
>>>"GNU PL/1 compiler" ?
>>
>>What's the copyright situation of the code?  Did you assign it to the
>>FSF?

> Currently I have not assigned the copyrigths, but this is clearly my 
> intentions. But to be honest, there isn't much going on in pl1 the compiler 
> yet. It is basically just a scanner and parser that gets invoked from gcc.

That was the state of GNU Fortran 95 four years go - yet Andy Vaught, 
its author, assigned copyrights to the FSF.  It makes it clear where 
you're heading w.r.t inclusion into the official GCC repository.

Hope this helps,

-- 
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
GNU Fortran 95: http://gcc.gnu.org/fortran/ (under construction)

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

* Re: Name of front-end
  2003-12-06 14:39   ` Henrik Sorensen
  2003-12-06 16:41     ` Toon Moene
@ 2003-12-06 18:23     ` Gerald Pfeifer
  2003-12-07  9:15       ` Henrik Sorensen
  2003-12-08 17:11       ` Joe Buck
  2003-12-06 20:45     ` Marc Espie
  2 siblings, 2 replies; 15+ messages in thread
From: Gerald Pfeifer @ 2003-12-06 18:23 UTC (permalink / raw)
  To: Henrik Sorensen; +Cc: Andreas Jaeger, gcc

On Sat, 6 Dec 2003, Henrik Sorensen wrote:
> But does it matter for the name of the front-end, whether or not the
> copyright has been assigned ?

No necessarily, as far as I know.  However, you must not call any software
"GNU Something" unless the FSF explicitly approved that, so you should do
that first.

(I don't have the link handy, but I'm quite sure there is something on the
main GNU site at http://www.gnu.org.)

Hope this helps,
Gerald
-- 
Gerald Pfeifer (Jerry)   gerald@pfeifer.com   http://www.pfeifer.com/gerald/

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

* Re: Name of front-end
  2003-12-06 14:39   ` Henrik Sorensen
  2003-12-06 16:41     ` Toon Moene
  2003-12-06 18:23     ` Gerald Pfeifer
@ 2003-12-06 20:45     ` Marc Espie
  2003-12-06 20:57       ` [GCC] " Trevor Jenkins
  2 siblings, 1 reply; 15+ messages in thread
From: Marc Espie @ 2003-12-06 20:45 UTC (permalink / raw)
  To: gcc

In article <Pine.BSF.4.58.0312061840220.28341@acrux.dbai.tuwien.ac.at> you write:
>On Sat, 6 Dec 2003, Henrik Sorensen wrote:
>> But does it matter for the name of the front-end, whether or not the
>> copyright has been assigned ?
>
>No necessarily, as far as I know.  However, you must not call any software
>"GNU Something" unless the FSF explicitly approved that, so you should do
>that first.

'Must not', or 'should not' ? Is GNU registered as a trademark or something
that prevents its use like this ? And then what should the status of
gnuplot be ?

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

* Re: [GCC] Re: Name of front-end
  2003-12-06 20:45     ` Marc Espie
@ 2003-12-06 20:57       ` Trevor Jenkins
  2003-12-07  4:17         ` Phil Edwards
  0 siblings, 1 reply; 15+ messages in thread
From: Trevor Jenkins @ 2003-12-06 20:57 UTC (permalink / raw)
  To: Gnu Compiler Collection Hackers

On Sat, 6 Dec 2003, Marc Espie <espie@quatramaran.ens.fr> wrote:

> >No necessarily, as far as I know.  However, you must not call any software
> >"GNU Something" unless the FSF explicitly approved that, so you should do
> >that first.
>
> 'Must not', or 'should not' ? Is GNU registered as a trademark or something
> that prevents its use like this ? And then what should the status of
> gnuplot be ?

What about Gnu Plot? Whilst open source it isn't (at least wasn't) a
formal GNU project.

Regards, Trevor

<>< Re: deemed!

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

* Re: [GCC] Re: Name of front-end
  2003-12-06 20:57       ` [GCC] " Trevor Jenkins
@ 2003-12-07  4:17         ` Phil Edwards
  0 siblings, 0 replies; 15+ messages in thread
From: Phil Edwards @ 2003-12-07  4:17 UTC (permalink / raw)
  To: Trevor Jenkins; +Cc: gcc

On Sat, Dec 06, 2003 at 08:45:25PM +0000, Trevor Jenkins wrote:
> On Sat, 6 Dec 2003, Marc Espie <espie@quatramaran.ens.fr> wrote:
> 
> > >No necessarily, as far as I know.  However, you must not call any software
> > >"GNU Something" unless the FSF explicitly approved that, so you should do
> > >that first.
> >
> > 'Must not', or 'should not' ? Is GNU registered as a trademark or something
> > that prevents its use like this ? And then what should the status of
> > gnuplot be ?
> 
> What about Gnu Plot? Whilst open source it isn't (at least wasn't) a
> formal GNU project.

That was coincidence.  They've answered this question many times.  It's
in their FAQ.  They'd never heard of the GNU project when they came up
with their name, and no, it's not an official GNU package, although it
is open source.

-- 
Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it.
    - Brian W. Kernighan

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

* Re: Name of front-end
  2003-12-06 18:23     ` Gerald Pfeifer
@ 2003-12-07  9:15       ` Henrik Sorensen
  2003-12-08 17:11       ` Joe Buck
  1 sibling, 0 replies; 15+ messages in thread
From: Henrik Sorensen @ 2003-12-07  9:15 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: gcc

On Saturday 06 December 2003 18:42, Gerald Pfeifer wrote:
> On Sat, 6 Dec 2003, Henrik Sorensen wrote:
> > But does it matter for the name of the front-end, whether or not the
> > copyright has been assigned ?
>
> No necessarily, as far as I know.  However, you must not call any software
> "GNU Something" unless the FSF explicitly approved that, so you should do
> that first.
That's one of the reasons I ask. 

Anyway, I got enough answers that basically all say the same thing, that the 
copyrigths ought to be assigned to FSF.

>
> (I don't have the link handy, but I'm quite sure there is something on the
> main GNU site at http://www.gnu.org.)

http://www.gnu.org/prep/maintain.html#SEC_Top

> Gerald

Thanks to all who replied 

Henrik

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

* Re: Name of front-end
  2003-12-06 11:31 ` Andrew Haley
  2003-12-06 14:24   ` Robert Dewar
  2003-12-06 14:31   ` Henrik Sorensen
@ 2003-12-08 15:28   ` Paul Koning
  2 siblings, 0 replies; 15+ messages in thread
From: Paul Koning @ 2003-12-08 15:28 UTC (permalink / raw)
  To: aph; +Cc: henrik.sorensen, gcc

>>>>> "Andrew" == Andrew Haley <aph@redhat.com> writes:

 Andrew> Is PL/1 a trademark? 

FWIW, some IBM 360 PL/1 manuals I just looked at do not mark or claim
"PL/1" as trademark.  

       paul

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

* Re: Name of front-end
  2003-12-06 18:23     ` Gerald Pfeifer
  2003-12-07  9:15       ` Henrik Sorensen
@ 2003-12-08 17:11       ` Joe Buck
  1 sibling, 0 replies; 15+ messages in thread
From: Joe Buck @ 2003-12-08 17:11 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: Henrik Sorensen, Andreas Jaeger, gcc

On Sat, Dec 06, 2003 at 06:42:26PM +0100, Gerald Pfeifer wrote:
> On Sat, 6 Dec 2003, Henrik Sorensen wrote:
> > But does it matter for the name of the front-end, whether or not the
> > copyright has been assigned ?
> 
> No necessarily, as far as I know.  However, you must not call any software
> "GNU Something" unless the FSF explicitly approved that, so you should do
> that first.

Unfortunately, since the FSF allowed gnuplot to get away with it, their
ability to stop others is in question.  Given this history, I would still
say that we should strongly REQUEST people not to use "GNU XYZ" without
talking to the FSF, as it will only confuse the public.
 

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

* Re: [GCC] Re: Name of front-end
  2003-12-08 18:37 Dale Johannesen
@ 2003-12-08 20:06 ` Trevor Jenkins
  0 siblings, 0 replies; 15+ messages in thread
From: Trevor Jenkins @ 2003-12-08 20:06 UTC (permalink / raw)
  To: Gnu Compiler Collection Hackers

On Mon, 8 Dec 2003, Dale Johannesen <dalej@apple.com> wrote:

> On Dec 8, 2003, at 8:32 AM, Richard Kenner wrote:
> > FWIW, some IBM 360 PL/1 manuals I just looked at do not mark or
> > claim "PL/1" as trademark.
> >
> > But certainly some did.  And contemporary lore was that they
> > trademarked PL/2,
> > PL/3, etc ...
>
> I've heard this also, but it may well be a myth.   Here
> http://www-3.ibm.com/software/data/ims/v5pdf/DFSI10C6.PDF.

Looking through the September 2002 ediion of the Visual Age PL/1 Language
Reference Manual, which is available via a similar URL, the list of IBM
trademarks is slightly different. Including, probably much to Sony's
chagrine, PS/2. But as with the one cited above does not mention PL/1.

An anecdotal appeal to a single source isn't sufficient.

It should be borne in mind that these manuals are copyright by IBM.

Regards, Trevor

<>< Re: deemed!

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

end of thread, other threads:[~2003-12-08 19:39 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-06  9:57 Name of front-end Henrik Sorensen
2003-12-06 11:31 ` Andrew Haley
2003-12-06 14:24   ` Robert Dewar
2003-12-06 14:31   ` Henrik Sorensen
2003-12-08 15:28   ` Paul Koning
2003-12-06 13:47 ` Andreas Jaeger
2003-12-06 14:39   ` Henrik Sorensen
2003-12-06 16:41     ` Toon Moene
2003-12-06 18:23     ` Gerald Pfeifer
2003-12-07  9:15       ` Henrik Sorensen
2003-12-08 17:11       ` Joe Buck
2003-12-06 20:45     ` Marc Espie
2003-12-06 20:57       ` [GCC] " Trevor Jenkins
2003-12-07  4:17         ` Phil Edwards
2003-12-08 18:37 Dale Johannesen
2003-12-08 20:06 ` [GCC] " Trevor Jenkins

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).