From mboxrd@z Thu Jan 1 00:00:00 1970 From: vilibald@wvi.cz Subject: Re: Authorship and copyright of derived exporters Date: Fri, 3 Jan 2014 14:11:34 +0100 Message-ID: References: <52C6B3BC.2080309@roklein.de> Mime-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57748) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vz4aR-0007ku-Ni for emacs-orgmode@gnu.org; Fri, 03 Jan 2014 08:14:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vz4aL-0005DD-N8 for emacs-orgmode@gnu.org; Fri, 03 Jan 2014 08:14:51 -0500 Received: from ns2.webprostor.eu ([94.142.233.69]:43805 helo=mail.webprostor.eu) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vz4aL-0005D5-GM for emacs-orgmode@gnu.org; Fri, 03 Jan 2014 08:14:45 -0500 In-Reply-To: <52C6B3BC.2080309@roklein.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Robert Klein Cc: emacs-orgmode list > Hi, > > I've been wondering, whom to put on the copyright line and author: line= s > in a derived exporter. > > For example, I have an exporter derived from the LaTeX backend which > basically is: > > - the (org-export-define-derived-backend ...) call > - a renamed copy of org-latex-template modified by adding > - five lines of comment > - five times three lines of code > - a copy of the end-user functions of the LaTeX exporter, > - the functions renamed for the derived exporter > - 'latex inside them replaced for the derived exporter > - a couple of comment lines explaining the derived exporter > > > > On the other side, I have another derived exporter (from the HTML > backend, this time) with way more of I've written myself, but still th= e > end-user functions of the html backend (-export-as-html, > -convert-regino-to-html, -export-to-html, and -publish-to-html) copied, > renamed and 'html replaced inside those functions. > > > Should I copy the authors of the backends I derived from into my > file(s)? I'd rather not leave them out, but, on the other hand, maybe > they don't want to be associated with my sometimes paltry attempts at > coding. > > Thank you very much for your advice. > > Best regards > Robert > > Hi Robert, I'm actually in similar position, I've created an exporter to dokuwiki an= d creole formats, and looking at the contrib/lisp/ox-* files it seems that nobody is mentioning original backend authors I'd say that if it is new backend although derived than there's no need to mention them as you are using it more like library functions Best regards Vilibald