zsh-workers
 help / color / mirror / code / Atom feed
* Minor License bug
@ 2014-01-04 16:58 Kete
  2014-01-04 23:50 ` Axel Beckert
  0 siblings, 1 reply; 2+ messages in thread
From: Kete @ 2014-01-04 16:58 UTC (permalink / raw)
  To: zsh-workers

Hello,
This is a minor bug report. In the license, 
http://sourceforge.net/p/zsh/code/ci/master/tree/LICENCE, the GPL should be 
the General Public License, not GNU Public License. It's also the GNU GPL or 
GNU General Public License: http://www.gnu.org/licenses/gpl.html.

Thanks, I hope you have a good day.


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

* Re: Minor License bug
  2014-01-04 16:58 Minor License bug Kete
@ 2014-01-04 23:50 ` Axel Beckert
  0 siblings, 0 replies; 2+ messages in thread
From: Axel Beckert @ 2014-01-04 23:50 UTC (permalink / raw)
  To: Kete; +Cc: zsh-workers

Hi Kete,

On Sat, Jan 04, 2014 at 11:58:51AM -0500, Kete wrote:
> This is a minor bug report. In the license, 
> http://sourceforge.net/p/zsh/code/ci/master/tree/LICENCE, the GPL should be 
> the General Public License, not GNU Public License. It's also the GNU GPL or 
> GNU General Public License: http://www.gnu.org/licenses/gpl.html.

This is indeed a bug, thanks for reporting it.

I've verified that there's no other occurrence of this issue in the
current git checkout.

Here's a patch to fix this issue:

>From 913bf9278b257dbf144db1e80dd3fac354794b56 Mon Sep 17 00:00:00 2001
From: Axel Beckert <abe@deuxchevaux.org>
Date: Sun, 5 Jan 2014 00:42:13 +0100
Subject: [PATCH] Fix GPL name in LICENCE

---
 LICENCE | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/LICENCE b/LICENCE
index 6be3a8a..1fb1fc4 100644
--- a/LICENCE
+++ b/LICENCE
@@ -2,11 +2,11 @@ Unless otherwise noted in the header of specific files, files in this
 distribution have the licence shown below.
 
 However, note that certain shell functions are licensed under versions
-of the GNU Public Licence.  Anyone distributing the shell as a binary
-including those files needs to take account of this.  Search shell
-functions for "Copyright" for specific copyright information.
-None of the core functions are affected by this, so those files
-may simply be omitted.
+of the GNU General Public Licence.  Anyone distributing the shell as a
+binary including those files needs to take account of this.  Search
+shell functions for "Copyright" for specific copyright information.
+None of the core functions are affected by this, so those files may
+simply be omitted.
 
 --

I had to rewrap that paragraph. For reference here's the according
wdiff:

However, note that certain shell functions are licensed under versions
of the GNU {+General+} Public Licence.  Anyone distributing the shell as a
binary including those files needs to take account of this.  Search
shell functions for "Copyright" for specific copyright information.
None of the core functions are affected by this, so those files may
simply be omitted.

		Kind regards, Axel
-- 
/~\  Plain Text Ribbon Campaign                   | Axel Beckert
\ /  Say No to HTML in E-Mail and News            | abe@deuxchevaux.org  (Mail)
 X   See http://www.asciiribbon.org/              | abe@noone.org (Mail+Jabber)
/ \  I love long mails: http://email.is-not-s.ms/ | http://noone.org/abe/ (Web)


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

end of thread, other threads:[~2014-01-04 23:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-04 16:58 Minor License bug Kete
2014-01-04 23:50 ` Axel Beckert

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

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 NNTP newsgroup(s).