Dear all,
I have a look at guix/licenses.scm, but seems there is no MIT license?
Am I missing something?
Regards,
Peter Lo
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)
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
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
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