MIT license?

2021-07-12 Thread Lo Peter
Dear all, I have a look at guix/licenses.scm, but seems there is no MIT license? Am I missing something? Regards, Peter Lo

Re: MIT license?

2021-07-12 Thread Luis Felipe
On Monday, July 12th, 2021 at 3:52 PM, Lo Peter wrote: > Dear all, > > I have a look at guix/licenses.scm, but seems there is no MIT license? You may be looking for Expat license (see this about "MIT License" http://directory.fsf.org/wiki/License:Expat)

Re: MIT license?

2021-07-12 Thread Leo Famulari
On Mon, Jul 12, 2021 at 11:52:00PM +0800, Lo Peter wrote: > I have a look at guix/licenses.scm, but seems there is no MIT license? > Am I missing something? GNU calls it the "expat" license: https://www.gnu.org/licenses/license-list.html#Expat

Re: MIT license?

2021-07-12 Thread Luis Felipe
On Monday, July 12th, 2021 at 4:06 PM, Luis Felipe wrote: > On Monday, July 12th, 2021 at 3:52 PM, Lo Peter peterloleung...@gmail.com > wrote: > > > Dear all, > > > > I have a look at guix/licenses.scm, but seems there is no MIT license? > > You may be looking for Expat license (see this about

Re: MIT license?

2021-07-12 Thread Lo Peter
Thanks all for the clarifications. On Tue, Jul 13, 2021 at 12:09 AM Luis Felipe wrote: > > On Monday, July 12th, 2021 at 4:06 PM, Luis Felipe > wrote: > > > On Monday, July 12th, 2021 at 3:52 PM, Lo Peter peterloleung...@gmail.com > > wrote: > > > > > Dear all, > > > > > > I have a look at gui