From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60599) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZcpw-0001s2-VP for qemu-devel@nongnu.org; Tue, 07 May 2013 04:01:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UZcpv-0004ou-Lj for qemu-devel@nongnu.org; Tue, 07 May 2013 04:01:24 -0400 Received: from mail-we0-x232.google.com ([2a00:1450:400c:c03::232]:62406) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZcpv-0004ol-Ef for qemu-devel@nongnu.org; Tue, 07 May 2013 04:01:23 -0400 Received: by mail-we0-f178.google.com with SMTP id q57so162544wes.37 for ; Tue, 07 May 2013 01:01:22 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <5188B4C9.70209@redhat.com> Date: Tue, 07 May 2013 10:01:13 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1367860492-3357-1-git-send-email-akoskovacs@gmx.com> <51881771.1060708@suse.de> <5188ABAC.8080406@redhat.com> In-Reply-To: <5188ABAC.8080406@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] po/hu.po: Hungarian translation for the GTK+ interface List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laszlo Ersek Cc: akoskovacs@gmx.com, =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , Anthony Liguori , qemu-devel@nongnu.org Il 07/05/2013 09:22, Laszlo Ersek ha scritto: >>> diff --git a/po/hu.po b/po/hu.po >>> new file mode 100644 >>> index 0000000..340709f >>> --- /dev/null >>> +++ b/po/hu.po >>> @@ -0,0 +1,63 @@ >>> +# Hungarian translation for QEMU. >>> +# This file is put in the public domain. >> >> Same issue as with the recent Turkish translation here FWIW. > > Yes, I recalled that, but the existing .po files come with the same > license (I checked), including tr.po. > > What was the problem again with public domain contributions? The problem is that in some legislations (including most civil law countries, i.e. most of Europe) you cannot legally put something in the public domain. You can only waive your copyright, and there is more than just copyright. You cannot waive your moral rights for example, which include the right to the integrity of the work and to preserve it for alternation---interesting concept in open source. Moral rights are even perpetual in many jurisdictions. You need a contract/license that says that you won't enforce moral rights, for example the CC0 license. Interesting, there is no local port of CC0. In my non-lawyer eyes that's a pity, but there must be a reason for that. :) Paolo