Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ll7Dh-0003Ln-Ev for pgsql-translators@arkaria.postgresql.org; Mon, 24 May 2021 09:49:58 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1ll7Dg-00036Z-Dn for pgsql-translators@arkaria.postgresql.org; Mon, 24 May 2021 09:49:56 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ll7Dg-00036R-7Y for pgsql-translators@lists.postgresql.org; Mon, 24 May 2021 09:49:56 +0000 Received: from mail-40133.protonmail.ch ([185.70.40.133]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ll7Dd-0001lk-9S for pgsql-translators@lists.postgresql.org; Mon, 24 May 2021 09:49:55 +0000 Date: Mon, 24 May 2021 09:49:42 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1621849789; bh=5g6HyjMsAxDAq3HFbPqtX7y+gBbB4QRfK1N1YiYV+V8=; h=Date:To:From:Reply-To:Subject:From; b=XFIhm5geAa48p7oAmN4chLz0NM9amlX3094do3RkXrVv+83rZ06tI6+YHfqRIQvCG VTaAvCPPq9lZBbR9r8uUiCSUuAcWgKbnLyCVvmyoTtxyH7iT11p2fgTaxwis1EEw9i 74LlGa69Qkz52E1y1hSD0ziQyl+c/mUJ0o3CsFcQ= To: "pgsql-translators@lists.postgresql.org" From: Georgios Reply-To: Georgios Subject: First Author? Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Hi, I am very happy to see that several of my translation attempts are now part of the code base. However they all lack First Author information. I had not filled in that one as I felt it was not my place to do so although in retrospect I should have asked first. I had filled the email field though to make the committer's life easier. As an example in the el po files the following will be found: # Copyright (C) 2021 PostgreSQL Global Development Group # This file is distributed under the same license as the psql (PostgreSQL) = package. # msgid "" Whereas it is common to find a first author reference as # Copyright (C) 2009 - 2019 PostgreSQL Global Development Group # This file is distributed under the same license as the PostgreSQL package= . # Peter Eisentraut , 2009 - 2019. msgid "" Would it be unreasonable to ask to be added as first author in the files that have been committed so far? Cheers, //Georgios