zsh-workers
 help / color / mirror / code / Atom feed
* Duplicated file: Completion/{Unix,openSUSE}/Command/_osc
@ 2013-05-22 21:37 Axel Beckert
  2013-05-23  8:11 ` İsmail Dönmez
  2013-05-23 12:22 ` Christian Neukirchen
  0 siblings, 2 replies; 6+ messages in thread
From: Axel Beckert @ 2013-05-22 21:37 UTC (permalink / raw)
  To: zsh-workers

Hi,

via http://dedup.debian.net/compare/zsh-common/zsh-common I noticed
that there's a file twice in zsh's source code:

% md5sum `find . -name _osc`
fbe707e9fde5740de5fa57c0a6cd58bc  ./Completion/Unix/Command/_osc
fbe707e9fde5740de5fa57c0a6cd58bc  ./Completion/openSUSE/Command/_osc

I suspect that the openSUSE one can be removed.

		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] 6+ messages in thread

* Re: Duplicated file: Completion/{Unix,openSUSE}/Command/_osc
  2013-05-22 21:37 Duplicated file: Completion/{Unix,openSUSE}/Command/_osc Axel Beckert
@ 2013-05-23  8:11 ` İsmail Dönmez
  2013-05-23  8:58   ` Peter Stephenson
  2013-05-23 12:22 ` Christian Neukirchen
  1 sibling, 1 reply; 6+ messages in thread
From: İsmail Dönmez @ 2013-05-23  8:11 UTC (permalink / raw)
  To: zsh-workers

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

Hi,


On Wed, May 22, 2013 at 11:37 PM, Axel Beckert <abe@deuxchevaux.org> wrote:

> Hi,
>
> via http://dedup.debian.net/compare/zsh-common/zsh-common I noticed
> that there's a file twice in zsh's source code:
>
> % md5sum `find . -name _osc`
> fbe707e9fde5740de5fa57c0a6cd58bc  ./Completion/Unix/Command/_osc
> fbe707e9fde5740de5fa57c0a6cd58bc  ./Completion/openSUSE/Command/_osc
>
> I suspect that the openSUSE one can be removed.
>

Uhm no, osc is an openSUSE specific command and we maintain the one under
openSUSE, the other should be removed :)

Thanks.

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

* Re: Duplicated file: Completion/{Unix,openSUSE}/Command/_osc
  2013-05-23  8:11 ` İsmail Dönmez
@ 2013-05-23  8:58   ` Peter Stephenson
  2013-05-23 16:30     ` Axel Beckert
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Stephenson @ 2013-05-23  8:58 UTC (permalink / raw)
  To: zsh-workers

On Thu, 23 May 2013 10:11:42 +0200
İsmail Dönmez <ismail@donmez.ws> wrote:
> On Wed, May 22, 2013 at 11:37 PM, Axel Beckert <abe@deuxchevaux.org> wrote:
> > via http://dedup.debian.net/compare/zsh-common/zsh-common I noticed
> > that there's a file twice in zsh's source code:
> >
> > % md5sum `find . -name _osc`
> > fbe707e9fde5740de5fa57c0a6cd58bc  ./Completion/Unix/Command/_osc
> > fbe707e9fde5740de5fa57c0a6cd58bc  ./Completion/openSUSE/Command/_osc
> >
> > I suspect that the openSUSE one can be removed.
> >
> 
> Uhm no, osc is an openSUSE specific command and we maintain the one under
> openSUSE, the other should be removed :)

That already happened a few months back.

pws


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

* Re: Duplicated file: Completion/{Unix,openSUSE}/Command/_osc
  2013-05-22 21:37 Duplicated file: Completion/{Unix,openSUSE}/Command/_osc Axel Beckert
  2013-05-23  8:11 ` İsmail Dönmez
@ 2013-05-23 12:22 ` Christian Neukirchen
  2013-05-23 12:59   ` Peter Stephenson
  1 sibling, 1 reply; 6+ messages in thread
From: Christian Neukirchen @ 2013-05-23 12:22 UTC (permalink / raw)
  To: zsh-workers

Axel Beckert <abe@deuxchevaux.org> writes:

> Hi,
>
> via http://dedup.debian.net/compare/zsh-common/zsh-common I noticed
> that there's a file twice in zsh's source code:
>
> % md5sum `find . -name _osc`
> fbe707e9fde5740de5fa57c0a6cd58bc  ./Completion/Unix/Command/_osc
> fbe707e9fde5740de5fa57c0a6cd58bc  ./Completion/openSUSE/Command/_osc
>
> I suspect that the openSUSE one can be removed.

While we are at it,

Completion/openSUSE/Command/_osc
Completion/openSUSE/Command/_zypper
Completion/Unix/Command/_systemd
Completion/Unix/Command/_darcs

are GPL2 or GPL3 without explicit mention in LICENCE which may harm
people that think they can redistribute zsh (binaries) more freely.
(Also compare #25739).

I think it would be a good idea to try to relicense them under the same
terms as zsh itself.

Thanks,
-- 
Christian Neukirchen  <chneukirchen@gmail.com>  http://chneukirchen.org


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

* Re: Duplicated file: Completion/{Unix,openSUSE}/Command/_osc
  2013-05-23 12:22 ` Christian Neukirchen
@ 2013-05-23 12:59   ` Peter Stephenson
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Stephenson @ 2013-05-23 12:59 UTC (permalink / raw)
  To: zsh-workers

On Thu, 23 May 2013 14:22:35 +0200
Christian Neukirchen <chneukirchen@gmail.com> wrote:
> While we are at it,
> 
> Completion/openSUSE/Command/_osc
> Completion/openSUSE/Command/_zypper
> Completion/Unix/Command/_systemd
> Completion/Unix/Command/_darcs
> 
> are GPL2 or GPL3 without explicit mention in LICENCE which may harm
> people that think they can redistribute zsh (binaries) more freely.
> (Also compare #25739).

We'd better note this.  I don't want to note the names explicitly, it's
a hostage to fortune.

I think at least one of the authors have gone wherever it is people go
when they stop contributing to zsh.

pws

diff --git a/LICENCE b/LICENCE
index 6e2f114..fc87fe7 100644
--- a/LICENCE
+++ b/LICENCE
@@ -1,3 +1,15 @@
+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.
+
+--
+
 The Z Shell is copyright (c) 1992-2009 Paul Falstad, Richard Coleman,
 Zoltán Hidvégi, Andrew Main, Peter Stephenson, Sven Wischnowsky, and
 others.  All rights reserved.  Individual authors, whether or not


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

* Re: Duplicated file: Completion/{Unix,openSUSE}/Command/_osc
  2013-05-23  8:58   ` Peter Stephenson
@ 2013-05-23 16:30     ` Axel Beckert
  0 siblings, 0 replies; 6+ messages in thread
From: Axel Beckert @ 2013-05-23 16:30 UTC (permalink / raw)
  To: zsh-workers

Hi,

On Thu, May 23, 2013 at 09:58:44AM +0100, Peter Stephenson wrote:
> On Thu, 23 May 2013 10:11:42 +0200
> İsmail Dönmez <ismail@donmez.ws> wrote:
> > On Wed, May 22, 2013 at 11:37 PM, Axel Beckert <abe@deuxchevaux.org> wrote:
> > > via http://dedup.debian.net/compare/zsh-common/zsh-common I noticed
> > > that there's a file twice in zsh's source code:
> > >
> > > % md5sum `find . -name _osc`
> > > fbe707e9fde5740de5fa57c0a6cd58bc  ./Completion/Unix/Command/_osc
> > > fbe707e9fde5740de5fa57c0a6cd58bc  ./Completion/openSUSE/Command/_osc
> 
> That already happened a few months back.

Correct, I can find only one of them in git. Only checked the latest
release beforehand. Sorry for the noise.

		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] 6+ messages in thread

end of thread, other threads:[~2013-05-23 16:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-22 21:37 Duplicated file: Completion/{Unix,openSUSE}/Command/_osc Axel Beckert
2013-05-23  8:11 ` İsmail Dönmez
2013-05-23  8:58   ` Peter Stephenson
2013-05-23 16:30     ` Axel Beckert
2013-05-23 12:22 ` Christian Neukirchen
2013-05-23 12:59   ` Peter Stephenson

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