bug-inetutils
[Top][All Lists]
Advanced

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

[bug-inetutils] Re: telnet cleanup


From: Jeff Bailey
Subject: [bug-inetutils] Re: telnet cleanup
Date: Tue, 9 Jun 2009 07:44:22 -0400

Looks good to my eyes.  The only question is whether your year-hook will get it right in 2010.  If you think it will, ship it. :)

On Jun 9, 2009 1:04 AM, "Simon Josefsson" <address@hidden> wrote:

Jeff Bailey <address@hidden> writes: > These changes seem wrong: > > + * Copyright (c)...

Oops, my Emacs copyright-update hook bites.

What is the proper way to solve this?  Shouldn't the files contain a FSF
copyright line?  And shouldn't future contributions, owned by the FSF,
be GPLv3+ rather than BSD licensed?  For example, see patch below that
just adds a GPLv3 template at the top.

> Otherwise the ANSIfication and adding headers seems good to me.

Thanks.

/Simon

--- auth.c.~1.10.~      2006-10-21 20:08:45.000000000 +0200
+++ auth.c      2009-06-09 07:03:08.000000000 +0200
@@ -1,3 +1,20 @@
+/*
+  Copyright (C) 2009 Free Software Foundation, Inc.

+ + This program is free software: you can redistribute it and/or modify + it under the terms of t...

+  the Free Software Foundation, either version 3 of the License, or
+  (at your option) any later version.
+
+  This program is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with this program.  If not, see <http://www.gnu.org/licenses/>.
+*/
+
 /*-
 * Copyright (c) 1991, 1993
 *     The Regents of the University of California.  All rights reserved.


reply via email to

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