From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Embedded modifiers in the regex engine Date: Fri, 26 Feb 2016 11:08:54 +0200 Message-ID: <83mvqnet3t.fsf@gnu.org> References: <87ziupinhq.fsf@secretsauce.net> <83oab4g407.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1456477777 4687 80.91.229.3 (26 Feb 2016 09:09:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 26 Feb 2016 09:09:37 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dima Kogan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 26 10:09:32 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aZEOy-0000k4-20 for ged-emacs-devel@m.gmane.org; Fri, 26 Feb 2016 10:09:32 +0100 Original-Received: from localhost ([::1]:48230 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZEOx-0005ld-DP for ged-emacs-devel@m.gmane.org; Fri, 26 Feb 2016 04:09:31 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38366) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZEOV-0005ZS-8H for emacs-devel@gnu.org; Fri, 26 Feb 2016 04:09:09 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aZEOR-00034C-V8 for emacs-devel@gnu.org; Fri, 26 Feb 2016 04:09:03 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:59914) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZEOR-000348-QF; Fri, 26 Feb 2016 04:08:59 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1994 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aZEOR-0000KW-0s; Fri, 26 Feb 2016 04:08:59 -0500 In-reply-to: (message from Dima Kogan on Thu, 25 Feb 2016 23:19:32 -0800) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:200691 Archived-At: > From: Dima Kogan > Date: Thu, 25 Feb 2016 23:19:32 -0800 > CC: emacs-devel@gnu.org > > I'm looking at importing the regex test suite in glibc to emacs. Would this be possible even if the copyright holders of those tests haven't assigned their work to the fsf? These are tests and not part of emacs on some level, so would that make it ok? If the test suite is GPL v3+, I don't think there should be a problem. But IANAL.