From: Jim Blandy <jimb@red-bean.com>
To: gdb@sourceware.org
Subject: Re: Copyright notices
Date: Sun, 12 Feb 2006 06:09:00 -0000 [thread overview]
Message-ID: <8f2776cb0602112209i6f3b69abp3e5ab8914b6148e9@mail.gmail.com> (raw)
In-Reply-To: <20060211143620.GA20537@nevyn.them.org>
On 2/11/06, Daniel Jacobowitz <drow@false.org> wrote:
> Emacs already has some widgetry to add copyright years, doesn't it?
> Can that easily work on a list of files?
Sure, it'd just take a little bit of lisp.
The way I've got it hooked up is to have it check automatically for a
Copyright notice to update when I save a file:
;;;; Offer to update copyright years.
(add-hook 'write-file-hook 'copyright-update)
I hit C-x C-s, and it offers to update the year for me if it's not current.
There's disagreement on what the right thing is, legally. Certainly
the FSF has lawyers on hand to give them opinions. But if I'm
recalling this right, Dan Berlin (who is a lawyer), argues that to
slap a copyright year on a file when that file has not been
significantly changed in that year amounts to a false assertion.
That's the year that determines when the copyright expires, so you
would appear to be trying to exaggerate the amount of protection the
file should receive. And false assertions like that weaken your case,
in the court's eyes.
But don't worry: Disney will make sure that nothing ever goes out of
copyright again, regardless of when it was last changed, so this is
all moot.
prev parent reply other threads:[~2006-02-12 6:09 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-11 11:08 Eli Zaretskii
2006-02-11 11:13 ` Robert Dewar
2006-02-11 16:33 ` Eli Zaretskii
2006-02-12 3:15 ` Robert Dewar
2006-02-11 14:36 ` Daniel Jacobowitz
2006-02-11 16:30 ` Eli Zaretskii
2006-02-11 18:27 ` Daniel Jacobowitz
2006-02-11 19:05 ` Eli Zaretskii
2006-02-11 19:07 ` Daniel Jacobowitz
2006-02-11 19:18 ` Eli Zaretskii
2006-02-11 20:31 ` Daniel Jacobowitz
2006-02-11 19:19 ` Bob Rossi
2006-02-11 21:55 ` Eli Zaretskii
2006-02-12 6:09 ` Jim Blandy [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8f2776cb0602112209i6f3b69abp3e5ab8914b6148e9@mail.gmail.com \
--to=jimb@red-bean.com \
--cc=gdb@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox