From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: kostafey Newsgroups: gmane.emacs.help Subject: EPL licence for emacs extension distributed via ELPA. Date: Thu, 24 Jan 2013 12:16:55 +0400 Message-ID: References: <877gn33uo3.fsf@bzg.ath.cx> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=e89a8fb2058e1c2e2404d4046f76 X-Trace: ger.gmane.org 1359015430 26546 80.91.229.3 (24 Jan 2013 08:17:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Jan 2013 08:17:10 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 24 09:17:30 2013 Return-path: Envelope-to: geh-help-gnu-emacs@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 1TyHzz-00040h-RX for geh-help-gnu-emacs@m.gmane.org; Thu, 24 Jan 2013 09:17:28 +0100 Original-Received: from localhost ([::1]:38670 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TyHzi-0006nh-Bh for geh-help-gnu-emacs@m.gmane.org; Thu, 24 Jan 2013 03:17:10 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:48428) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TyHzW-0006nV-Lh for help-gnu-emacs@gnu.org; Thu, 24 Jan 2013 03:17:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TyHzU-0003I9-V8 for help-gnu-emacs@gnu.org; Thu, 24 Jan 2013 03:16:58 -0500 Original-Received: from mail-ob0-f176.google.com ([209.85.214.176]:46212) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TyHzU-0003Hz-Ms for help-gnu-emacs@gnu.org; Thu, 24 Jan 2013 03:16:56 -0500 Original-Received: by mail-ob0-f176.google.com with SMTP id v19so249702obq.7 for ; Thu, 24 Jan 2013 00:16:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=s4V9tN0x1PL3viDScVk6+pn14QkABhTAIoq+AjnKi8I=; b=Qr0K04EpUoMgrQQ6mZHxCxLmSguiPuEytGeHDi1eLv31Sg1yZJdkfUJNHKDYx+Xyo3 IkPvjEVpAfUxoUESZuYyl4ihfknE3TVqO5it1/Js5IKR5JCYVUW99/UKjneO3N3xEVH9 k5UMA/4E/yG/B84maWgHuJVhPMpkbl5lhsbW6t48u88icbHYkgT0gA7XkBRWJgr4Tub5 +UHjIo7Fe55fJYFzSxYdY58ppyd2TRtN3kJ3WNwnf+0t+5b/tHAI1GkTQ3o63d4lG4+m qFr0McoBmgKh2kG2vIq5MuLesU8RjiBqcaqfs1J+DCdOcdeBkFpf5pp8VrcFBQnuQYhd N5TQ== X-Received: by 10.60.27.166 with SMTP id u6mr780548oeg.80.1359015415917; Thu, 24 Jan 2013 00:16:55 -0800 (PST) Original-Received: by 10.76.170.165 with HTTP; Thu, 24 Jan 2013 00:16:55 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.214.176 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:88787 Archived-At: --e89a8fb2058e1c2e2404d4046f76 Content-Type: text/plain; charset=ISO-8859-1 >kostafey writes: > >> The questions are: >> >> 1) Is it possible to distribute via ELPA (in repositories like >> marmalade or melpa) >> my code with GPL licence together with this EPL code? > >Yes. Thank you! > There are other repositories, like Marmelade. > > In this case, you have to follow the policy of the repository you are > using. AFAIK Marmelade does not enforce any particular license so you > should be fine. I haven't find licence demands for this repositories, but I thought that all emacs-related code must be GPL. Thanks for explanation. > By the way, the project looks interesting, I'm looking forward to > testing it! Well, in spite of the fact I already use it in my day-to-day work it's slill in the deep alpha. Many refactoring and clean-up is required. Any suggestions are welcome. So, the link is: https://github.com/kostafey/ejc-sql Some usage remarks in the commentaries of ejc-sql.el: https://github.com/kostafey/ejc-sql/blob/master/src/ejc_sql/ejc-sql.el --e89a8fb2058e1c2e2404d4046f76 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
>= kostafey <kostafey@gmail.com> writes:
>=A0
>> The questions are:
>>
=
>> 1) Is it possible to distribute via ELPA (in repositories lik= e=A0
>> marmalade or melpa)
>> my code with= GPL licence together with this EPL code?
>=A0
>Yes.

Thank you!

> There are other repositories, like Marmelade.
> =A0
> In this case, you have to follow the policy o= f the repository you are
> using. =A0AFAIK Marmelade does not = enforce any particular license so you
> should be fine.

I haven't find licence demands for this = repositories, but I thought that
all emacs-related cod= e must be GPL. Thanks for explanation.

> By the way, the project looks interesting, I'm= looking forward to
> testing it!

Well, in spite of the fact I already use it in my day-to-day work it's = slill
in the dee= p alpha. Many refactoring and clean-up is required.
Any suggestions are w= elcome.

So, the lin= k is:
Some usage remarks in the commentaries of ejc-sql.el:
--e89a8fb2058e1c2e2404d4046f76--