Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* Re: src/gdb/testsuite ChangeLog lib/insight-suppor ...
@ 2004-07-14 20:46 Michael Elizabeth Chastain
  2004-07-14 20:48 ` Daniel Jacobowitz
  2004-07-14 21:59 ` Martin M. Hunt
  0 siblings, 2 replies; 16+ messages in thread
From: Michael Elizabeth Chastain @ 2004-07-14 20:46 UTC (permalink / raw)
  To: hunt; +Cc: gdb-patches

Hi Martin,

I didn't see this patch go by in gdb-patches@.  Please send the
patch to gdb-patches@ first, and get the approval of the testsuite
maintainer (me), before committing it!

This one's already committed, but can you whip up something anyways: the
patch, plus more explanation of the problems that you ran into, plus a
description of the system that you tested it on.  For the record.

So if next month somebody else has a problem because TCL_LIBRARY
is not set, it will be a lot easier to understand all the cases,
instead of just "well someone took out this line last month
but we're hazy on why".

Thanks,

Michael C

===

	2004-07-14  Martin Hunt  <hunt@redhat.com>
	
	* lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
	which fixes some problems where init.tcl was not found.


^ permalink raw reply	[flat|nested] 16+ messages in thread
* Re: [commit/6.2] Fix lib (C)s; Was: src/gdb/testsuite ChangeLog lib/insight-suppor ...
@ 2004-07-17  2:40 Michael Elizabeth Chastain
  2004-07-17  2:56 ` Andrew Cagney
  0 siblings, 1 reply; 16+ messages in thread
From: Michael Elizabeth Chastain @ 2004-07-17  2:40 UTC (permalink / raw)
  To: ac131313, hunt, mec.gnu; +Cc: gdb-patches, hunt

+# This test code is part of GDB, the GNU debugger.
+
+# Copyright 1998, 1999, 2000, 2003 Free Software Foundation, Inc.

Since the file was edited in 2004, please add 2004 as well.

Michael C


^ permalink raw reply	[flat|nested] 16+ messages in thread
* Re: [commit/6.2] Fix lib (C)s; Was: src/gdb/testsuite ChangeLog lib/insight-suppor ...
@ 2004-07-17 20:36 Michael Elizabeth Chastain
  2004-07-19 14:25 ` Andrew Cagney
  0 siblings, 1 reply; 16+ messages in thread
From: Michael Elizabeth Chastain @ 2004-07-17 20:36 UTC (permalink / raw)
  To: cagney, mec.gnu; +Cc: ac131313, gdb-patches, hunt, hunt

ac> My replacing the copyright notice?  That doesn't constitute a change to 
ac> to the copyrighted work.

It's 16 lines of new text, so I think it's a change.

Michael C


^ permalink raw reply	[flat|nested] 16+ messages in thread
* Re: [commit/6.2] Fix lib (C)s; Was: src/gdb/testsuite ChangeLog lib/insight-suppor ...
@ 2004-07-19 21:31 Michael Elizabeth Chastain
  2004-07-19 21:58 ` Andrew Cagney
  0 siblings, 1 reply; 16+ messages in thread
From: Michael Elizabeth Chastain @ 2004-07-19 21:31 UTC (permalink / raw)
  To: cagney; +Cc: gdb-patches, hunt

ac> As with a book, this file contains two things: the "work" (i.e., the tcl 
ac> code) and the (C) notice.  Changes to the (C) notice / terms do not 
ac> create a new "work", only modifications to the "work" do..

I think the boilerplate text also constitutes part of the work.

I see your position, but I don't agree.  I'm going to add a "2004"
to this file.

Michael C


^ permalink raw reply	[flat|nested] 16+ messages in thread
* Re: [commit/6.2] Fix lib (C)s; Was: src/gdb/testsuite ChangeLog lib/insight-suppor ...
@ 2004-07-19 22:33 Michael Elizabeth Chastain
  2004-07-20  1:07 ` Andrew Cagney
  0 siblings, 1 reply; 16+ messages in thread
From: Michael Elizabeth Chastain @ 2004-07-19 22:33 UTC (permalink / raw)
  To: cagney, mec.gnu; +Cc: gdb-patches, hunt

> Given that the boilerplate "work" is stolen from COPYING and that has a 
> (C) of 1989,1991 why should you not instead be adding those dates (and 
> have those dates through out all of GDB's files)?

If I had infinite time, I would.

Michael C


^ permalink raw reply	[flat|nested] 16+ messages in thread
* Re: [commit/6.2] Fix lib (C)s; Was: src/gdb/testsuite ChangeLog lib/insight-suppor ...
@ 2004-07-20  5:18 Michael Elizabeth Chastain
  2004-07-20 17:34 ` Daniel Berlin
  0 siblings, 1 reply; 16+ messages in thread
From: Michael Elizabeth Chastain @ 2004-07-20  5:18 UTC (permalink / raw)
  To: cagney, dberlin; +Cc: gdb-patches, mec.gnu

> So if you consider the license part of the protected work, and thus, 
> changing just the license text to be creating a new derivative work, 
> then you need to update the copyright date.
> If you don't, you don't need to update the copyright date.

Yeah, I believe that too.

But I think the text quoted (in the URL Andrew cited) is long enough
to make it worthwhile.

Michael C


^ permalink raw reply	[flat|nested] 16+ messages in thread
* Re: [commit/6.2] Fix lib (C)s; Was: src/gdb/testsuite ChangeLog lib/insight-suppor ...
@ 2004-07-20 20:50 Michael Elizabeth Chastain
  0 siblings, 0 replies; 16+ messages in thread
From: Michael Elizabeth Chastain @ 2004-07-20 20:50 UTC (permalink / raw)
  To: dberlin, mec.gnu; +Cc: cagney, gdb-patches

db> A phone book is very long, but not able to be protected at all
db> (Much to their chagrin :P).
db> The text quoted has to meet a set of requirements for originality, etc, 
db> in order to be able to be protected.
db> I don't believe it does.

Okay, I see it would be hard to defend the FSF contact information
and the license terms as protectible.

But I'm concerned that the testsuite in particular has been very lax
in applying copyright notices, and I don't want people to think
"oh, it's just test code, it doesn't need a copyright notice".

Michael C


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

end of thread, other threads:[~2004-07-20 20:50 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-14 20:46 src/gdb/testsuite ChangeLog lib/insight-suppor Michael Elizabeth Chastain
2004-07-14 20:48 ` Daniel Jacobowitz
2004-07-14 21:59 ` Martin M. Hunt
2004-07-17  2:09   ` [commit/6.2] Fix lib (C)s; Was: " Andrew Cagney
2004-07-17  2:40 Michael Elizabeth Chastain
2004-07-17  2:56 ` Andrew Cagney
2004-07-17 20:36 Michael Elizabeth Chastain
2004-07-19 14:25 ` Andrew Cagney
2004-07-19 21:31 Michael Elizabeth Chastain
2004-07-19 21:58 ` Andrew Cagney
2004-07-19 22:33 Michael Elizabeth Chastain
2004-07-20  1:07 ` Andrew Cagney
2004-07-20  1:41   ` Daniel Berlin
2004-07-20  5:18 Michael Elizabeth Chastain
2004-07-20 17:34 ` Daniel Berlin
2004-07-20 20:50 Michael Elizabeth Chastain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox