From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Serghei Newsgroups: gmane.emacs.devel Subject: The right way to reuse code from another project Date: Fri, 20 Mar 2020 20:04:00 +0000 Message-ID: Reply-To: Serghei Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="79786"; mail-complaints-to="usenet@ciao.gmane.io" To: GNU Emacs Developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Mar 20 21:04:49 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jFNsu-000KgA-HW for ged-emacs-devel@m.gmane-mx.org; Fri, 20 Mar 2020 21:04:48 +0100 Original-Received: from localhost ([::1]:58702 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jFNst-0002W8-KG for ged-emacs-devel@m.gmane-mx.org; Fri, 20 Mar 2020 16:04:47 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34397) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jFNsG-0001y5-80 for emacs-devel@gnu.org; Fri, 20 Mar 2020 16:04:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jFNsE-0000wq-IV for emacs-devel@gnu.org; Fri, 20 Mar 2020 16:04:07 -0400 Original-Received: from mail-40134.protonmail.ch ([185.70.40.134]:17805) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jFNsE-0000uq-25 for emacs-devel@gnu.org; Fri, 20 Mar 2020 16:04:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.ch; s=default; t=1584734643; bh=JKx1j2p35taOjUfTiuZ8/otaiyIhZgPBgq7rQgzwHa8=; h=Date:To:From:Reply-To:Subject:From; b=QfLtrSL6cB12dK3TGcF8efOixh2RKfZtaO3zA+h1jzxPJ/JFP4zjeqeWmeqg3dicL Km76dLzva63lC7cBcL10AiJgOaH6QNUGXT4x04c+37B6FRVINHURcJTPLQLgEc5NUK F4cRQdS8VVej0+bm3OjX8+DB/tof9HfDKRrYeohM= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 185.70.40.134 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:245610 Archived-At: Hello, I would like to reuse some test helpers in bnf-mode [1] initially created by lua-mode [2] authors. So I'm interested in the proper way mention authorship and copyright notice. Both modes are distributed under GNU GPL. Could someone advice me the right way to include those helpers in bnf-mode. Thank you, [1]: https://github.com/sergeyklay/bnf-mode [2]: https://github.com/immerrr/lua-mode -- Serghei